#root{min-height:100vh}.eyebrow{display:inline-block;color:var(--lunar);font-size:.7rem;font-weight:800;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}.muted{color:var(--muted)}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:12px;padding:.72rem 1rem;color:var(--text);background:transparent;font-size:.86rem;font-weight:750;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{color:#101309;background:var(--lunar);box-shadow:0 10px 30px #c8ff4b21}.button.primary:hover:not(:disabled){background:#d5ff76}.button.secondary{border-color:var(--line-strong);background:#ffffff09}.button.secondary:hover:not(:disabled),.button.ghost:hover:not(:disabled){border-color:#c8ff4b80;background:#c8ff4b12}.button.danger{border-color:#ff697861;color:#ffdce0;background:#ff69781a}.button.large{min-height:50px;padding-inline:1.35rem}.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.text-button{width:fit-content;border:0;padding:0;color:var(--lunar);background:transparent;font-size:.82rem;font-weight:800}.text-button[aria-disabled=true]{color:var(--muted);cursor:default}.icon-button{position:relative;display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:12px;color:var(--muted-strong);background:#ffffff08;transition:.16s ease}.icon-button:hover{border-color:#c8ff4b59;color:var(--text);background:#c8ff4b0f}.panel,.card{border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 42%),var(--surface-soft);box-shadow:0 18px 60px #00000026;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.panel{border-radius:var(--radius-lg);padding:clamp(1.25rem,2.8vw,2rem)}.card{border-radius:var(--radius);padding:1.25rem}.card p,.panel p{margin-bottom:.8rem;font-size:.9rem}.card-heading-row,.section-heading,.title-with-status{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.section-heading{margin-bottom:1.15rem}.section-heading p{max-width:48rem;margin:.35rem 0 0}.status-pill,.sync-state{display:inline-flex;width:fit-content;align-items:center;gap:.3rem;border:1px solid var(--line-strong);border-radius:999px;padding:.28rem .55rem;color:var(--muted-strong);background:#ffffff09;font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.status-pill.ready,.sync-state.synced{border-color:#64e2a657;color:var(--success);background:#64e2a614}.status-pill.gated,.sync-state.error{border-color:#ff9b6559;color:var(--orange);background:#ff9b6514}.sync-state.device{border-color:#48daf14d;color:var(--cyan)}.sync-state.syncing{color:var(--violet)}.form-stack{display:flex;flex-direction:column;gap:1rem}.form-grid{display:grid;gap:1rem}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}label{display:flex;flex-direction:column;gap:.45rem;color:var(--muted-strong);font-size:.75rem;font-weight:750;letter-spacing:.015em}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:.77rem .85rem;color:var(--text);background:#05080db3;font-size:.86rem;transition:border-color .15s ease,background .15s ease}input::placeholder,textarea::placeholder{color:#647084}input:hover,select:hover,textarea:hover,input:focus,select:focus,textarea:focus{border-color:#c8ff4b5c;background:#080c12e6}textarea{resize:vertical;line-height:1.6}.check-label{flex-direction:row;align-items:flex-start;gap:.65rem;border:1px solid var(--line);border-radius:12px;padding:.8rem;background:#ffffff05;line-height:1.45}.check-label input{width:17px;height:17px;flex:0 0 auto;margin:.1rem 0 0;accent-color:var(--lunar)}.brand-lockup{display:inline-flex;align-items:center;gap:.72rem;color:var(--text)}.brand-mark{position:relative;display:grid;width:43px;height:43px;place-items:center;border:1px solid rgba(200,255,75,.45);border-radius:14px;color:var(--lunar);background:radial-gradient(circle at 30% 20%,rgba(200,255,75,.24),transparent 58%),#11160d;box-shadow:0 0 30px #c8ff4b1a}.brand-copy{display:flex;flex-direction:column;align-items:flex-start}.brand-copy strong{font-size:1.02rem;letter-spacing:.015em}.brand-copy small{color:var(--lunar);font-size:.58rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.brand-lockup.compact .brand-mark{width:35px;height:35px;border-radius:11px}.brand-button{border:0;padding:0;color:inherit;background:transparent}.app-loader,.page-loader{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:.8rem;color:var(--lunar);background:var(--bg)}.app-loader svg,.page-loader svg{animation:lunar-pulse 1.4s ease-in-out infinite}.app-loader span,.page-loader span{color:var(--muted-strong);font-size:.82rem}.page-loader{min-height:40vh;background:transparent}@keyframes lunar-pulse{50%{opacity:.45;transform:scale(.92) rotate(-8deg)}}.toast-stack{position:fixed;z-index:2000;right:1rem;bottom:1rem;display:flex;width:min(390px,calc(100vw - 2rem));flex-direction:column;gap:.6rem;pointer-events:none}.toast{display:flex;align-items:flex-start;gap:.65rem;border:1px solid var(--line-strong);border-radius:14px;padding:.85rem 1rem;color:var(--text);background:#0f141cf5;box-shadow:var(--shadow);font-size:.8rem;line-height:1.45;animation:toast-in .18s ease-out}.toast.success{border-color:#64e2a666}.toast.success svg{color:var(--success)}.toast.warning{border-color:#ff9b6573}.toast.warning svg{color:var(--orange)}.toast.danger{border-color:#ff697873}.toast.danger svg{color:var(--danger)}.toast.info svg{color:var(--cyan)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.entry-screen{position:relative;min-height:100vh;overflow:hidden}.entry-orbit{position:fixed;border:1px solid rgba(200,255,75,.08);border-radius:50%;pointer-events:none}.orbit-one{top:-24rem;right:-17rem;width:52rem;height:52rem}.orbit-two{bottom:-20rem;left:-17rem;width:46rem;height:46rem;border-color:#a783ff1a}.welcome-screen{display:grid;place-items:center;padding:clamp(1rem,4vw,3rem)}.entry-card{position:relative;z-index:1;width:min(1040px,100%);border:1px solid var(--line-strong);border-radius:32px;padding:clamp(1.35rem,5vw,3.5rem);background:radial-gradient(circle at 90% 5%,rgba(200,255,75,.09),transparent 22rem),#090c11e6;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.welcome-heading,.welcome-action{display:flex;align-items:center;justify-content:space-between;gap:1rem}.founder-letter{max-width:780px;margin:clamp(2rem,6vw,4.5rem) auto 2rem}.founder-letter h1{margin:.45rem 0 1.35rem;font-size:clamp(2.4rem,8vw,5.5rem);letter-spacing:-.065em}.founder-letter p{max-width:680px;font-size:.98rem}.founder-letter .lead{color:var(--text);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.signature{display:flex;margin-top:1.65rem;flex-direction:column;color:var(--lunar)!important;font-weight:800}.principle-grid{display:grid;margin:2.5rem 0;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.principle-grid article{display:flex;min-height:128px;flex-direction:column;gap:.45rem;border:1px solid var(--line);border-radius:16px;padding:1rem;background:#ffffff06}.principle-grid svg{margin-bottom:auto;color:var(--lunar)}.principle-grid span{color:var(--muted);font-size:.75rem;line-height:1.45}.welcome-action{border-top:1px solid var(--line);padding-top:1.4rem}.welcome-action>div{display:flex;flex-direction:column}.welcome-action>div strong{margin-top:.35rem;font-size:1.25rem}.auth-screen{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr)}.auth-brand-panel,.auth-form-panel{display:flex;min-height:100vh;flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,5rem)}.auth-brand-panel{border-right:1px solid var(--line);background:linear-gradient(145deg,rgba(167,131,255,.1),transparent 55%),radial-gradient(circle at 20% 80%,rgba(200,255,75,.08),transparent 24rem),var(--bg-deep)}.auth-message{max-width:570px;margin:auto 0}.auth-message h1{margin:.55rem 0 1rem;font-size:clamp(2.5rem,5vw,5.3rem);letter-spacing:-.065em}.auth-message p{color:var(--lunar);font-weight:700}.auth-promise-list{display:flex;flex-direction:column;gap:.8rem}.auth-promise-list span{display:flex;align-items:center;gap:.6rem;color:var(--muted-strong);font-size:.8rem}.auth-promise-list svg{color:var(--lunar)}.auth-form-panel{align-items:center}.auth-form-wrap{width:min(450px,100%)}.auth-form-wrap>h2{margin:1.1rem 0 .4rem;font-size:2rem}.connection-state{display:inline-flex;align-items:center;gap:.45rem;color:var(--orange);font-size:.72rem;font-weight:700}.connection-state>span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}.connection-state.connected{color:var(--success)}.segmented-control{display:grid;margin:1.5rem 0;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:13px;padding:4px;background:#ffffff05}.segmented-control button{border:0;border-radius:9px;padding:.7rem;color:var(--muted);background:transparent;font-size:.78rem;font-weight:750}.segmented-control button.active{color:var(--text);background:var(--surface-strong)}.password-field{position:relative}.password-field input{padding-right:3rem}.password-field button{position:absolute;top:50%;right:.8rem;display:grid;border:0;padding:0;place-items:center;color:var(--muted);background:transparent;transform:translateY(-50%)}.demo-entry{display:flex;margin-top:1.4rem;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.demo-entry>span{width:100%;color:var(--muted);font-size:.7rem}.demo-entry>span:before,.demo-entry>span:after{display:inline-block;width:42%;height:1px;margin:0 .5rem;vertical-align:middle;content:"";background:var(--line)}.auth-footnote{margin:1.5rem 0 0;color:var(--muted)!important;font-size:.72rem!important;text-align:center}.app-shell{display:grid;min-height:100vh;grid-template-columns:246px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:60;display:flex;height:100vh;min-height:640px;flex-direction:column;border-right:1px solid var(--line);padding:1.2rem;background:#07090ee8;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.sidebar-top{display:flex;align-items:center;justify-content:space-between}.mobile-close,.menu-button{display:none}.main-nav{display:flex;margin:2.1rem 0 1.2rem;flex:1;flex-direction:column;gap:.28rem;overflow-y:auto}.main-nav button,.nav-signout{display:flex;width:100%;align-items:center;gap:.7rem;border:1px solid transparent;border-radius:11px;padding:.67rem .72rem;color:#8591a5;background:transparent;font-size:.78rem;font-weight:730;text-align:left;transition:.15s ease}.main-nav button:hover,.nav-signout:hover{color:var(--text);background:#ffffff09}.main-nav button.active{border-color:#c8ff4b29;color:var(--lunar);background:linear-gradient(90deg,#c8ff4b1f,#c8ff4b06)}.sidebar-foot{display:flex;flex-direction:column;gap:.6rem}.mini-power-card{border:1px solid var(--line);border-radius:14px;padding:.85rem;background:#ffffff06}.mini-power-card>div:first-child{display:flex;align-items:center;justify-content:space-between;color:var(--muted-strong);font-size:.7rem}.mini-power-card strong{color:var(--lunar);font-size:.95rem}.power-meter{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#232a34}.power-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lunar-deep),var(--lunar));box-shadow:0 0 16px #c8ff4b61}.power-meter.large{height:9px;margin:1rem 0}.mini-power-card .power-meter{margin:.6rem 0}.mini-power-card small{display:block;font-size:.63rem;text-transform:capitalize}.workspace{min-width:0}.workspace-header{position:sticky;top:0;z-index:40;display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:.85rem clamp(1rem,3.5vw,2.8rem);background:#080a0fd1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.header-title{display:flex;min-width:0;align-items:center;gap:.8rem}.header-title h1{margin-top:.1rem;overflow:hidden;font-size:1.25rem;text-overflow:ellipsis;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:.55rem}.power-chip{display:inline-flex;min-height:42px;align-items:center;gap:.45rem;border:1px solid rgba(200,255,75,.2);border-radius:12px;padding:.55rem .75rem;color:var(--muted-strong);background:#c8ff4b0e;font-size:.72rem}.power-chip svg,.power-chip strong{color:var(--lunar)}.notification-wrap{position:relative}.notification-dot{position:absolute;top:-5px;right:-5px;display:grid;min-width:19px;height:19px;place-items:center;border:2px solid var(--bg);border-radius:999px;color:#11150a;background:var(--lunar);font-size:.57rem;font-weight:900}.notification-panel{position:absolute;top:calc(100% + .75rem);right:0;z-index:100;width:min(370px,calc(100vw - 2rem));border:1px solid var(--line-strong);border-radius:17px;padding:1rem;background:#0d1118fa;box-shadow:var(--shadow)}.notification-item{display:flex;width:100%;flex-direction:column;gap:.25rem;border:0;border-top:1px solid var(--line);padding:.8rem 0;color:var(--text);background:transparent;text-align:left}.notification-item span{color:var(--muted);font-size:.74rem;line-height:1.4}.notification-item.unread strong:before{display:inline-block;width:6px;height:6px;margin-right:.45rem;border-radius:50%;content:"";background:var(--lunar)}.system-banner{display:flex;align-items:center;gap:.7rem;border-bottom:1px solid rgba(72,218,241,.17);padding:.65rem clamp(1rem,3.5vw,2.8rem);color:var(--muted-strong);background:#48daf10e;font-size:.72rem}.system-banner strong{color:var(--cyan)}.warning-banner{border-color:#ff9b6538;background:#ff9b6512}.warning-banner strong{color:var(--orange)}.danger-banner{border-color:#ff69783d;background:#ff697814}.danger-banner strong{color:var(--danger)}.page-content{width:min(1520px,100%);margin:0 auto;padding:clamp(1rem,3.5vw,2.8rem)}.page-stack{display:flex;flex-direction:column;gap:clamp(1.2rem,3vw,2rem)}.dashboard-grid{display:grid;gap:1rem}.dashboard-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state{display:grid;min-height:250px;place-content:center;justify-items:center;text-align:center}.empty-state svg{margin-bottom:.8rem;color:var(--lunar)}.empty-state p{max-width:440px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero-panel{position:relative;display:grid;min-height:370px;overflow:hidden;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);border:1px solid var(--line-strong);border-radius:32px;padding:clamp(1.5rem,5vw,3.6rem);background:linear-gradient(120deg,rgba(167,131,255,.12),transparent 48%),radial-gradient(circle at 88% 50%,rgba(200,255,75,.12),transparent 18rem),#0d1118}.hero-panel:after{position:absolute;inset:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(90deg,transparent 20%,#000);mask-image:linear-gradient(90deg,transparent 20%,#000)}.hero-copy{position:relative;z-index:2;align-self:center}.hero-copy h2{max-width:780px;margin:.55rem 0 1rem;font-size:clamp(2.4rem,5vw,5rem);letter-spacing:-.065em}.hero-copy p{max-width:670px;font-size:1rem}.hero-copy .button-row{margin-top:1.5rem}.lunar-orb{position:relative;z-index:1;display:grid;place-items:center}.lunar-orb:before,.lunar-orb:after{position:absolute;border:1px solid rgba(200,255,75,.16);border-radius:50%;content:""}.lunar-orb:before{width:310px;height:310px}.lunar-orb:after{width:240px;height:240px}.lunar-orb span{width:155px;height:155px;border-radius:50%;background:radial-gradient(circle at 35% 27%,#efffc2,var(--lunar) 32%,#79a91f 70%,#25320f);box-shadow:0 0 70px #c8ff4b38,inset -22px -22px 34px #00000047}.journey-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);border-radius:18px;background:#0e121999}.journey-strip article{display:grid;min-height:105px;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-content:center;gap:.2rem .55rem;border-right:1px solid var(--line);padding:1rem}.journey-strip article:last-child{border-right:0}.journey-strip svg{grid-row:1 / span 2;color:var(--lunar)}.journey-strip strong{font-size:.83rem}.journey-strip span{color:var(--muted);font-size:.68rem}.beta-readiness,.page-intro,.gate-panel,.team-hero,.monetize-hero,.newsletter-hero,.founder-hero{display:flex;align-items:center;justify-content:space-between;gap:2rem}.beta-readiness>div,.page-intro>div,.gate-panel>div,.team-hero>div,.monetize-hero>div,.newsletter-hero>div,.founder-hero>div{max-width:780px}.power-panel strong{color:var(--text);font-size:.9rem}.safety-list{display:flex;margin-top:1.4rem;flex-direction:column;gap:.65rem}.safety-list span{display:flex;align-items:center;gap:.6rem;color:var(--muted-strong);font-size:.77rem}.safety-list i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 12px #64e2a68c}.feature-card{display:flex;min-height:225px;flex-direction:column}.feature-card.gated{background:#1013198c}.feature-card>small{margin-top:auto}.feature-card .text-button{margin-top:.8rem}.inline-create-form{animation:form-reveal .18s ease-out}@keyframes form-reveal{0%{opacity:0;transform:translateY(-6px)}}.workflow-list{display:flex;flex-direction:column;gap:1rem}.workflow-card>.card-heading-row p{max-width:680px;margin:.35rem 0 0}.progress-number{color:var(--lunar);font-size:1.5rem}.workflow-progress{height:5px;margin:1.3rem 0;overflow:hidden;border-radius:999px;background:#232a34}.workflow-progress span{display:block;height:100%;border-radius:inherit;background:var(--lunar)}.workflow-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.workflow-step{position:relative;display:flex;min-height:72px;align-items:center;gap:.6rem;border:1px solid var(--line);border-radius:12px;padding:.7rem;color:var(--muted);background:#ffffff05}.workflow-step.done{border-color:#64e2a633;color:var(--success)}.workflow-step.active{border-color:#c8ff4b5c;color:var(--lunar);background:#c8ff4b0d}.step-icon{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border:1px solid currentColor;border-radius:50%}.workflow-step small,.workflow-step strong{display:block}.workflow-step small{color:inherit;font-size:.57rem;text-transform:uppercase}.workflow-step strong{color:var(--text);font-size:.74rem}.workflow-actions{display:flex;margin-top:1.25rem;align-items:center;justify-content:space-between;gap:1rem}.workflow-actions>span{color:var(--muted);font-size:.72rem}.vault-layout{grid-template-columns:minmax(0,1.65fr) minmax(270px,.65fr)}.file-drop input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.file-drop>span{display:flex;min-height:78px;align-items:center;justify-content:center;gap:.65rem;border:1px dashed rgba(200,255,75,.3);border-radius:13px;color:var(--muted-strong);background:#c8ff4b06;cursor:pointer}.file-drop:hover>span{border-color:var(--lunar)}.rights-card{align-self:start;background:linear-gradient(145deg,rgba(72,218,241,.08),transparent),var(--surface-soft)}.rights-card>svg{margin-bottom:2rem;color:var(--cyan)}.rights-key{display:flex;margin-top:1.3rem;flex-direction:column;gap:.7rem}.rights-key span,.rights-status{display:flex;align-items:center;gap:.5rem;color:var(--muted-strong);font-size:.7rem;text-transform:capitalize}.rights-key i{width:7px;height:7px;border-radius:50%;background:currentColor}.rights-key .safe,.rights-status.safe{color:var(--success)}.rights-key .review,.rights-status.review{color:var(--orange)}.asset-card{display:flex;min-height:220px;flex-direction:column}.asset-icon{display:grid;width:48px;height:48px;margin-bottom:1rem;place-items:center;border:1px solid rgba(72,218,241,.22);border-radius:14px;color:var(--cyan);background:#48daf10e}.asset-card .rights-status{margin-top:auto}.growth-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:1.5rem}.growth-signal{display:flex;flex-direction:column;gap:.45rem;border:1px solid rgba(200,255,75,.16);border-radius:16px;padding:1.2rem;background:#c8ff4b0b}.growth-signal svg{color:var(--lunar)}.growth-signal span{color:var(--muted);font-size:.74rem;line-height:1.5}.connected-analytics-card>svg{margin-bottom:2rem;color:var(--violet)}.metric-placeholder{display:flex;margin-top:1.4rem;flex-direction:column;border:1px solid var(--line);border-radius:14px;padding:1rem}.metric-placeholder span{color:var(--muted);font-size:.7rem}.metric-placeholder strong{color:var(--violet);font-size:2rem}.experiment-card small{color:var(--cyan)}.monetize-hero,.newsletter-hero{background:linear-gradient(130deg,rgba(200,255,75,.08),transparent 55%),var(--surface-soft)}.monetize-hero>svg,.newsletter-hero>svg{flex:0 0 auto;color:var(--lunar)}.gate-panel{border-color:#ff9b6540;background:linear-gradient(90deg,rgba(255,155,101,.08),transparent),var(--surface-soft)}.roadmap-card>svg{margin-bottom:1.4rem;color:var(--lunar)}.roadmap-card ol{display:flex;margin:1.3rem 0 0;padding:0;flex-direction:column;gap:.9rem;list-style:none}.roadmap-card li{display:flex;align-items:flex-start;gap:.7rem}.roadmap-card li>span{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid rgba(200,255,75,.28);border-radius:50%;color:var(--lunar);font-size:.7rem;font-weight:900}.roadmap-card li strong,.roadmap-card li small{display:block}.roadmap-card li small{margin-top:.2rem}.opportunity-card{display:flex;min-height:300px;flex-direction:column}.match-score{display:flex;width:fit-content;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .6rem;color:var(--lunar);background:#c8ff4b12;font-size:.68rem}.opportunity-card h3{margin-top:1rem}.opportunity-card>strong{margin:auto 0 .8rem}.tag-row{display:flex;flex-wrap:wrap;gap:.35rem}.tag-row span{border:1px solid var(--line);border-radius:999px;padding:.25rem .5rem;color:var(--muted);font-size:.61rem}.link-list{display:flex;flex-direction:column;gap:.8rem}.affiliate-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1.5rem}.affiliate-link-row h3{margin:.55rem 0 .2rem}.affiliate-link-row p{margin-bottom:.3rem}.affiliate-link-row small{word-break:break-all}.affiliate-metrics{display:flex;gap:1rem}.affiliate-metrics span{display:flex;flex-direction:column;color:var(--muted);font-size:.62rem}.affiliate-metrics strong{color:var(--text);font-size:.9rem}.affiliate-result-form{display:grid;margin-top:.8rem;grid-template-columns:minmax(240px,1fr) minmax(150px,.45fr) 130px 160px auto;align-items:end;gap:.8rem}.affiliate-result-form h3{margin:.25rem 0}.legal-note{margin:0;padding:0 .5rem;color:var(--muted);font-size:.7rem;text-align:center}.team-hero{position:relative;overflow:hidden;min-height:250px;background:linear-gradient(120deg,rgba(167,131,255,.12),transparent),var(--surface-soft)}.team-constellation{position:relative;width:230px;height:150px;flex:0 0 auto}.team-constellation:before,.team-constellation:after{position:absolute;height:1px;content:"";background:#c8ff4b59;transform-origin:left}.team-constellation:before{top:45px;left:28px;width:155px;transform:rotate(18deg)}.team-constellation:after{top:105px;left:50px;width:130px;transform:rotate(-32deg)}.team-constellation span{position:absolute;z-index:1;width:17px;height:17px;border:3px solid #263111;border-radius:50%;background:var(--lunar);box-shadow:0 0 18px #c8ff4b73}.team-constellation span:nth-child(1){top:32px;left:24px}.team-constellation span:nth-child(2){top:72px;left:112px}.team-constellation span:nth-child(3){top:15px;right:25px}.team-constellation span:nth-child(4){bottom:18px;right:40px}.team-layout,.newsletter-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr)}.role-guide>div:not(.section-heading){display:flex;gap:.75rem;border-top:1px solid var(--line);padding:.9rem 0}.role-guide>div svg{color:var(--violet)}.role-guide>div span{display:flex;flex-direction:column}.avatar-stack{display:flex;margin-top:1rem}.avatar-stack span{display:grid;width:32px;height:32px;margin-left:-6px;place-items:center;border:2px solid var(--surface);border-radius:50%;color:#11150a;background:var(--lunar);font-size:.7rem;font-weight:900}.avatar-stack span:first-child{margin-left:0}.membership-power-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:2rem}.power-orbit{position:relative;display:grid;width:132px;height:132px;place-items:center;border:1px solid rgba(200,255,75,.24);border-radius:50%;color:var(--lunar);background:radial-gradient(circle,rgba(200,255,75,.12),transparent 66%)}.power-orbit svg{opacity:.32}.power-orbit span{position:absolute;font-size:1.6rem;font-weight:900}.membership-actions{display:flex;flex-direction:column;gap:.7rem}.membership-explainer .card svg{color:var(--lunar)}.membership-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.membership-card{display:flex;min-height:410px;flex-direction:column}.membership-card.selected{border-color:#c8ff4b70;box-shadow:0 18px 60px #c8ff4b0f}.membership-card h2{margin-top:1rem}.plan-power{color:var(--lunar);font-size:.82rem}.membership-card ul{display:flex;margin:.5rem 0 1.3rem;padding:0;flex-direction:column;gap:.65rem;list-style:none}.membership-card li{display:flex;align-items:center;gap:.5rem;color:var(--muted-strong);font-size:.75rem}.membership-card li svg{color:var(--success)}.membership-card .button{margin-top:auto}.draft-builder{align-self:start}.newsletter-body{min-height:390px}.newsletter-subscribe{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);align-items:center;gap:1.2rem}.newsletter-subscribe>div,.newsletter-subscribe form{display:flex;align-items:center;gap:.8rem}.newsletter-subscribe>div>svg{color:var(--lunar)}.newsletter-subscribe>div span{display:flex;flex-direction:column}.newsletter-subscribe form input{flex:1}.settings-profile{display:flex;align-items:center;gap:1rem}.settings-profile>.status-pill{margin-left:auto}.profile-avatar{display:grid;width:62px;height:62px;flex:0 0 auto;place-items:center;border-radius:18px;color:#101309;background:linear-gradient(145deg,var(--lunar),#83be22);font-size:1.4rem;font-weight:900}.settings-profile h2,.settings-profile p{margin-bottom:.2rem}.settings-card{min-height:280px}.settings-row{display:flex;margin:1rem 0;align-items:center;gap:.75rem;border:1px solid var(--line);border-radius:13px;padding:.8rem}.settings-row>svg:first-child{color:var(--cyan)}.settings-row>svg:last-child{margin-left:auto;color:var(--success)}.settings-row span{display:flex;flex-direction:column}.danger-zone{border-color:#ff69782b}.founder-hero{border-color:#c8ff4b4d;background:linear-gradient(125deg,rgba(200,255,75,.1),transparent),var(--surface-soft)}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.metric-card{display:flex;min-height:135px;flex-direction:column}.metric-card svg{margin-bottom:auto;color:var(--lunar)}.metric-card span{color:var(--muted);font-size:.7rem}.metric-card strong{margin-top:.3rem;font-size:1.45rem}.emergency-controls{border-color:#ff9b6533}.control-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.control-button{display:flex;min-height:92px;align-items:center;gap:.7rem;border:1px solid var(--line);border-radius:14px;padding:1rem;color:var(--muted-strong);background:#ffffff05;text-align:left}.control-button span{display:flex;flex-direction:column}.control-button.active{border-color:#ff9b6573;color:var(--orange);background:#ff9b6514}.control-button.danger.active{border-color:#ff697880;color:var(--danger);background:#ff69781a}.feature-control-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.feature-control{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:1.5rem;border-bottom:1px solid var(--line);padding:1rem 0}.feature-control h3,.feature-control p{margin-bottom:.3rem}.feature-control p{font-size:.78rem}.compact-select select{padding:.6rem}@media(max-width:1180px){.dashboard-grid.three,.membership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-panel{grid-template-columns:minmax(0,1fr) 250px}.lunar-orb:before{width:250px;height:250px}.lunar-orb:after{width:190px;height:190px}.lunar-orb span{width:125px;height:125px}.quick-add span{display:none}}@media(max-width:980px){.app-shell{display:block}.sidebar{position:fixed;left:0;width:min(300px,86vw);transform:translate(-104%);transition:transform .18s ease}.sidebar.open{transform:translate(0)}.sidebar-scrim{position:fixed;inset:0;z-index:50;border:0;background:#0000009e}.mobile-close,.menu-button{display:inline-grid}.auth-screen{grid-template-columns:1fr}.auth-brand-panel{min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding-bottom:3rem}.auth-message{margin:4rem 0 2rem}.auth-message h1{max-width:700px}.auth-form-panel{min-height:auto;padding-top:4rem;padding-bottom:5rem}.hero-panel{min-height:0;grid-template-columns:1fr}.lunar-orb{display:none}.journey-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.journey-strip article:nth-child(3){border-right:0}.journey-strip article:nth-child(n+4){border-top:1px solid var(--line)}.vault-layout,.team-layout,.newsletter-layout{grid-template-columns:1fr}.rights-card,.draft-builder{align-self:stretch}.workflow-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.membership-power-hero{grid-template-columns:auto 1fr}.membership-actions{grid-column:1 / -1;flex-direction:row}.affiliate-link-row{grid-template-columns:1fr auto}.affiliate-result-form{grid-template-columns:1fr 1fr}.affiliate-result-form>div{grid-column:1 / -1}.affiliate-metrics{grid-column:1 / -1;grid-row:2}}@media(max-width:720px){.workspace-header{min-height:70px}.workspace-header .eyebrow,.power-chip span,.header-actions>.icon-button:first-child,.quick-add{display:none}.header-title h1{font-size:1rem}.principle-grid,.dashboard-grid.two,.dashboard-grid.three,.membership-grid,.growth-hero,.control-buttons{grid-template-columns:1fr}.welcome-action,.beta-readiness,.page-intro,.gate-panel,.team-hero,.monetize-hero,.newsletter-hero,.founder-hero{align-items:flex-start;flex-direction:column}.welcome-action .button,.gate-panel .button,.page-intro .button{width:100%}.journey-strip{grid-template-columns:1fr 1fr}.journey-strip article,.journey-strip article:nth-child(3){border-right:1px solid var(--line);border-top:1px solid var(--line)}.journey-strip article:nth-child(1),.journey-strip article:nth-child(2){border-top:0}.journey-strip article:nth-child(2n),.journey-strip article:last-child{border-right:0}.form-grid.two,.workflow-steps,.metric-grid{grid-template-columns:1fr 1fr}.workflow-actions,.newsletter-subscribe,.newsletter-subscribe>div,.newsletter-subscribe form,.settings-profile{align-items:stretch;flex-direction:column}.workflow-actions .button,.newsletter-subscribe .button{width:100%}.newsletter-subscribe{grid-template-columns:1fr}.settings-profile>.status-pill{margin-left:0}.team-constellation{display:none}.membership-power-hero{grid-template-columns:1fr}.power-orbit{width:110px;height:110px}.membership-actions{grid-column:auto;flex-direction:column}.feature-control{grid-template-columns:1fr}.affiliate-link-row{grid-template-columns:1fr auto}}@media(max-width:480px){.entry-card,.panel{border-radius:20px}.welcome-screen{padding:.6rem}.welcome-heading .brand-copy,.power-chip svg{display:none}.auth-brand-panel,.auth-form-panel{padding-inline:1.2rem}.page-content,.workspace-header{padding-inline:.75rem}.system-banner{align-items:flex-start;flex-direction:column;gap:.15rem;padding-inline:.9rem}.form-grid.two,.workflow-steps,.metric-grid{grid-template-columns:1fr}.workflow-step{min-height:58px}.affiliate-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.affiliate-result-form{grid-template-columns:1fr}.affiliate-result-form>div{grid-column:auto}.affiliate-metrics span{border:1px solid var(--line);border-radius:10px;padding:.55rem}.button-row>.button{flex:1 1 auto}}:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #080a0f;--bg-deep: #05070b;--surface: #10141b;--surface-strong: #151b24;--surface-soft: rgba(20, 26, 35, .72);--line: rgba(202, 222, 255, .12);--line-strong: rgba(202, 222, 255, .22);--text: #f4f7fb;--muted: #98a4b7;--muted-strong: #bac4d3;--lunar: #c8ff4b;--lunar-deep: #8cc52a;--cyan: #48daf1;--violet: #a783ff;--orange: #ff9b65;--danger: #ff6978;--success: #64e2a6;--shadow: 0 28px 80px rgba(0, 0, 0, .38);--radius-sm: 12px;--radius: 18px;--radius-lg: 28px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(167,131,255,.1),transparent 34rem),radial-gradient(circle at 92% 5%,rgba(200,255,75,.08),transparent 28rem),var(--bg);color:var(--text)}body:before{position:fixed;inset:0;z-index:9999;pointer-events:none;content:"";opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.52}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{letter-spacing:-.025em}h1{margin-bottom:0;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.08}h2{margin-bottom:.55rem;font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.08}h3{margin-bottom:.45rem;font-size:1.05rem}p{color:var(--muted-strong);line-height:1.7}small{color:var(--muted);line-height:1.45}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--lunar);outline-offset:3px}::selection{color:#0b0d11;background:var(--lunar)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-deep);border-radius:999px;background:#303947}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
