@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Inter,sans-serif;background:radial-gradient(circle at top,rgba(255,255,255,.03),transparent 28%),linear-gradient(180deg,#050608,#080a0d);color:#f3f5f7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea,input{font:inherit}button{border:0;cursor:pointer}input,textarea{background:transparent;color:inherit}input{border:0;border-bottom:1px solid rgba(255,255,255,.1);padding:.8rem 0 .7rem;width:100%}input:focus,textarea:focus{outline:none}textarea{border:0;min-height:11rem;padding:.9rem 0 .2rem;resize:vertical;scrollbar-width:none;width:100%}textarea::-webkit-scrollbar{width:0;height:0}textarea::placeholder,input::placeholder{color:#6f7a89}pre{margin:0;overflow:auto;white-space:pre-wrap}#root{min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:2rem}.topbar,.landing,.footer{margin:0 auto;max-width:1180px;width:100%}.landing{display:flex;flex:1 0 auto;flex-direction:column}.topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.topbar-left{align-items:center;display:flex;gap:.9rem}.topbar-home{align-items:center;background:transparent;color:#f3f5f7;display:inline-flex;padding:0}.topbar-home-icon{border-radius:12px;display:block;height:1.8rem;width:1.8rem}.account-strip{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem}.account-button,.google-signin-button{align-items:center;border-radius:999px;display:inline-flex;gap:.55rem;min-height:2.35rem;padding:.62rem .95rem;text-decoration:none}.account-text,.account-name,.account-link{color:#d7dde5;font-size:.78rem}.account-text.muted{color:#8d97a5}.account-link{background:transparent;color:#8d97a5;font-size:.74rem;padding:0;text-decoration:underline;text-underline-offset:.16em}.account-name{background:transparent;color:#d7dde5;font-size:.76rem;padding:0}.account-button{background:#11151a;color:#f3f5f7}.account-button.subtle{background:#11151ab8;color:#d7dde5}.google-signin-button{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000001f;color:#1f1f1f;font-weight:500}.google-signin-button:hover{background:#f8f9fa}.google-signin-button svg{flex:0 0 auto;height:18px;width:18px}.mode-toggle{background:#0c0e12eb;border-radius:999px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:176px;padding:.2rem;position:relative}.mode-toggle-indicator{background:#f3f5f7;border-radius:999px;bottom:.2rem;left:.2rem;position:absolute;top:.2rem;transform:translate(0);transition:transform .18s ease;width:calc((100% - .4rem)/2)}.mode-toggle.premium-active .mode-toggle-indicator{transform:translate(100%)}.mode-toggle button{background:transparent;border-radius:999px;color:#8d97a5;font-weight:500;min-width:0;padding:.55rem 1rem;position:relative;text-align:center;text-transform:lowercase;transition:color .18s ease,transform .18s ease;z-index:1}.mode-toggle button:last-child{font-weight:700}.mode-toggle button.active{color:#090b0e;transform:translateY(-.5px)}.segmented-control{background:#0c0e12eb;border-radius:999px;display:inline-flex;gap:.2rem;padding:.2rem}.segmented-control button{background:transparent;border-radius:999px;color:#8d97a5;font-weight:500;padding:.55rem .95rem;transition:color .18s ease,transform .18s ease;text-transform:lowercase}.segmented-control button:last-child{font-weight:700}.segmented-control button.active{background:#f3f5f7;color:#090b0e;transform:translateY(-.5px)}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:78vh;position:relative;text-align:center}.hero-main{align-items:center;display:flex;flex-direction:column;width:100%}.hero h1{font-size:clamp(3rem,8vw,6rem);font-weight:600;letter-spacing:-.08em;margin:0 0 1.5rem}.hero-wordmark{animation:wordmark-in .52s cubic-bezier(.18,.82,.22,1) both;align-items:center;display:inline-flex;gap:.75rem;justify-content:center;line-height:1}.hero-icon{border-radius:22px;display:block;height:clamp(2.8rem,7vw,4.75rem);flex:0 0 auto;width:clamp(2.8rem,7vw,4.75rem)}@keyframes wordmark-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-shell,.outline-panel,.brief-strip,.timeline-node,.presentation-slide{background:#0c0e12eb;box-shadow:0 24px 80px #00000047}.chat-shell{border-radius:28px;max-width:860px;padding:1rem;width:100%}.chat-meta{display:flex;justify-content:flex-start;margin-bottom:.5rem}.lock-anchor{position:relative}.lock-badge{color:#cfd6de;display:inline-flex;height:20px;width:20px}.lock-badge svg{height:18px;width:18px}.tooltip{background:#f3f5f7;border-radius:10px;color:#090b0e;left:0;opacity:0;padding:.55rem .7rem;pointer-events:none;position:absolute;top:calc(100% + .55rem);transform:translateY(4px);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.lock-anchor:hover .tooltip{opacity:1;transform:translateY(0)}.onboarding-flow{display:grid;gap:.75rem}.prompt-field{display:grid;gap:.35rem;text-align:left}.prompt-field span{color:#8d97a5;font-size:.82rem}.field-error{color:#fda4af;font-size:.72rem;line-height:1.35;margin:-.05rem 0 .05rem}.onboarding-card{animation:rise-in .22s ease;padding:.1rem 0}.status-line,.error{margin-top:1rem}.hero-support{left:50%;min-height:1.5rem;position:absolute;top:calc(50% + 15rem);transform:translate(-50%);width:min(860px,100%)}.hero-support .status-line,.hero-support .error{margin-top:0}.status-line{color:#8d97a5;font-size:.82rem;line-height:1.4}.local-status-line{font-size:.7rem;font-style:italic;opacity:.9}.error{color:#fda4af}.brief-strip{align-items:center;border-radius:999px;display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem;padding:.55rem;position:sticky;top:1rem;width:fit-content;z-index:5}.brief-pill,.brief-edit,.compute-pill{background:#0f1318;border-radius:999px;color:#d7dde5;padding:.58rem .82rem;font-size:.78rem;line-height:1}.compute-pill{align-items:center;display:inline-flex;gap:.7rem;min-width:172px}.compute-pill span{font-size:.68rem;white-space:nowrap}.compute-meter{background:#ffffff14;border-radius:999px;flex:1 1 auto;height:6px;min-width:64px;overflow:hidden}.compute-meter-fill{background:linear-gradient(90deg,#f3f5f7,#8dd0ff);border-radius:inherit;height:100%}.brief-edit{color:#f3f5f7}.outline-workspace,.slideshow-workspace{margin-top:1rem}.profile-page,.legal-page{margin-top:2rem}.profile-layout{display:grid;gap:1rem;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start}.profile-card,.legal-copy,.review-chat{background:#0c0e12eb;border-radius:24px;box-shadow:0 24px 80px #00000047;padding:1.2rem}.profile-card h3{margin:0 0 .5rem}.profile-card p,.legal-copy p{margin:0}.legal-updated{color:#8d97a5;font-size:.8rem;margin-bottom:1rem!important}.legal-section{border-top:1px solid rgba(255,255,255,.06);display:grid;gap:.75rem;margin-top:1.3rem;padding-top:1.3rem}.legal-section h3{letter-spacing:-.03em;margin:0}.legal-copy a{color:#8dd0ff;text-decoration:none}.legal-copy a:hover{text-decoration:underline}.legal-list{color:#d7dde5;display:grid;gap:.65rem;margin:0;padding-left:1.2rem}.profile-metric{align-items:end;display:flex;gap:.55rem;margin-top:1rem}.profile-metric strong{font-size:2rem;letter-spacing:-.06em}.profile-metric span,.profile-subtle{color:#8d97a5;font-size:.82rem;line-height:1.5}.profile-subtle{margin-top:.5rem}.profile-projects,.profile-links{display:grid;gap:.65rem;margin-top:.85rem}.profile-slides-card{min-height:420px}.profile-project{align-items:start;background:#0f1318;border-radius:16px;color:#d7dde5;display:grid;gap:.2rem;padding:.85rem .95rem;text-align:left}.profile-project-head{align-items:center;display:flex;gap:.55rem;justify-content:space-between}.project-ready{color:#4ade80;font-size:.95rem;font-weight:700}.project-status,.project-date,.profile-project span{color:#8d97a5;font-size:.76rem}.project-status.draft{color:#8d97a5b8}.project-status.ready{color:#89d9a2}.project-date{margin-top:.1rem}.danger-button{background:#5e181fe6;border-radius:999px;color:#fecaca;margin-top:1rem;padding:.7rem 1rem}.danger-link{color:#fca5a5;margin-top:1rem;width:fit-content}.modal-danger{width:100%}.finish-share-button{background:#f3f5f7;border-radius:999px;color:#090b0e;font-weight:600;padding:.65rem .95rem}.results-header{align-items:end;display:flex;justify-content:space-between;margin-bottom:1rem}.results-actions{align-items:center;display:flex;gap:.75rem}.section-count{color:#7e8896;font-size:.78rem;margin:0}.results-header h2,.presentation-slide h3{letter-spacing:-.03em;margin:0}.eyebrow{color:#9aa4b2;font-size:.72rem;letter-spacing:.14em;margin:0 0 .35rem;text-transform:uppercase}.outline-panel{border-radius:24px;padding:1rem}.timeline-list{align-items:center;display:grid;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(160px,220px) min-content);justify-content:start}.timeline-node{align-items:start;background:#0c0e12eb;border-radius:18px;display:grid;gap:.45rem;grid-template-columns:32px minmax(0,1fr) auto;min-height:74px;padding:.75rem .82rem;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.intro-wiggle{animation:card-wiggle .9s ease .24s 1}.timeline-node.placeholder{opacity:.25}.flow-arrow{align-items:center;color:#8b95a3;display:inline-flex;font-size:1.15rem;font-weight:800;justify-content:center;min-width:16px;-webkit-user-select:none;user-select:none}.timeline-node>span{color:#8d97a5;font-size:.82rem;font-weight:600}.timeline-copy strong{display:block;font-size:.92rem;line-height:1.2}.add-node.expanded input{font-size:.78rem}.drag-handle{align-items:center;background:transparent;border:0;color:#8d97a5;cursor:grab;display:inline-flex;height:24px;justify-content:center;padding:0;width:24px}.drag-handle svg{height:24px;width:24px}.drag-handle:hover{color:#d7dde5}.drag-overlay{align-items:start;background:#212731fa;border:1px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:0 28px 80px #0000006b;display:grid;gap:.45rem;grid-template-columns:32px minmax(0,1fr) auto;padding:.85rem .9rem;pointer-events:none;position:fixed;transform:rotate(-1deg) scale(1.02);z-index:20}.static-handle{cursor:default}.add-button,.continue-button,.share-button,.slideshow-controls button,.add-save{background:#11151a;border-radius:999px;color:#d7dde5;padding:.65rem .95rem}.add-node{text-align:left}.add-node.expanded{grid-template-columns:32px minmax(0,1fr)}.add-actions{align-items:center;display:flex;justify-content:space-between;margin-top:.75rem}.add-actions button{background:transparent;border-radius:0;font-size:.61rem;font-weight:700;padding:0}.add-save{color:#d7dde5}.add-cancel{color:#f87171}.delete-node{align-items:center;background:#401318e6;border:1px dashed rgba(252,165,165,.35);justify-items:center;text-align:center}@keyframes card-wiggle{0%{transform:translate(0)}22%{transform:translate(5px) rotate(.5deg)}46%{transform:translate(-4px) rotate(-.4deg)}72%{transform:translate(3px) rotate(.25deg)}to{transform:translate(0)}}.delete-node span,.delete-node strong{color:#fecaca}.delete-node .timeline-copy{display:flex;justify-content:center;width:100%}.continue-row{display:flex;justify-content:flex-end;margin-top:1rem}.presentation-slide{border-radius:28px;min-height:420px;overflow:hidden;padding:2rem}.presentation-slide:fullscreen{border-radius:0;padding:0}.slideshow-frame{background:#090b0e;border:0;border-radius:18px;display:block;height:72vh;min-height:560px;width:100%}.review-chat{margin-top:1rem}.review-chat-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.review-chat-header strong{display:block;margin-bottom:.2rem}.review-chat-header p{color:#8d97a5;font-size:.8rem;margin:0}.feedback-button{background:#11151a;border-radius:999px;color:#d7dde5;font-size:.8rem;padding:.55rem .85rem}.review-thread{display:grid;gap:.8rem;margin:1rem 0;max-height:260px;overflow:auto}.review-message{background:#0f1318;border-radius:18px;display:grid;gap:.35rem;padding:.9rem 1rem}.review-message.user{background:#141922}.review-message span{color:#8d97a5;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.review-message p,.review-status{line-height:1.5;margin:0;white-space:pre-wrap}.review-status{color:#8d97a5;font-size:.82rem}.review-composer{display:grid;gap:.8rem}.review-composer textarea{background:#ffffff05;border-radius:18px;min-height:96px;padding:.95rem 1rem}.slide-subtitle{color:#aab4c2;font-size:1.05rem;margin:.75rem 0 1.25rem;max-width:42rem}.slide-bullets{display:grid;gap:.9rem;margin:0;max-width:42rem;padding-left:1.2rem}.icon-action{align-items:center;background:#11151a;border-radius:999px;color:#d7dde5;display:inline-flex;height:2.4rem;justify-content:center;padding:0;width:2.4rem}.icon-action svg{height:18px;width:18px}.modal-scrim{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030406bd;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:1.5rem;position:fixed;z-index:40}.modal-card{background:#0c0e12fa;border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 28px 90px #0000007a;max-width:460px;padding:1.4rem 1.4rem .8rem;width:100%}.modal-card h2{letter-spacing:-.04em;margin:.15rem 0 .6rem}.modal-copy{color:#98a2af;line-height:1.55;margin:0 0 1rem}.modal-list{color:#b7c0cb;display:grid;gap:.55rem;line-height:1.45;margin:0 0 1rem;padding-left:1.05rem}.modal-list li::marker{color:#6f7a89}.checkout-cart{align-items:start;display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) auto;margin:0 0 1rem;padding:.15rem 0 .4rem}.checkout-cart strong{display:block;font-size:.95rem;margin:0 0 .18rem}.checkout-cart p{color:#8d97a5;font-size:.78rem;line-height:1.45;margin:0}.checkout-cart span{color:#f3f5f7;font-size:.95rem;font-weight:600}.modal-actions{display:grid;gap:.55rem;justify-items:stretch}.modal-google{align-items:center;min-height:3.5rem;justify-content:center}.modal-divider{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem}.modal-divider:before,.modal-divider:after{background:#ffffff14;content:"";height:1px;width:100%}.modal-divider span{color:#6f7a89;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.checkout-button,.local-continue,.modal-google{min-height:3.75rem}.checkout-button,.local-continue{align-items:center;justify-content:center}.checkout-button,.local-continue{border-radius:18px;display:grid;gap:.2rem;justify-items:center;padding:.9rem 1rem;text-align:center}.checkout-button{background:#f3f5f7;color:#090b0e;font-weight:600}.local-continue{align-items:center;background:#10151b;color:#dbe2ea;gap:.7rem;grid-template-columns:auto 1fr;justify-items:start;text-align:left}.local-continue-subtle{align-self:end;background:transparent;color:#8d97a5;justify-self:end;min-height:2.1rem;opacity:.92;margin-top:.15rem;padding:.15rem 0}.local-continue-icon{color:#cfd6de;display:inline-flex;height:18px;width:18px}.local-continue svg{height:18px;width:18px}.local-continue-copy{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:.3rem;white-space:nowrap}.local-continue-subtle .local-continue-icon{color:#8792a0;height:16px;width:16px}.local-continue-subtle .local-continue-copy{font-size:.78rem}.footer{align-items:center;display:flex;flex-direction:column;gap:.85rem;margin-top:auto;padding-top:1rem}.footer-links{display:flex;gap:1rem}.footer-logo{filter:saturate(0) brightness(1.2);max-width:96px;opacity:.72;width:100%}.footer p{color:#5f6875;font-size:.72rem;letter-spacing:.04em;margin:0;text-align:center;text-transform:lowercase}@media(max-width:800px){.app-shell{padding:.8rem .8rem 1.1rem}.hero{justify-content:flex-start;min-height:auto;padding-top:2rem}.hero-support{position:static;top:auto;transform:none;width:100%}.brief-strip,.results-header,.timeline-node,.results-actions,.topbar{grid-template-columns:1fr;width:100%}.results-header,.results-actions,.topbar{display:grid;gap:.6rem}.timeline-list{grid-template-columns:1fr}.flow-arrow{display:none}.continue-row{justify-content:stretch}.profile-layout{grid-template-columns:1fr}.chat-shell,.outline-panel,.profile-card,.legal-copy,.review-chat,.presentation-slide{border-radius:20px;padding:.9rem}.segmented-control button{font-size:.76rem;padding:.42rem .65rem}.mode-toggle{min-width:150px}.topbar .google-signin-button{display:none}.mode-toggle button{font-size:.76rem;padding:.42rem .65rem}.account-name,.account-text,.account-link{font-size:.64rem}.topbar{align-items:start;margin-bottom:.6rem}.account-strip{gap:.22rem .45rem;justify-content:flex-start}.topbar-left{align-items:center;flex-direction:row;gap:.55rem;justify-content:space-between;width:100%}.topbar-home-icon{height:1.55rem;width:1.55rem}.hero h1{font-size:clamp(2.35rem,11vw,3.25rem);margin:0 0 1.1rem}.hero-icon{height:2.35rem;width:2.35rem}.chat-meta{margin-bottom:.35rem}.prompt-field span,.field-error{font-size:.74rem}input{padding:.72rem 0 .6rem}textarea{min-height:8.5rem;padding:.7rem 0 .1rem}.timeline-node{min-height:60px;padding:.62rem .72rem}.timeline-copy strong{font-size:.86rem}.review-chat-header{align-items:start;flex-direction:column}.finish-share-button,.feedback-button,.continue-button,.danger-button{font-size:.74rem;padding:.56rem .8rem;width:100%}.icon-action{height:2.05rem;width:2.05rem}.brief-strip{border-radius:24px;gap:.38rem;margin-bottom:.9rem;max-width:100%;padding:.42rem;top:.55rem;width:100%}.brief-pill,.brief-edit,.compute-pill{font-size:.67rem;padding:.42rem .58rem}.compute-pill{gap:.45rem;min-width:0;width:100%}.compute-pill span{font-size:.6rem}.compute-meter{height:4px;min-width:40px}.results-header h2,.presentation-slide h3,.profile-card h3{font-size:1.05rem}.profile-project{padding:.72rem .8rem}.profile-metric strong{font-size:1.65rem}.slideshow-frame{height:54vh;min-height:360px}.review-thread{max-height:220px}.review-composer textarea{min-height:82px}.footer-links{flex-direction:column;align-items:center;gap:.25rem}.footer{gap:.6rem;margin-top:1.4rem}.footer-logo{max-width:82px}.footer p{font-size:.68rem}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
