# Sci-Fi Clean theme — codeless .bnp manifest (WO-TF-024, Wave A). # Synthesized into manifest.pb by `ninja plugin build` (no plugin.wasm). # # Identity: the precise chrome of an AI / robotics product company. Blueprint # schematic line-work, HUD guide lines, mono readouts, spec + benchmark # furniture. Light = white-room lab (bright ground, thin blueprint lines, one # signal accent); dark = mission control (deep navy, technical-blue HUD lines, # glowing readouts). Motion is MID tier: JS scroll-reveal + ticking counters + # CSS line-draw, no canvas, prefers-reduced-motion honored, static no-JS # fallback. Semantic tokens only. theme_presets: presets.json bundled_fonts: fonts.json master_pages: master_pages.json required_icon_packs: - lucide - simple-icons system_templates: - key: scifi-clean title: Sci-Fi Clean description: "Blueprint-precise theme for AI and robotics product sites: HUD guide lines, mono readouts, spec and benchmark furniture, a single signal accent, and dual white-room / mission-control presets." page_templates: - system: scifi-clean key: default title: Default description: "Header rail + main column + footer instrument panel, capped at 1280px." slots: [header, main, footer] - system: scifi-clean key: full-width title: Full width description: "Edge-to-edge schematic surface for diagrams and dashboards." slots: [header, main, footer] - system: scifi-clean key: landing title: Landing description: "Hero band + main + closing CTA + footer." slots: [hero, main, cta, footer] - system: scifi-clean key: article title: Article description: "Narrow measure for long-form technical writing, with a rail aside." slots: [header, main, aside, footer] - system: scifi-clean key: blog-index title: Blog index description: "Title band, featured lead, and a hairline-ruled post grid." slots: [header, featured, main, footer] - system: scifi-clean key: contact title: Contact description: "Two-column contact: form on the grid, coordinates in the aside." slots: [header, main, aside, footer] - system: scifi-clean key: auth title: Auth description: "Centered console card on a quiet ground for login and reset." slots: [main, footer] template_overrides: # Chrome (4) - { template: scifi-clean, block: navbar } - { template: scifi-clean, block: footer } - { template: scifi-clean, block: utility-bar } - { template: scifi-clean, block: announcement-bar } # Marketing (12) - { template: scifi-clean, block: hero } - { template: scifi-clean, block: feature-grid } - { template: scifi-clean, block: rich-section } - { template: scifi-clean, block: stats } - { template: scifi-clean, block: testimonial } - { template: scifi-clean, block: logo-strip } - { template: scifi-clean, block: pricing } - { template: scifi-clean, block: team } - { template: scifi-clean, block: faq } - { template: scifi-clean, block: timeline } - { template: scifi-clean, block: cta } - { template: scifi-clean, block: countdown } # Primitives (11) - { template: scifi-clean, block: heading } - { template: scifi-clean, block: text } - { template: scifi-clean, block: rich-text } - { template: scifi-clean, block: image } - { template: scifi-clean, block: quote } - { template: scifi-clean, block: divider } - { template: scifi-clean, block: button } - { template: scifi-clean, block: card } - { template: scifi-clean, block: gallery } - { template: scifi-clean, block: video-embed } - { template: scifi-clean, block: audio-embed } # Commerce / local (6) - { template: scifi-clean, block: menu-list } - { template: scifi-clean, block: event-list } - { template: scifi-clean, block: contact-form } - { template: scifi-clean, block: contact-card } - { template: scifi-clean, block: hours-location } - { template: scifi-clean, block: social-links } # Blog family (12) - { template: scifi-clean, block: blog-hero } - { template: scifi-clean, block: featured-posts } - { template: scifi-clean, block: related-posts } - { template: scifi-clean, block: popular-posts } - { template: scifi-clean, block: category-list } - { template: scifi-clean, block: post-hero } - { template: scifi-clean, block: post-metadata } - { template: scifi-clean, block: author-bio } - { template: scifi-clean, block: author-bio-hero } - { template: scifi-clean, block: newsletter-signup } - { template: scifi-clean, block: breadcrumbs } - { template: scifi-clean, block: sidebar-nav } # Auth surface (3) - { template: scifi-clean, block: auth-form } - { template: scifi-clean, block: password-reset-form } - { template: scifi-clean, block: auth-status } # System (1) - { template: scifi-clean, block: page-suggestions } email_wrappers: - scifi-clean css: input_css_append: | /* === Sci-Fi Clean: font-family fallback variables === * The admin assigns real fonts via typography settings; until then these * fall through to the bundled stacks. Space Grotesk (heading), Inter * (body), and JetBrains Mono (mono) ship bundled in assets/fonts. */ :root { --font-heading: "Space Grotesk", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; --font-body: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; } /* Bundled display faces. The host does not emit @font-face for bundled_fonts * (LoadedPlugin.BundledFonts is unconsumed), so the theme declares its own * faces against the served artifact paths (/templates/scifi-clean/fonts/...). * Presets set typography.fontHeading/body/mono to template:scifi-clean: * so --font-heading/--font-body/--font-mono resolve to these families. */ @font-face { font-family: 'Space Grotesk'; src: url('/templates/scifi-clean/fonts/space-grotesk-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Space Grotesk'; src: url('/templates/scifi-clean/fonts/space-grotesk-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'Inter'; src: url('/templates/scifi-clean/fonts/inter-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Inter'; src: url('/templates/scifi-clean/fonts/inter-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'JetBrains Mono'; src: url('/templates/scifi-clean/fonts/jetbrains-mono-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'JetBrains Mono'; src: url('/templates/scifi-clean/fonts/jetbrains-mono-400.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; } /* ============================================================ Corporate Modernist — appended component CSS. Semantic tokens only: hsl(var(--token)). No literal colors. Swiss grid + Bauhaus geometric marks + oversized numerals. ============================================================ */ /* --- Layout primitives --- */ .sc-content-well { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; box-sizing: border-box; } .sc-measure { max-width: 70ch; } .sc-article-measure { max-width: 72ch; } .sc-section { padding-top: 3.5rem; padding-bottom: 3.5rem; } .sc-section-tight { padding-top: 2.75rem; padding-bottom: 2.75rem; } .sc-hairline { border: 1px solid hsl(var(--border)); } .sc-hairline-top { border-top: 1px solid hsl(var(--border)); } .sc-hairline-bottom { border-bottom: 1px solid hsl(var(--border)); } .sc-hairline-y > * + * { border-top: 1px solid hsl(var(--border)); } .sc-accent-rule { border-top: 2px solid hsl(var(--accent)); } .sc-stack > * + * { margin-top: 1.5rem; } .sc-stack-sm > * + * { margin-top: 0.75rem; } /* --- Typography --- */ .sc-display { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; letter-spacing: -0.02em; color: hsl(var(--foreground)); margin: 0; } .sc-body { font-family: var(--font-body, "Inter", system-ui, sans-serif); } .sc-mono { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-variant-numeric: tabular-nums; } .numeric-tabular { font-variant-numeric: tabular-nums; } .sc-heading { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; letter-spacing: -0.02em; color: hsl(var(--foreground)); margin: 0; } .sc-heading-h2-accent { border-bottom: 2px solid hsl(var(--accent)); padding-bottom: 0.25rem; display: inline-block; } .sc-text { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 17px; line-height: 28px; color: hsl(var(--foreground)); font-variant-numeric: tabular-nums; } .sc-text a { color: hsl(var(--accent)); text-decoration: underline; text-underline-offset: 2px; } .sc-text strong { font-weight: 600; } .sc-lede { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 1.25rem; line-height: 1.6; color: hsl(var(--muted-foreground)); } .sc-eyebrow { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: hsl(var(--accent)); margin: 0 0 1rem 0; } .sc-kicker { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: hsl(var(--muted-foreground)); } /* --- Bauhaus geometric marks (circle / triangle / square) --- */ .sc-mark { display: inline-block; width: 0.75rem; height: 0.75rem; flex: none; } .sc-mark-circle { border-radius: 9999px; background-color: hsl(var(--accent)); } .sc-mark-square { background-color: hsl(var(--accent)); } .sc-mark-triangle { width: 0; height: 0; border-left: 0.4375rem solid transparent; border-right: 0.4375rem solid transparent; border-bottom: 0.75rem solid hsl(var(--accent)); background: none; } .sc-mark-ring { border-radius: 9999px; background: none; border: 2px solid hsl(var(--accent)); } /* --- Numerals / metrics (oversized signature) --- */ .sc-metric { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: clamp(2.5rem, 5vw, 3.5rem); line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--accent)); letter-spacing: -0.02em; } .sc-stat-figure { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: clamp(2.25rem, 4vw, 3rem); line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); letter-spacing: -0.02em; } .sc-stat-label { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.8125rem; color: hsl(var(--muted-foreground)); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.5rem; } .sc-numeral-index { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 2rem; line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--accent)); } /* --- Buttons (squared, flat, no gradient/shadow) --- */ .sc-btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.25rem; background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); border: 1px solid hsl(var(--accent)); border-radius: 4px; font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 500; text-decoration: none; line-height: 1.4; box-shadow: none; background-image: none; transition: background-color 150ms ease; cursor: pointer; } .sc-btn-primary:hover { background-color: hsl(var(--accent) / 0.9); } .sc-btn-primary:focus-visible { outline: 2px solid hsl(var(--ring)); outline-offset: 2px; } .sc-btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.25rem; background-color: transparent; color: hsl(var(--foreground)); border: 1px solid hsl(var(--border)); border-radius: 4px; font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 500; text-decoration: none; line-height: 1.4; box-shadow: none; background-image: none; transition: border-color 150ms ease, color 150ms ease; cursor: pointer; } .sc-btn-outline:hover { border-color: hsl(var(--foreground)); } .sc-btn-outline:focus-visible { outline: 2px solid hsl(var(--ring)); outline-offset: 2px; } .sc-btn-ghost { display: inline-flex; align-items: center; gap: 0.375rem; color: hsl(var(--accent)); font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 500; text-decoration: none; line-height: 1.4; transition: gap 150ms ease; } .sc-btn-ghost:hover { gap: 0.625rem; } .sc-btn-sm { padding: 0.375rem 0.875rem; font-size: 0.875rem; } .sc-btn-lg { padding: 0.875rem 1.75rem; font-size: 1.0625rem; } .sc-btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; } .sc-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; } /* --- Surfaces / cards --- */ .sc-card { background-color: hsl(var(--card)); color: hsl(var(--card-foreground)); border: 1px solid hsl(var(--border)); border-radius: 4px; padding: 1.5rem; box-shadow: none; } .sc-card-accent { border-top: 2px solid hsl(var(--accent)); } .sc-panel { background-color: hsl(var(--muted)); border-radius: 4px; padding: 1.5rem; } .sc-surface-muted { background-color: hsl(var(--muted)); } .sc-surface-card { background-color: hsl(var(--card)); } .sc-media-frame { display: block; width: 100%; overflow: hidden; background-color: hsl(var(--muted)); border: 1px solid hsl(var(--border)); } .sc-media-frame img { display: block; width: 100%; height: 100%; object-fit: cover; } .sc-img-empty { display: block; width: 100%; aspect-ratio: 4 / 3; background-color: hsl(var(--muted)); border: 1px solid hsl(var(--border)); } /* --- Chrome: navbar --- */ .sc-navbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; } .sc-brand { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 700; font-size: 1.125rem; letter-spacing: -0.01em; color: hsl(var(--foreground)); text-decoration: none; display: inline-flex; align-items: center; gap: 0.625rem; } .sc-nav-links { display: none; align-items: center; gap: 2rem; } @media (min-width: 768px) { .sc-nav-links { display: flex; } } .sc-nav-link { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.9375rem; color: hsl(var(--foreground)); text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: border-color 150ms ease; } .sc-nav-link:hover { border-bottom-color: hsl(var(--accent)); } .sc-nav-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; } @media (min-width: 768px) { .sc-nav-toggle { display: none; } } .sc-nav-drawer { display: none; flex-direction: column; gap: 0.25rem; padding: 0.5rem 0 1rem; border-top: 1px solid hsl(var(--border)); width: 100%; } @media (min-width: 768px) { .sc-nav-drawer { display: none !important; } } .sc-nav-drawer a { padding: 0.625rem 0; font-family: var(--font-body, "Inter", system-ui, sans-serif); color: hsl(var(--foreground)); text-decoration: none; border-bottom: 1px solid hsl(var(--border)); } /* --- Chrome: utility bar + announcement bar --- */ .sc-utility-bar { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.8125rem; padding: 0.5rem 0; } .sc-utility-bar--muted { background-color: hsl(var(--muted)); color: hsl(var(--muted-foreground)); } .sc-utility-bar--primary { background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); } .sc-utility-bar--dark { background-color: hsl(var(--foreground)); color: hsl(var(--background)); } .sc-utility-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; } .sc-utility-group { display: flex; align-items: center; gap: 1.25rem; } .sc-utility-item { display: inline-flex; align-items: center; gap: 0.375rem; color: inherit; text-decoration: none; } .sc-announce { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.875rem; padding: 0.625rem 0; } .sc-announce--info { background-color: hsl(var(--muted)); color: hsl(var(--foreground)); } .sc-announce--promo { background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); } .sc-announce--alert { background-color: hsl(var(--destructive)); color: hsl(var(--destructive-foreground)); } .sc-announce-row { display: flex; align-items: center; justify-content: center; gap: 0.75rem; } .sc-announce a { color: inherit; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; } .sc-announce-close { margin-left: auto; background: none; border: 0; color: inherit; cursor: pointer; line-height: 1; padding: 0 0.25rem; } /* --- Chrome: footer --- */ .sc-footer { background-color: hsl(var(--background)); color: hsl(var(--foreground)); border-top: 2px solid hsl(var(--accent)); padding: 3.5rem 0 2.5rem; } .sc-footer-head { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: hsl(var(--muted-foreground)); margin: 0 0 0.875rem; } .sc-footer-link { display: block; font-size: 0.9375rem; color: hsl(var(--foreground)); text-decoration: none; padding: 0.25rem 0; } .sc-footer-link:hover { color: hsl(var(--accent)); } .sc-footer-legal { color: hsl(var(--muted-foreground)); font-size: 0.8125rem; border-top: 1px solid hsl(var(--border)); padding-top: 1.5rem; margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; } /* --- Marketing: hero --- */ .sc-hero { padding: 5rem 0; } .sc-hero-headline { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; font-size: clamp(2.5rem, 6vw, 4.5rem); color: hsl(var(--foreground)); margin: 0; } .sc-hero-sub { font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.5; color: hsl(var(--muted-foreground)); margin: 1.25rem 0 0; } /* --- Marketing: logo strip --- */ .sc-logo { filter: grayscale(1); opacity: 0.65; transition: filter 200ms ease, opacity 200ms ease; } .sc-logo:hover { filter: grayscale(0); opacity: 1; } .sc-logo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 2.5rem; } /* --- Marketing: feature grid --- */ .sc-feature { border-top: 2px solid hsl(var(--accent)); padding-top: 1.25rem; } .sc-feature-title { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; font-size: 1.125rem; color: hsl(var(--foreground)); margin: 0.75rem 0 0.5rem; } /* --- Marketing: pull quote / testimonial --- */ .sc-pull-quote { border-top: 2px solid hsl(var(--accent)); padding-top: 1.25rem; font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-size: 1.5rem; line-height: 1.4; font-weight: 500; color: hsl(var(--foreground)); } .sc-quote-block { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-size: 1.375rem; line-height: 1.45; font-weight: 500; color: hsl(var(--foreground)); } .sc-quote-cite { font-size: 0.875rem; color: hsl(var(--muted-foreground)); margin-top: 0.75rem; } .sc-avatar { width: 2.75rem; height: 2.75rem; border-radius: 9999px; object-fit: cover; background-color: hsl(var(--muted)); } /* --- Marketing: pricing --- */ .sc-price { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 2.5rem; font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); letter-spacing: -0.02em; } .sc-price-period { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.9375rem; color: hsl(var(--muted-foreground)); } .sc-price-tier { display: flex; flex-direction: column; } .sc-price-tier--featured { border-top: 4px solid hsl(var(--accent)); } .sc-badge { display: inline-block; font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.5rem; background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); border-radius: 3px; } .sc-check { color: hsl(var(--accent)); flex: none; } /* --- Marketing: faq --- */ .sc-faq-item { border-top: 1px solid hsl(var(--border)); } .sc-faq-item summary { cursor: pointer; list-style: none; padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; color: hsl(var(--foreground)); } .sc-faq-item summary::-webkit-details-marker { display: none; } .sc-faq-item[open] summary .sc-faq-chevron { transform: rotate(180deg); } .sc-faq-chevron { transition: transform 150ms ease; color: hsl(var(--accent)); } .sc-faq-answer { padding: 0 0 1.25rem; color: hsl(var(--muted-foreground)); font-size: 1rem; line-height: 1.65; } /* --- Marketing: timeline --- */ .sc-timeline-step { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; padding-bottom: 2rem; } .sc-timeline-rail { position: relative; display: flex; flex-direction: column; align-items: center; } .sc-timeline-node { width: 2.5rem; height: 2.5rem; border: 2px solid hsl(var(--accent)); border-radius: 9999px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-weight: 500; color: hsl(var(--accent)); flex: none; font-variant-numeric: tabular-nums; } .sc-timeline-line { flex: 1 1 auto; width: 1px; background-color: hsl(var(--border)); margin-top: 0.5rem; } /* --- Marketing: cta strip --- */ .sc-cta-strip { padding: 3.5rem 0; } .sc-cta-strip--band { background-color: hsl(var(--foreground)); color: hsl(var(--background)); } .sc-cta-strip--band .sc-btn-primary { background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); border-color: hsl(var(--accent)); } .sc-cta-strip--card { background-color: hsl(var(--muted)); } .sc-cta-headline { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; letter-spacing: -0.02em; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.15; margin: 0; } /* --- Marketing: countdown --- */ .sc-count-unit { display: flex; flex-direction: column; align-items: center; } .sc-count-figure { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); line-height: 1; } .sc-count-box { border: 1px solid hsl(var(--border)); padding: 1rem 1.25rem; border-radius: 4px; min-width: 4.5rem; } /* --- Primitives: quote / divider / gallery / media --- */ .sc-divider-line { border: 0; border-top: 1px solid hsl(var(--border)); } .sc-divider-thick { border-top-width: 2px; border-top-color: hsl(var(--accent)); } .sc-divider-ornament { display: flex; align-items: center; justify-content: center; gap: 0.75rem; color: hsl(var(--muted-foreground)); } .sc-gallery-grid { display: grid; gap: 0.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); } @media (min-width: 768px) { .sc-gallery-grid.sc-gallery-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .sc-gallery-grid.sc-gallery-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } } .sc-video-frame { position: relative; display: block; width: 100%; background-color: hsl(var(--muted)); border: 1px solid hsl(var(--border)); overflow: hidden; } .sc-video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: hsl(var(--background)); background: none; border: 0; cursor: pointer; } .sc-video-play-badge { width: 4rem; height: 4rem; border-radius: 9999px; background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); display: flex; align-items: center; justify-content: center; } /* --- Commerce / local --- */ .sc-menu-item { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid hsl(var(--border)); } .sc-menu-price { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); } .sc-channel { display: flex; align-items: flex-start; gap: 0.75rem; } .sc-channel-mark { width: 2.5rem; height: 2.5rem; border: 1px solid hsl(var(--border)); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: hsl(var(--accent)); flex: none; } .sc-hours-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.375rem 0; border-bottom: 1px solid hsl(var(--border)); } .sc-social-row { display: flex; flex-wrap: wrap; gap: 0.75rem; } .sc-social-link { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 0.75rem; border: 1px solid hsl(var(--border)); border-radius: 4px; color: hsl(var(--foreground)); text-decoration: none; font-size: 0.875rem; transition: border-color 150ms ease; } .sc-social-link:hover { border-color: hsl(var(--accent)); color: hsl(var(--accent)); } /* --- Forms --- */ .sc-form { display: grid; gap: 1.25rem; } .sc-form-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); } @media (max-width: 640px) { .sc-form-grid { grid-template-columns: 1fr; } } .sc-field { display: flex; flex-direction: column; gap: 0.375rem; } .sc-field--full { grid-column: 1 / -1; } .sc-label { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-size: 0.8125rem; font-weight: 600; color: hsl(var(--foreground)); text-transform: uppercase; letter-spacing: 0.04em; } .sc-input { width: 100%; box-sizing: border-box; padding: 0.625rem 0.75rem; background-color: hsl(var(--background)); color: hsl(var(--foreground)); border: 1px solid hsl(var(--input)); border-radius: 4px; font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 1rem; } .sc-input:focus { outline: 2px solid hsl(var(--ring)); outline-offset: 1px; border-color: hsl(var(--ring)); } .sc-form-note { font-size: 0.8125rem; color: hsl(var(--muted-foreground)); } .sc-alert-ok { border-left: 3px solid hsl(var(--accent)); background-color: hsl(var(--muted)); padding: 1rem 1.25rem; color: hsl(var(--foreground)); } .sc-alert-err { border-left: 3px solid hsl(var(--destructive)); background-color: hsl(var(--muted)); padding: 1rem 1.25rem; color: hsl(var(--foreground)); } /* --- Blog family --- */ .sc-post-card { display: flex; flex-direction: column; gap: 0.75rem; } .sc-post-thumb { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background-color: hsl(var(--muted)); border: 1px solid hsl(var(--border)); } .sc-post-title { font-family: var(--font-heading, "Inter", system-ui, sans-serif); font-weight: 600; font-size: 1.25rem; line-height: 1.25; color: hsl(var(--foreground)); text-decoration: none; } .sc-post-title:hover { color: hsl(var(--accent)); } .sc-post-meta { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; color: hsl(var(--muted-foreground)); } .sc-post-excerpt { color: hsl(var(--muted-foreground)); font-size: 0.9375rem; line-height: 1.6; } .sc-tag { display: inline-block; font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.04em; padding: 0.1875rem 0.5rem; border: 1px solid hsl(var(--border)); border-radius: 3px; color: hsl(var(--muted-foreground)); text-decoration: none; } .sc-tag:hover { border-color: hsl(var(--accent)); color: hsl(var(--accent)); } .sc-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; font-size: 0.8125rem; color: hsl(var(--muted-foreground)); } .sc-crumbs a { color: hsl(var(--muted-foreground)); text-decoration: none; } .sc-crumbs a:hover { color: hsl(var(--accent)); } .sc-crumb-sep { color: hsl(var(--border)); } .sc-sidebar-link { display: block; padding: 0.5rem 0.75rem; border-left: 2px solid transparent; color: hsl(var(--foreground)); text-decoration: none; font-size: 0.9375rem; } .sc-sidebar-link:hover, .sc-sidebar-link[aria-current="page"] { border-left-color: hsl(var(--accent)); color: hsl(var(--accent)); } .sc-rank { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 1.25rem; font-weight: 500; color: hsl(var(--accent)); font-variant-numeric: tabular-nums; width: 2rem; flex: none; } /* --- Motion (CSS-first, reduced-motion honored) --- */ .sc-reveal { opacity: 0; transform: translateY(0.5rem); animation: sc-reveal 500ms ease forwards; } @keyframes sc-reveal { to { opacity: 1; transform: none; } } @media (prefers-reduced-motion: reduce) { .sc-reveal { animation: none; opacity: 1; transform: none; } .sc-btn-ghost, .sc-logo, .sc-nav-link, .sc-faq-chevron { transition: none; } } /* ============================================================ Sci-Fi Clean — identity layer (overrides the shared base above). Persona: AI / robotics product. Blueprint schematics, HUD guide lines, mono readouts, spec furniture. Light = white-room lab; dark = mission control. Semantic tokens only. Tight 2px radii. primary = technical blue (HUD lines), accent = signal (CTAs/deltas). ============================================================ */ /* --- Typography: mono readout eyebrows / kickers with // marker --- */ .sc-eyebrow { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: hsl(var(--primary)); margin: 0 0 1rem 0; } .sc-eyebrow::before { content: "// "; color: hsl(var(--accent)); } .sc-kicker { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: hsl(var(--muted-foreground)); } .sc-display, .sc-heading, .sc-hero-headline, .sc-cta-headline, .sc-feature-title { font-family: var(--font-heading, "Space Grotesk", "Inter", system-ui, sans-serif); font-feature-settings: "ss01" on, "ss02" on; } .sc-brand { font-family: var(--font-heading, "Space Grotesk", "Inter", system-ui, sans-serif); font-weight: 700; letter-spacing: -0.01em; } .sc-brand::before { content: "◇ "; color: hsl(var(--accent)); font-family: var(--font-mono, ui-monospace, monospace); } /* --- HUD guide lines: section rules use technical blue, thin --- */ .sc-accent-rule { border-top: 1px solid hsl(var(--primary)); } .sc-hairline-top { border-top: 1px solid hsl(var(--border)); } .sc-hairline-bottom { border-bottom: 1px solid hsl(var(--border)); } .sc-heading-h2-accent { border-bottom: 2px solid hsl(var(--primary)); padding-bottom: 0.25rem; display: inline-block; } .sc-divider-thick { border-top-width: 1px; border-top-color: hsl(var(--primary)); } /* --- Buttons: sharp, mono label, precise --- */ .sc-btn-primary, .sc-btn-outline { border-radius: 2px; font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-weight: 500; font-size: 0.8125rem; letter-spacing: 0.08em; text-transform: uppercase; } .sc-btn-primary { background-color: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); } .sc-btn-primary:hover { background-color: hsl(var(--primary) / 0.9); } .sc-btn-outline:hover { border-color: hsl(var(--primary)); color: hsl(var(--primary)); } .sc-btn-ghost { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-weight: 500; font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(var(--primary)); } .sc-btn-lg { padding: 0.875rem 1.75rem; font-size: 0.875rem; } .sc-btn-sm { padding: 0.375rem 0.875rem; font-size: 0.75rem; } /* --- Surfaces: cornered blueprint cards --- */ .sc-card, .sc-panel, .sc-input, .sc-badge, .sc-tag, .sc-count-box, .sc-channel-mark, .sc-social-link { border-radius: 2px; } .sc-card { position: relative; } .sc-card-accent { border-top: 2px solid hsl(var(--primary)); } .sc-card-accent::before, .sc-card-accent::after { content: ""; position: absolute; top: -1px; width: 10px; height: 10px; pointer-events: none; } .sc-card-accent::before { left: -1px; border-left: 2px solid hsl(var(--accent)); border-top: 2px solid hsl(var(--accent)); } .sc-card-accent::after { right: -1px; border-right: 2px solid hsl(var(--accent)); border-top: 2px solid hsl(var(--accent)); } .sc-media-frame, .sc-post-thumb, .sc-video-frame { border-radius: 2px; } /* --- Marks: HUD nodes/ticks in technical blue --- */ .sc-mark-square { background-color: hsl(var(--primary)); } .sc-mark-circle { background-color: hsl(var(--primary)); } .sc-mark-ring { border-color: hsl(var(--primary)); background: none; } .sc-mark-triangle { border-bottom-color: hsl(var(--accent)); } /* --- Readouts: metrics/stats/prices in mono, blue figures --- */ .sc-stat-figure, .sc-price, .sc-count-figure { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); } .sc-stat-label, .sc-price-period, .sc-menu-price { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); } .sc-rank { color: hsl(var(--accent)); } .sc-timeline-node { border-color: hsl(var(--primary)); color: hsl(var(--primary)); border-radius: 2px; } .sc-price-tier--featured { border-top: 2px solid hsl(var(--primary)); } .sc-badge { background-color: hsl(var(--accent)); color: hsl(var(--accent-foreground)); } .sc-check { color: hsl(var(--primary)); } /* --- Feature blocks + FAQ + chevrons: HUD blue --- */ .sc-feature { border-top: 1px solid hsl(var(--primary)); } .sc-faq-chevron { color: hsl(var(--primary)); } .sc-pull-quote, .sc-quote-block { border-color: hsl(var(--primary)); } .sc-pull-quote { border-top: 1px solid hsl(var(--primary)); } .sc-sidebar-link:hover, .sc-sidebar-link[aria-current="page"] { border-left-color: hsl(var(--primary)); color: hsl(var(--primary)); } .sc-nav-link:hover { border-bottom-color: hsl(var(--primary)); } .sc-tag:hover, .sc-social-link:hover, .sc-post-title:hover, .sc-footer-link:hover { color: hsl(var(--primary)); border-color: hsl(var(--primary)); } /* --- Chrome: footer top rule = HUD blue --- */ .sc-footer { border-top: 2px solid hsl(var(--primary)); } /* --- Blueprint grid ground (used by page-template mains) --- */ .sc-blueprint { background-image: linear-gradient(hsl(var(--border) / 0.5) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--border) / 0.5) 1px, transparent 1px); background-size: 40px 40px; } .sc-hud-corners { position: relative; } .sc-hud-corners::before, .sc-hud-corners::after { content: ""; position: absolute; width: 14px; height: 14px; pointer-events: none; } .sc-hud-corners::before { top: 0; left: 0; border-left: 1px solid hsl(var(--primary)); border-top: 1px solid hsl(var(--primary)); } .sc-hud-corners::after { bottom: 0; right: 0; border-right: 1px solid hsl(var(--primary)); border-bottom: 1px solid hsl(var(--primary)); } /* --- Persona furniture: tech spec / benchmark / telemetry / console --- */ .sc-spec { width: 100%; border-collapse: collapse; font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.875rem; } .sc-spec caption { font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: hsl(var(--muted-foreground)); text-align: left; padding-bottom: 0.75rem; } .sc-spec tr { border-bottom: 1px solid hsl(var(--border)); } .sc-spec-label { text-align: left; width: 100%; padding: 0.625rem 0.5rem; color: hsl(var(--muted-foreground)); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.75rem; } .sc-spec-value { text-align: right; white-space: nowrap; padding: 0.625rem 0.375rem 0.625rem 1rem; color: hsl(var(--foreground)); font-variant-numeric: tabular-nums; font-weight: 500; } .sc-spec-unit { text-align: left; white-space: nowrap; width: 1%; padding: 0.625rem 0.5rem 0.625rem 0; color: hsl(var(--muted-foreground)); font-size: 0.75rem; } .sc-bench-name { font-family: var(--font-body, "Inter", system-ui, sans-serif); font-size: 0.9375rem; color: hsl(var(--foreground)); } .sc-bench-value { font-family: var(--font-mono, ui-monospace, monospace); font-variant-numeric: tabular-nums; font-weight: 500; color: hsl(var(--foreground)); } .sc-bench-track { grid-column: 1 / -1; height: 6px; background-color: hsl(var(--muted)); border-radius: 2px; overflow: hidden; } .sc-bench-fill { height: 100%; background-color: hsl(var(--primary)); border-radius: 2px; } .sc-bench-fill--accent { background-color: hsl(var(--accent)); } .sc-telemetry-grid { display: grid; gap: 1px; background-color: hsl(var(--border)); border: 1px solid hsl(var(--border)); border-radius: 2px; grid-template-columns: repeat(1, minmax(0, 1fr)); overflow: hidden; } @media (min-width: 640px) { .sc-telemetry-grid.sc-telemetry-2, .sc-telemetry-grid.sc-telemetry-3, .sc-telemetry-grid.sc-telemetry-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (min-width: 1024px) { .sc-telemetry-grid.sc-telemetry-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .sc-telemetry-grid.sc-telemetry-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } } .sc-telemetry-cell { background-color: hsl(var(--card)); padding: 1.5rem 1.25rem; } .sc-telemetry-label { font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; color: hsl(var(--muted-foreground)); margin: 0 0 0.5rem; } .sc-telemetry-figure { font-family: var(--font-mono, ui-monospace, monospace); font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1; font-weight: 500; font-variant-numeric: tabular-nums; color: hsl(var(--foreground)); } .sc-telemetry-unit { font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.8125rem; color: hsl(var(--muted-foreground)); } .sc-telemetry-delta { font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.75rem; font-variant-numeric: tabular-nums; color: hsl(var(--accent)); margin-top: 0.375rem; } .sc-console { background-color: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 2px; overflow: hidden; } .sc-console-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1rem; border-bottom: 1px solid hsl(var(--border)); background-color: hsl(var(--muted)); } .sc-console-dot { width: 8px; height: 8px; border-radius: 9999px; background-color: hsl(var(--border)); } .sc-console-title { font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.75rem; letter-spacing: 0.08em; color: hsl(var(--muted-foreground)); margin-left: 0.5rem; } .sc-console-body { padding: 1.25rem 1rem; font-family: var(--font-mono, ui-monospace, monospace); font-size: 0.8125rem; line-height: 1.7; } .sc-console-entry { display: grid; grid-template-columns: auto auto 1fr; gap: 0.75rem; padding: 0.375rem 0; } .sc-console-ver { color: hsl(var(--primary)); font-weight: 500; } .sc-console-date { color: hsl(var(--muted-foreground)); } .sc-console-note { color: hsl(var(--foreground)); } .sc-console-prompt::before { content: "$ "; color: hsl(var(--accent)); } /* --- Motion (MID tier): JS scroll-reveal + ticking counters. No-JS fallback: without .sc-js on , everything is fully visible and counters show their static final text. --- */ .sc-js [data-sc-reveal] { opacity: 0; transform: translateY(12px); transition: opacity 600ms ease, transform 600ms ease; } .sc-js [data-sc-reveal].sc-in { opacity: 1; transform: none; } .sc-schematic { position: relative; } .sc-js .sc-schematic .sc-schematic-line { transform: scaleX(0); transform-origin: left; transition: transform 900ms ease; } .sc-js .sc-schematic.sc-in .sc-schematic-line { transform: scaleX(1); } .sc-schematic-line { height: 1px; background-color: hsl(var(--primary)); } @media (prefers-reduced-motion: reduce) { .sc-js [data-sc-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; } .sc-js .sc-schematic .sc-schematic-line { transform: none !important; transition: none !important; } .sc-reveal { animation: none; opacity: 1; transform: none; } }