:root{--bg: #f3efe9;--surface: #fffdf9;--surface-strong: #f8f3ec;--text: #101010;--muted: #59544d;--line: #d9d0c5;--accent: #b75330;--accent-soft: #ebe0d6;--tool-accent: #4a67ff;--tool-surface: #0d0f14;--tool-surface-soft: #141821;--tool-line: #262c39;--prompt-sky: #7ec5ff;--prompt-mint: #73e0c1;--prompt-gold: #ffd36c;--prompt-coral: #ff9d89;--prompt-lilac: #c6b2ff;--heading-1: clamp(2.85rem, 7vw, 4rem);--heading-2: clamp(1.9rem, 4vw, 3rem);--heading-3: clamp(1.45rem, 2.8vw, 2.1rem);--heading-4: clamp(1.2rem, 2vw, 1.55rem);--shadow: 0 18px 50px rgba(16, 16, 16, .06);--container: min(1160px, calc(100vw - 2rem) );--prompt-font-size: 44px;--prompt-line-height: 1.5}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:var(--container);margin:0 auto}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--text);color:var(--surface);padding:.75rem 1rem;z-index:100}.skip-link:focus{top:1rem}.eyebrow{margin:0 0 1rem;font-family:Archivo,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}h1,h2,h3,h4{margin:0;font-family:Archivo,sans-serif;line-height:.98;letter-spacing:-.03em}h1{font-size:var(--heading-1);max-width:12ch}h2{font-size:var(--heading-2)}h3{font-size:var(--heading-3)}h4{font-size:var(--heading-4)}p{margin:0 0 1rem}.lead{max-width:44rem;font-size:clamp(1.1rem,2.2vw,1.35rem);color:var(--muted)}.narrow-copy,.narrow-prose{max-width:46rem}.button-row{display:flex;flex-wrap:wrap;gap:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.8rem 1.25rem;border:1px solid var(--text);background:var(--text);color:var(--surface);font-weight:700;transition:transform .12s ease,background .12s ease,color .12s ease}.button:hover{transform:translateY(-1px)}.button--secondary{background:transparent;color:var(--text)}.button--small{min-height:2.65rem;padding-inline:1rem}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--bg) 92%,white 8%);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.site-header--static{position:static}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem}.brand{display:flex;align-items:center;gap:.9rem;font-family:Archivo,sans-serif;font-weight:800}.brand__mark{display:inline-grid;place-items:center;width:2.8rem;height:2.8rem;background:var(--text);color:var(--surface);letter-spacing:-.06em}.brand__wordmark{letter-spacing:-.04em}.site-nav{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:center}.site-nav__link{padding:.3rem 0;color:var(--muted);font-weight:700}.site-nav__link.is-active,.site-nav__link:hover{color:var(--text)}.home-hero,.page-hero,.article-hero,.prose-section,.section-stack,.section-split{padding-block:clamp(3.5rem,8vw,6rem)}.home-hero__grid,.section-split{display:grid;gap:2rem}.home-hero__grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);align-items:start}.feature-panel,.sidebar-panel,.landing-card,.editorial-card,.tool-panel,.prompt-stage,.article-cta,.article-hero__image{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.feature-panel,.tool-panel,.prompt-stage,.sidebar-panel,.article-cta{padding:1.5rem}.feature-panel__link{display:grid;gap:1rem}.feature-panel__link img,.article-hero__image img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border:1px solid var(--line)}.feature-panel h2{margin-bottom:.8rem;font-size:clamp(2.2rem,5vw,3.3rem);max-width:11ch}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.stat{padding-top:1rem;border-top:1px solid var(--line)}.stat__value{display:block;margin-bottom:.4rem;font-family:Archivo,sans-serif;font-size:2rem;font-weight:800;line-height:.98;letter-spacing:-.03em}.stat__label{color:var(--muted)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-heading h2{max-width:18ch}.landing-grid,.card-grid{display:grid;gap:1.25rem}.landing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-card{padding:1.4rem}.landing-card h3{margin-bottom:.75rem}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--spacious{padding-bottom:clamp(4rem,8vw,6rem)}.editorial-card{overflow:hidden}.editorial-card__image img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-bottom:1px solid var(--line)}.editorial-card__content{padding:1.25rem}.editorial-card__title{margin-bottom:.85rem}.editorial-card__title a:hover{color:var(--accent)}.editorial-card__description{color:var(--muted)}.editorial-card__meta{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;color:var(--muted);font-size:.92rem}.editorial-card--compact .editorial-card__description{display:none}.sidebar-rail{align-self:start}.sidebar-links,.footer-links{margin:0;padding:0;list-style:none}.sidebar-links li+li,.footer-links li+li{margin-top:.85rem}.sidebar-links a{font-family:Archivo,sans-serif;font-size:1.1rem}.page-hero h1{margin-bottom:1rem}.page-hero__grid--media{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,360px);gap:clamp(1.5rem,4vw,3.25rem);align-items:start}.page-hero__media{width:100%;max-width:360px;justify-self:end}.page-hero--compact{padding-bottom:1.5rem}.page-hero--tool{padding-top:clamp(1.1rem,2.2vw,1.8rem);padding-bottom:.85rem}.page-hero--tool h1{max-width:14ch;margin-bottom:0;font-size:clamp(2.4rem,4vw,3.5rem);line-height:.96;text-wrap:balance}.about-story{grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);align-items:start;padding-top:0}.about-story .narrow-prose{max-width:none}.about-story__image{padding:1rem}.prose-section{padding-top:0}.prose-section .narrow-prose{display:grid;gap:.5rem}.prose-section .narrow-prose>h2{margin-top:2rem;margin-bottom:.6rem;padding-top:2rem;border-top:1px solid var(--line);max-width:14ch;font-size:clamp(1.85rem,3vw,2.45rem);line-height:1.04}.prose-section .narrow-prose>h2:first-child{margin-top:0;padding-top:0;border-top:0}.prose-section .narrow-prose>h3{margin-top:1rem;margin-bottom:.45rem;max-width:20ch;font-size:clamp(1.35rem,2.1vw,1.75rem);line-height:1.08}.prose-section .narrow-prose>p,.prose-section .narrow-prose>ul,.prose-section .narrow-prose>ol{color:var(--muted);font-size:1.05rem}.prose-section .narrow-prose>ul,.prose-section .narrow-prose>ol{padding-left:1.2rem}.prose-section .narrow-prose li+li{margin-top:.55rem}.article-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:start}.article-hero__dek{max-width:42rem;margin-top:1.5rem;font-size:1.18rem;color:var(--muted)}.article-hero__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line)}.meta-label{display:block;margin-bottom:.3rem;color:var(--muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.article-shell{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:2rem;padding-bottom:6rem}.article-sidebar{position:sticky;top:6.5rem;align-self:start;display:grid;gap:1rem}.sidebar-panel__title{margin-bottom:.75rem;font-size:1.2rem}.article-body{min-width:0;font-size:1.05rem}.article-body a{color:var(--accent);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.article-body a:hover{color:#8f3f22}.article-body h2,.article-body h3{margin-top:2rem;margin-bottom:.85rem}.article-body h2{max-width:15ch;font-size:clamp(1.85rem,3vw,2.45rem);line-height:1.04}.article-body h3{max-width:22ch;font-size:clamp(1.35rem,2.1vw,1.75rem);line-height:1.08}.article-body p,.article-body ul,.article-body ol,.article-body table,.article-body blockquote{margin-bottom:1.15rem}.article-body ul,.article-body ol{padding-left:1.2rem}.article-body li+li{margin-top:.55rem}.article-body table{width:100%;border-collapse:collapse;background:var(--surface)}.article-body th,.article-body td{padding:.9rem;border:1px solid var(--line);text-align:left;vertical-align:top}.article-body blockquote{margin-left:0;padding:1rem 1.2rem;border-left:4px solid var(--accent);background:var(--surface-strong)}.video-embed{margin:1.5rem 0 1.75rem;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.video-embed iframe{display:block;width:100%;height:100%;border:0}.video-embed--portrait{aspect-ratio:9 / 16;margin:0}.teleprompter-workbench{display:grid;gap:1.25rem;margin-top:0}.teleprompter-intro{padding-top:1.75rem}.teleprompter-workbench+.tool-notes{padding-top:clamp(2rem,5vw,3rem)}.teleprompter-intro+.tool-notes{padding-top:clamp(2rem,5vw,3rem)}.field{display:grid;gap:.55rem}.field+.field{margin-top:1rem}.field__label{font-weight:700}.field__hint{color:var(--muted);font-size:.95rem}textarea,input[type=range]{width:100%}textarea{min-height:16rem;padding:1rem;border:1px solid var(--line);background:var(--surface-strong);resize:vertical}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.teleprompter-stage-panel{position:relative;overflow:hidden;border:1px solid rgba(45,53,70,.92);border-radius:1.4rem;background:radial-gradient(circle at top left,rgba(74,103,255,.2),transparent 32%),linear-gradient(180deg,#111521,#090b11);box-shadow:0 28px 90px #080a105c}.teleprompter-stage-panel:before{content:"";position:absolute;inset:-20% auto auto -10%;width:22rem;height:22rem;border-radius:50%;background:radial-gradient(circle,rgba(126,197,255,.18),transparent 68%);pointer-events:none}.teleprompter-status{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:0;font-weight:700;color:#f1f3f7;font-size:.95rem}.teleprompter-status__label{color:#8e96a8;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.teleprompter-stage-meta{display:flex;flex-wrap:wrap;gap:.7rem 1rem;margin-top:.25rem;color:#98a0b1;font-size:.88rem}.teleprompter-stage-meta span{display:inline-flex;align-items:center;gap:.35rem}.teleprompter-stage-meta--drawer{margin-top:.55rem}.preset-row{display:flex;flex-wrap:wrap;gap:.75rem}.preset-button{min-height:2.2rem;padding:.45rem .8rem;border:1px solid #30384a;background:#141923;color:#edf1f8;font-weight:700;font-size:.94rem;border-radius:999px}.preset-button.is-active{background:var(--tool-accent);border-color:var(--tool-accent);color:#fff;box-shadow:0 0 0 4px #4a67ff29}.control-card__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.control-card__value{font-family:Archivo,sans-serif;font-weight:700;letter-spacing:-.03em;color:#eef1f7}.toggle-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.toggle{display:inline-flex;align-items:center;gap:.55rem;font-weight:700}.teleprompter-help{padding:1rem;border:1px solid var(--line);background:var(--surface-strong);color:var(--muted)}.prompt-stage{position:relative;min-height:max(33rem,min(56.25vw,calc(100svh - 8rem)));height:clamp(33rem,calc(100svh - 8rem),64rem);max-height:calc(100svh - 2rem);overflow:hidden;background:radial-gradient(circle at top center,rgba(126,197,255,.12),transparent 28%),radial-gradient(circle at 85% 18%,rgba(198,178,255,.11),transparent 24%),linear-gradient(180deg,#0f131d,#090b10);color:#f7f4ef;accent-color:var(--tool-accent);cursor:pointer}.prompt-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#07090e8a,#07090e00 24%),linear-gradient(0deg,#07090eb8,#07090e00 22%);pointer-events:none;z-index:1}.prompt-stage.is-contrast{background:#000;color:#fff}.prompt-stage.is-mirrored .prompt-copy{transform:scaleX(-1)}.prompt-stage__layout{display:grid;grid-template-columns:minmax(0,1fr) 0;height:100%;transition:grid-template-columns .22s ease}.prompt-stage.is-editing .prompt-stage__layout{grid-template-columns:minmax(0,1fr) minmax(300px,29vw)}.prompt-stage__viewport{position:relative;overflow:hidden}.prompt-stage__viewport:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080a0ff5,#080a0f2e 15%,#080a0f00 34% 66%,#080a0f2e 84%,#080a0ff5);pointer-events:none;z-index:3}.prompt-stage__viewport:after{content:"";position:absolute;inset:1.15rem;border:1px solid rgba(255,255,255,.04);border-radius:1rem;pointer-events:none;z-index:2}.prompt-stage__guide{position:absolute;left:1.5rem;right:1.5rem;top:35.5%;height:3px;background:linear-gradient(90deg,#7ec5ff00,#7ec5ff7a 18%,#7ec5ffe6,#7ec5ff7a 82%,#7ec5ff00);z-index:4}.prompt-track{position:relative;z-index:2;padding:7.85rem clamp(1.5rem,4vw,4.5rem) 6.8rem;transition:transform 80ms linear;will-change:transform}.prompt-copy{width:min(100%,28ch);margin:0 auto;font-family:Archivo,sans-serif;font-size:var(--prompt-font-size);line-height:var(--prompt-line-height);font-weight:560;letter-spacing:-.03em;color:#eff3fad1;text-wrap:balance}.prompt-copy p{margin-bottom:.95rem;text-shadow:0 0 22px rgba(0,0,0,.24)}.prompt-copy strong{font-weight:800;color:#fff}.prompt-copy em{font-style:italic;color:#f7f4efeb}.prompt-copy [data-prompt-color=sky]{color:var(--prompt-sky)}.prompt-copy [data-prompt-color=mint]{color:var(--prompt-mint)}.prompt-copy [data-prompt-color=gold]{color:var(--prompt-gold)}.prompt-copy [data-prompt-color=coral]{color:var(--prompt-coral)}.prompt-copy [data-prompt-color=lilac]{color:var(--prompt-lilac)}.prompt-copy__placeholder{color:#f7f4efa6}.teleprompter-overlay{position:absolute;left:0;right:0;z-index:5;padding:.75rem 1rem;background:#0a0c11bd;backdrop-filter:blur(18px) saturate(120%);transition:opacity .18s ease,transform .22s ease}.teleprompter-overlay--top{top:.95rem;right:.95rem;left:auto;padding:0;background:transparent;backdrop-filter:none;border-bottom:0}.teleprompter-overlay--bottom{bottom:0;border-top:1px solid rgba(255,255,255,.08)}.prompt-stage.is-playing .teleprompter-overlay--top{opacity:0;transform:translateY(-.75rem);pointer-events:none}.prompt-stage.is-playing .teleprompter-overlay--bottom{opacity:0;transform:translateY(.75rem);pointer-events:none}.prompt-stage.is-playing .prompt-stage__guide{background:#4a67ff2e}.prompt-stage.is-playing .prompt-copy{color:#f7f4eff0}.prompt-stage.is-playing .prompt-copy p{text-shadow:none}.editor-drawer .eyebrow{margin-bottom:.5rem;color:#8e96a8}.teleprompter-toolbar{display:inline-flex;justify-content:flex-end;padding:.38rem;border:1px solid rgba(53,63,82,.9);border-radius:999px;background:#090b11a8;box-shadow:0 16px 38px #0000004d;backdrop-filter:blur(18px) saturate(130%)}.teleprompter-actions{flex-wrap:nowrap;gap:.55rem;justify-content:flex-end}.teleprompter-actions .button,.editor-drawer__head .button{min-height:2.05rem;padding:.4rem .75rem;border-color:#313a4d;border-radius:999px;background:#171c27f0;color:#edf1f8;font-size:.92rem}.teleprompter-actions #play-button{border-color:var(--tool-accent);background:var(--tool-accent);color:#fff}.teleprompter-actions .button:hover,.editor-drawer__head .button:hover{transform:none;filter:brightness(1.03)}.stage-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem 1rem}.stage-slider{gap:.3rem}.stage-slider__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.stage-slider .field__label{color:#eef1f7;font-size:.88rem}.stage-slider .control-card__value{font-size:1rem}.stage-slider input[type=range]{accent-color:var(--tool-accent)}.stage-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.45rem}.toggle-row--stage{display:flex;flex-wrap:wrap}.control-toggle--stage{padding:.45rem .72rem;border:1px solid #2d3546;border-radius:999px;background:#171c27;color:#edf1f8;font-size:.92rem}.control-toggle--stage input{accent-color:var(--tool-accent)}.teleprompter-help--stage{padding:0;border:0;background:transparent;color:#8f98aa;font-size:.82rem}.teleprompter-progress{height:.28rem;margin-top:.45rem;background:#ffffff14;overflow:hidden}.teleprompter-progress__fill{height:100%;width:0;background:var(--tool-accent);transition:width .12s linear}.editor-drawer{overflow:auto;padding:6.2rem 1rem 5.8rem;border-left:1px solid rgba(53,63,82,.85);background:radial-gradient(circle at top,rgba(74,103,255,.13),transparent 34%),linear-gradient(180deg,#12161f,#0d1017);transform:translate(100%);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .18s ease}.prompt-stage.is-editing .editor-drawer{transform:translate(0);opacity:1;pointer-events:auto}.editor-drawer__head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.editor-drawer__title{margin:0;font-family:Archivo,sans-serif;font-size:1.15rem;font-weight:700;color:#eef1f7;letter-spacing:-.03em}.editor-drawer__hint{margin:.9rem 0 1rem;color:#99a1b2;font-size:.95rem}.editor-drawer__setup{margin-bottom:1rem;padding:.95rem;border:1px solid #262c39;border-radius:1rem;background:#0b0e14e0;box-shadow:inset 0 1px #ffffff08}.preset-row--drawer{margin-top:.8rem}.editor-drawer__composer{display:grid;gap:.85rem;min-height:calc(100% - 5rem)}.editor-toolbar{display:grid;gap:.7rem;padding:.75rem;border:1px solid #262c39;border-radius:1rem;background:#0b0e14eb;box-shadow:inset 0 1px #ffffff08}.editor-toolbar__group{display:flex;flex-wrap:wrap;gap:.55rem}.editor-toolbar__group--colors{padding-top:.1rem}.editor-tool,.editor-swatch{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.45rem;border:1px solid #31394b;color:#edf1f8;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}.editor-tool{min-width:2.45rem;padding:0 .85rem;border-radius:.82rem;background:#171c27;font-size:.92rem;font-weight:700}.editor-tool--label{min-width:auto}.editor-tool__glyph{display:inline-flex;align-items:center;justify-content:center;min-width:.9rem}.editor-tool__glyph--bold{font-family:Archivo,sans-serif;font-weight:800}.editor-tool__glyph--italic{font-family:Lora,serif;font-style:italic;font-weight:700}.editor-swatch{padding:0 .82rem;border-radius:999px;background:#141923;color:#cfd6e5;font-size:.84rem;font-weight:700;letter-spacing:-.01em}.editor-tool:hover,.editor-swatch:hover{transform:translateY(-1px);border-color:#47516a}.editor-tool.is-active,.editor-swatch.is-active{border-color:var(--editor-swatch-color, rgba(126, 197, 255, .9));background:#1f2634fa;box-shadow:0 0 0 1px var(--editor-swatch-color, rgba(126, 197, 255, .9))}.editor-swatch__dot{width:.72rem;height:.72rem;border-radius:50%;background:var(--editor-swatch-color, #f1f4fa);box-shadow:0 0 0 1px #ffffff2e}.editor-swatch[data-color-token=default] .editor-swatch__dot{background:linear-gradient(135deg,#f1f4fa,#9fa8bb)}.editor-drawer__field{display:flex;min-height:0}.editor-drawer__editor{width:100%;min-height:24rem;padding:1.1rem 1rem 1rem;border:1px solid #2d3546;border-radius:1.05rem;background:linear-gradient(180deg,#0f131a,#0b0e14);color:#f1f4fa;line-height:1.65;box-shadow:inset 0 1px #ffffff08}.editor-drawer__editor p{margin:0 0 .95rem}.editor-drawer__editor p:last-child{margin-bottom:0}.editor-drawer__editor strong{font-weight:800;color:#fff}.editor-drawer__editor em{font-style:italic;color:#dfe6f5}.editor-drawer__editor [data-prompt-color=sky]{color:var(--prompt-sky)}.editor-drawer__editor [data-prompt-color=mint]{color:var(--prompt-mint)}.editor-drawer__editor [data-prompt-color=gold]{color:var(--prompt-gold)}.editor-drawer__editor [data-prompt-color=coral]{color:var(--prompt-coral)}.editor-drawer__editor [data-prompt-color=lilac]{color:var(--prompt-lilac)}.editor-drawer__editor[data-empty=true]:before{content:attr(data-placeholder);color:#70788a;pointer-events:none}.editor-drawer__editor:focus,.editor-tool:focus-visible,.editor-swatch:focus-visible{outline:2px solid rgba(126,197,255,.42);outline-offset:0}.editor-drawer__microcopy{margin:0;color:#8f98aa;font-size:.86rem;line-height:1.65}.teleprompter-stage-panel:fullscreen{background:#090b10}.teleprompter-stage-panel:fullscreen .teleprompter-overlay--top{opacity:0;transform:translateY(-.45rem);pointer-events:none}.teleprompter-stage-panel:fullscreen .prompt-stage:hover .teleprompter-overlay--top,.teleprompter-stage-panel:fullscreen .prompt-stage:focus-within .teleprompter-overlay--top,.teleprompter-stage-panel:fullscreen .prompt-stage.is-editing .teleprompter-overlay--top{opacity:1;transform:none;pointer-events:auto}.teleprompter-stage-panel:fullscreen .prompt-stage{min-height:0;height:100vh;max-height:none}.tool-notes,.faq-section{padding-bottom:clamp(3.5rem,8vw,5rem)}.tool-notes__grid,.faq-grid{display:grid;gap:1.25rem}.tool-notes__grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.faq-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.info-card{padding:1.6rem}.info-card--accent{background:var(--surface-strong);border-top:3px solid var(--accent)}.info-card h2{margin-bottom:1rem;max-width:14ch;font-size:clamp(1.95rem,3.1vw,2.7rem);line-height:1.02}.info-card p{color:var(--muted)}.info-card ul,.faq-card ul{margin:1rem 0 0;padding-left:1.2rem}.info-card li+li,.faq-card li+li{margin-top:.55rem}.faq-card{padding:1.5rem}.faq-card h3{margin-bottom:.75rem;max-width:18ch;font-size:clamp(1.4rem,2.2vw,1.85rem);line-height:1.05}.faq-card p{margin-bottom:0;color:var(--muted)}.article-cta h2{margin-bottom:.75rem;max-width:14ch;font-size:clamp(1.85rem,3vw,2.35rem);line-height:1.04}.article-cta p{color:var(--muted)}.site-footer{padding:3rem 0 4rem;border-top:1px solid var(--line)}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr));gap:2rem}.site-footer__copy{max-width:36rem;color:var(--muted)}@media(max-width:1024px){.home-hero__grid,.page-hero__grid--media,.section-split,.article-hero,.article-shell,.site-footer__grid{grid-template-columns:1fr}.landing-grid,.card-grid,.stat-grid,.article-hero__meta,.tool-notes__grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar{position:static}.page-hero__media{max-width:320px;justify-self:start}.prompt-stage.is-editing .prompt-stage__layout{grid-template-columns:minmax(0,1fr) minmax(280px,36vw)}.stage-control-grid{grid-template-columns:1fr}.stage-bottom-row{align-items:start;flex-direction:column}}@media(max-width:720px){h1{max-width:100%}.site-header__inner{flex-direction:column;align-items:stretch;padding-block:1rem}.site-nav{justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem}.button--small{width:100%}.landing-grid,.card-grid,.stat-grid,.article-hero__meta,.tool-notes__grid,.faq-grid{grid-template-columns:1fr}.section-heading{display:block}.page-hero__media{max-width:min(100%,320px);justify-self:center}.prompt-track{padding:9rem 1.15rem 7.5rem}.prompt-stage{min-height:max(30rem,min(56.25vw,calc(100svh - 6rem)));height:clamp(30rem,calc(100svh - 6rem),54rem);max-height:calc(100svh - 1.5rem)}.teleprompter-topline,.teleprompter-toolbar{width:100%}.teleprompter-actions{width:100%;flex-wrap:wrap}.teleprompter-actions .button{flex:1 1 calc(50% - .5rem)}.teleprompter-stage-meta{gap:.6rem}.preset-button{flex:1 1 calc(50% - .55rem);justify-content:center}.editor-toolbar__group:first-child .editor-tool{flex:1 1 calc(33.333% - .4rem)}.editor-toolbar__group--colors .editor-swatch{flex:1 1 calc(50% - .4rem);justify-content:flex-start}.toggle-row--stage{width:100%}.control-toggle--stage{width:100%;justify-content:center}.editor-drawer{position:absolute;inset:0;padding:6.1rem 1rem 7.5rem;border-left:0;transform:translateY(100%)}.editor-drawer__editor{min-height:20rem}.prompt-stage.is-editing .prompt-stage__layout{grid-template-columns:1fr}.prompt-stage.is-editing .editor-drawer{transform:translateY(0)}}
