:root{color-scheme:dark;--bg: #000000;--bg-elevated: #080808;--surface: #0d0d0d;--surface-strong: #141414;--surface-soft: #111111;--border: #242424;--border-strong: #3a3a3a;--text: #f2f2f2;--text-muted: #9b9b9b;--gold: #d4d4d4;--gold-bright: #ffffff;--violet: #c4c4c4;--violet-soft: #171717;--danger: #ff8585;--success: #8ed7ae;--shadow: 0 18px 55px rgba(0, 0, 0, .42);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--container: 1280px;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: var(--font-sans)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#000}body{min-width:320px;min-height:100vh;margin:0;background:#000;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,canvas,video{max-width:100%}::selection{background:#e6e6e6;color:#111}#root{min-height:100vh}.app-shell{min-height:100vh;position:relative;isolation:isolate;overflow:clip;background:#000}.quiet-cosmos{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;opacity:.72}.quiet-cosmos__stars{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.32) 0 1px,transparent 1.2px),radial-gradient(circle,rgba(255,255,255,.17) 0 1px,transparent 1.2px);background-position:12px 18px,74px 93px;background-size:150px 150px,210px 210px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 66%)}.quiet-cosmos__stars--one{opacity:.14}.quiet-cosmos__stars--two{opacity:.08;transform:translate3d(35px,18px,0)}.quiet-cosmos__comet{position:absolute;width:120px;height:1px;top:12%;left:-160px;opacity:0;transform:rotate(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.72));animation:quiet-comet 16s ease-in-out infinite}.quiet-cosmos__comet:after{content:"";position:absolute;right:-2px;top:-2px;width:5px;height:5px;border-radius:50%;background:#fff}@keyframes quiet-comet{0%,67%{opacity:0;transform:translateZ(0) rotate(-18deg)}70%{opacity:.8}79%{opacity:0;transform:translate3d(calc(100vw + 350px),240px,0) rotate(-18deg)}to{opacity:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.quiet-cosmos__comet{display:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:1000;border-radius:8px;background:#fff;color:#000;padding:.75rem 1rem;font-weight:700}.skip-link:focus{top:1rem}.app-header{position:sticky;top:0;z-index:100;border-bottom:1px solid #202020;background:#000000e6;backdrop-filter:blur(14px)}.app-header__inner{width:min(calc(100% - 2rem),var(--container));height:64px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.68rem;width:fit-content;text-decoration:none}.brand__mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid #2b2b2b;border-radius:9px;color:#f3f3f3;background:#0c0c0c;box-shadow:none}.brand__copy{display:grid;gap:.1rem;line-height:1}.brand__copy strong{font-size:.94rem;letter-spacing:-.01em;font-weight:680}.brand__copy small{color:#777;font-size:.62rem;letter-spacing:.025em;text-transform:none}.brand--small .brand__mark{width:32px;height:32px}.desktop-nav{display:flex;align-items:center;gap:.15rem}.desktop-nav__link{position:relative;border-radius:8px;color:#909090;padding:.5rem .7rem;font-size:.82rem;font-weight:570;text-decoration:none;transition:color .16s,background .16s}.desktop-nav__link:hover{color:#eee;background:#111}.desktop-nav__link--active{color:#fff;background:#151515}.app-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:.48rem;min-width:0}.account-link{display:inline-flex;align-items:center;gap:.42rem;color:#aaa;text-decoration:none;font-size:.8rem;font-weight:600;max-width:10rem}.account-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-link:hover{color:#fff}.button{min-height:42px;border:1px solid transparent;border-radius:9px;padding:.68rem .95rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;color:#eee;font-weight:650;font-size:.85rem;text-decoration:none;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.button:hover{transform:none}.button:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid #d8d8d8;outline-offset:3px}.button--compact{min-height:36px;border-radius:8px;padding:.5rem .72rem;font-size:.78rem}.button--primary{background:#f2f2f2;color:#090909;box-shadow:none}.button--primary:hover{background:#fff;box-shadow:none}.button--secondary{border-color:#2b2b2b;background:#111}.button--secondary:hover{border-color:#444;background:#161616}.button--ghost{border-color:transparent;background:transparent;color:#929292}.button--ghost:hover{border-color:transparent;color:#fff;background:#111}.mobile-menu-button{display:none;width:38px;height:38px;border:1px solid #292929;border-radius:9px;background:#0e0e0e;color:#eee;place-items:center;cursor:pointer}.mobile-nav{position:fixed;inset:0;z-index:300;display:flex;justify-content:flex-end}.mobile-nav__backdrop{position:absolute;inset:0;border:0;background:#000000c2;backdrop-filter:blur(4px)}.mobile-nav__panel{position:relative;width:min(90vw,370px);height:100%;padding:1rem;display:flex;flex-direction:column;background:#090909;border-left:1px solid #242424;box-shadow:var(--shadow);animation:slide-in .18s ease-out}@keyframes slide-in{0%{transform:translate(22px);opacity:0}}.mobile-nav__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #242424}.mobile-nav__top button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #292929;border-radius:9px;background:#111;color:#eee}.mobile-nav__links{display:grid;gap:.25rem;padding:1rem 0}.mobile-nav__links a{display:flex;align-items:center;justify-content:space-between;border-radius:9px;padding:.78rem;text-decoration:none;color:#999}.mobile-nav__links a span{display:flex;align-items:center;gap:.65rem}.mobile-nav__links a:hover,.mobile-nav__links a.active{color:#fff;background:#151515}.mobile-nav__footer{margin-top:auto;display:grid;gap:.6rem}.app-main{min-height:calc(100vh - 64px)}.app-main--contained{width:min(calc(100% - 2rem),var(--container));margin:0 auto;padding:2rem 0 4rem}.app-main--full{width:100%}.app-footer{border-top:1px solid #202020;background:#050505}.app-footer__inner{width:min(calc(100% - 2rem),var(--container));margin:0 auto;padding:1.55rem 0;display:grid;grid-template-columns:auto 1fr auto;gap:.65rem 2rem;align-items:center}.app-footer__brand{display:flex;align-items:center;gap:.45rem;color:#ddd;font-weight:650}.app-footer p,.app-footer small{margin:0;color:#777;font-size:.72rem}.app-footer nav{display:flex;gap:.9rem;justify-content:flex-end}.app-footer nav a{color:#858585;text-decoration:none;font-size:.72rem}.app-footer nav a:hover{color:#fff}.app-footer small{grid-column:1 / -1;display:flex;align-items:center;gap:.35rem}.route-loading{min-height:55vh;display:grid;place-items:center;align-content:center;gap:.85rem;color:#888;font-size:.82rem}.route-loading__orb{width:28px;height:28px;border-radius:50%;border:2px solid #272727;border-top-color:#ddd;box-shadow:none;animation:simple-spin .8s linear infinite}@keyframes simple-spin{to{transform:rotate(360deg)}}.fatal-error,.not-found{min-height:72vh;padding:2rem;display:grid;place-items:center;align-content:center;text-align:center}.fatal-error__card{width:min(100%,580px);border:1px solid #292929;border-radius:14px;background:#0b0b0b;padding:clamp(1.5rem,4vw,2.6rem);box-shadow:none}.fatal-error__icon,.not-found__symbol{width:48px;height:48px;margin:0 auto 1rem;display:grid;place-items:center;border:1px solid #292929;border-radius:12px;background:#111;color:#ddd}.fatal-error h1,.not-found h1{margin:.4rem 0 .8rem;font-size:clamp(1.8rem,5vw,3.2rem);line-height:1.05;letter-spacing:-.035em}.fatal-error p,.not-found p{max-width:540px;margin:0 auto 1.4rem;color:#999;line-height:1.65}.fatal-error button{margin:0 auto}.eyebrow{color:#8d8d8d;font-size:.67rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}@media(max-width:1040px){.app-header__inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.mobile-menu-button{display:grid}.desktop-only{display:none!important}}@media(max-width:720px){.app-header__inner{width:min(calc(100% - 1rem),var(--container));height:60px}.brand__copy small{display:none}.app-main{min-height:calc(100vh - 60px)}.app-main--contained{width:min(calc(100% - 1rem),var(--container));padding-top:1rem}.app-footer__inner{width:min(calc(100% - 1rem),var(--container));grid-template-columns:1fr}.app-footer nav{justify-content:flex-start;flex-wrap:wrap}.app-footer small{grid-column:auto}}.app-main--workspace{width:min(calc(100% - 2rem),1480px);margin:0 auto;padding:1.5rem 0 4rem}@media(max-width:720px){.app-main--workspace{width:min(calc(100% - 1rem),1480px);padding-top:.75rem}}.app-shell{background:radial-gradient(circle at 50% -12%,rgba(54,55,84,.11),transparent 34rem),#020204}.quiet-cosmos{opacity:1;background:#020204}.quiet-cosmos:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0202041f,#020204a3 74%,#020204)}.quiet-cosmos__nebula,.quiet-cosmos__galaxy,.quiet-cosmos__dust{position:absolute;pointer-events:none}.quiet-cosmos__nebula{width:min(78vw,980px);aspect-ratio:1;border-radius:50%;filter:blur(90px);opacity:.12;animation:nebula-drift 28s ease-in-out infinite alternate}.quiet-cosmos__nebula--one{top:-36%;right:-14%;background:radial-gradient(circle,rgba(99,82,166,.68),rgba(23,42,77,.18) 48%,transparent 72%)}.quiet-cosmos__nebula--two{left:-28%;bottom:-52%;background:radial-gradient(circle,rgba(35,93,120,.54),rgba(91,45,76,.16) 46%,transparent 72%);animation-delay:-13s}.quiet-cosmos__galaxy{width:1160px;height:380px;left:50%;top:26%;transform:translate(-50%,-50%) rotate(-12deg);border-radius:50%;opacity:.075;filter:blur(18px);background:radial-gradient(ellipse,rgba(255,255,255,.36),rgba(126,112,178,.2) 18%,rgba(40,65,100,.08) 48%,transparent 70%);animation:galaxy-breathe 20s ease-in-out infinite alternate}.quiet-cosmos__stars{z-index:1;mask-image:none}.quiet-cosmos__stars--one{opacity:.22;background-size:170px 170px,290px 290px;animation:stars-drift-one 80s linear infinite}.quiet-cosmos__stars--two{opacity:.12;background-size:110px 110px,230px 230px;transform:none;animation:stars-drift-two 120s linear infinite}.quiet-cosmos__stars--three{position:absolute;inset:0;opacity:.075;background-image:radial-gradient(circle,rgba(255,255,255,.9) 0 1px,transparent 1.2px);background-size:68px 68px;background-position:31px 17px;animation:stars-twinkle 8s ease-in-out infinite alternate}.quiet-cosmos__dust{inset:0;z-index:1;opacity:.08;background-image:radial-gradient(circle at 18% 32%,rgba(255,255,255,.8) 0 1px,transparent 1.4px),radial-gradient(circle at 73% 62%,rgba(153,184,255,.75) 0 1px,transparent 1.4px),radial-gradient(circle at 82% 19%,rgba(255,216,160,.65) 0 1px,transparent 1.3px);background-size:390px 390px,460px 460px,540px 540px}.quiet-cosmos__comet{z-index:2;width:180px;top:15%;background:linear-gradient(90deg,transparent,rgba(153,185,255,.12),rgba(255,255,255,.9));box-shadow:26px 0 28px #7eaaff26;animation-duration:23s}.quiet-cosmos__comet--secondary{top:66%;animation-delay:-12s;animation-duration:31s;transform:rotate(-8deg) scale(.65);opacity:0}@keyframes nebula-drift{0%{transform:translate3d(-2%,-1%,0) scale(.94)}to{transform:translate3d(4%,3%,0) scale(1.08)}}@keyframes galaxy-breathe{0%{opacity:.045;transform:translate(-50%,-50%) rotate(-12deg) scale(.94)}to{opacity:.09;transform:translate(-50%,-50%) rotate(-9deg) scale(1.05)}}@keyframes stars-drift-one{to{background-position:170px 85px,-290px 145px}}@keyframes stars-drift-two{to{background-position:-110px 180px,230px -110px}}@keyframes stars-twinkle{0%{opacity:.035}to{opacity:.1}}.app-header{background:#020204bd;border-bottom-color:#ffffff14;backdrop-filter:blur(22px) saturate(125%)}.brand__mark{border-color:#ffffff24;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.12),transparent 42%),#ffffff09}.brand__copy strong{letter-spacing:-.025em}.desktop-nav__link--active{background:#ffffff13;box-shadow:inset 0 0 0 1px #ffffff0d}.app-footer{background:#020204d1;border-top-color:#ffffff14}.mobile-nav{position:fixed;inset:0;z-index:2147483000;isolation:isolate;display:flex;justify-content:flex-end;pointer-events:auto;overscroll-behavior:contain}.mobile-nav__backdrop{position:absolute;inset:0;z-index:0;border:0;background:#000000eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-nav__panel{position:relative;z-index:1;width:min(100%,390px);height:100dvh;max-height:100dvh;padding:1rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(180deg,#0b0b0e,#060607);border-left:1px solid rgba(255,255,255,.12);box-shadow:-24px 0 70px #000000b8;opacity:1}.mobile-nav__top{position:sticky;top:0;z-index:3;background:#0b0b0e}.mobile-nav__links{position:relative;z-index:1}.mobile-nav__links a{min-height:48px;border:1px solid transparent;color:#a7a7aa;background:transparent}.mobile-nav__links a:hover,.mobile-nav__links a.active{border-color:#ffffff17;color:#fff;background:#ffffff0e}.mobile-nav__footer{position:relative;z-index:2;padding-top:1rem;background:linear-gradient(180deg,transparent,#060607 18%)}@media(max-width:520px){.mobile-nav__panel{width:100%;border-left:0;box-shadow:none}.account-link{display:none}}.app-header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(.65rem,1.4vw,1.35rem)}.desktop-nav{min-width:0;justify-content:center}.header-menu{position:relative;flex:0 0 auto}.header-menu__trigger,.header-account-trigger{appearance:none;border:0;cursor:pointer;font:inherit}.header-menu__trigger{display:inline-flex;align-items:center;gap:.34rem;background:transparent}.header-menu__trigger svg,.header-account-trigger svg{flex:0 0 auto}.header-menu__trigger .is-open,.header-account-trigger .is-open{transform:rotate(180deg)}.header-menu__trigger svg:last-child,.header-account-trigger svg:last-child{transition:transform .16s ease}.header-popover{position:absolute;z-index:220;top:calc(100% + .7rem);min-width:230px;padding:.5rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0a0a0dfa;box-shadow:0 22px 70px #0000008c;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header-popover--explore{left:0}.header-popover--account{right:0;min-width:250px}.header-popover a,.header-popover button{width:100%;min-height:42px;display:flex;align-items:center;gap:.68rem;border:0;border-radius:9px;padding:.62rem .7rem;background:transparent;color:#b8b8bd;font:inherit;font-size:.82rem;text-align:left;text-decoration:none;cursor:pointer}.header-popover a:hover,.header-popover a.active,.header-popover button:hover{color:#fff;background:#ffffff12}.header-account-trigger{min-height:38px;max-width:9.5rem;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.48rem .62rem;background:#ffffff09}.header-account-trigger:hover,.header-account-trigger[aria-expanded=true]{border-color:#fff3;background:#ffffff12}.header-account-summary{display:grid;gap:.2rem;margin:-.05rem -.05rem .38rem;padding:.72rem .75rem .82rem;border-bottom:1px solid rgba(255,255,255,.09)}.header-account-summary strong,.header-account-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-account-summary strong{color:#f3f3f5;font-size:.84rem}.header-account-summary small{color:#888890;font-size:.72rem}@media(max-width:1240px){.app-header__inner{width:min(calc(100% - 1.25rem),var(--container));gap:.72rem}.brand__copy small{display:none}.desktop-nav__link{padding-inline:.56rem}.header-new-reading span{display:none}.header-new-reading{width:38px;padding-inline:0}}@media(max-width:1040px){.header-menu--account{display:none}}.experience-page{--experience-border: #242424;--experience-border-strong: #3d3d3d;--experience-surface: #0b0b0b;--experience-surface-strong: #111111;--experience-muted: #9b9b9b;position:relative;color:var(--text)}.experience-container{width:min(calc(100% - 2rem),1120px);margin-inline:auto}.experience-section{padding-block:clamp(4rem,7vw,6.5rem)}.experience-section--soft{border-block:1px solid #202020;background:#050505}.button--large{min-height:48px;padding:.82rem 1.08rem;border-radius:9px;font-size:.88rem}.button--full{width:100%}.button:disabled{cursor:not-allowed;opacity:.45;transform:none;box-shadow:none}.home-hero{position:relative;border-bottom:1px solid #202020}.home-hero__inner{min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);align-items:center;gap:clamp(3rem,8vw,7rem);padding-block:clamp(5rem,9vw,8rem)}.product-kicker{width:fit-content;margin:0;color:#8b8b8b;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-hero__copy h1{max-width:690px;margin:1rem 0 1.25rem;font-size:clamp(3.2rem,6.5vw,6.2rem);line-height:.98;letter-spacing:-.06em;font-weight:580}.home-hero__lead{max-width:620px;margin:0;color:#aaa;font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.72}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}.home-hero__note{max-width:590px;margin:1.15rem 0 0;color:#707070;font-size:.72rem;line-height:1.55}.reading-launcher{overflow:hidden;border:1px solid #282828;border-radius:14px;background:#0a0a0aeb;box-shadow:0 24px 70px #00000057}.reading-launcher__header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid #242424}.reading-launcher__header>div{display:grid;gap:.25rem}.reading-launcher__header span{color:#777;font-size:.65rem}.reading-launcher__header strong{font-size:.9rem;font-weight:650}.reading-launcher__status{border:1px solid #2c2c2c;border-radius:999px;padding:.32rem .55rem;background:#111;white-space:nowrap}.reading-launcher__list{display:grid}.reading-launcher__item{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.82rem;padding:.75rem 1rem;border-bottom:1px solid #202020;color:#aaa;text-decoration:none;transition:background .15s,color .15s}.reading-launcher__item:last-child{border-bottom:0}.reading-launcher__item:hover{color:#fff;background:#111}.reading-launcher__icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #292929;border-radius:9px;color:#d6d6d6;background:#0f0f0f}.reading-launcher__content{min-width:0;display:grid;gap:.22rem}.reading-launcher__content strong{color:#e8e8e8;font-size:.82rem;font-weight:620}.reading-launcher__content small{overflow:hidden;color:#858585;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.proof-strip{border-bottom:1px solid #202020;background:#050505}.proof-strip__inner{display:grid;grid-template-columns:repeat(4,1fr)}.proof-strip__inner>div{min-height:108px;display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem;border-right:1px solid #202020}.proof-strip__inner>div:first-child{border-left:1px solid #202020}.proof-strip strong{color:#ddd;font-size:.82rem;font-weight:650}.proof-strip span{margin-top:.35rem;color:#777;font-size:.69rem;line-height:1.45}.section-heading{margin-bottom:clamp(2rem,4vw,3rem)}.section-heading h2{max-width:760px;margin:.55rem 0 0;font-size:clamp(2rem,4.5vw,4rem);line-height:1.04;letter-spacing:-.045em;font-weight:560}.section-heading>p:last-child{max-width:690px;margin:1rem 0 0;color:#8f8f8f;line-height:1.7}.section-heading--compact{max-width:790px}.process-list{border-top:1px solid #242424}.process-row{min-height:150px;display:grid;grid-template-columns:52px 44px 1fr;align-items:start;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #242424}.process-row__number{color:#676767;font-size:.72rem;font-variant-numeric:tabular-nums}.process-row__icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid #292929;border-radius:9px;color:#ccc;background:#0c0c0c}.process-row h3{margin:.1rem 0 .45rem;font-size:1rem;font-weight:640}.process-row p{max-width:680px;margin:0;color:#8b8b8b;font-size:.78rem;line-height:1.65}.quiet-trust{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:5rem;align-items:start}.quiet-trust h2{margin:.55rem 0 .9rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.045em;font-weight:560}.quiet-trust p:last-child{max-width:700px;margin:0;color:#8b8b8b;line-height:1.72}.quiet-trust ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid #252525}.quiet-trust li{min-height:58px;display:flex;align-items:center;gap:.65rem;border-bottom:1px solid #252525;color:#b5b5b5;font-size:.76rem}.quiet-trust li svg{color:#ddd}.final-cta{position:relative;overflow:hidden;border:1px solid #292929;border-radius:14px;padding:clamp(1.5rem,4vw,2.5rem);background:#090909}.final-cta--quiet{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem}.final-cta h2{max-width:720px;margin:.5rem 0 0;font-size:clamp(1.8rem,3.6vw,3.2rem);line-height:1.08;letter-spacing:-.04em;font-weight:560}.final-cta__actions{display:grid;gap:.7rem;justify-items:end}.final-cta__actions>span{display:flex;align-items:center;gap:.4rem;color:#747474;font-size:.65rem}.system-choice-page{padding:clamp(3.5rem,7vw,6rem) 0 6rem}.choice-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:end;gap:4rem;padding-bottom:2.2rem;border-bottom:1px solid #242424}.choice-hero__copy h1{max-width:760px;margin:.55rem 0 .85rem;font-size:clamp(2.6rem,5.5vw,5rem);line-height:1;letter-spacing:-.055em;font-weight:570}.choice-hero__copy>p:last-child{max-width:660px;margin:0;color:#919191;line-height:1.7}.choice-hero__note{display:grid;grid-template-columns:auto 1fr;gap:.72rem;border-left:1px solid #303030;padding-left:1rem;color:#bdbdbd}.choice-hero__note svg{color:#aaa}.choice-hero__note strong{display:block;margin-bottom:.25rem;font-size:.78rem}.choice-hero__note span{color:#7f7f7f;font-size:.7rem;line-height:1.5}.choice-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem;padding-top:2rem}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.choice-card{--system-accent: #d0d0d0;min-height:292px;display:flex;flex-direction:column;text-align:left;border:1px solid #252525;border-radius:12px;padding:1.15rem;color:#eee;background:#090909;cursor:pointer;transition:border-color .15s,background .15s}.choice-card:hover{transform:none;border-color:#3b3b3b;background:#0d0d0d}.choice-card--selected{border-color:#727272;background:#111;box-shadow:inset 0 0 0 1px #727272}.choice-card__header{display:flex;align-items:center;justify-content:space-between}.choice-card__icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #292929;border-radius:9px;color:#d4d4d4;background:#0d0d0d}.choice-card__radio{width:23px;height:23px;display:grid;place-items:center;border:1px solid #393939;border-radius:50%;color:#000;background:transparent}.choice-card--selected .choice-card__radio{border-color:#fff;background:#fff}.choice-card>p{margin:1.15rem 0 .32rem;color:#777;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.choice-card h2{margin:0;font-size:1.1rem;font-weight:650}.choice-card__description{margin-top:.55rem;color:#8b8b8b;font-size:.73rem;line-height:1.55}.choice-card__meta{display:flex;align-items:center;gap:.4rem;margin-top:1rem;color:#777;font-size:.64rem}.choice-card ul{display:flex;flex-wrap:wrap;gap:.36rem;margin:auto 0 0;padding:1rem 0 0;list-style:none}.choice-card li{border:1px solid #272727;border-radius:999px;padding:.3rem .5rem;color:#858585;background:#0d0d0d;font-size:.59rem}.choice-summary{min-width:0}.choice-summary__sticky{position:sticky;top:84px;border:1px solid #292929;border-radius:12px;padding:1rem;background:#0b0b0b}.choice-summary__header{display:flex;justify-content:space-between;color:#777;font-size:.64rem}.choice-summary__header strong{color:#bdbdbd}.choice-summary__identity{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;margin-top:1rem;padding-block:1rem;border-block:1px solid #242424}.choice-summary__identity>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid #292929;border-radius:9px;color:#ddd!important}.choice-summary__identity p{margin:0 0 .2rem;color:#777;font-size:.62rem}.choice-summary__identity h2{margin:0;font-size:1rem}.choice-summary__copy{color:#888;font-size:.7rem;line-height:1.55}.choice-summary__includes{display:grid;gap:.5rem;margin:1rem 0;color:#aaa;font-size:.69rem}.choice-summary__includes>span{margin-bottom:.2rem;color:#666;font-size:.61rem;text-transform:uppercase;letter-spacing:.08em}.choice-summary__includes>div{display:flex;align-items:center;gap:.45rem}.choice-summary__privacy{display:flex;align-items:flex-start;gap:.42rem;margin-top:.8rem;color:#686868;font-size:.6rem;line-height:1.45}.birth-simple-page{width:min(calc(100% - 2rem),980px);margin-inline:auto;padding-bottom:5rem}.birth-simple__topbar{min-height:68px;display:flex;align-items:center;border-bottom:1px solid #202020}.back-link{display:inline-flex;align-items:center;gap:.42rem;border:0;padding:.35rem 0;color:#8a8a8a;background:transparent;cursor:pointer;font-size:.75rem}.back-link:hover{color:#fff}.birth-simple{width:min(100%,680px);margin:0 auto;padding-top:clamp(2.2rem,6vw,4.8rem)}.birth-simple__header{display:flex;align-items:flex-start;gap:.9rem;margin-bottom:1.5rem}.birth-simple__icon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border:1px solid #2b2b2b;border-radius:10px;color:#d8d8d8;background:#0b0b0b}.birth-simple__header h1{margin:0 0 .45rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.04;letter-spacing:-.045em;font-weight:560}.birth-simple__header p{max-width:560px;margin:0;color:#858585;font-size:.78rem;line-height:1.55}.birth-simple__card{border:1px solid #292929;border-radius:14px;padding:1.35rem;background:#090909}.birth-simple__system{display:grid;grid-template-columns:auto minmax(190px,240px);align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #222}.birth-simple__system label{color:#989898;font-size:.7rem;font-weight:600}.birth-simple__system select{width:100%;min-height:40px;border:1px solid #2d2d2d;border-radius:9px;padding:0 .72rem;color:#e7e7e7;background:#0d0d0d}.birth-simple__fields{display:grid;gap:1rem}.form-grid{display:grid;gap:.85rem}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{min-width:0;display:grid;gap:.45rem}.field--full{width:100%}.field>span{color:#aaa;font-size:.68rem;font-weight:600}.field input,.field select,.field__control{width:100%;min-height:46px;border:1px solid #2b2b2b;border-radius:9px;color:#eee;background:#0d0d0d}.field input,.field select{padding:0 .78rem}.field input::placeholder{color:#555}.field input:focus,.field select:focus,.field__control:focus-within{outline:0;border-color:#666;box-shadow:0 0 0 3px #ffffff0e}.field__control{display:flex;align-items:center;gap:.62rem;padding-left:.75rem;color:#707070}.field__control input{min-width:0;border:0;padding-left:0;background:transparent;box-shadow:none}.field__control input:focus{box-shadow:none}.field__hint{min-height:16px;display:flex;align-items:center;gap:.35rem;color:#666;font-size:.61rem;line-height:1.4}.birth-simple__advanced{overflow:hidden;border:1px solid #252525;border-radius:9px;background:#0b0b0b}.birth-simple__advanced-toggle{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:0;padding:0 .8rem;color:#818181;background:transparent;cursor:pointer;font-size:.65rem}.birth-simple__advanced-toggle:hover{color:#cfcfcf}.birth-simple__coordinates{padding:.8rem;border-top:1px solid #222}.form-error{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;border:1px solid rgba(255,133,133,.3);border-radius:9px;padding:.75rem;color:#ffadad;background:#ff85850f;font-size:.69rem}.plan-gate{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;border:1px solid #343434;border-radius:9px;padding:.8rem;background:#111}.plan-gate>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.6rem;color:#bbb}.plan-gate span{color:#777;font-size:.64rem;line-height:1.45}.plan-gate strong{display:block;color:#ccc;font-size:.69rem}.plan-gate--simple{margin-bottom:1rem}.birth-simple__submit{width:100%;justify-content:center;margin-top:1.25rem}.birth-simple__privacy{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:.8rem 0 0;color:#666;font-size:.61rem}.auth-experience{min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);border-bottom:1px solid #202020}.auth-story{position:relative;display:grid;align-items:center;min-height:700px;border-right:1px solid #242424;background:#050505}.auth-story__grid{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(#222 1px,transparent 1px),linear-gradient(90deg,#222 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to right,black,transparent)}.auth-story:after{display:none}.auth-story__content{position:relative;z-index:1;width:min(calc(100% - 3rem),520px);margin-inline:auto}.auth-story__mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:1.25rem;border:1px solid #292929;border-radius:10px;color:#ddd;background:#0d0d0d}.auth-story h1{margin:.55rem 0 1rem;font-size:clamp(2.5rem,4.4vw,4.4rem);line-height:1;letter-spacing:-.055em;font-weight:560}.auth-story__content>p:not(.eyebrow){color:#8b8b8b;line-height:1.7}.auth-story__benefits{display:grid;gap:0;margin-top:1.8rem;border-top:1px solid #252525}.auth-story__benefits>div{display:grid;grid-template-columns:auto 1fr;gap:.6rem;padding:.75rem 0;border-bottom:1px solid #252525;color:#bbb}.auth-story__benefits span{color:#777;font-size:.68rem;line-height:1.5}.auth-story__benefits strong{display:block;margin-bottom:.15rem;color:#bdbdbd;font-size:.72rem}.auth-story__trust{width:fit-content;display:flex;align-items:center;gap:.4rem;margin-top:1.3rem;color:#777;font-size:.61rem}.auth-workspace{display:grid;place-items:center;padding:clamp(2rem,5vw,4.5rem);background:#000}.auth-workspace__card{width:min(100%,455px)}.auth-workspace__heading h2{margin:.5rem 0 .55rem;font-size:clamp(2rem,4vw,3rem);line-height:1.04;letter-spacing:-.04em;font-weight:570}.auth-workspace__heading>p:last-child{margin:0;color:#818181;font-size:.74rem;line-height:1.6}.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;margin:1.4rem 0 1rem;border:1px solid #292929;border-radius:9px;padding:.25rem;background:#0b0b0b}.auth-tabs button{min-height:38px;border:0;border-radius:7px;color:#777;background:transparent;cursor:pointer;font-size:.7rem;font-weight:700}.auth-tabs button.active{color:#eee;background:#1a1a1a;box-shadow:none}.google-auth-button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid #2d2d2d;border-radius:9px;color:#ddd;background:#0e0e0e;cursor:pointer;font-weight:650;font-size:.74rem}.google-auth-button:hover{border-color:#494949;background:#141414}.google-auth-button:disabled{opacity:.5;cursor:not-allowed}.google-auth-button__logo{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#202124;background:#fff;font-family:Arial,sans-serif;font-size:.78rem;font-weight:900}.auth-divider{display:flex;align-items:center;gap:.7rem;margin:1rem 0;color:#626262;font-size:.6rem}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#252525}.auth-email-form{display:grid;gap:.8rem}.auth-password-control button{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:0;color:#777;background:transparent;cursor:pointer}.phone-auth-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.8rem;border:0;padding:.5rem;color:#777;background:transparent;cursor:pointer;font-size:.66rem;font-weight:650}.phone-auth-toggle:hover{color:#ddd}.phone-auth-panel{display:grid;gap:.7rem;margin-top:.5rem;border:1px solid #292929;border-radius:9px;padding:.85rem;background:#0b0b0b}.auth-legal{margin:1rem 0 0;color:#5f5f5f;font-size:.57rem;line-height:1.5;text-align:center}@media(max-width:1000px){.home-hero__inner{grid-template-columns:1fr;min-height:auto;gap:3rem}.home-hero__copy{text-align:center}.product-kicker,.home-hero__lead,.home-hero__note{margin-inline:auto}.home-hero__actions{justify-content:center}.reading-launcher{width:min(100%,650px);margin-inline:auto}.choice-hero{grid-template-columns:1fr;gap:1.5rem}.choice-layout{grid-template-columns:1fr}.choice-summary{order:-1}.choice-summary__sticky{position:static}.choice-summary__copy,.choice-summary__includes{display:none}.auth-experience{grid-template-columns:1fr}.auth-story{min-height:auto;border-right:0;border-bottom:1px solid #242424;padding-block:4rem}.auth-story__benefits{grid-template-columns:repeat(3,1fr);gap:.7rem;border-top:0}.auth-story__benefits>div{border:1px solid #252525;border-radius:9px;padding:.75rem}.auth-workspace{padding-block:4rem}}@media(max-width:720px){.experience-container{width:min(calc(100% - 1rem),1120px)}.experience-section{padding-block:3.5rem}.home-hero__inner{min-height:auto;padding-block:4rem}.home-hero__copy h1{font-size:clamp(3rem,14vw,4.6rem)}.home-hero__actions{display:grid}.home-hero__actions .button{width:100%}.reading-launcher__content small{max-width:220px}.proof-strip__inner{grid-template-columns:repeat(2,1fr)}.proof-strip__inner>div{min-height:94px;border-bottom:1px solid #202020}.process-row{grid-template-columns:38px 1fr;min-height:auto}.process-row__icon{grid-column:1;grid-row:2}.process-row>div{grid-column:2;grid-row:1 / span 2}.quiet-trust{grid-template-columns:1fr;gap:2rem}.final-cta--quiet{grid-template-columns:1fr}.final-cta__actions{justify-items:stretch}.final-cta__actions .button{width:100%}.choice-grid{grid-template-columns:1fr}.choice-card{min-height:260px}.choice-hero__copy h1{font-size:clamp(2.65rem,13vw,4.1rem)}.birth-simple-page{width:min(calc(100% - 1rem),980px)}.birth-simple__topbar{min-height:58px}.birth-simple{padding-top:2.3rem}.birth-simple__header{gap:.75rem}.birth-simple__header h1{font-size:clamp(2rem,11vw,3rem)}.birth-simple__card{padding:1rem}.birth-simple__system{grid-template-columns:1fr;gap:.55rem}.form-grid--two,.form-grid--three{grid-template-columns:1fr}.plan-gate{align-items:stretch;flex-direction:column}.auth-story{padding-block:3rem}.auth-story h1{font-size:clamp(2.6rem,13vw,4rem)}.auth-story__benefits{grid-template-columns:1fr}.auth-workspace{padding:3rem 1rem}}.home-hero--live{min-height:920px;overflow:hidden;background:linear-gradient(to bottom,#0000000d,#0000001a 64%,#000)}.home-hero__stage{position:relative;z-index:2;min-height:max(860px,calc(100vh - 64px));display:grid;grid-template-rows:auto minmax(330px,1fr) auto auto;align-items:start;padding-top:clamp(4.4rem,8vw,7rem);padding-bottom:2rem}.home-hero__copy--centered{width:min(100%,880px);margin-inline:auto;text-align:center}.home-hero__copy--centered .product-kicker{margin-inline:auto}.home-hero__copy--centered h1{max-width:860px;margin-inline:auto;font-size:clamp(3rem,6.8vw,6.4rem);letter-spacing:-.065em}.home-hero__copy--centered .home-hero__lead{max-width:700px;margin-inline:auto}.home-hero__orbit-space{min-height:clamp(330px,46vw,520px)}.home-action-dock{width:min(100%,850px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:1rem;background:#050505db;box-shadow:0 18px 60px #0000006b;backdrop-filter:blur(14px)}.home-action-dock__copy{min-width:0;display:grid;gap:.28rem}.home-action-dock__copy>span{color:#777;font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-action-dock__copy>strong{color:#ededed;font-size:.94rem;font-weight:640}.home-action-dock__copy>small{color:#777;font-size:.68rem;line-height:1.45}.home-action-dock__actions{display:flex;align-items:center;gap:.4rem}.home-hero__disclaimer{width:min(100%,790px);margin:.85rem auto 0;color:#5f5f5f;font-size:.62rem;line-height:1.55;text-align:center}.live-sky-hero{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.live-sky-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 54%,rgba(79,45,34,.13),transparent 25%),linear-gradient(to bottom,#000 0,transparent 24%,transparent 78%,#000 100%)}.live-sky-hero__canvas{position:absolute;width:min(1080px,104vw);height:auto;left:50%;top:53%;transform:translate(-50%,-50%);opacity:.94}.live-sky-hero__orbit-field ellipse{fill:none;stroke:#ffffff13;stroke-width:1;vector-effect:non-scaling-stroke}.live-sky-hero__sun{opacity:.96}.live-sky-hero__body{transition:opacity .2s ease}.live-sky-hero__label line{stroke:#fff3;stroke-width:1;vector-effect:non-scaling-stroke}.live-sky-hero__label text{fill:#eeeeeed1;font-family:var(--font-sans);font-size:10px;font-weight:650;letter-spacing:.02em}.live-sky-hero__label .live-sky-hero__label-position{fill:#ffffff6b;font-size:8px;font-weight:500}.live-sky-hero__telemetry{position:absolute;top:60%;width:220px;display:grid;gap:.25rem;border-top:1px solid rgba(255,255,255,.16);padding-top:.65rem;color:#7f7f7f;font-size:.62rem;line-height:1.45}.live-sky-hero__telemetry--left{left:max(1.5rem,calc(50% - 570px))}.live-sky-hero__telemetry--right{right:max(1.5rem,calc(50% - 570px));text-align:right}.live-sky-hero__telemetry>span{color:#737373;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.live-sky-hero__telemetry>strong{color:#cfcfcf;font-size:.72rem;font-weight:620}.live-sky-hero__telemetry>small{color:#666;font-size:.58rem}.live-sky-hero__status{display:inline-flex;align-items:center;gap:.42rem}.live-sky-hero__status i{width:6px;height:6px;border-radius:50%;background:#7fcb9b;box-shadow:0 0 0 3px #7fcb9b14}.live-sky-hero__status--offline i{background:#777;box-shadow:none}.section-heading--split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:4rem;align-items:end}.section-heading--split>p{margin:0 0 .25rem;color:#858585;line-height:1.7}.system-directory{border-top:1px solid #242424}.system-directory__row{min-height:84px;display:grid;grid-template-columns:42px 42px minmax(150px,.65fr) minmax(260px,1.35fr) auto;align-items:center;gap:.85rem;border-bottom:1px solid #242424;color:#888;text-decoration:none;transition:color .15s ease,background .15s ease}.system-directory__row:hover{color:#fff;background:#080808}.system-directory__index{color:#555;font-size:.65rem;font-variant-numeric:tabular-nums}.system-directory__icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #292929;border-radius:8px;color:#cfcfcf;background:#0b0b0b}.system-directory__name{min-width:0;display:grid;gap:.18rem}.system-directory__name strong{color:#dedede;font-size:.84rem;font-weight:630}.system-directory__name small{color:#666;font-size:.62rem;text-transform:uppercase;letter-spacing:.07em}.system-directory__summary{color:#797979;font-size:.72rem;line-height:1.55}.calculation-pipeline{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid #252525}.calculation-pipeline__step{min-height:270px;padding:1.2rem;border-right:1px solid #252525}.calculation-pipeline__step:last-child{border-right:0}.calculation-pipeline__topline{display:flex;align-items:center;justify-content:space-between;color:#5f5f5f;font-size:.64rem}.calculation-pipeline__step>p{margin:4.2rem 0 .45rem;color:#666;font-size:.61rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.calculation-pipeline__step h3{margin:0;color:#dedede;font-size:.94rem;font-weight:630}.calculation-pipeline__step small{display:block;margin-top:.75rem;color:#777;font-size:.69rem;line-height:1.62}.trust-ledger{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:clamp(3rem,8vw,7rem);align-items:start}.trust-ledger__intro h2{max-width:700px;margin:.55rem 0 .9rem;font-size:clamp(2rem,4vw,3.7rem);line-height:1.04;letter-spacing:-.045em;font-weight:560}.trust-ledger__intro>p:last-child{max-width:660px;margin:0;color:#858585;line-height:1.72}.trust-ledger__facts{margin:0;border-top:1px solid #252525}.trust-ledger__facts>div{min-height:82px;display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr);align-items:center;gap:1rem;border-bottom:1px solid #252525}.trust-ledger__facts dt{display:flex;align-items:center;gap:.5rem;color:#c9c9c9;font-size:.71rem;font-weight:620}.trust-ledger__facts dd{margin:0;color:#747474;font-size:.68rem;line-height:1.5}@media(max-width:1080px){.live-sky-hero__telemetry,.live-sky-hero__label{display:none}.calculation-pipeline{grid-template-columns:repeat(2,1fr)}.calculation-pipeline__step:nth-child(2){border-right:0}.calculation-pipeline__step:nth-child(-n+2){border-bottom:1px solid #252525}.trust-ledger{grid-template-columns:1fr}}@media(max-width:820px){.home-hero--live{min-height:auto}.home-hero__stage{min-height:820px;grid-template-rows:auto minmax(250px,1fr) auto auto;padding-top:4rem}.live-sky-hero__canvas{width:900px;top:52%}.home-action-dock{grid-template-columns:1fr}.home-action-dock__actions{display:grid;grid-template-columns:1fr auto}.section-heading--split{grid-template-columns:1fr;gap:1rem}.system-directory__row{grid-template-columns:34px 38px minmax(0,1fr) auto}.system-directory__summary{display:none}}@media(max-width:620px){.home-hero__stage{min-height:760px;padding-top:3.2rem}.home-hero__copy--centered h1{font-size:clamp(2.7rem,15vw,4.1rem)}.home-hero__orbit-space{min-height:250px}.live-sky-hero__canvas{width:730px;top:51%;opacity:.82}.live-sky-hero__body--uranus,.live-sky-hero__body--neptune{display:none}.home-action-dock{padding:.85rem}.home-action-dock__actions{grid-template-columns:1fr}.home-action-dock__actions .button{width:100%}.proof-strip__inner{grid-template-columns:1fr 1fr}.system-directory__row{min-height:76px;grid-template-columns:30px 36px minmax(0,1fr) auto;gap:.6rem}.calculation-pipeline{grid-template-columns:1fr}.calculation-pipeline__step,.calculation-pipeline__step:nth-child(2){min-height:auto;border-right:0;border-bottom:1px solid #252525}.calculation-pipeline__step:last-child{border-bottom:0}.calculation-pipeline__step>p{margin-top:2rem}.trust-ledger__facts>div{grid-template-columns:1fr;gap:.35rem;padding-block:1rem}}.domain-pill{width:fit-content;display:inline-flex;align-items:center;gap:.42rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.42rem .68rem;color:#c8c8cf;background:#ffffff09;font-size:.68rem;font-weight:680;letter-spacing:.015em;backdrop-filter:blur(14px)}.live-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:#67c78d;box-shadow:0 0 0 4px #67c78d14}.cosmic-portal-3d{position:relative;width:100%;min-height:390px;overflow:hidden;border-radius:28px;isolation:isolate}.cosmic-portal-3d canvas{position:absolute!important;inset:0}.cosmic-portal-3d__vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 45%,transparent 22%,rgba(2,2,4,.12) 58%,rgba(2,2,4,.92) 100%),linear-gradient(to bottom,#02020414,#02020457)}.cosmic-home-hero{position:relative;min-height:calc(100vh - 64px);display:grid;align-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-home-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,rgba(74,83,134,.12),transparent 34rem),linear-gradient(to bottom,transparent 50%,rgba(2,2,4,.65));pointer-events:none}.cosmic-home-hero__grid{position:relative;z-index:1;min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);align-items:center;gap:clamp(2rem,7vw,7rem);padding-block:clamp(4.5rem,9vw,8rem)}.cosmic-home-hero__copy{max-width:690px}.cosmic-home-hero__copy .product-kicker{margin-top:1.2rem}.cosmic-home-hero__copy h1{margin:1rem 0 1.2rem;font-size:clamp(3.4rem,6.8vw,6.8rem);line-height:.91;letter-spacing:-.068em;font-weight:570;text-wrap:balance}.cosmic-home-hero__lead{max-width:620px;margin:0;color:#a0a0aa;font-size:clamp(1rem,1.45vw,1.17rem);line-height:1.72}.cosmic-home-hero__actions{display:flex;flex-wrap:wrap;gap:.72rem;margin-top:1.8rem}.cosmic-home-hero__trust{display:flex;flex-wrap:wrap;gap:.55rem 1rem;margin-top:1.2rem;color:#74747f;font-size:.67rem}.cosmic-home-hero__trust span{display:inline-flex;align-items:center;gap:.38rem}.cosmic-home-hero__visual{position:relative;min-height:560px;border:1px solid rgba(255,255,255,.09);border-radius:32px;background:radial-gradient(circle at 50% 45%,rgba(74,81,126,.12),transparent 48%),#0505096b;box-shadow:0 42px 120px #00000073,inset 0 1px #ffffff0a;overflow:hidden}.cosmic-home-hero__visual:before{content:"";position:absolute;inset:1px;border-radius:31px;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:58px 58px;mask-image:radial-gradient(circle,black,transparent 78%)}.cosmic-home-hero__visual .cosmic-portal-3d{min-height:560px}.cosmic-home-hero__telemetry{position:absolute;left:1.1rem;right:1.1rem;bottom:1.1rem;display:grid;grid-template-columns:1fr auto;gap:.25rem 1rem;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:.8rem .9rem;background:#030306b8;backdrop-filter:blur(18px)}.cosmic-home-hero__telemetry div{display:flex;align-items:center;gap:.45rem;color:#a8a8b1;font-size:.65rem}.cosmic-home-hero__telemetry strong{grid-row:1 / 3;grid-column:2;font-size:.72rem}.cosmic-home-hero__telemetry>span{color:#666672;font-size:.58rem}.cosmic-system-section{padding-block:clamp(5rem,8vw,8rem)}.cosmic-system-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:.85rem}.cosmic-system-card{position:relative;min-height:265px;grid-column:span 4;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:1.1rem;display:grid;grid-template-rows:1fr auto;color:#e8e8ec;text-decoration:none;background:#08080d94;box-shadow:inset 0 1px #ffffff06;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .25s,background .25s}.cosmic-system-card:nth-child(4),.cosmic-system-card:nth-child(5){grid-column:span 6;min-height:235px}.cosmic-system-card:hover{transform:translateY(-7px);border-color:#fff3;background:#0e0e16b8}.cosmic-system-card__sky{position:absolute;inset:0;overflow:hidden}.cosmic-system-card__sky:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,color-mix(in srgb,var(--system-color, #7181b7) 22%,transparent),transparent 42%)}.cosmic-system-card--vedic{--system-color: #d8b76f}.cosmic-system-card--western{--system-color: #9e8cff}.cosmic-system-card--chinese{--system-color: #e5887d}.cosmic-system-card--numerology{--system-color: #69c7b3}.cosmic-system-card--matrix{--system-color: #75a7dc}.cosmic-system-card__orbit{position:absolute;right:-12%;top:-22%;width:210px;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--system-color) 34%,transparent);border-radius:50%;transform:rotateX(66deg);animation:card-orbit 12s linear infinite}.cosmic-system-card__orbit--two{width:280px;right:-22%;top:-32%;opacity:.45;animation-duration:18s;animation-direction:reverse}.cosmic-system-card__planet{position:absolute;right:12%;top:18%;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:#f6f6f7;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.38),transparent 23%),color-mix(in srgb,var(--system-color) 66%,#181820);box-shadow:0 12px 35px #0000006b,0 0 42px color-mix(in srgb,var(--system-color) 15%,transparent);animation:card-planet-float 6s ease-in-out infinite}.cosmic-system-card__content{position:relative;z-index:1;align-self:end;max-width:82%}.cosmic-system-card__index{color:#62626d;font-size:.62rem}.cosmic-system-card__content p{margin:.7rem 0 .25rem;color:var(--system-color);font-size:.62rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.cosmic-system-card__content h3{margin:0;font-size:1.18rem;letter-spacing:-.02em}.cosmic-system-card__content>span:last-child{display:block;margin-top:.42rem;color:#858590;font-size:.72rem;line-height:1.5}.cosmic-system-card>svg{position:absolute;right:1rem;bottom:1rem;color:#777781;transition:transform .25s,color .25s}.cosmic-system-card:hover>svg{color:#fff;transform:translate(3px)}@keyframes card-orbit{to{transform:rotateX(66deg) rotate(360deg)}}@keyframes card-planet-float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-8px) rotate(4deg)}}.cosmic-method-section{border-block:1px solid rgba(255,255,255,.08);background:#030306a3}.cosmic-method-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden}.cosmic-method-card{min-height:245px;padding:1.35rem;border-right:1px solid rgba(255,255,255,.08);background:#ffffff04}.cosmic-method-card:last-child{border-right:0}.cosmic-method-card>div{display:flex;justify-content:space-between;color:#6e6e78;font-size:.65rem}.cosmic-method-card h3{margin:4.4rem 0 .55rem;font-size:1rem}.cosmic-method-card p{margin:0;color:#7d7d87;font-size:.72rem;line-height:1.65}.cosmic-faq-list{border-top:1px solid rgba(255,255,255,.09)}.cosmic-faq-list details{border-bottom:1px solid rgba(255,255,255,.09)}.cosmic-faq-list summary{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;color:#d4d4d9;font-size:.9rem}.cosmic-faq-list summary::-webkit-details-marker{display:none}.cosmic-faq-list summary span{color:#696973;font-size:1.2rem;transition:transform .2s}.cosmic-faq-list details[open] summary span{transform:rotate(45deg)}.cosmic-faq-list p{max-width:780px;margin:-.25rem 0 1.3rem;color:#85858f;font-size:.75rem;line-height:1.7}.cosmic-final-cta{position:relative;overflow:hidden;min-height:250px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:clamp(1.5rem,4vw,3rem);background:radial-gradient(circle at 85% 30%,rgba(88,75,142,.16),transparent 30%),#08080db8}.cosmic-final-cta:before{content:"";position:absolute;right:10%;width:160px;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 45px #ffffff05,0 0 0 90px #ffffff03}.cosmic-final-cta>*{position:relative;z-index:1}.cosmic-final-cta h2{max-width:720px;margin:.55rem 0 .6rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.05em}.cosmic-final-cta p:last-child{max-width:650px;margin:0;color:#85858f;line-height:1.65}.cosmic-choice-page{padding-block:clamp(3.5rem,7vw,6rem)}.cosmic-choice-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:4rem;align-items:end}.cosmic-choice-hero .domain-pill{margin-bottom:1.1rem}.cosmic-choice-hero h1{max-width:800px;margin:.6rem 0 .75rem;font-size:clamp(2.9rem,6vw,5.7rem);line-height:.96;letter-spacing:-.06em;font-weight:570}.cosmic-choice-hero>div:first-child>p:last-child{max-width:700px;margin:0;color:#8b8b95;line-height:1.7}.cosmic-choice-hero__hint{border-left:1px solid rgba(255,255,255,.12);padding-left:1rem;display:grid;gap:.3rem}.cosmic-choice-hero__hint strong{font-size:.77rem}.cosmic-choice-hero__hint span{color:#75757f;font-size:.68rem;line-height:1.6}.cosmic-choice-layout{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:1rem;margin-top:2.5rem}.cosmic-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.72rem;align-content:start}.cosmic-choice-card{position:relative;min-height:145px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:17px;padding:1rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;text-align:left;color:#eee;background:#08080d9e;cursor:pointer;transition:transform .25s,border-color .25s,background .25s}.cosmic-choice-card:last-child{grid-column:1 / -1}.cosmic-choice-card:hover{transform:translateY(-3px);border-color:#ffffff2b;background:#0d0d14c7}.cosmic-choice-card.is-selected{border-color:color-mix(in srgb,var(--system-accent) 62%,white 12%);background:color-mix(in srgb,var(--system-accent) 7%,#09090d);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--system-accent) 18%,transparent)}.cosmic-choice-card__number{position:absolute;left:.75rem;top:.65rem;color:#555560;font-size:.56rem}.cosmic-choice-card__visual{position:relative;width:72px;height:72px;display:grid;place-items:center}.cosmic-choice-card__ring{position:absolute;border:1px solid color-mix(in srgb,var(--system-accent) 32%,transparent);border-radius:50%;animation:choice-ring-spin 11s linear infinite}.cosmic-choice-card__ring--outer{inset:2px;transform:rotateX(65deg)}.cosmic-choice-card__ring--inner{inset:13px;transform:rotateY(64deg);animation-direction:reverse;animation-duration:8s}.cosmic-choice-card__core{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;color:#fff;background:color-mix(in srgb,var(--system-accent) 58%,#17171d);box-shadow:0 0 24px color-mix(in srgb,var(--system-accent) 16%,transparent)}.cosmic-choice-card__copy{min-width:0;display:grid;gap:.28rem}.cosmic-choice-card__copy small{color:var(--system-accent);font-size:.58rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.cosmic-choice-card__copy strong{font-size:.98rem}.cosmic-choice-card__copy>span{color:#777782;font-size:.68rem;line-height:1.4}.cosmic-choice-card__check{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#050507}.cosmic-choice-card.is-selected .cosmic-choice-card__check{border-color:#fff;background:#fff}@keyframes choice-ring-spin{to{transform:rotateX(65deg) rotate(360deg)}}.cosmic-choice-preview{position:sticky;top:82px;height:fit-content;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#06060ab8}.cosmic-choice-preview__stage{position:relative;min-height:330px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--system-accent, #7d80b7) 10%,transparent),transparent 58%)}.cosmic-choice-preview__stage .cosmic-portal-3d{min-height:330px}.cosmic-choice-preview__badge{position:absolute;top:.9rem;left:.9rem;display:flex;align-items:center;gap:.42rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.38rem .58rem;color:#bcbcc4;background:#020204ad;font-size:.62rem;backdrop-filter:blur(14px)}.cosmic-choice-preview__content{padding:1.15rem}.cosmic-choice-preview__content>p{margin:0 0 .25rem;color:#777782;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.cosmic-choice-preview__content h2{margin:0;font-size:1.35rem}.cosmic-choice-preview__content>span{display:block;margin-top:.55rem;color:#868691;font-size:.72rem;line-height:1.6}.cosmic-choice-preview__input{display:flex;align-items:center;gap:.42rem;margin-top:.9rem;color:#73737d;font-size:.65rem}.cosmic-choice-preview__content ul{display:grid;gap:.45rem;margin:.9rem 0 1rem;padding:0;list-style:none;color:#a6a6ae;font-size:.68rem}.cosmic-choice-preview__content li{display:flex;align-items:center;gap:.45rem}.cosmic-birth-page{padding-block:1rem 4.5rem}.cosmic-birth-topbar{min-height:56px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-birth-topbar>span{color:#656570;font-size:.62rem}.cosmic-birth-layout{display:grid;grid-template-columns:minmax(360px,.75fr) minmax(520px,1.25fr);gap:1rem;align-items:stretch;padding-top:1rem}.cosmic-birth-visual{position:relative;min-height:650px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:#0505098c}.cosmic-birth-visual .cosmic-portal-3d{min-height:650px}.cosmic-birth-visual__copy{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#020204b3;backdrop-filter:blur(18px)}.cosmic-birth-visual__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#ffffff0a}.cosmic-birth-visual__copy p{margin:0 0 .22rem;color:#777782;font-size:.59rem;text-transform:uppercase;letter-spacing:.08em}.cosmic-birth-visual__copy h1{margin:0;font-size:1.12rem}.cosmic-birth-visual__copy div>span{display:block;margin-top:.35rem;color:#7e7e88;font-size:.66rem;line-height:1.45}.cosmic-birth-card{border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:clamp(1.2rem,3vw,2rem);background:#07070bb8;box-shadow:inset 0 1px #ffffff06}.cosmic-birth-card__header{display:grid;grid-template-columns:1fr minmax(190px,230px);gap:1rem;align-items:end;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-birth-card__header h2{margin:.45rem 0 .3rem;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.04em}.cosmic-birth-card__header div>span{color:#777782;font-size:.7rem}.cosmic-birth-card__system{display:grid;gap:.4rem}.cosmic-birth-card__system>span{color:#777782;font-size:.62rem}.cosmic-birth-card__system select,.cosmic-birth-card select,.cosmic-birth-card input,.cosmic-birth-card textarea{width:100%;min-height:49px;border:1px solid rgba(255,255,255,.11);border-radius:11px;color:#ececf0;background:#ffffff07;outline:none}.cosmic-birth-card select,.cosmic-birth-card input{padding:0 .82rem}.cosmic-birth-card__fields{display:grid;gap:1rem;padding-block:1.2rem}.cosmic-birth-card .field__control{min-height:50px;border-color:#ffffff1c;background:#ffffff07}.cosmic-birth-card .field__control input{min-height:46px;border:0;background:transparent}.cosmic-birth-card .field__hint{color:#686873}.cosmic-birth-advanced{border-top:1px solid rgba(255,255,255,.08);padding-top:.3rem}.cosmic-birth-advanced>button{width:100%;min-height:43px;display:flex;align-items:center;justify-content:space-between;border:0;color:#7a7a85;background:transparent;cursor:pointer;font-size:.66rem}.cosmic-birth-advanced>.form-grid{padding-top:.7rem}.cosmic-birth-card__privacy{display:flex;justify-content:center;align-items:center;gap:.38rem;margin:.8rem 0 0;color:#62626c;font-size:.6rem}.cosmic-price-page{padding-block:clamp(3rem,7vw,6rem)}.cosmic-price-hero{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:4rem;align-items:center}.cosmic-price-hero h1{max-width:780px;margin:.8rem 0 .9rem;font-size:clamp(3rem,6vw,5.6rem);line-height:.95;letter-spacing:-.06em}.cosmic-price-hero>div:first-child>p:last-child{max-width:680px;color:#85858f;line-height:1.7}.cosmic-price-hero__visual{height:360px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#06060a8c;overflow:hidden}.cosmic-price-hero__visual .cosmic-portal-3d{min-height:360px}.cosmic-price-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:.8rem;margin-top:3rem}.cosmic-price-card{grid-column:span 4;min-height:500px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:1.2rem;background:#08080da8}.cosmic-price-card:nth-child(4),.cosmic-price-card:nth-child(5){grid-column:span 6}.cosmic-price-card.is-featured{border-color:#b4ade561;background:radial-gradient(circle at 80% 0,rgba(112,95,174,.13),transparent 38%),#0a0a10c7}.cosmic-price-card__top>span{color:#777782;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.cosmic-price-card__top h2{margin:.5rem 0 .35rem;font-size:1.25rem}.cosmic-price-card__top p{min-height:58px;margin:0;color:#7f7f89;font-size:.7rem;line-height:1.55}.cosmic-price-card__price{display:grid;margin:2rem 0 1.5rem}.cosmic-price-card__price strong{font-size:clamp(2.4rem,4vw,3.5rem);letter-spacing:-.05em}.cosmic-price-card__price span{color:#70707a;font-size:.66rem}.cosmic-price-card ul{display:grid;gap:.65rem;margin:0 0 1.5rem;padding:1rem 0 0;border-top:1px solid rgba(255,255,255,.08);list-style:none;color:#a1a1aa;font-size:.7rem}.cosmic-price-card li{display:flex;align-items:center;gap:.45rem}.cosmic-price-card .button{margin-top:auto}.cosmic-enterprise-card{margin-top:.8rem;display:grid;grid-template-columns:1fr 1fr auto;gap:2rem;align-items:center;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:1.2rem;background:#08080d8f}.cosmic-enterprise-card h2{margin:.4rem 0 0;font-size:1.15rem}.cosmic-enterprise-card>p{margin:0;color:#777782;font-size:.7rem;line-height:1.55}.cosmic-history-page,.cosmic-palm-page,.cosmic-palm-result-page{padding-block:clamp(2rem,5vw,4.5rem)}.cosmic-page-heading{max-width:820px;margin-bottom:2rem}.cosmic-page-heading h1{margin:.85rem 0 .65rem;font-size:clamp(2.8rem,6vw,5.2rem);line-height:.96;letter-spacing:-.06em}.cosmic-page-heading>p{max-width:700px;margin:0;color:#85858f;line-height:1.7}.cosmic-history-toolbar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cosmic-history-toolbar>label{min-width:280px;min-height:43px;display:flex;align-items:center;gap:.55rem;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:0 .75rem;background:#ffffff06;color:#777782}.cosmic-history-toolbar input{width:100%;border:0;outline:0;background:transparent;color:#eee}.cosmic-filter-row{display:flex;flex-wrap:wrap;gap:.35rem}.cosmic-filter-row button{min-height:38px;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:0 .72rem;color:#777782;background:#ffffff05;cursor:pointer;font-size:.65rem}.cosmic-filter-row button.is-active{border-color:#ffffff38;color:#fff;background:#ffffff14}.cosmic-history-list{display:grid;gap:.65rem}.cosmic-history-card{border:1px solid rgba(255,255,255,.09);border-radius:17px;padding:1rem;background:#08080d9e}.cosmic-history-card__meta{display:flex;justify-content:space-between;gap:1rem;color:#686873;font-size:.58rem}.cosmic-history-card__meta time{display:flex;align-items:center;gap:.35rem}.cosmic-history-card h2{margin:.8rem 0 .5rem;font-size:1rem}.cosmic-history-card>p{max-width:900px;margin:0;color:#8d8d97;font-size:.72rem;line-height:1.65;white-space:pre-wrap}.cosmic-history-card__actions{display:flex;gap:.75rem;margin-top:.9rem}.cosmic-history-card__actions button{display:inline-flex;align-items:center;gap:.35rem;border:0;padding:0;color:#71717c;background:transparent;cursor:pointer;font-size:.64rem}.cosmic-history-card__actions button:hover{color:#fff}.cosmic-history-card__editor textarea{width:100%;min-height:150px;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.8rem;color:#eee;background:#ffffff06}.cosmic-history-card__editor>div{display:flex;gap:.4rem;margin-top:.5rem}.cosmic-empty-state{min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed rgba(255,255,255,.12);border-radius:18px;padding:2rem;color:#777782}.cosmic-empty-state h1,.cosmic-empty-state h2{margin:.8rem 0 .35rem;color:#e5e5e9}.cosmic-empty-state p{max-width:520px;margin:0 0 1rem;line-height:1.6}.cosmic-palm-layout{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(460px,1.2fr);gap:1rem}.cosmic-palm-guide,.cosmic-palm-upload{border:1px solid rgba(255,255,255,.09);border-radius:20px;background:#08080d9e}.cosmic-palm-guide{min-height:520px;display:grid;grid-template-rows:1fr auto;overflow:hidden}.cosmic-palm-hand{position:relative;display:grid;place-items:center;color:#c8c8d0;background:radial-gradient(circle,rgba(91,89,143,.16),transparent 47%)}.cosmic-palm-hand__orbit{position:absolute;width:235px;aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 42px #ffffff05,0 0 0 84px #ffffff03;animation:palm-orbit 18s linear infinite}@keyframes palm-orbit{to{transform:rotate(360deg)}}.cosmic-palm-steps{border-top:1px solid rgba(255,255,255,.08)}.cosmic-palm-steps>div{display:grid;grid-template-columns:auto 1fr;gap:.65rem;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.07);color:#777782}.cosmic-palm-steps>div:last-child{border-bottom:0}.cosmic-palm-steps strong{display:block;margin-bottom:.2rem;color:#cfcfd5;font-size:.72rem}.cosmic-palm-steps span{font-size:.63rem;line-height:1.45}.cosmic-palm-upload{padding:1rem;display:flex;flex-direction:column;gap:.8rem}.cosmic-palm-dropzone{min-height:400px;display:grid;place-items:center;overflow:hidden;border:1px dashed rgba(255,255,255,.18);border-radius:15px;color:#85858f;cursor:pointer;background:#ffffff05;transition:border-color .2s,background .2s}.cosmic-palm-dropzone:hover{border-color:#ffffff57;background:#ffffff08}.cosmic-palm-dropzone>div{display:grid;justify-items:center;gap:.45rem;text-align:center}.cosmic-palm-dropzone strong{color:#dddde2}.cosmic-palm-dropzone span{font-size:.64rem}.cosmic-palm-dropzone input{display:none}.cosmic-palm-dropzone img{width:100%;height:100%;max-height:430px;object-fit:contain}.cosmic-palm-privacy{margin:0;text-align:center;color:#62626d;font-size:.6rem}.spin{animation:simple-spin .8s linear infinite}.cosmic-palm-result-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:1rem}.cosmic-reading-document,.cosmic-followup-card{border:1px solid rgba(255,255,255,.09);border-radius:19px;background:#08080da8}.cosmic-reading-document__header{display:flex;align-items:center;gap:.5rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);color:#cfcfd5;font-size:.72rem}.cosmic-reading-document__body{padding:clamp(1.2rem,3vw,2rem);color:#b0b0b9;line-height:1.82;white-space:pre-wrap}.cosmic-followup-card{height:fit-content;padding:1rem}.cosmic-followup-card h2{margin:.6rem 0 .35rem;font-size:1rem}.cosmic-followup-card p{margin:0;color:#777782;font-size:.68rem;line-height:1.55}.cosmic-followup-card textarea{width:100%;min-height:120px;margin:1rem 0 .6rem;border:1px solid rgba(255,255,255,.1);border-radius:11px;padding:.8rem;color:#eee;background:#ffffff06;resize:vertical}.cosmic-followup-card__answer{margin-top:.8rem;border-top:1px solid rgba(255,255,255,.08);padding-top:.8rem;color:#aaaab4;font-size:.72rem;line-height:1.65;white-space:pre-wrap}@media(max-width:1100px){.cosmic-home-hero__grid{grid-template-columns:1fr}.cosmic-home-hero__copy{max-width:860px}.cosmic-home-hero__visual{min-height:500px}.cosmic-system-card{grid-column:span 6}.cosmic-system-card:nth-child(5){grid-column:1 / -1}.cosmic-method-grid{grid-template-columns:repeat(2,1fr)}.cosmic-method-card:nth-child(2){border-right:0}.cosmic-method-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-choice-layout{grid-template-columns:1fr}.cosmic-choice-preview{position:relative;top:auto;display:grid;grid-template-columns:.9fr 1.1fr}.cosmic-choice-preview__stage{border-bottom:0;border-right:1px solid rgba(255,255,255,.08)}.cosmic-birth-layout{grid-template-columns:1fr}.cosmic-birth-visual,.cosmic-birth-visual .cosmic-portal-3d{min-height:380px}.cosmic-price-hero{grid-template-columns:1fr}.cosmic-price-hero__visual{display:none}.cosmic-price-card{grid-column:span 6}.cosmic-price-card:nth-child(5){grid-column:1 / -1}}@media(max-width:760px){.cosmic-portal-3d{min-height:300px}.cosmic-home-hero{min-height:auto}.cosmic-home-hero__grid{min-height:auto;padding-block:4rem 2rem}.cosmic-home-hero__copy h1{font-size:clamp(3rem,16vw,4.8rem)}.cosmic-home-hero__visual{min-height:390px;border-radius:22px}.cosmic-home-hero__visual .cosmic-portal-3d{min-height:390px}.cosmic-home-hero__trust{display:grid}.cosmic-system-grid{grid-template-columns:1fr}.cosmic-system-card,.cosmic-system-card:nth-child(4),.cosmic-system-card:nth-child(5){grid-column:auto;min-height:225px}.cosmic-method-grid{grid-template-columns:1fr}.cosmic-method-card{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-method-card:last-child{border-bottom:0}.cosmic-method-card h3{margin-top:2rem}.cosmic-final-cta{grid-template-columns:1fr}.cosmic-choice-hero{grid-template-columns:1fr;gap:1.5rem}.cosmic-choice-hero h1{font-size:clamp(2.8rem,14vw,4.6rem)}.cosmic-choice-grid{grid-template-columns:1fr}.cosmic-choice-card:last-child{grid-column:auto}.cosmic-choice-preview{grid-template-columns:1fr}.cosmic-choice-preview__stage{min-height:270px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-choice-preview__stage .cosmic-portal-3d{min-height:270px}.cosmic-birth-visual{display:none}.cosmic-birth-card__header,.cosmic-price-grid{grid-template-columns:1fr}.cosmic-price-card,.cosmic-price-card:nth-child(4),.cosmic-price-card:nth-child(5){grid-column:auto;min-height:auto}.cosmic-enterprise-card{grid-template-columns:1fr}.cosmic-history-toolbar{flex-direction:column}.cosmic-history-toolbar>label{min-width:0}.cosmic-palm-layout,.cosmic-palm-result-grid{grid-template-columns:1fr}.cosmic-palm-guide{min-height:430px}.cosmic-palm-dropzone{min-height:330px}}.deferred-cosmic-portal{position:relative;width:100%;height:100%;min-height:inherit}.deferred-cosmic-portal__fallback{position:absolute;inset:0;background:radial-gradient(circle at 50% 48%,rgba(224,142,60,.34) 0 4%,rgba(120,67,28,.2) 6%,transparent 10%),radial-gradient(ellipse at 50% 50%,transparent 0 17%,rgba(142,133,189,.12) 17.2% 17.5%,transparent 17.8% 30%,rgba(105,122,171,.09) 30.2% 30.5%,transparent 30.8%),radial-gradient(circle at 50% 48%,rgba(73,80,126,.12),transparent 48%);animation:deferred-portal-breathe 6s ease-in-out infinite alternate}.deferred-cosmic-portal__canvas{position:absolute;inset:0}@keyframes deferred-portal-breathe{0%{opacity:.55;transform:scale(.98)}to{opacity:.9;transform:scale(1.02)}}.cosmic-purchase-page{padding-block:clamp(2rem,5vw,4.5rem)}.cosmic-purchase-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(380px,1.3fr);gap:1rem}.cosmic-account-status,.cosmic-checkout-card{border:1px solid rgba(255,255,255,.09);border-radius:19px;padding:1.1rem;background:#08080da6}.cosmic-account-status>span,.cosmic-checkout-card>span{color:#70707a;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.cosmic-account-status>strong{display:block;margin-top:.35rem;overflow-wrap:anywhere}.cosmic-account-status>div{display:grid;grid-template-columns:auto 1fr;gap:.6rem;margin-top:1.5rem;padding:1rem 0;border-block:1px solid rgba(255,255,255,.08)}.cosmic-account-status>div span{display:grid;gap:.18rem}.cosmic-account-status small{color:#6f6f79}.cosmic-account-status p{display:flex;align-items:flex-start;gap:.4rem;margin:1rem 0 0;color:#81818c;font-size:.68rem;line-height:1.55}.cosmic-checkout-card h2{margin:.55rem 0 .35rem;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.045em}.cosmic-checkout-card>p{margin:0;color:#7d7d88}.cosmic-checkout-card ul{display:grid;gap:.55rem;margin:1.3rem 0;padding:1rem 0;border-block:1px solid rgba(255,255,255,.08);list-style:none;color:#9b9ba5;font-size:.7rem}.cosmic-checkout-card li{display:flex;align-items:center;gap:.45rem}@media(max-width:760px){.cosmic-purchase-grid{grid-template-columns:1fr}}.cosmic-thankyou-page{min-height:72vh;display:grid;place-items:center;padding-block:3rem}.cosmic-thankyou-card{width:min(100%,760px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:clamp(1.5rem,5vw,3.5rem);text-align:center;background:radial-gradient(circle at 50% 0,rgba(91,78,148,.14),transparent 35%),#08080db8}.cosmic-thankyou-card__orb{width:74px;height:74px;margin:0 auto 1rem;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;color:#d9d9df;box-shadow:0 0 0 20px #ffffff05,0 0 0 42px #ffffff03}.cosmic-thankyou-card .domain-pill{margin-inline:auto}.cosmic-thankyou-card h1{margin:1rem 0 .6rem;font-size:clamp(2.4rem,6vw,4.5rem);line-height:.98;letter-spacing:-.055em}.cosmic-thankyou-card>p{max-width:590px;margin:0 auto;color:#85858f;line-height:1.65}.cosmic-thankyou-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:1.7rem 0;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden}.cosmic-thankyou-stats>div{min-height:90px;display:grid;place-content:center;gap:.25rem;border-right:1px solid rgba(255,255,255,.08)}.cosmic-thankyou-stats>div:last-child{border-right:0}.cosmic-thankyou-stats span{color:#6e6e79;font-size:.61rem}.cosmic-thankyou-stats strong{font-size:.95rem}.cosmic-thankyou-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}@media(max-width:600px){.cosmic-thankyou-stats{grid-template-columns:1fr}.cosmic-thankyou-stats>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.cosmic-thankyou-stats>div:last-child{border-bottom:0}}.location-search-field{position:relative}.location-search-field__spinner{animation:location-search-spin .8s linear infinite}.location-search-field__check{margin-inline-start:auto;color:#83b995}@keyframes location-search-spin{to{transform:rotate(360deg)}}.location-search-menu{position:absolute;inset-inline:0;top:calc(100% - 1.1rem);z-index:40;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#08080cfa;box-shadow:0 24px 70px #0000008c;backdrop-filter:blur(20px)}.location-search-menu>button{width:100%;min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:.7rem;align-items:center;border:0;border-bottom:1px solid rgba(255,255,255,.07);padding:.7rem .85rem;background:transparent;color:#cfcfd5;text-align:start;cursor:pointer;transition:background .16s ease}.location-search-menu>button:hover,.location-search-menu>button:focus-visible{background:#ffffff0e;outline:0}.location-search-menu>button span{min-width:0;display:grid;gap:.18rem}.location-search-menu>button strong{overflow:hidden;color:#eeeef2;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.location-search-menu>button small{overflow:hidden;color:#74747f;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.location-search-menu>button em{color:#5f5f69;font-size:.58rem;font-style:normal}.location-search-menu>p{margin:0;padding:.55rem .85rem;color:#50505a;font-size:.56rem}.cosmic-birth-advanced__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-top:.7rem}.cosmic-birth-advanced__grid .field--full{grid-column:1 / -1}@media(max-width:620px){.location-search-menu>button{grid-template-columns:20px minmax(0,1fr)}.location-search-menu>button em{display:none}.cosmic-birth-advanced__grid{grid-template-columns:1fr}.cosmic-birth-advanced__grid .field--full{grid-column:auto}}@media(prefers-reduced-motion:reduce){.location-search-field__spinner{animation:none}}.route-motion-frame{min-height:inherit;animation:route-enter .5s cubic-bezier(.22,1,.36,1) both}@keyframes route-enter{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.motion-reveal{opacity:0;transform:translate3d(0,18px,0);filter:blur(4px);transition:opacity .72s cubic-bezier(.22,1,.36,1) var(--motion-delay, 0ms),transform .72s cubic-bezier(.22,1,.36,1) var(--motion-delay, 0ms),filter .72s cubic-bezier(.22,1,.36,1) var(--motion-delay, 0ms);will-change:opacity,transform}.motion-reveal--visible{opacity:1;transform:translateZ(0);filter:blur(0)}.app-header{animation:header-arrive .45s cubic-bezier(.22,1,.36,1) both}@keyframes header-arrive{0%{opacity:0;transform:translateY(-8px)}}.desktop-nav__link:after{content:"";position:absolute;left:.7rem;right:.7rem;bottom:.28rem;height:1px;background:#ffffffb8;transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.desktop-nav__link:hover:after,.desktop-nav__link--active:after{transform:scaleX(1)}.button,.choice-card,.system-directory__row,.google-auth-button,.field__control,.field>input,.field>select{transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}@media(hover:hover)and (pointer:fine){.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0) scale(.985)}.choice-card:hover{transform:translateY(-3px);border-color:#414141}.system-directory__row:hover .system-directory__icon{transform:rotate(-5deg) scale(1.04)}.system-directory__icon{transition:transform .28s cubic-bezier(.22,1,.36,1)}.calculation-pipeline__step:hover{background:#090909}.trust-ledger__facts>div:hover{background:#ffffff05}}.field:focus-within .field__control,.field>input:focus,.field>select:focus{border-color:#5a5a5a;box-shadow:0 0 0 3px #ffffff0b}.setup-progress i,.plan-chip__pulse,.live-sky-hero__status i{transition:width .55s cubic-bezier(.22,1,.36,1),opacity .2s ease}.live-sky-hero__canvas{transform:translate(calc(-50% + var(--sky-shift-x, 0px)),calc(-50% + var(--sky-shift-y, 0px)));transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.live-sky-hero__orbit-field ellipse{stroke-dasharray:3 8;animation:orbit-dash 42s linear infinite}.live-sky-hero__orbit-field ellipse:nth-child(2n){animation-duration:56s;animation-direction:reverse}.live-sky-hero__sun circle:first-child{transform-box:fill-box;transform-origin:center;animation:solar-breath 6.5s ease-in-out infinite}.live-sky-hero__body circle:not(.live-sky-hero__label circle){transform-box:fill-box;transform-origin:center;animation:planet-breath 7s ease-in-out infinite}.live-sky-hero__body:nth-of-type(2n) circle{animation-delay:-2.4s;animation-duration:8.6s}.live-sky-hero__body:nth-of-type(3n) circle{animation-delay:-4.1s;animation-duration:10s}@keyframes orbit-dash{to{stroke-dashoffset:-88}}@keyframes solar-breath{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.025);filter:brightness(1.08)}}@keyframes planet-breath{0%,to{transform:translateY(0)}50%{transform:translateY(-1.5px)}}.quiet-cosmos__stars--one{animation:stars-drift-one 80s linear infinite}.quiet-cosmos__stars--two{animation:stars-drift-two 110s linear infinite}.quiet-cosmos__dust{position:absolute;width:42vw;height:42vw;min-width:420px;min-height:420px;right:-18vw;top:10vh;border-radius:50%;opacity:.08;background:radial-gradient(circle,rgba(120,145,170,.28),transparent 68%);animation:dust-breathe 18s ease-in-out infinite}.quiet-cosmos__comet--secondary{top:68%;left:auto;right:-180px;width:90px;transform:rotate(160deg);animation:quiet-comet-secondary 23s ease-in-out infinite}@keyframes stars-drift-one{to{transform:translate3d(-45px,28px,0)}}@keyframes stars-drift-two{to{transform:translate3d(80px,-36px,0)}}@keyframes dust-breathe{0%,to{transform:scale(.95);opacity:.05}50%{transform:scale(1.05);opacity:.1}}@keyframes quiet-comet-secondary{0%,76%{opacity:0;transform:translateZ(0) rotate(160deg)}79%{opacity:.55}88%{opacity:0;transform:translate3d(calc(-100vw - 350px),-210px,0) rotate(160deg)}to{opacity:0}}.language-menu{position:relative}.language-menu__trigger{min-height:36px;max-width:150px;display:inline-flex;align-items:center;gap:.42rem;border:1px solid #262626;border-radius:8px;padding:.45rem .62rem;color:#999;background:#0b0b0b;cursor:pointer;font-size:.72rem;font-weight:620}.language-menu__trigger:hover{color:#eee;border-color:#3b3b3b;background:#111}.language-menu__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-menu__trigger svg:last-child{transition:transform .2s ease}.language-menu__chevron--open{transform:rotate(180deg)}.language-menu__popover{position:absolute;top:calc(100% + .55rem);right:0;z-index:420;width:min(310px,calc(100vw - 2rem));overflow:hidden;border:1px solid #2d2d2d;border-radius:12px;background:#0a0a0afa;box-shadow:0 24px 70px #0000009e;backdrop-filter:blur(18px);animation:language-pop .22s cubic-bezier(.22,1,.36,1) both}.language-menu__heading{display:flex;align-items:center;gap:.45rem;border-bottom:1px solid #242424;padding:.8rem .85rem;color:#888;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.language-menu__list{max-height:min(430px,70vh);display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow-y:auto;background:#222}.language-menu__option{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:.6rem;border:0;padding:.72rem .78rem;color:#aaa;background:#0b0b0b;cursor:pointer;text-align:start}.language-menu__option:hover{color:#fff;background:#141414}.language-menu__option--selected{color:#fff;background:#171717}.language-menu__option>span{min-width:0;display:grid;gap:.12rem}.language-menu__option strong{font-size:.72rem;font-weight:650}.language-menu__option small{color:#666;font-size:.58rem}.mobile-nav__language{padding:.85rem 0;border-bottom:1px solid #242424}.language-menu--mobile .language-menu__trigger{width:100%;max-width:none;justify-content:space-between}.language-menu--mobile .language-menu__popover{position:static;width:100%;margin-top:.55rem;box-shadow:none}@keyframes language-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}}html[dir=rtl] .language-menu__popover{right:auto;left:0}html[dir=rtl] .app-footer nav{justify-content:flex-start}html[dir=rtl] .system-directory__row,html[dir=rtl] .choice-card,html[dir=rtl] .birth-context,html[dir=rtl] .birth-form-card,html[dir=rtl] .auth-workspace__card{text-align:right}html[dir=rtl] .live-sky-hero,html[dir=rtl] .live-sky-hero svg{direction:ltr}html[dir=rtl] .desktop-nav__link:after{transform-origin:center}@media(max-width:1180px){.app-header__inner{gap:.8rem}.language-menu__trigger{max-width:112px}}@media(max-width:720px){.language-menu__list{grid-template-columns:1fr}.motion-reveal{transform:translate3d(0,12px,0)}}@media(prefers-reduced-motion:reduce){.route-motion-frame,.app-header,.live-sky-hero__orbit-field ellipse,.live-sky-hero__sun circle,.live-sky-hero__body circle,.quiet-cosmos__stars,.quiet-cosmos__dust,.quiet-cosmos__comet,.language-menu__popover{animation:none!important}.motion-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.live-sky-hero__canvas{transform:translate(-50%,-50%)!important;transition:none}}.unified-assistant-page{width:min(calc(100% - 2rem),1320px);margin:0 auto;padding:2.2rem 0 4rem}.unified-assistant-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:1.2rem 0 1.8rem}.unified-assistant-kicker,.unified-assistant-private{display:inline-flex;align-items:center;gap:.45rem;color:#7d7d7d;font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.unified-assistant-hero h1{margin:.55rem 0 .7rem;color:#f4f4f4;font-size:clamp(2.15rem,5vw,4.7rem);line-height:.98;letter-spacing:-.055em}.unified-assistant-hero p{max-width:720px;margin:0;color:#898989;line-height:1.65}.unified-assistant-private{flex:0 0 auto;border:1px solid #282828;border-radius:999px;background:#0c0c0ce0;padding:.65rem .8rem;letter-spacing:0;text-transform:none}.unified-assistant-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:1rem;align-items:start}.assistant-sources-panel,.assistant-chat-panel{border:1px solid #242424;border-radius:16px;background:#070707f0;box-shadow:0 20px 60px #00000047}.assistant-sources-panel{position:sticky;top:86px;max-height:calc(100vh - 108px);overflow:auto;padding:1rem}.assistant-sources-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding-bottom:.9rem;border-bottom:1px solid #202020}.assistant-sources-panel__header span{color:#ececec;font-size:.9rem;font-weight:650}.assistant-sources-panel__header p{margin:.25rem 0 0;color:#696969;font-size:.7rem;line-height:1.5}.assistant-sources-panel__header strong{flex:0 0 auto;border:1px solid #2c2c2c;border-radius:999px;padding:.32rem .5rem;color:#9b9b9b;font-size:.62rem;font-weight:650}.assistant-source-list{display:grid;gap:.5rem;padding:.85rem 0}.assistant-source-card{width:100%;min-width:0;display:grid;grid-template-columns:25px minmax(0,1fr);gap:.7rem;align-items:center;border:1px solid #222;border-radius:11px;background:#0c0c0c;padding:.75rem;color:#aaa;text-align:start;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.assistant-source-card:hover{transform:translateY(-1px);border-color:#353535;background:#101010}.assistant-source-card.is-selected{border-color:#686868;background:#151515}.assistant-source-card__check{width:24px;height:24px;display:grid;place-items:center;border:1px solid #333;border-radius:50%;color:#111;background:transparent}.assistant-source-card.is-selected .assistant-source-card__check{border-color:#ececec;background:#ececec}.assistant-source-card__body{min-width:0;display:grid;gap:.17rem}.assistant-source-card__body small{color:#686868;font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.assistant-source-card__body strong{overflow:hidden;color:#d9d9d9;font-size:.78rem;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.assistant-source-card__body time{color:#5f5f5f;font-size:.63rem}.assistant-source-state{min-height:150px;display:flex;align-items:center;justify-content:center;gap:.55rem;color:#696969;font-size:.72rem;text-align:center}.assistant-source-state--empty{flex-direction:column;padding:1rem}.assistant-source-state--empty p{margin:.35rem 0 .7rem;line-height:1.55}.assistant-timing-toggle{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.72rem;align-items:start;padding-top:.9rem;border-top:1px solid #202020;cursor:pointer}.assistant-timing-toggle input{position:absolute;opacity:0;pointer-events:none}.assistant-toggle-track{width:36px;height:21px;position:relative;display:block;border:1px solid #303030;border-radius:999px;background:#111;transition:background .16s ease,border-color .16s ease}.assistant-toggle-track>span{width:15px;height:15px;position:absolute;top:2px;left:2px;border-radius:50%;background:#696969;transition:transform .16s ease,background .16s ease}.assistant-timing-toggle input:checked+.assistant-toggle-track{border-color:#d5d5d5;background:#e7e7e7}.assistant-timing-toggle input:checked+.assistant-toggle-track>span{transform:translate(15px);background:#111}.assistant-timing-toggle>span:last-child{display:grid;gap:.25rem}.assistant-timing-toggle strong{display:inline-flex;align-items:center;gap:.38rem;color:#cfcfcf;font-size:.72rem;font-weight:620}.assistant-timing-toggle small{color:#626262;font-size:.63rem;line-height:1.5}.assistant-chat-panel{min-height:690px;overflow:hidden}.assistant-chat-panel__topbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #202020;padding:.75rem 1rem}.assistant-chat-panel__topbar>div,.assistant-chat-panel__topbar button{display:inline-flex;align-items:center;gap:.45rem}.assistant-chat-panel__topbar>div{color:#cfcfcf;font-size:.78rem;font-weight:620}.assistant-chat-panel__topbar button{border:1px solid #282828;border-radius:9px;background:#0f0f0f;padding:.48rem .65rem;color:#8b8b8b;font-size:.68rem;cursor:pointer}.assistant-thread{min-height:510px;max-height:68vh;overflow-y:auto;padding:1.2rem;scrollbar-color:#303030 transparent}.assistant-empty{min-height:470px;display:grid;place-items:center;align-content:center;text-align:center}.assistant-empty__symbol{width:58px;height:58px;display:grid;place-items:center;border:1px solid #303030;border-radius:50%;background:radial-gradient(circle at 40% 35%,#242424,#0d0d0d 70%);color:#bdbdbd;box-shadow:0 0 30px #ffffff09}.assistant-empty h2{margin:1rem 0 .45rem;color:#efefef;font-size:1.35rem;letter-spacing:-.025em}.assistant-empty>p{max-width:570px;margin:0;color:#767676;font-size:.8rem;line-height:1.65}.assistant-suggestion-grid{width:min(100%,720px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1.2rem}.assistant-suggestion-grid button{border:1px solid #252525;border-radius:10px;background:#0c0c0c;padding:.72rem .8rem;color:#8e8e8e;font-size:.7rem;line-height:1.5;text-align:start;cursor:pointer}.assistant-suggestion-grid button:hover{border-color:#3a3a3a;color:#dadada;background:#111}.assistant-exchange{display:grid;gap:.75rem;margin-bottom:1.2rem}.assistant-user-message{width:min(82%,650px);margin-inline-start:auto;border:1px solid #2b2b2b;border-radius:14px 14px 6px;background:#151515;padding:.8rem .9rem}.assistant-user-message span,.assistant-answer__label,.assistant-answer--thinking>div>span{color:#626262;font-size:.6rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.assistant-user-message p{margin:.3rem 0 0;color:#e1e1e1;font-size:.88rem;line-height:1.62}.assistant-answer{width:min(100%,850px);border:1px solid #1f1f1f;border-radius:15px;background:linear-gradient(180deg,#0f0f0f,#090909);padding:1rem}.assistant-answer__label{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.7rem}.assistant-markdown{max-width:74ch;color:#bcbcbc;font-size:.9rem;line-height:1.75;overflow-wrap:anywhere}.assistant-markdown p{margin:0 0 .8rem}.assistant-markdown p:last-child{margin-bottom:0}.assistant-markdown h3{margin:.25rem 0 .6rem;color:#f1f1f1;font-size:1rem;font-weight:640;line-height:1.35}.assistant-markdown ul,.assistant-markdown ol{display:grid;gap:.45rem;margin:.3rem 0 .9rem;padding-inline-start:1.2rem}.assistant-markdown strong{color:#eee;font-weight:630}.assistant-markdown code{border:1px solid #262626;border-radius:5px;background:#111;padding:.08rem .3rem;color:#ddd}.assistant-answer__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #1d1d1d}.assistant-answer__footer>div{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.assistant-answer__footer span,.assistant-answer__footer time{color:#505050;font-size:.6rem}.assistant-answer__footer em{border:1px solid #272727;border-radius:999px;padding:.24rem .4rem;color:#747474;font-size:.56rem;font-style:normal}.assistant-answer--thinking{min-height:120px;display:flex;align-items:center;gap:1rem}.assistant-answer--thinking>div:last-child{display:grid;gap:.25rem}.assistant-answer--thinking strong{color:#d8d8d8;font-size:.9rem}.assistant-composer{margin:0 1rem 1rem;border:1px solid #292929;border-radius:14px;background:#0d0d0d;padding:.8rem}.assistant-composer textarea{width:100%;min-height:92px;resize:vertical;border:0;outline:0;background:transparent;color:#dedede;font-size:.9rem;line-height:1.6}.assistant-composer textarea::placeholder{color:#555}.assistant-composer>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.4rem}.assistant-composer small{color:#4f4f4f;font-size:.62rem}.assistant-composer button{min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid #e7e7e7;border-radius:9px;background:#e7e7e7;padding:.62rem .8rem;color:#111;font-size:.72rem;font-weight:650;cursor:pointer}.assistant-composer button:disabled{opacity:.45;cursor:default}.assistant-alert{margin:0 1rem .7rem;border:1px solid #26352c;border-radius:9px;background:#0c1510;padding:.58rem .7rem;color:#8ab89a;font-size:.68rem}.assistant-alert--error{border-color:#3b2929;background:#160d0d;color:#c18f8f}.assistant-solar{width:84px;height:84px;position:relative;flex:0 0 auto}.assistant-solar__sun{width:14px;height:14px;position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffe7ad,#ffad45 45%,#f17117);box-shadow:0 0 14px #ff811e47}.assistant-solar__orbit{position:absolute;top:50%;left:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%}.assistant-solar__orbit span{width:6px;height:6px;position:absolute;top:50%;left:100%;margin:-3px 0 0 -3px;border-radius:50%}.assistant-solar__orbit--one{width:34px;height:34px;animation:assistant-orbit 2.6s linear infinite}.assistant-solar__orbit--one span{background:#91a7ff}.assistant-solar__orbit--two{width:52px;height:52px;animation:assistant-orbit 4s linear infinite reverse}.assistant-solar__orbit--two span{background:#d8bc7b}.assistant-solar__orbit--three{width:70px;height:70px;animation:assistant-orbit 5.5s linear infinite}.assistant-solar__orbit--three span{background:#8fd0da}.assistant-solar__comet{width:18px;height:2px;position:absolute;top:19px;left:5px;border-radius:999px;background:linear-gradient(90deg,transparent,#f4a05e);animation:assistant-comet 3.5s ease-in-out infinite}.assistant-spin{animation:assistant-simple-spin 1.2s linear infinite}@keyframes assistant-orbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes assistant-simple-spin{to{transform:rotate(360deg)}}@keyframes assistant-comet{0%,18%,to{opacity:0;transform:translate(0) rotate(-22deg)}28%{opacity:.9}55%{opacity:0;transform:translate(26px,13px) rotate(-22deg)}}[dir=rtl] .assistant-markdown,[dir=rtl] .assistant-user-message,[dir=rtl] .assistant-source-card,[dir=rtl] .assistant-suggestion-grid button{text-align:right}@media(max-width:980px){.unified-assistant-layout{grid-template-columns:1fr}.assistant-sources-panel{position:static;max-height:none}.assistant-source-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.unified-assistant-page{width:min(calc(100% - 1rem),1320px);padding-top:1rem}.unified-assistant-hero{align-items:flex-start;flex-direction:column;gap:1rem}.unified-assistant-private{display:none}.assistant-source-list{grid-template-columns:1fr}.assistant-chat-panel{min-height:620px;border-radius:12px}.assistant-thread{min-height:430px;padding:.8rem}.assistant-empty{min-height:390px}.assistant-suggestion-grid{grid-template-columns:1fr}.assistant-user-message,.assistant-answer{width:100%}.assistant-answer__footer{align-items:flex-start;flex-direction:column}.assistant-composer{margin:0 .7rem .7rem}.assistant-composer button{min-width:auto}.assistant-composer button span{display:none}}@media(prefers-reduced-motion:reduce){.assistant-solar__orbit,.assistant-solar__comet,.assistant-spin{animation:none!important}.assistant-source-card{transition:none}}.profiles-page,.compatibility-page,.library-page{width:min(calc(100% - 2rem),1320px);margin:0 auto;padding:2.3rem 0 5rem;position:relative;z-index:1}.profiles-hero,.compatibility-hero,.library-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.6rem;padding:1.4rem 0 1.8rem;border-bottom:1px solid #222}.profiles-hero>div,.compatibility-hero>div,.library-hero>div{max-width:760px}.profiles-kicker,.compatibility-hero>div>span,.library-hero>div>span{display:inline-flex;align-items:center;gap:.42rem;color:#7e7e7e;font-size:.67rem;font-weight:720;letter-spacing:.12em;text-transform:uppercase}.profiles-hero h1,.compatibility-hero h1,.library-hero h1{margin:.65rem 0 .6rem;color:#f1f1f1;font-size:clamp(2.15rem,5vw,4.4rem);line-height:.98;letter-spacing:-.065em}.profiles-hero p,.compatibility-hero p,.library-hero p{max-width:680px;margin:0;color:#858585;font-size:.95rem;line-height:1.7}.compatibility-private{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #242424;border-radius:999px;background:#0b0b0b;color:#737373;padding:.55rem .75rem;white-space:nowrap;font-size:.7rem}.profiles-toolbar,.library-toolbar{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.profiles-toolbar>label,.library-toolbar>label{min-width:220px;flex:1;display:flex;align-items:center;gap:.55rem;border:1px solid #262626;border-radius:10px;background:#0b0b0b;color:#666;padding:0 .75rem}.profiles-toolbar input,.library-toolbar input{width:100%;min-height:42px;border:0;outline:0;background:transparent;color:#ddd}.profiles-toolbar>button,.library-toolbar>button,.library-toolbar select{min-height:42px;display:inline-flex;align-items:center;gap:.4rem;border:1px solid #272727;border-radius:10px;background:#0c0c0c;color:#898989;padding:.6rem .8rem;cursor:pointer}.profiles-toolbar>button.is-active,.library-toolbar>button.is-active{border-color:#494949;color:#eee;background:#151515}.profiles-compare-button span{border-radius:999px;background:#202020;padding:.15rem .36rem;font-size:.62rem}.profiles-notice{margin:.75rem 0;border:1px solid #28412f;border-radius:9px;background:#0d1710;color:#9bc4a3;padding:.75rem .9rem;font-size:.78rem}.profiles-grid,.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.profile-card,.library-card{position:relative;min-width:0;border:1px solid #222;border-radius:14px;background:linear-gradient(180deg,#0e0e0ef5,#080808fa);padding:1rem;overflow:hidden;transition:border-color .18s ease,transform .18s ease}.profile-card:hover,.library-card:hover{border-color:#333;transform:translateY(-2px)}.profile-card.is-selected{border-color:#dedede;box-shadow:inset 0 0 0 1px #ffffff0d}.profile-card__top{display:flex;align-items:center;justify-content:space-between}.profile-select,.profile-favorite,.library-card__meta button,.library-conversation button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #262626;border-radius:8px;background:#0d0d0d;color:#6c6c6c;cursor:pointer}.profile-select{border-radius:999px}.profile-card.is-selected .profile-select{border-color:#eee;background:#eee;color:#111}.profile-favorite.is-active,.library-card__meta button:has(svg[fill=currentColor]){color:#d9b96d}.profile-card__identity{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;margin:1rem 0}.profile-card__identity>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid #292929;border-radius:12px;background:#111;color:#aaa}.profile-card__identity small{color:#666;font-size:.62rem;text-transform:uppercase;letter-spacing:.09em}.profile-card__identity h2{margin:.16rem 0 0;color:#e7e7e7;font-size:1.1rem;letter-spacing:-.025em}.profile-card dl{display:grid;gap:.7rem;margin:0;padding:.85rem 0;border-block:1px solid #202020}.profile-card dl>div{min-width:0}.profile-card dt{display:flex;align-items:center;gap:.35rem;color:#5f5f5f;font-size:.61rem;text-transform:uppercase;letter-spacing:.07em}.profile-card dd{margin:.25rem 0 0;color:#aaa;font-size:.76rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card__badges{min-height:37px;display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;padding:.65rem 0}.profile-card__badges span,.profile-card__badges button,.profile-card__badges em{border:1px solid #252525;border-radius:999px;background:#0c0c0c;color:#777;padding:.3rem .5rem;font-size:.6rem;font-style:normal}.profile-card__badges span{display:inline-flex;align-items:center;gap:.25rem;color:#a5c1aa;border-color:#26382a}.profile-card__badges button{cursor:pointer}.profile-card__actions,.library-card__actions{display:flex;align-items:center;gap:.45rem;margin-top:.35rem}.profile-card__actions .button,.library-card__actions .button{flex:1;min-height:38px;font-size:.72rem}.profile-card__actions>button:not(.button),.library-card__actions>button:not(.button){display:inline-flex;align-items:center;gap:.3rem;border:0;background:transparent;color:#666;padding:.5rem;font-size:.66rem;cursor:pointer}.profile-card__actions>button:hover,.library-card__actions>button:hover{color:#ddd}.profiles-empty,.compatibility-empty,.library-empty{min-height:360px;display:grid;place-items:center;align-content:center;gap:.7rem;border:1px dashed #292929;border-radius:15px;color:#5c5c5c;text-align:center}.profiles-empty h2,.compatibility-empty h2,.library-empty h2{margin:.2rem 0 0;color:#d8d8d8;font-size:1.2rem}.profiles-empty p,.compatibility-empty p{max-width:440px;margin:0 0 .5rem;color:#707070;line-height:1.6}.profile-editor{position:fixed;inset:0;z-index:10000;display:grid;justify-items:end}.profile-editor__backdrop{position:absolute;inset:0;border:0;background:#000000c2;backdrop-filter:blur(6px)}.profile-editor__panel{position:relative;width:min(100%,570px);height:100%;display:grid;grid-template-rows:auto 1fr auto;border-inline-start:1px solid #292929;background:#080808;box-shadow:-30px 0 80px #00000073}.profile-editor__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #222;padding:1rem 1.1rem}.profile-editor__header span{color:#686868;font-size:.63rem;letter-spacing:.09em;text-transform:uppercase}.profile-editor__header h2{margin:.2rem 0 0;color:#e8e8e8;font-size:1.15rem}.profile-editor__header>button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #282828;border-radius:9px;background:#101010;color:#aaa;cursor:pointer}.profile-editor__body{min-height:0;overflow-y:auto;display:grid;gap:.9rem;padding:1.1rem}.profile-editor__footer{display:flex;justify-content:flex-end;gap:.55rem;border-top:1px solid #222;padding:.85rem 1.1rem}.profile-editor__advanced{border:1px solid #242424;border-radius:10px;background:#0b0b0b}.profile-editor__advanced>button{width:100%;display:flex;justify-content:space-between;border:0;background:transparent;color:#858585;padding:.75rem;cursor:pointer}.profile-editor__advanced>div{padding:0 .75rem .75rem}.profile-editor__check{display:flex;align-items:center;gap:.55rem;color:#909090;font-size:.76rem}.profile-editor__check span{display:inline-flex;align-items:center;gap:.35rem}.birth-profile-shortcuts{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;margin:.9rem 0 1rem;border:1px solid #242424;border-radius:11px;background:#0a0a0a;padding:.7rem}.birth-profile-shortcuts label{min-width:0;display:grid;gap:.35rem}.birth-profile-shortcuts label>span{display:flex;align-items:center;gap:.35rem;color:#6f6f6f;font-size:.63rem;text-transform:uppercase;letter-spacing:.07em}.birth-profile-shortcuts select{min-width:0;border:1px solid #292929;border-radius:8px;background:#111;color:#ccc;padding:.58rem .65rem}.birth-profile-shortcuts>button{align-self:end;border:1px solid #292929;border-radius:8px;background:#111;color:#929292;padding:.58rem .7rem;cursor:pointer}.birth-profile-save-option{display:flex;align-items:center;gap:.5rem;margin:.2rem 0 .75rem;color:#767676;font-size:.72rem}.compatibility-selector{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) minmax(180px,.55fr) auto;align-items:end;gap:.65rem;margin-bottom:1rem;border:1px solid #222;border-radius:14px;background:#090909f2;padding:.9rem}.compatibility-selector label{min-width:0;display:grid;gap:.4rem}.compatibility-selector label>span{color:#686868;font-size:.63rem;text-transform:uppercase;letter-spacing:.08em}.compatibility-selector select{min-width:0;min-height:44px;border:1px solid #292929;border-radius:9px;background:#101010;color:#d2d2d2;padding:.6rem .7rem}.compatibility-link{width:40px;height:44px;display:grid;place-items:center;color:#666}.compatibility-loading{min-height:390px;display:grid;place-items:center;align-content:center;gap:.7rem;text-align:center}.compatibility-loading h2{margin:.5rem 0 0;color:#dedede}.compatibility-loading p{margin:0;color:#6d6d6d}.compatibility-solar{position:relative;width:110px;height:110px}.compatibility-solar__sun{position:absolute;inset:50% auto auto 50%;width:20px;height:20px;margin:-10px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffe8b3,#f9a348 45%,#b53d18);box-shadow:0 0 22px #f17e2b40}.compatibility-solar__orbit{position:absolute;inset:50% auto auto 50%;border:1px solid rgba(255,255,255,.09);border-radius:999px;transform:translate(-50%,-50%)}.compatibility-solar__orbit span{position:absolute;top:50%;left:100%;width:8px;height:8px;margin:-4px;border-radius:50%;background:#89a8df}.compatibility-solar__orbit.is-one{width:58px;height:58px;animation:compatibility-orbit 3s linear infinite}.compatibility-solar__orbit.is-two{width:92px;height:92px;animation:compatibility-orbit 5s linear infinite reverse}.compatibility-solar__orbit.is-two span{background:#cfb574}@keyframes compatibility-orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}.compatibility-results{display:grid;gap:1rem}.compatibility-result-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;border:1px solid #222;border-radius:14px;background:#0a0a0a;padding:1rem}.compatibility-result-header span{color:#747474;font-size:.63rem;text-transform:uppercase;letter-spacing:.09em}.compatibility-result-header h2{margin:.35rem 0;color:#e9e9e9;font-size:clamp(1.5rem,3vw,2.3rem)}.compatibility-result-header h2 em{color:#6f6f6f;font-style:normal;font-weight:400}.compatibility-result-header p{margin:0;color:#666;font-size:.7rem}.compatibility-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.compatibility-factor-panel,.compatibility-evidence,.compatibility-synthesis,.compatibility-ask{border:1px solid #222;border-radius:14px;background:#090909f5;padding:1rem}.compatibility-factor-panel__header{display:flex;align-items:center;gap:.55rem;border-bottom:1px solid #202020;padding-bottom:.75rem}.compatibility-factor-panel__header>div{flex:1;display:flex;align-items:center;justify-content:space-between}.compatibility-factor-panel__header span{color:#a7a7a7;font-size:.78rem;font-weight:650}.compatibility-factor-panel__header strong{color:#686868;font-size:1.15rem}.compatibility-factor-panel.is-supportive .compatibility-factor-panel__header svg{color:#7eae86}.compatibility-factor-panel.is-growth .compatibility-factor-panel__header svg{color:#b78d72}.compatibility-factor-panel article{padding:.85rem 0;border-bottom:1px solid #1d1d1d}.compatibility-factor-panel article:last-child{border-bottom:0}.compatibility-factor-panel small,.compatibility-evidence article small{color:#5e5e5e;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}.compatibility-factor-panel h3{margin:.25rem 0 .35rem;color:#d7d7d7;font-size:.86rem}.compatibility-factor-panel p,.compatibility-evidence article p{margin:0;color:#838383;font-size:.72rem;line-height:1.65}.compatibility-section-heading span{display:inline-flex;align-items:center;gap:.35rem;color:#696969;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.compatibility-section-heading h2{margin:.35rem 0 1rem;color:#e5e5e5;font-size:1.2rem}.compatibility-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.compatibility-evidence article{border:1px solid #1f1f1f;border-radius:10px;background:#0c0c0c;padding:.75rem}.compatibility-evidence article strong{display:block;margin:.3rem 0;color:#c9c9c9;font-size:.76rem}.compatibility-synthesis .assistant-markdown{max-width:78ch}.compatibility-ask{display:grid;gap:.8rem}.compatibility-ask>div:first-child span{color:#676767;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.compatibility-ask h2{margin:.3rem 0 0;color:#dedede;font-size:1.1rem}.compatibility-ask form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;border:1px solid #272727;border-radius:11px;background:#0b0b0b;padding:.65rem}.compatibility-ask textarea{min-width:0;border:0;outline:0;resize:vertical;background:transparent;color:#d0d0d0;line-height:1.6}.compatibility-ask form button{align-self:end;display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:9px;background:#eee;color:#111;padding:.6rem .8rem;font-weight:650}.compatibility-answer{border-inline-start:2px solid #303030;padding-inline-start:.9rem}.compatibility-thinking{display:flex;align-items:center;gap:.7rem;color:#aaa}.compatibility-thinking .compatibility-solar{width:70px;height:70px;transform:scale(.7);transform-origin:center}.library-tabs{display:flex;gap:.3rem;margin-bottom:.75rem;border:1px solid #222;border-radius:11px;background:#090909;padding:.25rem}.library-tabs button{display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:8px;background:transparent;color:#777;padding:.6rem .75rem;cursor:pointer}.library-tabs button.is-active{background:#171717;color:#eee}.library-tabs button span{border-radius:999px;background:#242424;padding:.12rem .34rem;font-size:.58rem}.library-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.library-card__meta>span{color:#6c6c6c;font-size:.6rem;text-transform:uppercase;letter-spacing:.09em}.library-card__meta>div{display:flex;gap:.3rem}.library-card h2{margin:1rem 0 .45rem;color:#dfdfdf;font-size:1rem}.library-card time{display:inline-flex;align-items:center;gap:.35rem;color:#606060;font-size:.65rem}.library-card>p{min-height:112px;margin:.8rem 0;color:gray;font-size:.74rem;line-height:1.7}.library-card--comparison>svg{margin-top:.9rem;color:#8c8c8c}.library-list{display:grid;gap:.65rem}.library-conversation{border:1px solid #222;border-radius:13px;background:#090909;padding:1rem}.library-conversation h2{margin:.75rem 0 .45rem;color:#ddd;font-size:.95rem}.library-conversation p{max-height:190px;overflow:hidden;margin:0;color:#858585;font-size:.75rem;line-height:1.7;white-space:pre-wrap}.library-conversation time{display:block;margin-top:.7rem;color:#565656;font-size:.62rem}[dir=rtl] .profile-card,[dir=rtl] .compatibility-factor-panel,[dir=rtl] .compatibility-evidence,[dir=rtl] .compatibility-synthesis,[dir=rtl] .library-card,[dir=rtl] .library-conversation{text-align:right}@media(max-width:1120px){.profiles-grid,.library-grid,.compatibility-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.compatibility-link{display:none}.compatibility-selector>button{grid-column:1 / -1}.compatibility-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.profiles-page,.compatibility-page,.library-page{width:min(calc(100% - 1rem),1320px);padding-top:1rem}.profiles-hero,.compatibility-hero,.library-hero{align-items:flex-start;flex-direction:column}.compatibility-private{display:none}.profiles-toolbar,.library-toolbar{align-items:stretch;flex-wrap:wrap}.profiles-toolbar>label,.library-toolbar>label{flex-basis:100%}.profiles-grid,.library-grid,.compatibility-summary-grid,.compatibility-evidence-grid,.compatibility-selector{grid-template-columns:1fr}.compatibility-result-header{align-items:flex-start;flex-direction:column}.profile-editor__panel{width:100%}.birth-profile-shortcuts,.compatibility-ask form{grid-template-columns:1fr}.profile-card__actions{flex-wrap:wrap}.library-tabs{overflow-x:auto}.library-tabs button{white-space:nowrap}}@media(prefers-reduced-motion:reduce){.compatibility-solar__orbit{animation:none!important}.profile-card,.library-card{transition:none}}.compatibility-selector--advanced{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) minmax(150px,.55fr) minmax(180px,.65fr) auto}.compatibility-dimensions,.compatibility-methodology{border:1px solid #222;border-radius:14px;background:#090909f5;padding:1rem}.compatibility-section-heading>p{max-width:720px;margin:.4rem 0 0;color:#676767;font-size:.72rem;line-height:1.6}.compatibility-dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:.9rem}.compatibility-dimension-grid article{border:1px solid #222;border-radius:11px;background:#0b0b0b;padding:.75rem}.compatibility-dimension-grid article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.compatibility-dimension-grid article span{color:#a0a0a0;font-size:.7rem;font-weight:650}.compatibility-dimension-grid article strong{color:#e5e5e5;font-size:1rem}.compatibility-dimension-grid article p{margin:.55rem 0 0;color:#606060;font-size:.64rem;line-height:1.45}.compatibility-dimension-meter{height:5px;margin-top:.65rem;overflow:hidden;border-radius:999px;background:#1c1c1c}.compatibility-dimension-meter>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#555,#d8d8d8)}.compatibility-factor-panel article em{display:block;margin-top:.45rem;color:#555;font-size:.6rem;font-style:normal}.compatibility-methodology__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:.9rem}.compatibility-methodology__grid>div{border:1px solid #222;border-radius:10px;background:#0b0b0b;padding:.85rem}.compatibility-methodology__grid h3{margin:0 0 .65rem;color:#d1d1d1;font-size:.77rem}.compatibility-methodology__grid ul{display:grid;gap:.45rem;margin:0;padding-left:1rem;color:#777;font-size:.68rem;line-height:1.55}@media(max-width:1180px){.compatibility-selector--advanced{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.compatibility-selector--advanced label:nth-of-type(3),.compatibility-selector--advanced label:nth-of-type(4),.compatibility-selector--advanced>button{grid-column:auto}}@media(max-width:760px){.compatibility-selector--advanced{grid-template-columns:1fr}.compatibility-selector--advanced .compatibility-link{width:100%;height:26px}.compatibility-dimension-grid,.compatibility-methodology__grid{grid-template-columns:1fr}}.weather-page,.chapters-page{display:grid;gap:24px;padding:34px 0 64px}.weather-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(135deg,#171825f0,#080910f5)}.weather-hero>div:first-child{max-width:760px}.weather-hero h1{margin:10px 0 12px;max-width:760px;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.weather-hero p{margin:0;color:var(--text-muted, #a7a9b5);line-height:1.7}.weather-kicker{display:inline-flex;align-items:center;gap:8px;color:#d6b96a;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.weather-toolbar,.weather-alert-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:end;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0a0b12d1}.weather-toolbar label,.weather-alert-controls label:not(.weather-switch){display:grid;gap:7px;min-width:190px;color:#c7c9d3;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.weather-toolbar select,.weather-alert-controls select{min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:0 13px;background:#11131d;color:#f8f8fb}.weather-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.weather-summary-grid article{display:grid;gap:8px;min-height:154px;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(145deg,#141622f2,#090a10f2)}.weather-summary-grid article>svg{color:#d6b96a}.weather-summary-grid span{color:#8f92a0;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.weather-summary-grid strong{font-size:1.2rem;line-height:1.25}.weather-summary-grid small{color:#a7a9b5;line-height:1.5}.weather-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.weather-panel{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#090a10e6}.weather-panel__header{padding:22px 22px 16px;border-bottom:1px solid rgba(255,255,255,.07)}.weather-panel__header span{display:inline-flex;align-items:center;gap:7px;color:#d6b96a;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.weather-panel__header h2{margin:6px 0 0;font-size:1.35rem}.weather-panel__header p{margin:8px 0 0;color:#989ba8;line-height:1.55}.weather-window-list,.weather-event-list,.weather-alert-list{display:grid}.weather-window,.weather-event-list article,.weather-alert-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.weather-window:last-child,.weather-event-list article:last-child,.weather-alert-list article:last-child{border-bottom:0}.weather-window span,.weather-event-list time,.weather-alert-list span{color:#8f92a0;font-size:.74rem;font-weight:700}.weather-window h3,.weather-event-list h3,.weather-alert-list h3{margin:4px 0 5px;font-size:1rem}.weather-window p,.weather-event-list p,.weather-alert-list p{margin:0;color:#a2a5b0;font-size:.88rem;line-height:1.5}.weather-window>strong{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#ffffff0f;font-size:.95rem}.weather-window--opportunity{box-shadow:inset 3px 0 #6ccc95b3}.weather-window--challenge{box-shadow:inset 3px 0 #e07e7eb3}.weather-window--mixed{box-shadow:inset 3px 0 #d6b96ab3}.weather-event-list article{grid-template-columns:90px minmax(0,1fr) auto;align-items:start}.weather-nature{align-self:center;padding:5px 8px;border-radius:999px;font-size:.66rem!important;text-transform:uppercase}.weather-nature--supportive{background:#49ab7424;color:#89dfad!important}.weather-nature--challenging{background:#cb595924;color:#efa1a1!important}.weather-nature--neutral{background:#d6b96a1f;color:#dcc77f!important}.weather-alert-panel{padding-bottom:16px}.weather-alert-controls{margin:16px}.weather-switch{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#d8dae2}.weather-switch input{position:absolute;opacity:0;pointer-events:none}.weather-switch>span{width:42px;height:24px;border-radius:999px;background:#343745;position:relative;transition:.16s ease}.weather-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.16s ease}.weather-switch input:checked+span{background:#b99b4e}.weather-switch input:checked+span:after{transform:translate(18px)}.weather-alert-list article{grid-template-columns:auto minmax(0,1fr);margin:0 16px}.weather-alert-list svg{color:#d6b96a}.weather-method-note{padding:16px 18px;border:1px solid rgba(214,185,106,.18);border-radius:14px;background:#d6b96a0f;color:#aaaeb9;font-size:.85rem;line-height:1.65}.weather-method-note strong{color:#e7d79e}.weather-empty{display:grid;justify-items:center;gap:12px;padding:70px 24px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#0a0b12db;text-align:center}.weather-empty p{max-width:540px;color:#a4a7b1}.chapters-source-panel{display:grid;gap:18px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#0a0b12e6}.chapters-source-panel>div:first-child>span{color:#d6b96a;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.chapters-source-panel h2{margin:6px 0}.chapters-source-panel p{margin:0;color:#a3a6b1}.chapters-source-panel>.button{justify-self:start}.chapters-source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.chapters-source-grid button{position:relative;display:grid;gap:6px;min-height:120px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#11131d;color:#fff;text-align:left}.chapters-source-grid button.is-selected{border-color:#d6b96aa6;box-shadow:inset 0 0 0 1px #d6b96a33}.chapters-source-grid button>span{color:#d6b96a;font-size:.7rem;font-weight:800;text-transform:uppercase}.chapters-source-grid button small{color:#989ba7}.chapters-source-grid button svg{position:absolute;top:14px;right:14px;color:#d6b96a}.current-chapter-card{padding:26px;border:1px solid rgba(214,185,106,.34);border-radius:22px;background:linear-gradient(135deg,#d6b96a1f,#0c0d14f5)}.current-chapter-card>span{color:#d6b96a;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.current-chapter-card h2{margin:8px 0;font-size:1.8rem}.current-chapter-card p{color:#aeb1bb}.current-chapter-card>div{display:flex;flex-wrap:wrap;gap:8px}.current-chapter-card>div span{padding:6px 9px;border-radius:999px;background:#ffffff0f;color:#d8dae1;font-size:.76rem}.chapter-timeline{display:grid}.chapter-card{display:grid;grid-template-columns:42px minmax(0,1fr);min-height:170px}.chapter-card__rail{display:grid;justify-items:center;position:relative}.chapter-card__rail:before{content:"";position:absolute;top:0;bottom:0;width:1px;background:#ffffff1f}.chapter-card__rail span{position:relative;z-index:1;width:13px;height:13px;margin-top:28px;border:3px solid #11131d;border-radius:50%;background:#6f7280;box-shadow:0 0 0 1px #ffffff26}.chapter-card--current .chapter-card__rail span{background:#d6b96a;box-shadow:0 0 22px #d6b96a8c}.chapter-card__body{margin-bottom:16px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0a0b12e6}.chapter-card--current .chapter-card__body{border-color:#d6b96a47}.chapter-card__meta{display:flex;justify-content:space-between;gap:16px;color:#9194a0;font-size:.74rem;text-transform:uppercase}.chapter-card__meta span{color:#d6b96a;font-weight:800}.chapter-card__body h2{margin:10px 0 8px;font-size:1.35rem}.chapter-card__body>p{color:#a2a5b0}.chapter-layer-list{display:flex;flex-wrap:wrap;gap:7px}.chapter-layer-list span{padding:5px 8px;border-radius:8px;background:#ffffff0d;color:#c7c9d1;font-size:.74rem}@media(max-width:980px){.weather-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-layout{grid-template-columns:1fr}.chapters-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.weather-page,.chapters-page{padding-top:18px}.weather-hero{flex-direction:column;padding:20px}.weather-summary-grid{grid-template-columns:1fr}.weather-toolbar,.weather-alert-controls{align-items:stretch}.weather-toolbar label,.weather-alert-controls label:not(.weather-switch),.weather-toolbar .button,.weather-alert-controls .button{width:100%}.weather-event-list article{grid-template-columns:1fr}.weather-event-list time{order:-1}.weather-nature{justify-self:start}.chapters-source-grid{grid-template-columns:1fr}.chapter-card{grid-template-columns:24px minmax(0,1fr)}.chapter-card__meta{flex-direction:column;gap:5px}}.astrocartography-page{width:min(1540px,calc(100% - 32px));margin:0 auto;padding:42px 0 88px}.astrocartography-hero,.astrocartography-toolbar,.astrocartography-filters,.astro-map-panel,.astro-line-panel,.astro-location-workspace,.astro-methodology,.astrocartography-empty{border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,#0e121df5,#05080ffa);box-shadow:0 24px 80px #00000042}.astrocartography-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:34px;border-radius:26px;overflow:hidden;position:relative}.astrocartography-hero:after{content:"";position:absolute;inset:auto -70px -120px auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(96,165,250,.18),transparent 68%);pointer-events:none}.astrocartography-kicker,.astro-panel-heading span,.astro-line-panel>span,.astro-saved-locations>span,.astro-comparison-ranking>span{display:inline-flex;align-items:center;gap:8px;color:#9ecbff;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.astrocartography-hero h1{max-width:860px;margin:12px 0 10px;font-size:clamp(2rem,4vw,4rem);line-height:1.02;letter-spacing:-.045em}.astrocartography-hero p,.astro-panel-heading p,.astro-methodology p,.astro-methodology li{color:#e8effbad;line-height:1.7}.astrocartography-toolbar{display:flex;align-items:end;gap:16px;margin-top:18px;padding:18px;border-radius:20px}.astrocartography-toolbar label,.astro-location-controls label{display:grid;gap:8px;color:#ecf2fcb8;font-size:.82rem;font-weight:700}.astrocartography-toolbar label{flex:1}.astrocartography-toolbar select,.astro-location-controls select,.astro-location-search input{width:100%;min-height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:12px;color:#f8fafc;background:#ffffff0a;outline:none}.astrocartography-toolbar select:focus,.astro-location-controls select:focus,.astro-location-search input:focus{border-color:#7dd3fc9e;box-shadow:0 0 0 3px #7dd3fc14}.astrocartography-filters{display:grid;grid-template-columns:1fr auto;gap:22px;margin-top:18px;padding:18px;border-radius:20px}.astrocartography-filters>div{display:grid;gap:10px}.astrocartography-filters>div>span{color:#ecf2fc99;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.astrocartography-filters>div>div{display:flex;flex-wrap:wrap;gap:8px}.astrocartography-filters button,.astro-map-legend button,.astro-saved-locations button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#ecf2fc9e;background:#ffffff06;cursor:pointer}.astrocartography-filters button.is-active,.astro-map-legend button.is-active{border-color:#7dd3fc75;color:#fff;background:#7dd3fc1a}.astrocartography-filters button i,.astro-map-legend button i,.astro-influence-list i{width:8px;height:8px;flex:0 0 auto;border-radius:50%;box-shadow:0 0 12px currentColor}.astrocartography-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.astro-map-panel,.astro-line-panel,.astro-location-workspace,.astro-methodology{border-radius:24px;padding:22px}.astro-panel-heading{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:16px}.astro-panel-heading h2{margin:6px 0 0;font-size:clamp(1.28rem,2vw,1.8rem)}.astro-panel-heading small{color:#ecf2fc73}.astro-map{min-height:610px;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;background:#03050a}.astro-map__google{width:100%;height:610px}.astro-map__fallback{min-height:610px;display:grid;align-content:center;gap:14px;padding:14px}.astro-map__fallback svg{width:100%;height:auto;min-height:460px;cursor:crosshair}.astro-map__fallback rect{fill:#050915;stroke:#ffffff14}.astro-map__grid{stroke:#ffffff12;stroke-width:1}.astro-map__fallback path{cursor:pointer}.astro-map__marker{fill:#fff;stroke:#0f172a;stroke-width:2}.astro-map__fallback p{margin:0;color:#ecf2fc85;font-size:.8rem;text-align:center}.astro-map-legend{display:flex;gap:7px;overflow-x:auto;padding:14px 0 2px;scrollbar-width:thin}.astro-map-legend button{white-space:nowrap}.astro-line-panel{align-self:start;position:sticky;top:92px}.astro-line-panel h2{margin:12px 0 10px;font-size:1.8rem}.astro-line-panel>p{color:#ecf2fcad;line-height:1.7}.astro-line-nature{padding:6px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.astro-line-nature--supportive{color:#86efac!important}.astro-line-nature--intense{color:#fda4af!important}.astro-line-nature--mixed{color:#c4b5fd!important}.astro-line-nature--neutral{color:#93c5fd!important}.astro-line-panel dl{display:grid;gap:9px;margin:20px 0}.astro-line-panel dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}.astro-line-panel dt{color:#ecf2fc80}.astro-line-panel dd{margin:0;font-weight:700}.astro-theme-list{display:flex;flex-wrap:wrap;gap:7px}.astro-theme-list span{padding:6px 9px;border-radius:999px;background:#ffffff0d;color:#ecf2fcb3;font-size:.76rem}.astro-birth-location{display:flex;gap:11px;margin-top:24px;padding:14px;border:1px solid rgba(125,211,252,.15);border-radius:16px;background:#7dd3fc0b}.astro-birth-location div{display:grid;gap:4px}.astro-birth-location span,.astro-birth-location small{color:#ecf2fc85;font-size:.75rem}.astro-birth-location strong{line-height:1.45}.astro-location-workspace{margin-top:18px}.astro-location-controls{display:grid;grid-template-columns:minmax(280px,1fr) 220px auto;gap:14px;align-items:end}.astro-location-search{position:relative}.astro-location-search label>div{display:flex}.astro-location-search input{border-radius:12px 0 0 12px}.astro-location-search label button{display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid rgba(125,211,252,.35);border-left:0;border-radius:0 12px 12px 0;color:#fff;background:#7dd3fc1f;cursor:pointer}.astro-search-results{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;display:grid;padding:7px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0a0e18;box-shadow:0 24px 60px #0000007a}.astro-search-results button{display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:10px;color:#fff;background:transparent;text-align:left;cursor:pointer}.astro-search-results button:hover{background:#ffffff0d}.astro-search-results button span{display:grid;gap:2px;flex:1}.astro-search-results button small{color:#ecf2fc7a}.astro-saved-locations,.astro-selected-locations{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.astro-saved-locations>span{width:100%}.astro-saved-locations>div{display:inline-flex}.astro-saved-locations>div button:last-child{width:34px;padding:0;justify-content:center;margin-left:-5px}.astro-selected-locations article{display:flex;align-items:center;gap:9px;min-width:220px;padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff06}.astro-selected-locations article div{display:grid;flex:1;gap:2px}.astro-selected-locations small{color:#ecf2fc80}.astro-selected-locations article button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:9px;color:#ecf2fca6;background:#ffffff0a;cursor:pointer}.astro-comparison-results{margin-top:22px}.astro-comparison-ranking{display:grid;gap:9px}.astro-comparison-ranking article{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px}.astro-comparison-ranking article>b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#7dd3fc1a;color:#9ecbff}.astro-comparison-ranking h3{margin:0}.astro-comparison-ranking p{margin:4px 0 0;color:#ecf2fc80;font-size:.82rem}.astro-location-analysis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.astro-location-analysis>article{padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff05}.astro-location-analysis__head{display:flex;align-items:start;justify-content:space-between;gap:16px}.astro-location-analysis__head span{color:#9ecbff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.astro-location-analysis__head h3{margin:5px 0;font-size:1.3rem}.astro-location-analysis__head p{margin:0;color:#ecf2fc8a;line-height:1.5}.astro-influence-list{display:grid;gap:9px;margin-top:16px}.astro-influence-list>div{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:10px}.astro-influence-list span{display:grid;gap:2px}.astro-influence-list small{color:#ecf2fc75}.astro-influence-list b{font-size:.8rem}.astro-method-note{margin:18px 0 0;padding:13px;border-radius:13px;background:#fbbf240f;color:#ecf2fc9e}.astro-methodology{margin-top:18px}.astro-methodology h2{margin-top:0}.astro-methodology ul{margin:16px 0 0;padding-left:20px}.astrocartography-empty{display:grid;place-items:center;gap:12px;min-height:420px;padding:36px;border-radius:24px;text-align:center}.astrocartography-empty h1,.astrocartography-empty p{margin:0}.astrocartography-empty p{color:#ecf2fc99}@media(max-width:1180px){.astrocartography-layout{grid-template-columns:1fr}.astro-line-panel{position:static}.astro-location-controls{grid-template-columns:1fr 180px}.astro-location-controls>button{grid-column:1 / -1}}@media(max-width:760px){.astrocartography-page{width:min(100% - 20px,1540px);padding-top:22px}.astrocartography-hero{align-items:stretch;flex-direction:column;padding:24px}.astrocartography-toolbar{align-items:stretch;flex-direction:column}.astrocartography-filters{grid-template-columns:1fr}.astro-map-panel,.astro-line-panel,.astro-location-workspace,.astro-methodology{padding:15px;border-radius:18px}.astro-map,.astro-map__google,.astro-map__fallback{min-height:480px;height:480px}.astro-map__fallback svg{min-height:380px}.astro-location-controls{grid-template-columns:1fr}.astro-location-controls>button{grid-column:auto}.astro-location-analysis{grid-template-columns:1fr}.astro-panel-heading{flex-direction:column}}.voice-composer-button{width:42px!important;min-width:42px!important;height:42px;border-radius:50%!important;border:1px solid #303030!important;background:#111!important;color:#aaa!important;padding:0!important;display:grid!important;place-items:center!important}.voice-composer-button:hover{color:#fff!important;border-color:#555!important}.voice-composer-button.is-listening{color:#fff!important;box-shadow:0 0 0 5px #ffffff12;animation:voice-pulse 1.4s ease-in-out infinite}.voice-composer-button:disabled{opacity:.35;cursor:not-allowed}@keyframes voice-pulse{50%{box-shadow:0 0 0 10px #ffffff05}}.palm-hand-controls{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.palm-hand-controls label,.reports-builder>label{display:grid;gap:.35rem;color:#888;font-size:.68rem}.palm-hand-controls select,.reports-builder select,.reports-builder input{width:100%;border:1px solid #292929;border-radius:10px;background:#0d0d0d;color:#ddd;padding:.72rem .78rem}.palm-result-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.palm-result-actions>div{display:flex;gap:.5rem}.palm-quality-strip{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #242424;border-radius:15px;background:#080808;margin:1rem 0;padding:.9rem}.palm-quality-strip>div{min-width:0;display:grid;gap:.2rem;padding:.3rem .7rem;border-right:1px solid #222}.palm-quality-strip>div:last-child{border-right:0;align-content:center;grid-template-columns:auto 1fr;align-items:center}.palm-quality-strip strong{text-transform:capitalize;color:#eee}.palm-quality-strip span{color:#777;font-size:.65rem}.palm-retake-card,.palm-lines-section,.palm-mounts,.palm-themes,.palm-disclosure{border:1px solid #242424;border-radius:15px;background:#090909;padding:1rem}.palm-retake-card p,.palm-disclosure p{color:#999;line-height:1.6}.palm-observation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1rem 0}.palm-observation-card{border:1px solid #242424;border-radius:14px;background:#090909;padding:1rem}.palm-observation-card span,.palm-observation-card small{display:block;color:#777;font-size:.65rem}.palm-observation-card strong{display:block;color:#eee;margin:.3rem 0}.palm-observation-card p{color:#999;font-size:.75rem;line-height:1.55}.palm-section-heading{display:flex;gap:.7rem;align-items:flex-start}.palm-section-heading h2,.palm-section-heading p{margin:0}.palm-section-heading p{color:#777;font-size:.72rem}.palm-lines-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:1rem}.palm-line-card{border:1px solid #252525;border-radius:12px;padding:.9rem;background:#0d0d0d}.palm-line-card.is-muted{opacity:.55}.palm-line-card>div{display:flex;justify-content:space-between;gap:1rem}.palm-line-card>div span{color:#777;font-size:.7rem}.palm-line-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.palm-line-card dl div{border:1px solid #222;border-radius:8px;padding:.5rem}.palm-line-card dt{color:#666;font-size:.58rem;text-transform:uppercase}.palm-line-card dd{margin:.15rem 0 0;color:#bbb;font-size:.7rem}.palm-line-card p{color:#999;font-size:.75rem;line-height:1.6}.palm-insight-layout{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}.palm-mounts article,.palm-themes article{border-top:1px solid #222;padding:.8rem 0}.palm-mounts article>div{display:flex;justify-content:space-between;gap:.7rem}.palm-mounts article span,.palm-mounts small,.palm-themes small{color:#777;font-size:.66rem}.palm-mounts p,.palm-themes p{color:#aaa;line-height:1.55}.palm-themes article{display:flex;gap:.6rem}.palm-followup{margin-top:1rem}.palm-disclosure{display:flex;gap:.7rem;margin-top:1rem}.palm-disclosure p{margin:0}.reports-page{width:min(calc(100% - 2rem),1440px);margin:0 auto;padding:2rem 0 4rem}.reports-heading{max-width:900px}.reports-layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:1rem;align-items:start}.reports-builder{position:sticky;top:86px;max-height:calc(100vh - 108px);overflow:auto;border:1px solid #242424;border-radius:16px;background:#080808;padding:1rem;display:grid;gap:.8rem}.reports-builder__title{display:flex;justify-content:space-between;align-items:center}.reports-builder__title h2{margin:0}.reports-builder__title span{color:#777;font-size:.68rem}.reports-source-list{display:grid;gap:.45rem}.reports-source-list>button{display:grid;grid-template-columns:24px 1fr;gap:.55rem;text-align:left;border:1px solid #222;border-radius:10px;background:#0d0d0d;color:#aaa;padding:.65rem}.reports-source-list>button.is-selected{border-color:#555;background:#151515}.reports-source-list>button>span{display:grid;place-items:center;width:20px;height:20px;border:1px solid #333;border-radius:50%}.reports-source-list strong,.reports-source-list small,.reports-source-list time{display:block}.reports-source-list small,.reports-source-list time{color:#666;font-size:.6rem}.reports-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:.55rem!important}.reports-check input{width:auto}.reports-history{border-top:1px solid #222;padding-top:.8rem}.reports-history h3{margin:.2rem 0 .6rem}.reports-history>div{display:grid;grid-template-columns:1fr auto;gap:.4rem;border-top:1px solid #1d1d1d;padding:.45rem 0}.reports-history button{border:0;background:none;color:#aaa;text-align:left}.reports-history button strong,.reports-history button small{display:block}.reports-history button small{color:#666;font-size:.6rem}.reports-document-wrap{min-width:0}.reports-empty{min-height:520px;display:grid;place-items:center;align-content:center;text-align:center;border:1px solid #242424;border-radius:16px;background:#080808;padding:2rem}.reports-empty p{max-width:520px;color:#777}.reports-document{max-width:980px;margin:0 auto;border:1px solid #2b2b2b;background:#f5f1e8;color:#181818;box-shadow:0 24px 80px #00000061}.reports-document__toolbar{position:sticky;top:76px;z-index:3;display:flex;justify-content:space-between;align-items:center;background:#0b0b0b;color:#eee;padding:.65rem .8rem}.reports-document__toolbar>div{display:flex;gap:.5rem;align-items:center}.reports-document__toolbar span,.reports-document__toolbar small{display:block}.reports-document__toolbar small{color:#777}.reports-document__toolbar button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #333;border-radius:8px;background:#141414;color:#ccc;padding:.55rem .7rem}.reports-document__cover{min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem;border-bottom:1px solid #cfc8b8;background:radial-gradient(circle at 75% 20%,rgba(92,72,40,.12),transparent 35%),#f5f1e8}.reports-document__cover span{letter-spacing:.16em;text-transform:uppercase;font-size:.68rem}.reports-document__cover h1{max-width:760px;margin:1rem 0;font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,5.5rem);line-height:.95}.reports-document__cover p,.reports-document__cover time{color:#665f54}.reports-method,.reports-narrative,.reports-source-section,.reports-disclosures{padding:2rem 3rem;border-bottom:1px solid #d8d1c3}.reports-method h2,.reports-narrative h2,.reports-source-section h2,.reports-disclosures h2{font-family:Georgia,serif}.reports-method dl{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.reports-method dl div{border:1px solid #d5cdbd;padding:.7rem}.reports-method dt{font-size:.62rem;text-transform:uppercase;color:#766e62}.reports-method dd{margin:.2rem 0 0}.reports-narrative p,.reports-source-section>p,.reports-disclosures p{line-height:1.75}.reports-source-section__heading span{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.reports-source-section__heading h2{margin:.45rem 0}.reports-source-section__heading small{color:#756e63}.reports-source-section details{margin-top:1rem}.reports-evidence-list{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.7rem}.reports-evidence-list article{border:1px solid #d4ccbd;padding:.7rem}.reports-evidence-list p{font-size:.75rem;line-height:1.5}.reports-evidence-list small{color:#756e63}.reports-warnings{border-left:3px solid #8f7954;padding-left:.8rem}.reports-warnings p{font-size:.78rem}.reports-disclosures{border-bottom:0}.reports-disclosures small{display:block;margin-top:1rem}.reports-selected{margin:1rem 0;color:#666;font-size:.68rem;text-align:center}@media(max-width:980px){.reports-layout{grid-template-columns:1fr}.reports-builder{position:static;max-height:none}.palm-quality-strip{grid-template-columns:repeat(2,1fr)}.palm-quality-strip>div{border-right:0}.palm-observation-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.palm-hand-controls,.palm-lines-grid,.palm-insight-layout,.palm-observation-grid{grid-template-columns:1fr}.palm-result-actions{align-items:flex-start}.reports-document__cover,.reports-method,.reports-narrative,.reports-source-section,.reports-disclosures{padding:1.2rem}.reports-method dl,.reports-evidence-list{grid-template-columns:1fr}.reports-document__toolbar{top:64px;align-items:flex-start}.reports-document__toolbar>div:last-child{flex-direction:column}}@media print{body{background:#fff!important}.site-header,.site-footer,.no-print,.reports-builder,.reports-heading,.reports-selected{display:none!important}.public-layout,.page-shell,.reports-page,.reports-layout,.reports-document-wrap{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.reports-document{border:0!important;box-shadow:none!important;max-width:none!important}.reports-document__cover{min-height:80vh;break-after:page}.reports-source-section{break-inside:avoid}.reports-document a{color:#000;text-decoration:none}@page{size:auto;margin:14mm}}.assistant-composer__actions,.assistant-answer__actions{display:flex;align-items:center;gap:.45rem}.assistant-answer__actions button{display:inline-flex;align-items:center;gap:.3rem;border:0;background:none;color:#777;font-size:.65rem}.assistant-answer__actions button:hover{color:#ddd}.account-console,.admin-console{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:56px 0 96px}.account-console__heading,.admin-console__heading,.account-section-card__heading,.admin-section-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.account-console__heading,.admin-console__heading{margin-bottom:28px}.account-console__heading h1,.admin-console__heading h1{margin:4px 0 10px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.03}.account-console__heading p,.admin-console__heading p,.account-section-card>p,.admin-section-card>p{color:var(--text-muted, #a7a7b3)}.account-banner{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:14px 16px;border:1px solid rgba(125,235,175,.35);border-radius:16px;background:#4fb57c1a}.account-banner.is-error{border-color:#ff70706b;background:#91232329}.account-banner span{flex:1}.account-banner button{border:0;background:transparent;color:inherit;cursor:pointer;text-decoration:underline}.account-overview-grid,.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.account-panel,.account-section-card,.admin-section-card,.admin-stat-grid article,.admin-user-card{border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(145deg,#14141cf2,#0a0a10f5);box-shadow:0 24px 70px #00000038}.account-panel{min-height:176px;padding:22px}.account-panel>span,.account-panel--identity span,.admin-stat-grid article span{display:block;margin-bottom:8px;color:var(--text-muted, #9c9ca8);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.account-panel h2{margin:0 0 8px;font-size:1.35rem}.account-panel p,.account-panel small{color:var(--text-muted, #a7a7b3)}.account-panel__icon,.admin-user-card__avatar{width:42px;height:42px;display:grid;place-items:center;margin-bottom:20px;border-radius:14px;background:#8f69ff24;color:#c9b8ff}.account-panel--identity{display:flex;align-items:center;gap:16px}.account-panel--identity p{display:flex;align-items:center;gap:7px}.account-avatar{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#8f69ff24;color:#c9b8ff}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0}.account-section-card,.admin-section-card{padding:24px}.account-section-card__heading,.admin-section-card__heading{margin-bottom:18px}.account-section-card__heading h2,.admin-section-card__heading h2{margin:2px 0 0}.account-usage{margin:20px 0}.account-usage>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:16px}.account-usage strong{font-size:1.55rem}.account-usage span{color:var(--text-muted, #a7a7b3)}.account-usage__bar{height:8px;margin-top:13px;overflow:hidden;border-radius:999px;background:#ffffff14}.account-usage__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8a66ff,#5bc6ff)}.account-action-row,.admin-user-card__actions,.account-modal__actions{display:flex;flex-wrap:wrap;gap:10px}.account-footnote{margin:14px 0 0;font-size:.82rem;color:var(--text-muted, #8f8f9c)}.account-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-toggle{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:92px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff06;cursor:pointer}.account-toggle strong,.account-toggle small{display:block}.account-toggle small{margin-top:5px;color:var(--text-muted, #9898a5);line-height:1.45}.account-toggle input{position:absolute;opacity:0;pointer-events:none}.account-toggle__track{width:46px;height:26px;flex:0 0 46px;padding:3px;border-radius:999px;background:#ffffff24;transition:.18s ease}.account-toggle__track span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease}.account-toggle input:checked+.account-toggle__track{background:#7957ff}.account-toggle input:checked+.account-toggle__track span{transform:translate(20px)}.account-toggle.is-disabled{opacity:.62;cursor:not-allowed}.account-section-card--danger{border-color:#ff626238}.account-danger-button{border:1px solid rgba(255,105,105,.55);background:#a023232e;color:#faa}.account-danger-button:hover:not(:disabled){background:#b92d2d47}.account-modal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:20px}.account-modal__backdrop{position:absolute;inset:0;border:0;background:#000000bf;backdrop-filter:blur(8px)}.account-modal__panel{position:relative;width:min(520px,100%);padding:28px;border:1px solid rgba(255,112,112,.28);border-radius:22px;background:#101018;box-shadow:0 28px 90px #0000008c}.account-modal__panel>svg{color:#ff8f8f}.account-modal__panel code{display:block;margin:16px 0;padding:12px;border-radius:10px;background:#ffffff0f;overflow-wrap:anywhere}.account-modal__panel input,.admin-search input,.admin-user-card input,.admin-user-card select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0b;color:inherit;padding:12px 13px}.account-modal__actions{justify-content:flex-end;margin-top:18px}.admin-stat-grid article{min-height:142px;padding:20px}.admin-stat-grid article svg{margin-bottom:22px;color:#bca8ff}.admin-stat-grid article strong{display:block;font-size:1.35rem;overflow-wrap:anywhere}.admin-section-card{margin-top:18px}.admin-search{width:min(440px,100%);display:flex;align-items:center;gap:8px;padding-left:12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff08}.admin-search input{flex:1;border:0;background:transparent}.admin-search button{align-self:stretch;border:0;border-left:1px solid rgba(255,255,255,.08);background:transparent;color:inherit;padding:0 15px;cursor:pointer}.admin-user-list{display:grid;gap:14px}.admin-user-card{padding:18px}.admin-user-card__identity{display:flex;align-items:center;gap:12px}.admin-user-card__avatar{margin:0}.admin-user-card__identity>div:nth-child(2){flex:1;min-width:0}.admin-user-card__identity strong,.admin-user-card__identity span,.admin-user-card__identity small{display:block;overflow-wrap:anywhere}.admin-user-card__identity span,.admin-user-card__identity small{color:var(--text-muted, #9696a4)}.admin-user-card__identity em{display:flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#7856ff24;color:#c6b7ff;font-style:normal;font-size:.8rem}.admin-user-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0;padding:12px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.admin-user-card__meta span,.admin-user-card__meta strong{display:block}.admin-user-card__meta span{color:var(--text-muted, #9898a5);font-size:.8rem}.admin-user-card__meta strong{margin-top:4px;color:var(--text-primary, #fff);font-size:.9rem}.admin-user-card__controls{display:grid;grid-template-columns:.8fr .9fr 1.4fr;gap:10px;margin-bottom:14px}.admin-user-card__controls label{color:var(--text-muted, #a4a4af);font-size:.78rem}.admin-user-card__controls input,.admin-user-card__controls select{margin-top:5px}.admin-audit-list{display:grid;gap:8px}.admin-audit-list>div{display:grid;grid-template-columns:1fr 1.4fr auto;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.admin-audit-list span,.admin-audit-list small,.admin-empty{color:var(--text-muted, #9797a5)}@media(max-width:980px){.account-overview-grid,.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-two-column,.account-toggle-grid{grid-template-columns:1fr}.admin-section-card__heading{flex-direction:column}.admin-search{width:100%}}@media(max-width:680px){.account-console,.admin-console{width:min(100% - 20px,1180px);padding-top:32px}.account-console__heading,.admin-console__heading,.account-section-card__heading{flex-direction:column}.account-overview-grid,.admin-stat-grid,.admin-user-card__controls,.admin-user-card__meta{grid-template-columns:1fr}.account-panel,.account-section-card,.admin-section-card{border-radius:18px}.account-panel--identity{align-items:flex-start}.account-usage>div:first-child,.admin-user-card__identity{align-items:flex-start;flex-wrap:wrap}.admin-audit-list>div{grid-template-columns:1fr}}.account-console--unavailable{min-height:calc(100vh - 64px);display:grid;place-items:start center}.account-load-error{width:min(760px,100%);display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;margin-top:clamp(18px,5vw,58px);padding:clamp(24px,5vw,42px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,#14141cf5,#08080dfa);box-shadow:0 28px 90px #00000052}.account-load-error__icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,135,135,.32);border-radius:15px;background:#a02c2c24;color:#ff9d9d}.account-load-error__copy h1{margin:.2rem 0 .75rem;font-size:clamp(1.6rem,4vw,2.55rem);line-height:1.08}.account-load-error__copy>p:not(.eyebrow){margin:0 0 1.2rem;color:var(--text-muted, #a7a7b3);line-height:1.65}.account-load-error__identity{display:flex;align-items:center;gap:.7rem;width:fit-content;max-width:100%;margin-bottom:1.3rem;padding:.72rem .85rem;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#ffffff09}.account-load-error__identity span{min-width:0;display:grid;gap:.15rem}.account-load-error__identity strong,.account-load-error__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-load-error__identity small{color:var(--text-muted, #9797a2)}@media(max-width:620px){.account-load-error{grid-template-columns:1fr}}.evidence-chip{max-width:min(100%,540px);display:inline-flex;align-items:center;gap:.32rem;vertical-align:middle;margin:.12rem .18rem;border:1px solid #343434;border-radius:999px;background:#121212;padding:.28rem .42rem;color:#cfcfcf;font:inherit;font-size:.62rem;line-height:1.25;cursor:pointer;box-shadow:0 0 0 1px #ffffff04 inset;transition:border-color .16s ease,background .16s ease,transform .16s ease}.evidence-chip:hover{transform:translateY(-1px);border-color:#626262;background:#191919}.evidence-chip:focus-visible{outline:2px solid #f1f1f1;outline-offset:2px}.evidence-chip__class{color:#8d8d8d;font-size:.54rem;font-weight:760;letter-spacing:.055em;text-transform:uppercase}.evidence-chip__math{min-width:0;overflow:hidden;color:#e3e3e3;font-size:.61rem;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.evidence-chip__confidence{flex:0 0 auto;border-inline-start:1px solid #303030;padding-inline-start:.35rem;color:#797979;font-size:.54rem;font-variant-numeric:tabular-nums}.evidence-chip--calculation,.evidence-chip--timing{border-color:#3f4a52;background:#101519}.evidence-chip--traditional_interpretation{border-color:#463f32;background:#17140f}.evidence-chip--cross_system_synthesis{border-color:#3e3b4c;background:#14121a}.evidence-chip--uncertainty{border-color:#563c3c;background:#1a1111}.evidence-summary{margin-top:1rem;border:1px solid #242424;border-radius:12px;background:linear-gradient(180deg,#121212e6,#0a0a0ae6);padding:.75rem}.evidence-summary__heading{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.evidence-summary__heading>div{display:grid;gap:.18rem}.evidence-summary__eyebrow{display:inline-flex;align-items:center;gap:.35rem;color:#767676;font-size:.54rem;font-weight:720;letter-spacing:.08em;text-transform:uppercase}.evidence-summary__heading strong{color:#dcdcdc;font-size:.75rem;font-weight:620}.evidence-summary__heading button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #353535;border-radius:8px;background:#161616;padding:.46rem .58rem;color:#d5d5d5;font-size:.62rem;font-weight:650;cursor:pointer}.evidence-summary__heading button:hover{border-color:#565656;background:#1d1d1d}.evidence-summary__metrics{display:flex;flex-wrap:wrap;gap:.38rem;margin-top:.62rem}.evidence-summary__metrics span{display:inline-flex;align-items:center;gap:.28rem;border:1px solid #282828;border-radius:999px;background:#0d0d0d;padding:.25rem .42rem;color:#777;font-size:.54rem}.evidence-summary__metrics .has-warning{border-color:#4a3535;color:#aa7f7f}.evidence-summary__warning{margin:.58rem 0 0;color:#a07878;font-size:.58rem;line-height:1.5}.evidence-drawer-layer{position:fixed;inset:0;z-index:220;display:flex;justify-content:flex-end}.evidence-drawer-backdrop{position:absolute;inset:0;border:0;background:#000000b8;backdrop-filter:blur(7px);cursor:default}.evidence-drawer{width:min(920px,calc(100vw - 3rem));height:100%;position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);border-inline-start:1px solid #2c2c2c;background:radial-gradient(circle at 80% 0%,rgba(255,255,255,.035),transparent 34%),#080808;box-shadow:-28px 0 80px #00000085;animation:evidence-drawer-enter .22s ease-out both}.evidence-drawer__header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #222;padding:.85rem 1rem}.evidence-drawer__header>div{display:grid;gap:.14rem}.evidence-drawer__header span{color:#656565;font-size:.56rem;font-weight:730;letter-spacing:.1em;text-transform:uppercase}.evidence-drawer__header strong{color:#efefef;font-size:1rem;letter-spacing:-.02em}.evidence-drawer__close{width:36px;height:36px;display:grid;place-items:center;border:1px solid #303030;border-radius:9px;background:#111;color:#aaa;cursor:pointer}.evidence-drawer__close:hover{border-color:#555;color:#f0f0f0}.evidence-drawer__body{min-height:0;display:grid;grid-template-columns:285px minmax(0,1fr)}.evidence-drawer__records{min-height:0;overflow-y:auto;border-inline-end:1px solid #222;padding:.75rem;scrollbar-color:#343434 transparent}.evidence-drawer__records-heading{display:grid;gap:.18rem;padding:.3rem .35rem .7rem}.evidence-drawer__records-heading span{color:#bdbdbd;font-size:.7rem;font-weight:650}.evidence-drawer__records-heading small{color:#555;font-size:.54rem}.evidence-drawer__records>button{width:100%;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center;border:1px solid transparent;border-radius:10px;background:transparent;padding:.62rem;color:#777;text-align:start;cursor:pointer}.evidence-drawer__records>button:hover{background:#101010;color:#bbb}.evidence-drawer__records>button.is-active{border-color:#363636;background:#151515;color:#e0e0e0}.evidence-drawer__records>button>span{min-width:0;display:grid;gap:.16rem}.evidence-drawer__records>button strong,.evidence-drawer__records>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-drawer__records>button strong{color:inherit;font-size:.65rem;font-weight:620}.evidence-drawer__records>button small{color:#5f5f5f;font-size:.53rem}.evidence-detail{min-width:0;overflow-y:auto;padding:1.25rem;scrollbar-color:#343434 transparent}.evidence-detail__badges{display:flex;flex-wrap:wrap;gap:.38rem}.evidence-badge{display:inline-flex;align-items:center;gap:.28rem;border:1px solid #2d2d2d;border-radius:999px;background:#101010;padding:.28rem .46rem;color:#7e7e7e;font-size:.54rem;font-weight:650}.evidence-badge--calculation,.evidence-badge--timing{border-color:#3e4b54;color:#99aeba}.evidence-badge--traditional_interpretation{border-color:#4b4233;color:#b6a37e}.evidence-badge--cross_system_synthesis{border-color:#443e52;color:#aaa0c3}.evidence-badge--uncertainty{border-color:#543b3b;color:#c28d8d}.evidence-detail h2{margin:.9rem 0 .45rem;color:#f1f1f1;font-size:clamp(1.35rem,3vw,2rem);line-height:1.12;letter-spacing:-.035em}.evidence-detail>p{max-width:70ch;margin:0;color:#929292;font-size:.82rem;line-height:1.68}.evidence-detail__math{display:grid;gap:.3rem;margin-top:1rem;border:1px solid #303030;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 45%),#101010;padding:.85rem}.evidence-detail__math span,.evidence-confidence span{color:#626262;font-size:.54rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.evidence-detail__math strong{color:#ededed;font-size:.94rem;font-weight:630;line-height:1.45}.evidence-confidence{margin-top:.85rem;border:1px solid #242424;border-radius:11px;background:#0c0c0c;padding:.75rem}.evidence-confidence>div:first-child{display:flex;justify-content:space-between;gap:1rem}.evidence-confidence strong{color:#d9d9d9;font-size:.75rem;font-variant-numeric:tabular-nums}.evidence-confidence__track{height:5px;margin-top:.55rem;overflow:hidden;border-radius:999px;background:#242424}.evidence-confidence__track span{width:var(--evidence-confidence);height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#6e6e6e,#efefef)}.evidence-detail__rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1rem 0 0}.evidence-detail__rows>div{min-width:0;display:grid;gap:.22rem;border:1px solid #242424;border-radius:10px;background:#0c0c0c;padding:.68rem}.evidence-detail__rows dt,.evidence-detail__provenance dt{color:#5d5d5d;font-size:.53rem;font-weight:700;letter-spacing:.065em;text-transform:uppercase}.evidence-detail__rows dd,.evidence-detail__provenance dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#d0d0d0;font-size:.7rem;line-height:1.48}.evidence-detail__empty{display:flex;align-items:center;gap:.45rem;margin-top:1rem;border:1px solid #3d3030;border-radius:10px;background:#130e0e;padding:.7rem;color:#9b7474;font-size:.64rem}.evidence-detail__provenance{margin-top:1rem;border-top:1px solid #242424;padding-top:1rem}.evidence-detail__provenance h3{margin:0 0 .6rem;color:#d8d8d8;font-size:.78rem}.evidence-detail__provenance dl{display:grid;gap:.5rem;margin:0}.evidence-detail__provenance dl>div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:.8rem}.evidence-detail__provenance code{border:1px solid #272727;border-radius:5px;background:#101010;padding:.1rem .28rem;color:#a9a9a9;font-size:.58rem}.evidence-detail .evidence-detail__disclaimer{display:flex;align-items:flex-start;gap:.45rem;margin-top:1rem;border:1px solid #29332d;border-radius:10px;background:#0d120f;padding:.72rem;color:#7f9687;font-size:.61rem;line-height:1.55}.evidence-detail__disclaimer svg{flex:0 0 auto;margin-top:.08rem}@keyframes evidence-drawer-enter{0%{opacity:.5;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:720px){.evidence-chip{max-width:100%;margin-inline:0}.evidence-chip__class{display:none}.evidence-summary__heading{align-items:flex-start;flex-direction:column}.evidence-summary__heading button{width:100%;justify-content:space-between}.evidence-drawer-layer{align-items:flex-end}.evidence-drawer{width:100%;height:min(88dvh,820px);border-block-start:1px solid #333;border-inline-start:0;border-radius:18px 18px 0 0;animation-name:evidence-sheet-enter}.evidence-drawer__header{min-height:62px}.evidence-drawer__body{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.evidence-drawer__records{max-height:130px;display:flex;gap:.45rem;overflow-x:auto;overflow-y:hidden;border-inline-end:0;border-bottom:1px solid #222}.evidence-drawer__records-heading{min-width:116px;flex:0 0 auto}.evidence-drawer__records>button{width:210px;flex:0 0 auto}.evidence-detail{padding:1rem}.evidence-detail__rows{grid-template-columns:1fr}.evidence-detail__provenance dl>div{grid-template-columns:1fr;gap:.18rem}}@keyframes evidence-sheet-enter{0%{opacity:.5;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.evidence-chip,.evidence-drawer{animation:none;transition:none}}.convergence-page{display:grid;gap:24px;padding:34px 0 72px}.convergence-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:30px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:radial-gradient(circle at 88% 15%,rgba(214,185,106,.15),transparent 30%),linear-gradient(135deg,#181927f5,#080910f7)}.convergence-hero>div:first-child{max-width:820px}.convergence-hero h1{margin:11px 0 14px;max-width:850px;font-size:clamp(2.1rem,4.2vw,4.35rem);line-height:1.01;letter-spacing:-.045em}.convergence-hero p{margin:0;max-width:760px;color:#a8abb7;line-height:1.72}.convergence-kicker{display:inline-flex;align-items:center;gap:8px;color:#dbc475;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.convergence-hero__policy{display:flex;align-items:flex-start;gap:10px;width:min(100%,260px);padding:14px;border:1px solid rgba(115,206,151,.18);border-radius:15px;background:#4ca06d14;color:#8bd8aa}.convergence-hero__policy span{display:grid;gap:3px;color:#a9afb7;font-size:.78rem;line-height:1.45}.convergence-hero__policy strong{color:#c7efd6;font-size:.82rem}.convergence-source-panel{display:grid;gap:20px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#0a0b12e6}.convergence-source-panel__heading,.convergence-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.convergence-source-panel__heading>div>span,.convergence-section-heading>div>span,.convergence-focus__header>div:first-child>span{color:#d6b96a;font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.convergence-source-panel__heading h2,.convergence-section-heading h3{margin:6px 0 4px}.convergence-source-panel__heading p{margin:0;color:#a0a3af;line-height:1.55}.convergence-reading-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.convergence-reading-group{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#12131dc7}.convergence-reading-group__header{display:flex;justify-content:space-between;gap:8px;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.07)}.convergence-reading-group__header span{color:#f0e4b9;font-size:.78rem;font-weight:800}.convergence-reading-group__header small{color:#777b88;font-size:.68rem}.convergence-reading-group>div:last-child{display:grid;max-height:178px;overflow-y:auto}.convergence-reading-group button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;width:100%;padding:12px 13px;border:0;border-bottom:1px solid rgba(255,255,255,.055);background:transparent;color:#d9dbe3;text-align:left;cursor:pointer}.convergence-reading-group button:last-child{border-bottom:0}.convergence-reading-group button:hover{background:#ffffff09}.convergence-reading-group button.is-selected{background:#d6b96a1a}.convergence-reading-group button>span:last-child{display:grid;gap:4px;min-width:0}.convergence-reading-group button strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.convergence-reading-group button small{color:#898d99;font-size:.68rem}.convergence-reading-check{color:#777b88}.is-selected .convergence-reading-check{color:#dbc475}.convergence-source-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:13px;padding-top:2px}.convergence-source-actions>span{margin-right:auto;color:#9396a2;font-size:.8rem}.convergence-switch{display:inline-flex;align-items:center;gap:9px;color:#d3d5dd;font-size:.8rem;cursor:pointer}.convergence-switch input{position:absolute;opacity:0;pointer-events:none}.convergence-switch>span{width:40px;height:23px;position:relative;border-radius:999px;background:#373a48;transition:.16s ease}.convergence-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;transition:.16s ease}.convergence-switch input:checked+span{background:#a88b42}.convergence-switch input:checked+span:after{transform:translate(17px)}.convergence-switch input:focus-visible+span{outline:2px solid #e8d58d;outline-offset:3px}.convergence-empty{display:grid;justify-items:center;gap:10px;padding:42px 20px;text-align:center}.convergence-empty svg{color:#d6b96a}.convergence-empty h2{margin:0}.convergence-empty p{margin:0 0 6px;color:#a2a5b0}.convergence-results{display:grid;gap:20px}.convergence-overview{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(360px,1fr);gap:18px}.convergence-overview__score,.convergence-overview__metrics{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,#141622f5,#090a10f2)}.convergence-overview__score{display:flex;align-items:center;gap:22px;padding:23px}.convergence-overview__score>div:last-child{min-width:0}.convergence-overview__score span{color:#d6b96a;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.convergence-overview__score h2{margin:6px 0 7px;font-size:1.55rem}.convergence-overview__score p{margin:0;color:#a0a3ae;line-height:1.55}.convergence-score-ring{flex:0 0 auto;display:grid;place-items:center;width:126px;height:126px;border-radius:50%;background:conic-gradient(#dbc475 var(--convergence-score),rgba(255,255,255,.08) 0);box-shadow:0 0 38px #d6b96a14}.convergence-score-ring:before{content:"";grid-area:1 / 1;width:102px;height:102px;border-radius:50%;background:#10111a}.convergence-score-ring>div{grid-area:1 / 1;z-index:1;display:grid;justify-items:center}.convergence-score-ring strong{font-size:2rem;line-height:1}.convergence-score-ring span{color:#898d98;font-size:.67rem;letter-spacing:0;text-transform:none}.convergence-overview__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.convergence-overview__metrics article{display:grid;gap:7px;padding:18px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.convergence-overview__metrics article:nth-child(2n){border-right:0}.convergence-overview__metrics article:nth-last-child(-n+2){border-bottom:0}.convergence-overview__metrics svg{color:#d6b96a}.convergence-overview__metrics span{color:#8f929e;font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.convergence-overview__metrics strong{font-size:1.35rem}.convergence-theme-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.convergence-theme-card{display:grid;gap:8px;min-width:0;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0d0e16e6;color:#d9dbe3;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.convergence-theme-card:hover{transform:translateY(-2px);border-color:#d6b96a42}.convergence-theme-card.is-active{border-color:#d6b96a85;background:#d6b96a14}.convergence-theme-card__topline{display:flex;justify-content:space-between;gap:10px;color:#9a9da8;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.convergence-theme-card__topline strong{color:#f1e6bc;font-size:.82rem}.convergence-theme-card__meter{height:4px;overflow:hidden;border-radius:999px;background:#ffffff12}.convergence-theme-card__meter span{display:block;height:100%;border-radius:inherit;background:#d6b96a}.convergence-theme-card>strong{font-size:.94rem}.convergence-theme-card>small{color:#858996;font-size:.69rem;line-height:1.4}.convergence-theme-card--growth .convergence-theme-card__meter span{background:#dc8888}.convergence-theme-card--supportive .convergence-theme-card__meter span{background:#7acb9d}.convergence-theme-card--mixed .convergence-theme-card__meter span{background:linear-gradient(90deg,#7acb9d,#d6b96a,#dc8888)}.convergence-focus{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:23px;background:#090a10ed}.convergence-focus--supportive{box-shadow:inset 3px 0 #7acb9db3}.convergence-focus--growth{box-shadow:inset 3px 0 #dc8888b3}.convergence-focus--mixed{box-shadow:inset 3px 0 #d6b96ab3}.convergence-focus__header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:23px;border-bottom:1px solid rgba(255,255,255,.07)}.convergence-focus__header h2{margin:6px 0 7px;font-size:1.55rem}.convergence-focus__header p{margin:0;max-width:720px;color:#9fa2ad;line-height:1.55}.convergence-focus__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:360px}.convergence-focus__badges span{padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#c7c9d2;background:#ffffff09;font-size:.67rem;font-weight:700}.convergence-threshold-note,.convergence-tension-note{display:flex;align-items:center;gap:9px;margin:17px 20px 0;padding:12px 14px;border-radius:12px;font-size:.8rem;line-height:1.45}.convergence-threshold-note{border:1px solid rgba(214,185,106,.2);background:#d6b96a12;color:#d8c98f}.convergence-tension-note{border:1px solid rgba(220,136,136,.2);background:#dc888812;color:#e0aaaa}.convergence-focus__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:18px;padding:20px}.convergence-contributions{min-width:0}.convergence-section-heading{align-items:end;margin-bottom:12px}.convergence-section-heading small{color:#858996}.convergence-contribution{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.065)}.convergence-contribution:last-child{border-bottom:0}.convergence-contribution__score{display:grid;justify-items:center;align-content:center;width:58px;height:58px;border-radius:50%;background:#ffffff0e}.convergence-contribution__score strong{font-size:1rem}.convergence-contribution__score span{color:#8d909b;font-size:.58rem;text-transform:uppercase}.convergence-contribution--supportive .convergence-contribution__score{color:#8ee0b1;background:#4eb1781a}.convergence-contribution--growth .convergence-contribution__score{color:#efa5a5;background:#cc5b5b1a}.convergence-contribution>div:nth-child(2)>span{color:#d6b96a;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.convergence-contribution h4{margin:4px 0}.convergence-contribution p{margin:0;color:#8f929f;font-size:.76rem;line-height:1.45}.convergence-contribution>button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#d8c47d;font-size:.75rem;font-weight:700;cursor:pointer}.convergence-contribution>button:disabled{opacity:.35;cursor:default}.convergence-timing-card{align-self:start;display:grid;gap:13px;padding:19px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:linear-gradient(145deg,#161723e0,#0d0e15eb)}.convergence-timing-card>span{display:inline-flex;align-items:center;gap:7px;color:#d6b96a;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.convergence-timing-card h3{margin:-4px 0 0;font-size:1.3rem}.convergence-timing-card dl{display:grid;margin:0}.convergence-timing-card dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.convergence-timing-card dl div:last-child{border-bottom:0}.convergence-timing-card dt{color:#888b97;font-size:.76rem}.convergence-timing-card dd{margin:0;color:#d7d9e1;font-size:.76rem;font-weight:700;text-align:right}.convergence-timing-card .button{justify-content:center}.convergence-boundary{display:flex;align-items:flex-start;gap:12px;padding:17px 19px;border:1px solid rgba(214,185,106,.17);border-radius:15px;background:#d6b96a0e;color:#d9c986}.convergence-boundary p{margin:4px 0 0;color:#a4a7b2;font-size:.82rem;line-height:1.6}@media(max-width:1120px){.convergence-reading-grid,.convergence-theme-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.convergence-overview{grid-template-columns:1fr}}@media(max-width:820px){.convergence-page{padding-top:22px}.convergence-hero{display:grid;padding:23px}.convergence-hero__policy{width:auto}.convergence-reading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.convergence-focus__header{display:grid}.convergence-focus__badges{justify-content:flex-start;max-width:none}.convergence-focus__layout{grid-template-columns:1fr}}@media(max-width:580px){.convergence-page{gap:17px}.convergence-hero h1{font-size:2.35rem}.convergence-source-panel{padding:16px}.convergence-source-panel__heading{display:grid}.convergence-source-panel__heading .button{justify-self:start}.convergence-reading-grid,.convergence-theme-strip{grid-template-columns:1fr}.convergence-source-actions{align-items:stretch}.convergence-source-actions>span{width:100%}.convergence-source-actions .button{width:100%;justify-content:center}.convergence-overview__score{display:grid;justify-items:center;text-align:center}.convergence-overview__metrics{grid-template-columns:1fr 1fr}.convergence-focus__header,.convergence-focus__layout{padding:17px}.convergence-contribution{grid-template-columns:56px minmax(0,1fr)}.convergence-contribution__score{width:50px;height:50px}.convergence-contribution>button{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){.convergence-theme-card,.convergence-switch>span,.convergence-switch>span:after{transition:none}}.persona-selector{display:grid;gap:11px;padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:#10111bc2}.persona-selector__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.persona-selector__heading>div{display:grid;gap:3px}.persona-selector__heading span{color:#e6d792;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.persona-selector__heading small{color:#858995;font-size:.69rem;line-height:1.4}.persona-selector__heading em{color:#777b88;font-size:.65rem;font-style:normal}.persona-selector__options{display:grid;gap:7px}.persona-selector__options button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;width:100%;padding:10px 11px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff06;color:#cfd1da;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.persona-selector__options button:hover:not(:disabled){transform:translateY(-1px);border-color:#d6b96a47}.persona-selector__options button.is-selected{border-color:#d6b96a7a;background:#d6b96a17;color:#f2e7bd}.persona-selector__options button:focus-visible{outline:2px solid #e7d58e;outline-offset:2px}.persona-selector__options button:disabled{cursor:not-allowed;opacity:.62}.persona-selector__options button>span{display:grid;gap:3px;min-width:0}.persona-selector__options strong{font-size:.78rem}.persona-selector__options small{color:#898d99;font-size:.68rem;line-height:1.4}.persona-selector--compact{width:min(100%,620px)}.persona-selector--compact .persona-selector__options{grid-template-columns:repeat(3,minmax(0,1fr))}.persona-selector--compact .persona-selector__options button{align-items:center}.persona-badge{display:inline-flex;align-items:center;padding:4px 7px;border:1px solid rgba(214,185,106,.22);border-radius:999px;color:#ddcd8a;background:#d6b96a12;font-size:.62rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.persona-insight{display:grid;gap:15px;padding:20px;border:1px solid rgba(214,185,106,.18);border-radius:18px;background:radial-gradient(circle at 95% 0%,rgba(214,185,106,.09),transparent 36%),#101119e0}.persona-insight header{display:grid;gap:7px}.persona-insight header>span{display:inline-flex;align-items:center;gap:7px;color:#d9c77e;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.persona-insight h3{margin:0;font-size:1.15rem}.persona-insight p{margin:0;color:#a3a6b1;line-height:1.6}.persona-insight ol{display:grid;gap:8px;margin:0;padding-left:22px;color:#d6d8df}.persona-insight li{padding-left:4px;line-height:1.5}.persona-insight>small{color:#858995;line-height:1.5}.convergence-persona-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.convergence-persona-bar>p{max-width:360px;margin:5px 0 0;color:#898d98;font-size:.75rem;line-height:1.5}@media(max-width:760px){.persona-selector--compact .persona-selector__options{grid-template-columns:1fr}.convergence-persona-bar{display:grid}.persona-selector--compact{width:100%}}@media(prefers-reduced-motion:reduce){.persona-selector__options button{transition:none}}.persona-preference-note{display:block;color:#9a8a63;font-size:.67rem;line-height:1.45}.convergence-vault,.shared-convergence-page{position:relative;border:1px solid rgba(173,140,255,.2);border-radius:24px;background:linear-gradient(145deg,#121023f5,#080914f5),radial-gradient(circle at top right,rgba(123,89,255,.16),transparent 42%);box-shadow:0 24px 70px #00000047}.convergence-vault{margin-top:1.25rem;padding:clamp(1rem,2.5vw,1.5rem)}.convergence-vault__heading,.shared-convergence-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.convergence-vault__heading>div>span,.shared-convergence-hero>div>span{display:inline-flex;align-items:center;gap:.45rem;color:#c9b8ff;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.convergence-vault__heading h2,.shared-convergence-hero h1{margin:.45rem 0 .55rem}.convergence-vault__heading p,.shared-convergence-hero p{max-width:760px;margin:0;color:var(--text-muted)}.convergence-vault__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:1rem;margin-top:1.25rem}.convergence-vault__editor,.convergence-vault__library{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#04060f94}.convergence-vault__editor{padding:1rem}.convergence-vault__editor>label,.convergence-share-box>label{display:block;margin-bottom:.45rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.convergence-vault__editor>input,.convergence-share-box input{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0b;color:var(--text-primary);padding:.75rem .85rem}.convergence-vault__editor>input:focus,.convergence-share-box input:focus{outline:2px solid rgba(177,145,255,.72);outline-offset:2px}.convergence-vault__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.8rem}.convergence-share-box{margin-top:1rem;padding:.85rem;border:1px solid rgba(110,231,183,.2);border-radius:14px;background:#10b9810f}.convergence-share-box>div{display:grid;grid-template-columns:minmax(0,1fr) repeat(4,42px);gap:.45rem}.convergence-share-box button,.convergence-share-box a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#ffffff0f;color:var(--text-primary);cursor:pointer}.convergence-share-box button:hover,.convergence-share-box a:hover{border-color:#b191ff8c;background:#b191ff1f}.convergence-vault__status{min-height:1.25rem;margin-top:.8rem}.convergence-vault__status .notice{margin:0}.convergence-vault__library{overflow:hidden}.convergence-vault__library>div:first-child{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.convergence-vault__library h3{margin:0;font-size:.95rem}.convergence-vault__library>div:first-child span{color:var(--text-muted);font-size:.78rem}.convergence-vault__library>p{display:flex;align-items:center;gap:.5rem;margin:0;padding:1rem;color:var(--text-muted)}.convergence-vault__library ul{max-height:310px;overflow:auto;margin:0;padding:.45rem;list-style:none}.convergence-vault__library li{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:.35rem;margin-bottom:.35rem;border-radius:12px}.convergence-vault__library li.is-active{background:#9770ff1c}.convergence-vault__library li>button{border:0;background:transparent;color:var(--text-primary);cursor:pointer}.convergence-vault__library li>button:first-child{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.72rem;text-align:left}.convergence-vault__library li>button:first-child span{min-width:0}.convergence-vault__library li strong,.convergence-vault__library li small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.convergence-vault__library li small{margin-top:.18rem;color:var(--text-muted);font-size:.72rem}.convergence-vault__library li>button:last-child{display:grid;place-items:center;min-width:38px;min-height:38px;margin:auto .3rem auto 0;border-radius:9px;color:#ff9aab}.convergence-vault__library li>button:last-child:hover{background:#ff5b781a}.convergence-vault__active-note{display:block;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.08);color:var(--text-muted)}.shared-convergence-page{width:min(1120px,calc(100% - 2rem));margin:1.5rem auto 4rem;padding:clamp(1rem,3vw,2rem)}.shared-convergence-hero{padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.09)}.shared-convergence-feature{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.4rem;margin-top:1.4rem;padding:1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#ffffff09}.shared-convergence-feature>div:last-child>span{color:#c9b8ff;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shared-convergence-feature h2{margin:.35rem 0 .55rem}.shared-convergence-feature p{color:var(--text-muted)}.shared-convergence-badges,.shared-convergence-systems{display:flex;flex-wrap:wrap;gap:.45rem}.shared-convergence-badges span,.shared-convergence-systems span{display:inline-flex;align-items:center;gap:.3rem;padding:.38rem .58rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0b;color:var(--text-muted);font-size:.75rem}.shared-convergence-systems{margin:1rem 0}.shared-convergence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.shared-convergence-theme{padding:1rem;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#04060f8c}.shared-convergence-theme>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.shared-convergence-theme header span{color:#c9b8ff;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.shared-convergence-theme h2{margin:.3rem 0 0;font-size:1.05rem}.shared-convergence-theme header>strong{color:#fff;white-space:nowrap}.shared-convergence-theme>p{color:var(--text-muted)}.shared-convergence-theme__systems{display:grid;gap:.45rem}.shared-convergence-theme__systems>span{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .65rem;border-radius:10px;background:#ffffff09;font-size:.8rem}.shared-convergence-theme__systems small{color:var(--text-muted)}.shared-convergence-theme dl{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin:.9rem 0 0}.shared-convergence-theme dl div{padding:.55rem;border-radius:10px;background:#ffffff08}.shared-convergence-theme dt,.shared-convergence-theme dd{margin:0}.shared-convergence-theme dt{display:flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.68rem}.shared-convergence-theme dd{margin-top:.2rem;font-size:.76rem}.shared-convergence-disclosure{display:flex;gap:.8rem;margin-top:1.2rem;padding:1rem;border:1px solid rgba(110,231,183,.18);border-radius:16px;background:#10b9810e}.shared-convergence-disclosure p{margin:.35rem 0 0;color:var(--text-muted)}.shared-convergence-state{display:grid;place-items:center;min-height:58vh;padding:2rem;text-align:center}.shared-convergence-state h1{margin:.75rem 0 .35rem}.shared-convergence-state p{max-width:560px;color:var(--text-muted)}@media(max-width:860px){.convergence-vault__layout,.shared-convergence-grid,.shared-convergence-feature{grid-template-columns:1fr}}@media(max-width:640px){.convergence-vault__heading,.shared-convergence-hero{flex-direction:column}.convergence-share-box>div{grid-template-columns:minmax(0,1fr) repeat(2,42px)}.convergence-share-box input{grid-column:1 / -1}.shared-convergence-theme dl{grid-template-columns:1fr}}@media print{.app-header,.app-footer,.quiet-cosmos,.theme-toggle,.no-print,.convergence-source-panel,.convergence-persona-bar,.convergence-vault__library{display:none!important}body,.app-shell,.app-main,.convergence-page,.shared-convergence-page,.convergence-vault,.convergence-results,.convergence-focus,.shared-convergence-theme{background:#fff!important;color:#111!important;box-shadow:none!important}.convergence-page,.shared-convergence-page{width:100%!important;margin:0!important;padding:0!important}.convergence-vault{display:none!important}*{print-color-adjust:exact;-webkit-print-color-adjust:exact}}.seo-landing-page{display:grid;gap:clamp(3rem,6vw,6.5rem);padding:clamp(1.5rem,4vw,4rem) 0 clamp(4rem,8vw,8rem)}.seo-landing-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}.seo-landing-hero__copy h1{max-width:920px;margin:.35rem 0 1.25rem;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.seo-landing-hero__lead{max-width:760px;margin:0;color:var(--text-secondary, rgba(244, 241, 255, .74));font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.75}.seo-landing-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.65rem}.seo-landing-trust{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;padding:0;margin:1.5rem 0 0;list-style:none;color:var(--text-secondary, rgba(244, 241, 255, .72));font-size:.88rem}.seo-landing-trust li{display:inline-flex;align-items:center;gap:.45rem}.seo-landing-hero__panel{position:relative;overflow:hidden;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid var(--border-subtle, rgba(255, 255, 255, .12));border-radius:24px;background:radial-gradient(circle at 85% 10%,rgba(137,104,255,.2),transparent 42%),linear-gradient(145deg,#161424f0,#0a0912f5);box-shadow:0 28px 80px #00000040}.seo-landing-hero__panel>span{display:block;margin-bottom:1rem;color:var(--accent, #c8b7ff);font-size:.76rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.seo-landing-hero__panel ol{display:grid;gap:.85rem;padding-left:1.2rem;margin:0}.seo-landing-hero__panel li{color:var(--text-secondary, rgba(244, 241, 255, .74));line-height:1.65}.seo-landing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:clamp(2rem,5vw,5rem);align-items:start}.seo-landing-article{display:grid;gap:2.25rem}.seo-landing-section{padding-bottom:2.25rem;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .1))}.seo-landing-section h2{margin:0 0 .9rem;font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.12;letter-spacing:-.035em}.seo-landing-section p{max-width:820px;margin:.75rem 0 0;color:var(--text-secondary, rgba(244, 241, 255, .74));font-size:1.02rem;line-height:1.82}.seo-landing-section--method{padding:clamp(1.4rem,3vw,2.1rem);border:1px solid rgba(137,104,255,.24);border-radius:20px;background:linear-gradient(145deg,#8968ff1a,#ffffff06)}.seo-landing-section--method a{display:inline-flex;margin-top:1rem;color:var(--accent, #c8b7ff);font-weight:700}.seo-related-card{position:sticky;top:96px;padding:1.35rem;border:1px solid var(--border-subtle, rgba(255, 255, 255, .1));border-radius:20px;background:#0c0b15c2;backdrop-filter:blur(18px)}.seo-related-card nav{display:grid;gap:.35rem;margin-top:.9rem}.seo-related-card nav a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .08));color:inherit;text-decoration:none}.seo-related-card nav a:last-child{border-bottom:0}.seo-related-card nav a:hover span,.seo-related-card nav a:focus-visible span{color:var(--accent, #c8b7ff)}.seo-faq{display:grid;gap:1.5rem}.seo-faq__grid{display:grid;gap:.8rem}.seo-faq details{padding:1rem 1.1rem;border:1px solid var(--border-subtle, rgba(255, 255, 255, .1));border-radius:15px;background:#ffffff06}.seo-faq summary{cursor:pointer;font-weight:720;line-height:1.45}.seo-faq details p{margin:.85rem 0 0;color:var(--text-secondary, rgba(244, 241, 255, .74));line-height:1.75}.seo-landing-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.6rem,4vw,3rem);border:1px solid rgba(137,104,255,.28);border-radius:24px;background:radial-gradient(circle at 12% 18%,rgba(137,104,255,.18),transparent 42%),#ffffff06}.seo-landing-cta h2{margin:.25rem 0 .55rem;font-size:clamp(1.8rem,3vw,3rem)}.seo-landing-cta p{max-width:680px;margin:0;color:var(--text-secondary, rgba(244, 241, 255, .74));line-height:1.7}.seo-discovery{display:grid;gap:1.75rem}.seo-discovery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.seo-discovery__card{display:flex;min-height:250px;flex-direction:column;padding:1.25rem;border:1px solid var(--border-subtle, rgba(255, 255, 255, .1));border-radius:18px;background:linear-gradient(155deg,#ffffff0b,#ffffff04);color:inherit;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.seo-discovery__card:hover,.seo-discovery__card:focus-visible{transform:translateY(-3px);border-color:#8968ff73;background:linear-gradient(155deg,#8968ff1f,#ffffff05)}.seo-discovery__card>span{color:var(--accent, #c8b7ff);font-size:.72rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.seo-discovery__card h3{margin:.7rem 0;font-size:1.25rem;line-height:1.18}.seo-discovery__card p{margin:0;color:var(--text-secondary, rgba(244, 241, 255, .72));font-size:.9rem;line-height:1.65}.seo-discovery__card strong{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:1.2rem;font-size:.86rem}.app-footer__inner--seo{display:grid;gap:1.5rem}.app-footer__intro{max-width:460px}.app-footer__ai-link{display:inline-block;margin-top:.55rem;color:var(--accent, #c8b7ff);font-size:.88rem;font-weight:700}.app-footer__seo-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.app-footer__seo-links nav{display:grid;align-content:start;gap:.55rem}.app-footer__seo-links nav strong{margin-bottom:.25rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.app-footer__seo-links nav a,.app-footer__utility a{color:var(--text-secondary, rgba(244, 241, 255, .7));font-size:.86rem;text-decoration:none}.app-footer__seo-links nav a:hover,.app-footer__seo-links nav a:focus-visible,.app-footer__utility a:hover,.app-footer__utility a:focus-visible{color:var(--accent, #c8b7ff)}.app-footer__utility{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;padding-top:1rem;border-top:1px solid var(--border-subtle, rgba(255, 255, 255, .1))}#seo-prerendered-content{display:block}.seo-prerender-only{max-width:1180px;margin:0 auto;padding:4rem 1.25rem}.seo-prerender-only h1{max-width:920px;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.seo-prerender-only p,.seo-prerender-only li{max-width:780px;line-height:1.75}@media(max-width:1050px){.seo-discovery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-landing-hero,.seo-landing-layout{grid-template-columns:1fr}.seo-related-card{position:static}}@media(max-width:720px){.seo-landing-page{gap:3.5rem}.seo-landing-hero__copy h1{font-size:clamp(2.45rem,13vw,4rem)}.seo-landing-trust,.seo-landing-hero__actions,.seo-landing-cta{align-items:stretch;flex-direction:column}.seo-landing-hero__actions .button,.seo-landing-cta .button{justify-content:center;width:100%}.seo-discovery__grid,.app-footer__seo-links{grid-template-columns:1fr}.seo-discovery__card{min-height:0}}@media(prefers-reduced-motion:reduce){.seo-discovery__card{transition:none}.seo-discovery__card:hover,.seo-discovery__card:focus-visible{transform:none}}html[data-ui-theme=ancient] .seo-landing-hero__panel,html[data-ui-theme=ancient] .seo-related-card,html[data-ui-theme=ancient] .seo-faq details,html[data-ui-theme=ancient] .seo-discovery__card,html[data-ui-theme=ancient] .seo-landing-cta{background:#f7eccdbd;border-color:#5b422638}html[data-ui-theme=ancient] .seo-landing-hero__lead,html[data-ui-theme=ancient] .seo-landing-section p,html[data-ui-theme=ancient] .seo-faq details p,html[data-ui-theme=ancient] .seo-discovery__card p,html[data-ui-theme=ancient] .seo-landing-cta p,html[data-ui-theme=ancient] .app-footer__seo-links nav a,html[data-ui-theme=ancient] .app-footer__utility a{color:#3f2c1dc7}.ui-theme-switcher{position:fixed;z-index:2147483100;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));display:inline-flex;gap:4px;padding:5px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#07070be0;box-shadow:0 14px 44px #0000006b;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ui-theme-switcher__button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;padding:0 12px;color:#92929d;background:transparent;cursor:pointer;font-size:.72rem;font-weight:700;transition:color .16s ease,background-color .16s ease,transform .16s ease}.ui-theme-switcher__button:hover{color:#fff;transform:translateY(-1px)}.ui-theme-switcher__button[data-selected=true]{color:#fff;background:#ffffff1a}.ui-theme-switcher__icon{font-family:Georgia,Times New Roman,serif;font-size:.92rem}html[data-ui-theme=ancient]{color-scheme:light;--bg: #1a1008;--bg-elevated: #29180b;--surface: #dfc48e;--surface-strong: #ead4a5;--surface-soft: #d6b77b;--border: rgba(91, 49, 18, .42);--border-strong: rgba(72, 36, 11, .64);--text: #2b1a0d;--text-muted: #705337;--gold: #8b501f;--gold-bright: #5b2f10;--violet: #80501f;--violet-soft: #c9a665;--danger: #7e241b;--success: #41632e;--shadow: 0 24px 70px rgba(14, 7, 2, .48);--radius-sm: 4px;--radius-md: 7px;--radius-lg: 10px;--font-sans: "Noto Serif", "Noto Serif Devanagari", "Noto Naskh Arabic", "Songti SC", "STSong", Georgia, "Times New Roman", serif;--font-display: "Cinzel", "Noto Serif", "Noto Serif Devanagari", "Noto Naskh Arabic", "Songti SC", "STSong", Georgia, "Times New Roman", serif}html[data-ui-theme=ancient],html[data-ui-theme=ancient] body{min-height:100%;background:radial-gradient(circle at 50% -18%,rgba(179,116,54,.28),transparent 38rem),linear-gradient(#190e06eb,#0f0804f7),repeating-linear-gradient(92deg,#1a1008 0,#21140a 22px,#160d06 44px,#28180c 70px);color:var(--text);font-family:var(--font-sans)}html[data-ui-theme=ancient] body:before{content:"";position:fixed;z-index:-2;inset:0;pointer-events:none;opacity:.17;background:radial-gradient(circle at 18% 15%,rgba(255,219,154,.22),transparent 23%),radial-gradient(circle at 86% 75%,rgba(255,188,91,.12),transparent 30%);mix-blend-mode:screen}html[data-ui-theme=ancient] body:after{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;opacity:.13;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.045) 0 1px,transparent 1px 4px),repeating-linear-gradient(90deg,rgba(61,29,8,.06) 0 1px,transparent 1px 6px)}html[data-ui-theme=ancient] :where(h1,h2,h3,h4,h5,h6,.brand__copy strong,.section-heading h2,.cosmic-page-heading h1){color:#351b0b;font-family:var(--font-display);letter-spacing:.015em;text-shadow:0 1px 0 rgba(255,244,211,.5)}html[data-ui-theme=ancient] :where(p,small,span,li,dd,dt,label){text-wrap:pretty}html[data-ui-theme=ancient] ::selection{color:#fff2d4;background:#6e3513}html[data-ui-theme=ancient]{scrollbar-color:#8b5528 #241409}html[data-ui-theme=ancient] .app-shell{background:linear-gradient(#1f11072e,#10080359),repeating-linear-gradient(90deg,rgba(64,36,16,.18) 0,rgba(64,36,16,.18) 2px,transparent 2px,transparent 24px)}html[data-ui-theme=ancient] .quiet-cosmos{opacity:.2;background:transparent;filter:sepia(1) saturate(.45)}html[data-ui-theme=ancient] .quiet-cosmos__nebula,html[data-ui-theme=ancient] .quiet-cosmos__galaxy,html[data-ui-theme=ancient] .quiet-cosmos__comet{display:none}html[data-ui-theme=ancient] .quiet-cosmos__stars,html[data-ui-theme=ancient] .quiet-cosmos__dust{opacity:.11;animation:none}html[data-ui-theme=ancient] .app-header{border-bottom:1px solid rgba(190,138,73,.34);background:linear-gradient(180deg,#341e0df7,#1f1107f5);box-shadow:0 8px 30px #07030157,inset 0 -1px #ffda9e0f;backdrop-filter:blur(12px)}html[data-ui-theme=ancient] .brand__mark{border:1px solid rgba(222,175,105,.36);border-radius:50%;color:#efd6a3;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.15),transparent 34%),linear-gradient(145deg,#7b471f,#3b1d09);box-shadow:inset 0 0 0 2px #32160561,0 0 0 1px #ffdb9d14}html[data-ui-theme=ancient] .brand__copy strong{color:#f1d6a0;text-shadow:0 1px #321707}html[data-ui-theme=ancient] .brand__copy small{color:#b88f5a;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .desktop-nav__link{border-radius:3px;color:#b99565;font-family:var(--font-display);letter-spacing:.025em}html[data-ui-theme=ancient] .desktop-nav__link:hover,html[data-ui-theme=ancient] .desktop-nav__link--active{color:#ffe8ba;background:#b0743329;box-shadow:inset 0 0 0 1px #dda96329,inset 0 -2px #be7a312e}html[data-ui-theme=ancient] .account-link{color:#c19b68}html[data-ui-theme=ancient] .app-footer{border-top-color:#be8a4947;background:linear-gradient(180deg,#221308f5,#130a04fa)}html[data-ui-theme=ancient] .app-footer__brand,html[data-ui-theme=ancient] .app-footer nav a{color:#d4b17c}html[data-ui-theme=ancient] .app-footer p,html[data-ui-theme=ancient] .app-footer small{color:#9d7548}html[data-ui-theme=ancient] .ui-theme-switcher{border-color:#592b0dad;border-radius:7px;background:linear-gradient(#e9d09ef5,#cea768f7),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 18px #4b260b24,0 12px 34px #0703017a}html[data-ui-theme=ancient] .ui-theme-switcher__button{border-radius:4px;color:#6d4c2f;font-family:var(--font-display)}html[data-ui-theme=ancient] .ui-theme-switcher__button:hover{color:#321706}html[data-ui-theme=ancient] .ui-theme-switcher__button[data-selected=true]{color:#f9e9c6;background:radial-gradient(circle at 38% 30%,#a84f32,#6f1f15 62%,#421109);box-shadow:inset 0 0 0 1px #ffd7a747,0 3px 8px #43140a59}html[data-ui-theme=ancient] :where(.reading-launcher,.final-cta,.choice-card,.choice-summary__sticky,.birth-simple__card,.birth-simple__advanced,.plan-gate,.auth-workspace__card,.auth-tabs,.phone-auth-panel,.cosmic-home-hero__visual,.cosmic-system-card,.cosmic-method-grid,.cosmic-final-cta,.cosmic-choice-card,.cosmic-choice-preview,.cosmic-birth-card,.cosmic-price-card,.cosmic-enterprise-card,.cosmic-history-card,.cosmic-palm-guide,.cosmic-palm-upload,.cosmic-reading-document,.cosmic-followup-card,.cosmic-purchase-grid>*,.cosmic-thankyou-card,.fatal-error__card,[data-ancient-surface]){position:relative;border-color:#5b311275;border-radius:7px;color:#2b1a0d;background:linear-gradient(#edd7a9f0,#dab87cf5),url(/themes/ancient/parchment-sheet.png) center / 100% 100% no-repeat;box-shadow:inset 0 0 30px #5b311221,0 20px 56px #0904016b}html[data-ui-theme=ancient] :where(.reading-launcher,.final-cta,.choice-card,.choice-summary__sticky,.birth-simple__card,.cosmic-system-card,.cosmic-method-grid,.cosmic-final-cta,.cosmic-choice-card,.cosmic-choice-preview,.cosmic-birth-card,.cosmic-price-card,.cosmic-history-card,.cosmic-palm-guide,.cosmic-palm-upload,.cosmic-reading-document,.cosmic-followup-card,.cosmic-thankyou-card):after{content:"";position:absolute;z-index:0;inset:6px;pointer-events:none;border:1px solid rgba(100,55,19,.23);border-radius:3px}html[data-ui-theme=ancient] :where(.reading-launcher,.final-cta,.choice-card,.choice-summary__sticky,.birth-simple__card,.cosmic-system-card,.cosmic-method-grid,.cosmic-final-cta,.cosmic-choice-card,.cosmic-choice-preview,.cosmic-birth-card,.cosmic-price-card,.cosmic-history-card,.cosmic-palm-guide,.cosmic-palm-upload,.cosmic-reading-document,.cosmic-followup-card,.cosmic-thankyou-card)>*{position:relative;z-index:1}html[data-ui-theme=ancient] .button{border:1px solid rgba(79,37,10,.58);border-radius:4px;color:#f8e8c6;font-family:var(--font-display);letter-spacing:.02em;background:linear-gradient(180deg,#9b642f,#6b3514);box-shadow:inset 0 1px #ffecc64d,0 4px 10px #31150647}html[data-ui-theme=ancient] .button:hover{color:#fff0cf;background:linear-gradient(180deg,#a96f35,#733917)}html[data-ui-theme=ancient] .button--primary{color:#fff0cf;background:radial-gradient(circle at 40% 24%,#a94e31,#702016 66%,#491008)}html[data-ui-theme=ancient] .button--secondary,html[data-ui-theme=ancient] .button--ghost{color:#4a2810;border-color:#532a0d75;background:#f5ddac94;box-shadow:inset 0 1px #ffffff59}html[data-ui-theme=ancient] :where(input,textarea,select,.field__control,.cosmic-birth-card input,.cosmic-birth-card select,.cosmic-birth-card textarea,.cosmic-followup-card textarea,.cosmic-history-toolbar>label){border-color:#572b0d73;border-radius:4px;color:#2c180b;background:#f9e8c0c7;box-shadow:inset 0 2px 8px #4f270a1f}html[data-ui-theme=ancient] :where(input,textarea)::placeholder{color:#4f341d94}html[data-ui-theme=ancient] :where(input,textarea,select):focus,html[data-ui-theme=ancient] .field__control:focus-within{border-color:#7e4218;box-shadow:0 0 0 3px #79421924}html[data-ui-theme=ancient] :where(.product-kicker,.eyebrow,.domain-pill){color:#77431c;font-family:var(--font-display);letter-spacing:.11em}html[data-ui-theme=ancient] .domain-pill{border-color:#60310f61;background:#edd29da8}html[data-ui-theme=ancient] .cosmic-home-hero{border-bottom-color:#8f59236b;background:radial-gradient(circle at 72% 45%,rgba(160,101,41,.18),transparent 33rem),linear-gradient(#2c18091a,#1309035c)}html[data-ui-theme=ancient] .cosmic-home-hero:before{background:linear-gradient(to bottom,transparent 44%,rgba(20,10,3,.55)),radial-gradient(circle at 70% 40%,rgba(216,169,99,.1),transparent 34rem)}html[data-ui-theme=ancient] .cosmic-home-hero__copy h1,html[data-ui-theme=ancient] .home-hero__copy h1{color:#f0d5a0;font-weight:650;letter-spacing:.01em;line-height:1.02;text-shadow:0 2px 0 #301505,0 8px 22px rgba(0,0,0,.34)}html[data-ui-theme=ancient] .cosmic-home-hero__lead,html[data-ui-theme=ancient] .home-hero__lead,html[data-ui-theme=ancient] .home-hero__note,html[data-ui-theme=ancient] .cosmic-home-hero__trust{color:#b9925f}html[data-ui-theme=ancient] .cosmic-home-hero__visual{min-height:560px;overflow:hidden;background:radial-gradient(circle at 50% 44%,rgba(117,66,27,.12),transparent 48%),linear-gradient(#ebd19df5,#d3ac6df7),url(/themes/ancient/aged-pages.png) center / cover no-repeat}html[data-ui-theme=ancient] .cosmic-home-hero__visual:before{opacity:.28;background-image:radial-gradient(circle at center,transparent 0 18%,rgba(95,49,15,.25) 18.2% 18.5%,transparent 18.7% 30%,rgba(95,49,15,.18) 30.2% 30.5%,transparent 30.7%),repeating-conic-gradient(from 0deg,rgba(88,45,14,.12) 0 1deg,transparent 1deg 30deg);mask-image:radial-gradient(circle,black 0 64%,transparent 76%)}html[data-ui-theme=ancient] .cosmic-home-hero__visual canvas,html[data-ui-theme=ancient] .cosmic-portal-3d canvas{opacity:.35;filter:sepia(1) saturate(.55) contrast(1.1)}html[data-ui-theme=ancient] .cosmic-portal-3d__vignette{background:radial-gradient(circle at 50% 45%,transparent 20%,rgba(98,55,20,.08) 52%,rgba(66,31,9,.34) 100%)}html[data-ui-theme=ancient] .cosmic-home-hero__telemetry{border-color:#5e2d0c5c;border-radius:4px;color:#3e220f;background:#efd7a7d9}html[data-ui-theme=ancient] .cosmic-home-hero__telemetry div,html[data-ui-theme=ancient] .cosmic-home-hero__telemetry>span{color:#6c4a2c}html[data-ui-theme=ancient] .cosmic-home-hero__telemetry strong{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .experience-section--soft,html[data-ui-theme=ancient] .cosmic-method-section,html[data-ui-theme=ancient] .proof-strip{border-color:#8b561f52;background:#1b0f0680}html[data-ui-theme=ancient] .section-heading h2,html[data-ui-theme=ancient] .quiet-trust h2,html[data-ui-theme=ancient] .trust-ledger__intro h2{color:#efd39c;text-shadow:0 2px #301505}html[data-ui-theme=ancient] .section-heading>p:last-child,html[data-ui-theme=ancient] .section-heading--split>p,html[data-ui-theme=ancient] .quiet-trust p:last-child,html[data-ui-theme=ancient] .trust-ledger__intro>p:last-child{color:#b38a58}html[data-ui-theme=ancient] .cosmic-system-card{min-height:280px;border-radius:7px;color:#2d1a0d;transition:transform .22s ease,box-shadow .22s ease}html[data-ui-theme=ancient] .cosmic-system-card:hover{transform:translateY(-5px) rotate(-.15deg);border-color:#562a0c9e;background:linear-gradient(#f2dcaff7,#dcb97dfa),url(/themes/ancient/parchment-sheet.png) center / 100% 100%;box-shadow:inset 0 0 34px #4c260b24,0 25px 62px #08030185}html[data-ui-theme=ancient] .cosmic-system-card__sky:before{background:radial-gradient(circle at 72% 28%,rgba(113,58,17,.14),transparent 36%)}html[data-ui-theme=ancient] .cosmic-system-card__orbit{border-color:#61310e47;animation-duration:28s}html[data-ui-theme=ancient] .cosmic-system-card__planet{color:#f5dfb0;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.22),transparent 25%),linear-gradient(145deg,#865124,#4d280d);box-shadow:inset 0 0 0 1px #ffdca333,0 8px 22px #411d0752}html[data-ui-theme=ancient] .cosmic-system-card__content p{color:#7c4419}html[data-ui-theme=ancient] .cosmic-system-card__content h3{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .cosmic-system-card__content>span:last-child,html[data-ui-theme=ancient] .cosmic-method-card p,html[data-ui-theme=ancient] .cosmic-faq-list p{color:#75563a}html[data-ui-theme=ancient] .cosmic-method-card{border-color:#572b0d3d;background:transparent}html[data-ui-theme=ancient] .cosmic-method-card h3{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .cosmic-faq-list,html[data-ui-theme=ancient] .cosmic-faq-list details{border-color:#b2793947}html[data-ui-theme=ancient] .cosmic-faq-list summary{color:#e4c28b;font-family:var(--font-display)}html[data-ui-theme=ancient] .cosmic-final-cta h2{color:#351b0b}html[data-ui-theme=ancient] .cosmic-choice-hero h1,html[data-ui-theme=ancient] .choice-hero__copy h1,html[data-ui-theme=ancient] .cosmic-page-heading h1{color:#efd39c;letter-spacing:.005em;text-shadow:0 2px #301505}html[data-ui-theme=ancient] .cosmic-choice-hero>div:first-child>p:last-child,html[data-ui-theme=ancient] .choice-hero__copy>p:last-child{color:#b48b59}html[data-ui-theme=ancient] .cosmic-choice-card{border-radius:7px}html[data-ui-theme=ancient] .cosmic-choice-card:hover,html[data-ui-theme=ancient] .cosmic-choice-card.is-selected{border-color:#5b2b0cb3;background:linear-gradient(#f5e0b3f7,#d9b274fa),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 24px #4f260a24,0 14px 34px #09040166}html[data-ui-theme=ancient] .cosmic-choice-card__number,html[data-ui-theme=ancient] .cosmic-choice-card__copy>span,html[data-ui-theme=ancient] .cosmic-choice-preview__content>span,html[data-ui-theme=ancient] .cosmic-choice-preview__input{color:#785a3d}html[data-ui-theme=ancient] .cosmic-choice-card__copy small{color:#7a4016}html[data-ui-theme=ancient] .cosmic-choice-card__copy strong,html[data-ui-theme=ancient] .cosmic-choice-preview__content h2{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .cosmic-choice-card__ring{border-color:#64310d57}html[data-ui-theme=ancient] .cosmic-choice-card__core{color:#f3ddb1;background:linear-gradient(145deg,#8d5727,#4c260c);box-shadow:none}html[data-ui-theme=ancient] .cosmic-choice-preview__stage{border-color:#5b2b0c4d;background:radial-gradient(circle at 50% 43%,rgba(121,66,26,.12),transparent 50%)}html[data-ui-theme=ancient] .auth-experience{border-color:#8e58215c}html[data-ui-theme=ancient] .auth-story{border-color:#8e58214d;background:linear-gradient(#1d1007b3,#160b04d6),url(/themes/ancient/aged-pages.png) center / cover}html[data-ui-theme=ancient] .auth-story__grid{opacity:.12;background-image:linear-gradient(rgba(199,151,91,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(199,151,91,.22) 1px,transparent 1px)}html[data-ui-theme=ancient] .auth-story h1,html[data-ui-theme=ancient] .auth-story__content>p,html[data-ui-theme=ancient] .auth-story__benefits strong{color:#efd39c}html[data-ui-theme=ancient] .auth-story__benefits span,html[data-ui-theme=ancient] .auth-story__trust{color:#ad8453}html[data-ui-theme=ancient] .auth-workspace{background:#180d058f}html[data-ui-theme=ancient] .auth-workspace__heading h2,html[data-ui-theme=ancient] .birth-simple__header h1,html[data-ui-theme=ancient] .cosmic-birth-card__header h2,html[data-ui-theme=ancient] .cosmic-price-card__top h2,html[data-ui-theme=ancient] .cosmic-price-card__price strong,html[data-ui-theme=ancient] .cosmic-history-card h2,html[data-ui-theme=ancient] .cosmic-followup-card h2{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .cosmic-price-hero h1{color:#efd39c;text-shadow:0 2px #301505}html[data-ui-theme=ancient] .cosmic-price-hero>div:first-child>p:last-child,html[data-ui-theme=ancient] .cosmic-page-heading>p,html[data-ui-theme=ancient] .cosmic-price-card__top p,html[data-ui-theme=ancient] .cosmic-price-card ul,html[data-ui-theme=ancient] .cosmic-history-card>p,html[data-ui-theme=ancient] .cosmic-reading-document__body,html[data-ui-theme=ancient] .cosmic-followup-card p,html[data-ui-theme=ancient] .cosmic-followup-card__answer{color:#735439}html[data-ui-theme=ancient] .cosmic-history-card__meta,html[data-ui-theme=ancient] .cosmic-history-card__actions button,html[data-ui-theme=ancient] .cosmic-birth-card__privacy,html[data-ui-theme=ancient] .cosmic-palm-privacy{color:#7e5c3e}html[data-ui-theme=ancient] .cosmic-palm-dropzone{border-color:#562a0c73;color:#705137;background:#f4ddaf85}html[data-ui-theme=ancient] .cosmic-palm-dropzone strong,html[data-ui-theme=ancient] .cosmic-reading-document__header{color:#351b0b}html[data-ui-theme=ancient] .cosmic-palm-hand{color:#623611;background:radial-gradient(circle,rgba(118,64,24,.16),transparent 47%)}html[data-ui-theme=ancient] .cosmic-palm-hand__orbit{border-color:#592c0d42;box-shadow:0 0 0 42px #592c0d09,0 0 0 84px #592c0d05}html[data-ui-theme=ancient] :where(.process-list,.process-row,.quiet-trust ul,.quiet-trust li,.trust-ledger__facts,.trust-ledger__facts>div,.system-directory,.system-directory__row,.proof-strip,.proof-strip__inner>div,.reading-launcher__header,.reading-launcher__item,.choice-hero,.birth-simple__topbar,.cosmic-birth-topbar,.cosmic-birth-card__header){border-color:#a56c304d}html[data-ui-theme=ancient] .system-directory__row{color:#b58c59}html[data-ui-theme=ancient] .system-directory__row:hover{color:#ffe1ad;background:#7e481b1f}html[data-ui-theme=ancient] .system-directory__name strong{color:#e7c590;font-family:var(--font-display)}html[data-ui-theme=ancient] .system-directory__summary,html[data-ui-theme=ancient] .system-directory__name small{color:#9f7748}html[data-ui-theme=ancient] .system-directory__icon,html[data-ui-theme=ancient] .process-row__icon,html[data-ui-theme=ancient] .birth-simple__icon{border-color:#d09b574d;border-radius:50%;color:#e9c78f;background:linear-gradient(145deg,#724019,#321707)}html[data-ui-theme=ancient] .mobile-menu-button,html[data-ui-theme=ancient] .mobile-nav__top button{border-color:#d19c574d;border-radius:4px;color:#efd3a0;background:#3b1f0b}html[data-ui-theme=ancient] .mobile-nav__backdrop{background:#0c0602e0}html[data-ui-theme=ancient] .mobile-nav__panel{border-left-color:#cf974e42;color:#efd3a0;background:linear-gradient(#2d190af7,#190d05fc),repeating-linear-gradient(90deg,#261408 0 20px,#321b0b 20px 42px)}html[data-ui-theme=ancient] .mobile-nav__top{border-color:#cf974e3d;background:#2a1709}html[data-ui-theme=ancient] .mobile-nav__links a{border-radius:4px;color:#bd9561;font-family:var(--font-display)}html[data-ui-theme=ancient] .mobile-nav__links a:hover,html[data-ui-theme=ancient] .mobile-nav__links a.active{border-color:#d29d5838;color:#ffe3ad;background:#9b5b242e}html[data-ui-theme=ancient] .mobile-nav__footer{background:linear-gradient(180deg,transparent,#241206 18%)}html[data-ui-theme=ancient] .route-loading{color:#c29660;font-family:var(--font-display)}html[data-ui-theme=ancient] .route-loading__orb{border-color:#dfb16d38;border-top-color:#e0b46e;box-shadow:0 0 0 7px #79431912,inset 0 0 8px #ffd6911f}html[data-ui-theme=ancient] .fatal-error h1,html[data-ui-theme=ancient] .not-found h1{color:#efd39c}html[data-ui-theme=ancient] .fatal-error p,html[data-ui-theme=ancient] .not-found p{color:#b58b57}html[data-ui-theme=ancient] .fatal-error__icon,html[data-ui-theme=ancient] .not-found__symbol{border-color:#632f0c6b;color:#5a2f10;background:#ebcf9ab3}@media(max-width:760px){.ui-theme-switcher{right:10px;bottom:max(10px,env(safe-area-inset-bottom))}.ui-theme-switcher__button{min-height:42px;padding-inline:10px}html[data-ui-theme=ancient] .cosmic-home-hero__visual{min-height:410px}html[data-ui-theme=ancient] .cosmic-system-card:hover{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.ui-theme-switcher__button,html[data-ui-theme=ancient] .cosmic-system-card,html[data-ui-theme=ancient] .cosmic-choice-card{transition:none}html[data-ui-theme=ancient] .cosmic-system-card__orbit,html[data-ui-theme=ancient] .cosmic-choice-card__ring,html[data-ui-theme=ancient] .cosmic-palm-hand__orbit{animation:none}}html[data-ui-theme=ancient] :where(.unified-assistant-page,.compatibility-page,.library-page,.profiles-page,.account-page,.legacy-ask-page,.legacy-chat-page,.legacy-result-page,.legacy-auth-page){width:min(calc(100% - 2rem),1480px);margin-inline:auto;padding:clamp(1.2rem,3vw,2.4rem) 0 clamp(4rem,7vw,6rem);color:#2d1a0d}html[data-ui-theme=ancient] :where(.unified-assistant-hero,.compatibility-hero,.library-hero,.profiles-hero,.account-page__heading,.legacy-workspace-hero){position:relative;overflow:hidden;min-height:180px;display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1rem;border:1px solid rgba(194,139,70,.27);border-radius:7px;padding:clamp(1.25rem,3vw,2.2rem);color:#efd39c;background:linear-gradient(100deg,#271508f5,#3f240fe0),repeating-linear-gradient(90deg,#291508 0 28px,#351d0b 28px 59px);box-shadow:inset 0 0 50px #0003,0 18px 50px #08030157}html[data-ui-theme=ancient] :where(.unified-assistant-hero,.compatibility-hero,.library-hero,.profiles-hero,.account-page__heading,.legacy-workspace-hero):before{content:"✦  ☉  ☽  ✦";position:absolute;top:1rem;right:1.25rem;color:#e3b87433;font-family:Georgia,serif;font-size:1.1rem;letter-spacing:.6rem}html[data-ui-theme=ancient] :where(.unified-assistant-hero h1,.compatibility-hero h1,.library-hero h1,.profiles-hero h1,.account-page__heading h1,.legacy-workspace-hero h1){margin:.45rem 0 .55rem;color:#f1d6a2;font-family:var(--font-display);font-size:clamp(2rem,4.8vw,4.8rem);line-height:1;letter-spacing:.005em;text-shadow:0 2px #2c1305}html[data-ui-theme=ancient] :where(.unified-assistant-hero p,.compatibility-hero p,.library-hero p,.profiles-hero p,.account-page__heading>p:last-child,.legacy-workspace-hero p){max-width:760px;margin:0;color:#bd9460;line-height:1.7}html[data-ui-theme=ancient] :where(.unified-assistant-kicker,.compatibility-hero>div>span,.library-hero>div>span,.profiles-kicker,.legacy-workspace-kicker){display:inline-flex;align-items:center;gap:.42rem;color:#d4ad76;font-family:var(--font-display);font-size:.66rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}html[data-ui-theme=ancient] :where(.unified-assistant-private,.compatibility-private){flex:0 0 auto;display:inline-flex;align-items:center;gap:.42rem;border:1px solid rgba(213,162,92,.28);border-radius:999px;padding:.48rem .68rem;color:#e2be89;background:#7b481b2e;font-size:.64rem}html[data-ui-theme=ancient] .unified-assistant-layout{display:grid;grid-template-columns:minmax(270px,360px) minmax(0,1fr);gap:1rem;align-items:start}html[data-ui-theme=ancient] .assistant-sources-panel,html[data-ui-theme=ancient] .assistant-chat-panel{position:relative;overflow:hidden;border:1px solid rgba(86,42,12,.48);border-radius:7px;color:#2c190c;background:linear-gradient(#eed8abf5,#d7b476f7),url(/themes/ancient/parchment-sheet.png) center / 100% 100% no-repeat;box-shadow:inset 0 0 34px #4e260a21,0 22px 56px #08030161}html[data-ui-theme=ancient] .assistant-sources-panel:after,html[data-ui-theme=ancient] .assistant-chat-panel:after{content:"";position:absolute;inset:6px;pointer-events:none;border:1px solid rgba(99,51,16,.2);border-radius:3px}html[data-ui-theme=ancient] .assistant-sources-panel>*,html[data-ui-theme=ancient] .assistant-chat-panel>*{position:relative;z-index:1}html[data-ui-theme=ancient] .assistant-sources-panel{position:sticky;top:82px;padding:1rem}html[data-ui-theme=ancient] .assistant-sources-panel__header{display:flex;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid rgba(92,45,13,.26)}html[data-ui-theme=ancient] .assistant-sources-panel__header span{color:#49270f;font-family:var(--font-display);font-size:.78rem;font-weight:700}html[data-ui-theme=ancient] .assistant-sources-panel__header p{margin:.24rem 0 0;color:#75563b;font-size:.66rem;line-height:1.45}html[data-ui-theme=ancient] .assistant-sources-panel__header strong{height:fit-content;border:1px solid rgba(91,43,12,.34);border-radius:999px;padding:.3rem .48rem;color:#6a3512;background:#f7e1b385;font-size:.59rem;white-space:nowrap}html[data-ui-theme=ancient] .assistant-source-list{display:grid;gap:.45rem;padding-block:.85rem}html[data-ui-theme=ancient] .assistant-source-card{width:100%;min-height:66px;display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:center;border:1px solid rgba(92,46,14,.28);border-radius:4px;padding:.65rem;color:#2d1a0c;text-align:start;background:#f7e2b86b;box-shadow:inset 0 1px #ffffff4d;cursor:pointer}html[data-ui-theme=ancient] .assistant-source-card:hover{border-color:#5c2b0b8f;background:#fae8c1ad}html[data-ui-theme=ancient] .assistant-source-card.is-selected{border-color:#662714b8;background:linear-gradient(90deg,#842d1e1f,#fae5b8c7);box-shadow:inset 3px 0 #782a1e,inset 0 1px #fff6}html[data-ui-theme=ancient] .assistant-source-card__check{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(82,41,13,.38);border-radius:50%;color:#f3ddba;background:#74401a}html[data-ui-theme=ancient] .assistant-source-card__body{min-width:0;display:grid;gap:.15rem}html[data-ui-theme=ancient] .assistant-source-card__body small{color:#7c461c;font-size:.57rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .assistant-source-card__body strong{overflow:hidden;color:#351b0b;font-family:var(--font-display);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}html[data-ui-theme=ancient] .assistant-source-card__body time{color:#806044;font-size:.58rem}html[data-ui-theme=ancient] .assistant-source-state{min-height:150px;display:grid;place-items:center;align-content:center;gap:.55rem;color:#76583d;text-align:center}html[data-ui-theme=ancient] .assistant-timing-toggle{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start;margin-top:.2rem;border-top:1px solid rgba(92,45,13,.24);padding-top:.85rem;color:#4b2a12;cursor:pointer}html[data-ui-theme=ancient] .assistant-timing-toggle>input{position:absolute;opacity:0;pointer-events:none}html[data-ui-theme=ancient] .assistant-toggle-track{width:38px;height:21px;display:flex;align-items:center;border:1px solid rgba(75,35,10,.44);border-radius:999px;padding:2px;background:#6b3a1533}html[data-ui-theme=ancient] .assistant-toggle-track>span{width:15px;height:15px;border-radius:50%;background:#74401a;transition:transform .18s ease}html[data-ui-theme=ancient] .assistant-timing-toggle input:checked+.assistant-toggle-track>span{transform:translate(17px);background:#6c241a}html[data-ui-theme=ancient] .assistant-timing-toggle strong{display:flex;align-items:center;gap:.35rem;color:#48250d;font-family:var(--font-display);font-size:.69rem}html[data-ui-theme=ancient] .assistant-timing-toggle small{display:block;margin-top:.2rem;color:#7b5b3e;font-size:.59rem;line-height:1.4}html[data-ui-theme=ancient] .assistant-chat-panel{min-height:720px;display:grid;grid-template-rows:auto minmax(420px,1fr) auto auto}html[data-ui-theme=ancient] .assistant-chat-panel__topbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(93,46,14,.26);padding:.8rem 1rem}html[data-ui-theme=ancient] .assistant-chat-panel__topbar>div{display:flex;align-items:center;gap:.45rem;color:#4a260e;font-family:var(--font-display);font-size:.72rem;font-weight:700}html[data-ui-theme=ancient] .assistant-chat-panel__topbar button{display:inline-flex;align-items:center;gap:.35rem;border:0;color:#74471f;background:transparent;cursor:pointer;font-size:.62rem}html[data-ui-theme=ancient] .assistant-thread{position:relative;overflow-y:auto;padding:clamp(1rem,2.5vw,1.6rem);background:linear-gradient(#f9e8c36b,#e7cb9742),repeating-linear-gradient(to bottom,transparent 0 31px,rgba(100,51,16,.08) 31px 32px)}html[data-ui-theme=ancient] .assistant-empty{min-height:430px;display:grid;place-items:center;align-content:center;text-align:center}html[data-ui-theme=ancient] .assistant-empty__symbol{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(88,42,12,.42);border-radius:50%;color:#efdaae;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.18),transparent 34%),linear-gradient(145deg,#7f4a20,#3d1d08);box-shadow:0 0 0 8px #66330f0f,0 0 0 18px #66330f08}html[data-ui-theme=ancient] .assistant-empty h2{margin:1rem 0 .4rem;color:#351b0b;font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2.2rem)}html[data-ui-theme=ancient] .assistant-empty p{max-width:590px;margin:0;color:#75573c;line-height:1.6}html[data-ui-theme=ancient] .assistant-suggestion-grid{width:min(100%,700px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1.2rem}html[data-ui-theme=ancient] .assistant-suggestion-grid button{min-height:58px;border:1px solid rgba(89,42,12,.3);border-radius:4px;padding:.7rem;color:#563218;background:#f7e3bb94;box-shadow:inset 0 1px #ffffff4d;cursor:pointer;text-align:start;font-size:.67rem;line-height:1.45}html[data-ui-theme=ancient] .assistant-suggestion-grid button:hover{border-color:#592a0c94;background:#fbebccc7}html[data-ui-theme=ancient] .assistant-exchange{display:grid;gap:.75rem;margin-bottom:1.3rem}html[data-ui-theme=ancient] .assistant-user-message{max-width:min(82%,760px);margin-inline-start:auto;border:1px solid rgba(83,24,17,.55);border-radius:10px 10px 3px;padding:.78rem .9rem;color:#f8e7c5;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.1),transparent 26%),linear-gradient(145deg,#7c2e22,#4c1711);box-shadow:0 8px 20px #46140c33}html[data-ui-theme=ancient] .assistant-user-message span{display:block;margin-bottom:.28rem;color:#dcae83;font-family:var(--font-display);font-size:.55rem;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .assistant-user-message p{margin:0;color:#f8e8cb;line-height:1.58}html[data-ui-theme=ancient] .assistant-answer{max-width:min(92%,980px);border-left:3px double #764018;padding:.25rem 0 .25rem 1rem;color:#352110}html[data-ui-theme=ancient] .assistant-answer__label{display:flex;align-items:center;gap:.35rem;margin-bottom:.45rem;color:#743e17;font-family:var(--font-display);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .assistant-answer :where(h1,h2,h3,h4){color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .assistant-answer :where(p,li,blockquote){color:#4e331d;line-height:1.72}html[data-ui-theme=ancient] .assistant-answer :where(code){border:1px solid rgba(91,43,12,.22);border-radius:3px;color:#53260c;background:#f6deaeb8}html[data-ui-theme=ancient] .assistant-answer__footer{display:flex;justify-content:space-between;gap:1rem;margin-top:.8rem;border-top:1px solid rgba(91,43,12,.18);padding-top:.55rem;color:#85654a;font-size:.56rem}html[data-ui-theme=ancient] .assistant-answer__footer>div{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}html[data-ui-theme=ancient] .assistant-answer__footer em{border:1px solid rgba(90,43,12,.24);border-radius:999px;padding:.2rem .38rem;color:#6d3b17;background:#f6e1b78c;font-style:normal}html[data-ui-theme=ancient] .assistant-answer--thinking{min-height:110px;display:flex;gap:.8rem;align-items:center}html[data-ui-theme=ancient] .assistant-answer--thinking strong{display:block;color:#4d2910;font-family:var(--font-display)}html[data-ui-theme=ancient] .assistant-solar,html[data-ui-theme=ancient] .compatibility-solar{filter:sepia(1) saturate(.55)}html[data-ui-theme=ancient] .assistant-alert{margin:.65rem 1rem 0;border:1px solid rgba(80,91,42,.32);border-radius:4px;padding:.62rem .75rem;color:#4b582c;background:#d6e0ab6b;font-size:.65rem}html[data-ui-theme=ancient] .assistant-alert--error{border-color:#7b271b66;color:#7a2c20;background:#e2ad935c}html[data-ui-theme=ancient] .assistant-composer{margin:.8rem;border:1px solid rgba(87,42,12,.42);border-radius:5px;padding:.65rem;background:#f8e6c0bf;box-shadow:inset 0 2px 10px #4922091a}html[data-ui-theme=ancient] .assistant-composer textarea{width:100%;min-height:86px;border:0;padding:.15rem;color:#2d190b;background:transparent;box-shadow:none;resize:vertical}html[data-ui-theme=ancient] .assistant-composer textarea:focus{box-shadow:none}html[data-ui-theme=ancient] .assistant-composer>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.45rem;border-top:1px solid rgba(91,43,12,.2);padding-top:.5rem}html[data-ui-theme=ancient] .assistant-composer small{color:#836143}html[data-ui-theme=ancient] .assistant-composer button{min-height:38px;display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(83,28,18,.56);border-radius:4px;padding:0 .75rem;color:#f7e6c4;background:linear-gradient(145deg,#7b2c21,#4e1711);cursor:pointer;font-family:var(--font-display)}html[data-ui-theme=ancient] .assistant-composer button:disabled{opacity:.45}html[data-ui-theme=ancient] .compatibility-selector{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr) minmax(150px,.65fr) auto;gap:.75rem;align-items:end;border:1px solid rgba(87,42,12,.48);border-radius:7px;padding:1rem;color:#2c190c;background:linear-gradient(#eed8abf5,#d8b578f7),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 30px #4e260a1f,0 18px 46px #08030157}html[data-ui-theme=ancient] .compatibility-selector label{display:grid;gap:.4rem}html[data-ui-theme=ancient] .compatibility-selector label>span{color:#5f3518;font-family:var(--font-display);font-size:.62rem;font-weight:700}html[data-ui-theme=ancient] .compatibility-selector select{min-height:46px}html[data-ui-theme=ancient] .compatibility-link{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(93,42,12,.42);border-radius:50%;color:#f1d5a5;background:linear-gradient(145deg,#7e3a24,#4b170f)}html[data-ui-theme=ancient] .compatibility-empty,html[data-ui-theme=ancient] .compatibility-loading{min-height:360px;display:grid;place-items:center;align-content:center;gap:.65rem;border:1px dashed rgba(194,138,68,.34);border-radius:7px;padding:2rem;color:#bd925e;text-align:center;background:#25140873}html[data-ui-theme=ancient] .compatibility-empty h2,html[data-ui-theme=ancient] .compatibility-loading h2{margin:.4rem 0 0;color:#efd39c;font-family:var(--font-display)}html[data-ui-theme=ancient] .compatibility-results{display:grid;gap:1rem;margin-top:1rem}html[data-ui-theme=ancient] .compatibility-result-header,html[data-ui-theme=ancient] .compatibility-factor-panel,html[data-ui-theme=ancient] .compatibility-evidence,html[data-ui-theme=ancient] .compatibility-synthesis,html[data-ui-theme=ancient] .compatibility-ask{position:relative;border:1px solid rgba(87,42,12,.46);border-radius:7px;padding:clamp(1rem,2.5vw,1.5rem);color:#2d1a0d;background:linear-gradient(#efdaaef5,#d9b578f7),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 28px #4f260a1c,0 16px 40px #0803014d}html[data-ui-theme=ancient] .compatibility-result-header{display:flex;justify-content:space-between;gap:1rem;align-items:center}html[data-ui-theme=ancient] .compatibility-result-header>div>span,html[data-ui-theme=ancient] .compatibility-section-heading>span,html[data-ui-theme=ancient] .compatibility-ask>div>span{color:#7d4318;font-size:.59rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}html[data-ui-theme=ancient] .compatibility-result-header h2,html[data-ui-theme=ancient] .compatibility-section-heading h2,html[data-ui-theme=ancient] .compatibility-ask h2{margin:.35rem 0 .25rem;color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .compatibility-result-header h2 em{color:#7c2a1e;font-style:normal}html[data-ui-theme=ancient] .compatibility-result-header p{margin:0;color:#76583d}html[data-ui-theme=ancient] .compatibility-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}html[data-ui-theme=ancient] .compatibility-factor-panel.is-supportive{border-top:4px solid #56672f}html[data-ui-theme=ancient] .compatibility-factor-panel.is-growth{border-top:4px solid #7b3322}html[data-ui-theme=ancient] .compatibility-factor-panel__header{display:flex;gap:.6rem;align-items:center;border-bottom:1px solid rgba(90,43,12,.22);padding-bottom:.75rem}html[data-ui-theme=ancient] .compatibility-factor-panel__header>div{display:flex;justify-content:space-between;flex:1;gap:.6rem}html[data-ui-theme=ancient] .compatibility-factor-panel__header span{color:#4b2b13;font-family:var(--font-display);font-weight:700}html[data-ui-theme=ancient] .compatibility-factor-panel__header strong{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(86,42,12,.32);border-radius:50%;color:#5c3215;background:#f7e2b894}html[data-ui-theme=ancient] .compatibility-factor-panel article{padding:.85rem 0;border-bottom:1px solid rgba(89,42,12,.17)}html[data-ui-theme=ancient] .compatibility-factor-panel article:last-child{border-bottom:0}html[data-ui-theme=ancient] .compatibility-factor-panel article small,html[data-ui-theme=ancient] .compatibility-evidence-grid article small{color:#82491e;font-size:.55rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .compatibility-factor-panel article h3{margin:.3rem 0;color:#351b0b;font-family:var(--font-display);font-size:.9rem}html[data-ui-theme=ancient] .compatibility-factor-panel article p,html[data-ui-theme=ancient] .compatibility-evidence-grid article p{margin:0;color:#715238;font-size:.68rem;line-height:1.6}html[data-ui-theme=ancient] .compatibility-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.9rem}html[data-ui-theme=ancient] .compatibility-evidence-grid article{border:1px solid rgba(89,42,12,.25);border-radius:4px;padding:.75rem;background:#f7e3bb73}html[data-ui-theme=ancient] .compatibility-evidence-grid article strong{display:block;margin:.3rem 0;color:#3e220f;font-family:var(--font-display);font-size:.75rem}html[data-ui-theme=ancient] .compatibility-synthesis :where(h1,h2,h3,h4){color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .compatibility-synthesis :where(p,li){color:#4f341d;line-height:1.72}html[data-ui-theme=ancient] .compatibility-answer{margin:.9rem 0;border-left:3px double #74401a;padding-left:.9rem;color:#4f341d}html[data-ui-theme=ancient] .compatibility-thinking{display:flex;align-items:center;gap:.7rem;color:#5b3215}html[data-ui-theme=ancient] .compatibility-ask form{display:grid;grid-template-columns:1fr auto;gap:.65rem;margin-top:.85rem}html[data-ui-theme=ancient] .compatibility-ask textarea{min-height:92px;resize:vertical}html[data-ui-theme=ancient] .compatibility-ask form button{min-width:120px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid rgba(83,28,18,.56);border-radius:4px;color:#f7e6c4;background:linear-gradient(145deg,#7b2c21,#4e1711);font-family:var(--font-display);cursor:pointer}html[data-ui-theme=ancient] .library-tabs{display:flex;gap:.35rem;overflow-x:auto;margin-bottom:.65rem;border-bottom:1px solid rgba(187,128,62,.3);padding-inline:.6rem}html[data-ui-theme=ancient] .library-tabs button{min-height:44px;display:inline-flex;align-items:center;gap:.45rem;border:1px solid rgba(88,42,12,.3);border-bottom:0;border-radius:5px 5px 0 0;padding:0 .85rem;color:#b98f5b;background:#361d0bb8;font-family:var(--font-display);cursor:pointer;white-space:nowrap}html[data-ui-theme=ancient] .library-tabs button.is-active{color:#351b0b;background:linear-gradient(#efd9adfa,#d7b375fa),url(/themes/ancient/parchment-sheet.png) center / cover}html[data-ui-theme=ancient] .library-tabs button span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:inherit;background:#5b2b0c1f;font-size:.56rem}html[data-ui-theme=ancient] .library-toolbar,html[data-ui-theme=ancient] .profiles-toolbar{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:1rem;border:1px solid rgba(87,42,12,.43);border-radius:6px;padding:.7rem;background:linear-gradient(#e9cf9ff0,#cda566f5),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 18px #4b240a1a}html[data-ui-theme=ancient] .library-toolbar>label,html[data-ui-theme=ancient] .profiles-toolbar>label{flex:1 1 260px;min-height:42px;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(87,42,12,.34);border-radius:4px;padding:0 .65rem;color:#72451f;background:#faeaca8f}html[data-ui-theme=ancient] .library-toolbar input,html[data-ui-theme=ancient] .profiles-toolbar input{width:100%;border:0;background:transparent;box-shadow:none}html[data-ui-theme=ancient] .library-toolbar>button,html[data-ui-theme=ancient] .profiles-toolbar>button,html[data-ui-theme=ancient] .library-toolbar>select{min-height:42px;display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(87,42,12,.35);border-radius:4px;padding:0 .72rem;color:#5b3215;background:#f6e1b6a8;cursor:pointer}html[data-ui-theme=ancient] .library-toolbar>button.is-active,html[data-ui-theme=ancient] .profiles-toolbar>button.is-active{color:#f4dfb8;background:linear-gradient(145deg,#7c3b24,#4b180f)}html[data-ui-theme=ancient] .library-grid,html[data-ui-theme=ancient] .profiles-grid,html[data-ui-theme=ancient] .account-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem}html[data-ui-theme=ancient] .library-card{grid-column:span 4}html[data-ui-theme=ancient] .library-card,html[data-ui-theme=ancient] .library-conversation,html[data-ui-theme=ancient] .library-empty,html[data-ui-theme=ancient] .profiles-empty,html[data-ui-theme=ancient] .profile-card,html[data-ui-theme=ancient] .account-card{position:relative;overflow:hidden;border:1px solid rgba(87,42,12,.44);border-radius:7px;padding:1rem;color:#2c190c;background:linear-gradient(#efd9adf5,#d8b578f7),url(/themes/ancient/parchment-sheet.png) center / 100% 100%;box-shadow:inset 0 0 24px #4e260a1c,0 14px 36px #0803014d}html[data-ui-theme=ancient] .library-card:after,html[data-ui-theme=ancient] .profile-card:after,html[data-ui-theme=ancient] .account-card:after{content:"";position:absolute;inset:6px;pointer-events:none;border:1px solid rgba(94,47,14,.18);border-radius:3px}html[data-ui-theme=ancient] .library-card>*,html[data-ui-theme=ancient] .profile-card>*,html[data-ui-theme=ancient] .account-card>*{position:relative;z-index:1}html[data-ui-theme=ancient] .library-card__meta{display:flex;justify-content:space-between;gap:.6rem;color:#7a451d;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .library-card__meta button{border:0;color:#7a461d;background:transparent;cursor:pointer}html[data-ui-theme=ancient] .library-card h2,html[data-ui-theme=ancient] .library-conversation h2,html[data-ui-theme=ancient] .profiles-empty h2,html[data-ui-theme=ancient] .library-empty h2,html[data-ui-theme=ancient] .profile-card h2,html[data-ui-theme=ancient] .account-card h2{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .library-card time{display:inline-flex;align-items:center;gap:.35rem;color:#785a3e;font-size:.62rem}html[data-ui-theme=ancient] .library-card>p,html[data-ui-theme=ancient] .library-conversation>p,html[data-ui-theme=ancient] .profiles-empty p,html[data-ui-theme=ancient] .library-empty p,html[data-ui-theme=ancient] .profile-card p,html[data-ui-theme=ancient] .account-card p{color:#705238;line-height:1.62}html[data-ui-theme=ancient] .library-card__actions,html[data-ui-theme=ancient] .profile-card__actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.85rem;border-top:1px solid rgba(89,42,12,.2);padding-top:.75rem}html[data-ui-theme=ancient] .library-card__actions>button:not(.button),html[data-ui-theme=ancient] .profile-card__actions>button:not(.button){display:inline-flex;align-items:center;gap:.35rem;border:0;color:#75461f;background:transparent;cursor:pointer}html[data-ui-theme=ancient] .library-list{display:grid;gap:.65rem}html[data-ui-theme=ancient] .library-conversation{background:linear-gradient(#f2deb6f7,#ddbd84f7),url(/themes/ancient/aged-pages.png) center / cover}html[data-ui-theme=ancient] .library-empty,html[data-ui-theme=ancient] .profiles-empty{min-height:320px;display:grid;place-items:center;align-content:center;text-align:center}html[data-ui-theme=ancient] .profiles-hero{align-items:center}html[data-ui-theme=ancient] .profiles-compare-button span{min-width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#5b2b0c1f}html[data-ui-theme=ancient] .profiles-notice,html[data-ui-theme=ancient] .notice{margin-bottom:.75rem;border:1px solid rgba(78,91,39,.32);border-radius:4px;padding:.7rem .8rem;color:#4d5d2d;background:#d5dfa96b}html[data-ui-theme=ancient] .notice--error{border-color:#7e281b66;color:#7c2e22;background:#e3ae9466}html[data-ui-theme=ancient] .profile-card{grid-column:span 4}html[data-ui-theme=ancient] .profile-card.is-selected{border-color:#6c2418b8;box-shadow:inset 4px 0 #7a2d21,inset 0 0 24px #4e260a1f,0 16px 40px #08030157}html[data-ui-theme=ancient] .profile-card__top{display:flex;justify-content:space-between}html[data-ui-theme=ancient] .profile-select,html[data-ui-theme=ancient] .profile-favorite{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(88,42,12,.3);border-radius:50%;color:#70421d;background:#f7e1b78c;cursor:pointer}html[data-ui-theme=ancient] .profile-favorite.is-active{color:#f0d9ad;background:#7b351f}html[data-ui-theme=ancient] .profile-card__identity{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center;margin-top:.6rem}html[data-ui-theme=ancient] .profile-card__identity>span,html[data-ui-theme=ancient] .account-avatar,html[data-ui-theme=ancient] .account-card__icon{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(88,42,12,.42);border-radius:50%;color:#efd8aa;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.17),transparent 34%),linear-gradient(145deg,#805020,#3e1d08);box-shadow:inset 0 0 0 2px #ffdba414,0 5px 13px #3e1b0638}html[data-ui-theme=ancient] .account-avatar img{width:100%;height:100%;object-fit:cover}html[data-ui-theme=ancient] .profile-card__identity small,html[data-ui-theme=ancient] .account-card>span{color:#7a461d;font-size:.57rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html[data-ui-theme=ancient] .profile-card dl{display:grid;gap:.6rem;margin:.9rem 0 0}html[data-ui-theme=ancient] .profile-card dl>div{display:grid;grid-template-columns:minmax(110px,.65fr) minmax(0,1.35fr);gap:.6rem;border-bottom:1px solid rgba(89,42,12,.16);padding-bottom:.48rem}html[data-ui-theme=ancient] .profile-card dt{display:flex;align-items:center;gap:.35rem;color:#81502a;font-size:.58rem}html[data-ui-theme=ancient] .profile-card dd{margin:0;color:#3f260f;font-size:.65rem;text-align:end}html[data-ui-theme=ancient] .profile-card__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}html[data-ui-theme=ancient] .profile-card__badges span,html[data-ui-theme=ancient] .profile-card__badges button,html[data-ui-theme=ancient] .profile-card__badges em{display:inline-flex;align-items:center;gap:.3rem;border:1px solid rgba(88,42,12,.24);border-radius:999px;padding:.24rem .42rem;color:#71421d;background:#f7e1b880;font-size:.54rem;font-style:normal}html[data-ui-theme=ancient] .profile-editor{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:1rem}html[data-ui-theme=ancient] .profile-editor__backdrop{position:absolute;inset:0;border:0;background:#0c0602e0;backdrop-filter:blur(10px)}html[data-ui-theme=ancient] .profile-editor__panel{position:relative;z-index:1;width:min(100%,680px);max-height:calc(100dvh - 2rem);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(86,42,12,.56);border-radius:7px;color:#2d1a0d;background:linear-gradient(#f0dbb1fa,#d7b375fc),url(/themes/ancient/aged-pages.png) center / cover;box-shadow:inset 0 0 40px #4f260a24,0 32px 100px #0703019e}html[data-ui-theme=ancient] .profile-editor__header,html[data-ui-theme=ancient] .profile-editor__footer{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:1rem;border-color:#592a0c3b}html[data-ui-theme=ancient] .profile-editor__header{border-bottom:1px solid rgba(89,42,12,.23)}html[data-ui-theme=ancient] .profile-editor__footer{border-top:1px solid rgba(89,42,12,.23)}html[data-ui-theme=ancient] .profile-editor__header span{color:#7a451d;font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}html[data-ui-theme=ancient] .profile-editor__header h2{margin:.25rem 0 0;color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .profile-editor__header>button{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(88,42,12,.32);border-radius:50%;color:#633714;background:#f7e2b88c;cursor:pointer}html[data-ui-theme=ancient] .profile-editor__body{overflow-y:auto;display:grid;gap:.85rem;padding:1rem}html[data-ui-theme=ancient] .profile-editor__advanced{border:1px solid rgba(88,42,12,.28);border-radius:4px;background:#f6e1b766}html[data-ui-theme=ancient] .profile-editor__advanced>button{width:100%;min-height:42px;display:flex;justify-content:space-between;align-items:center;border:0;padding:0 .7rem;color:#653817;background:transparent;cursor:pointer}html[data-ui-theme=ancient] .profile-editor__advanced>.form-grid{padding:.75rem;border-top:1px solid rgba(88,42,12,.2)}html[data-ui-theme=ancient] .profile-editor__check{display:flex;align-items:center;gap:.5rem;color:#543016}html[data-ui-theme=ancient] .profile-editor__check>span{display:inline-flex;align-items:center;gap:.35rem}html[data-ui-theme=ancient] .account-grid .account-card{grid-column:span 4}html[data-ui-theme=ancient] .account-card--identity{grid-column:span 6;display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:center}html[data-ui-theme=ancient] .account-card--identity+.account-card{grid-column:span 6}html[data-ui-theme=ancient] .account-card__icon{width:44px;height:44px}html[data-ui-theme=ancient] .legacy-workspace-card,html[data-ui-theme=ancient] .legacy-result-card,html[data-ui-theme=ancient] .legacy-auth-card{position:relative;overflow:hidden;border:1px solid rgba(87,42,12,.48);border-radius:7px;padding:clamp(1rem,3vw,2rem);color:#2d1a0d;background:linear-gradient(#efdaaff7,#d8b578fa),url(/themes/ancient/parchment-sheet.png) center / 100% 100%;box-shadow:inset 0 0 34px #4e260a21,0 22px 58px #08030166}html[data-ui-theme=ancient] .legacy-workspace-card h2,html[data-ui-theme=ancient] .legacy-workspace-card h1,html[data-ui-theme=ancient] .legacy-result-card h1,html[data-ui-theme=ancient] .legacy-result-card h2,html[data-ui-theme=ancient] .legacy-result-card h3,html[data-ui-theme=ancient] .legacy-auth-card h1{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .legacy-workspace-card p,html[data-ui-theme=ancient] .legacy-result-card p,html[data-ui-theme=ancient] .legacy-auth-card p{color:#715238}html[data-ui-theme=ancient] .legacy-result-meta,html[data-ui-theme=ancient] .legacy-result-quote{border:1px solid rgba(88,42,12,.26);border-radius:4px;padding:.85rem;background:#f7e3bc7a}html[data-ui-theme=ancient] .legacy-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-block:1rem}html[data-ui-theme=ancient] .legacy-result-stat{border:1px solid rgba(88,42,12,.27);border-radius:4px;padding:.85rem;text-align:center;background:#f7e4be85}html[data-ui-theme=ancient] .legacy-result-stat span{color:#7a451d;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}html[data-ui-theme=ancient] .legacy-result-stat strong{display:block;margin-top:.4rem;color:#351b0b;font-family:var(--font-display);font-size:1.15rem}html[data-ui-theme=ancient] .legacy-auth-page{min-height:calc(100dvh - 64px);display:grid;place-items:center}html[data-ui-theme=ancient] .legacy-auth-card{width:min(100%,480px)}html[data-ui-theme=ancient] .legacy-auth-form{display:grid;gap:.75rem}html[data-ui-theme=ancient] .legacy-auth-divider{display:flex;align-items:center;gap:.65rem;color:#7d5b3d;font-size:.6rem}html[data-ui-theme=ancient] .legacy-auth-divider:before,html[data-ui-theme=ancient] .legacy-auth-divider:after{content:"";flex:1;height:1px;background:#582a0c38}html[data-ui-theme=ancient] .astro-dashboard{--primary-purple: #7d451b;--secondary-purple: transparent;--midnight-blue: #211208;--midnight-blue-60: rgba(33, 18, 8, .68);--deep-space: #3b210d;--neon-purple: #8b4c1e;--electric-blue: #65713c;--glass-bg: rgba(231, 207, 160, .84);--glass-border: rgba(91, 43, 12, .38);--text-primary: #2d1a0d;--text-secondary: #74563a;color:#2d1a0d;font-family:var(--font-sans)}html[data-ui-theme=ancient] .astro-dashboard .cosmic-background{background:linear-gradient(#201107c2,#120904e6),repeating-linear-gradient(90deg,#271508 0 26px,#341c0b 26px 56px)}html[data-ui-theme=ancient] .astro-dashboard .nebula,html[data-ui-theme=ancient] .astro-dashboard .ambient-glow{opacity:.12;filter:sepia(1) blur(80px)}html[data-ui-theme=ancient] .astro-dashboard .stars{opacity:.14;filter:sepia(1)}html[data-ui-theme=ancient] .astro-dashboard .glass-panel,html[data-ui-theme=ancient] .astro-dashboard .kundali-house,html[data-ui-theme=ancient] .astro-dashboard .kundali-center{border-color:#582a0c66;border-radius:6px;color:#2d1a0d;background:linear-gradient(#eed7aaf0,#d6b274f5),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 26px #4c24091f,0 16px 38px #0803014d;backdrop-filter:none}html[data-ui-theme=ancient] .astro-dashboard .glass-panel:hover{transform:translateY(-3px);box-shadow:inset 0 0 26px #4c24091f,0 20px 48px #08030161}html[data-ui-theme=ancient] .astro-dashboard .panel-title,html[data-ui-theme=ancient] .astro-dashboard .logo-accent,html[data-ui-theme=ancient] .astro-dashboard .cosmic-timestamp,html[data-ui-theme=ancient] .astro-dashboard .zodiac-name{color:#673613;text-shadow:none;font-family:var(--font-display)}html[data-ui-theme=ancient] .astro-dashboard .panel-title:after{background:linear-gradient(90deg,#79451d,transparent)}html[data-ui-theme=ancient] .astro-dashboard .zodiac-wheel,html[data-ui-theme=ancient] .astro-dashboard .clock-face,html[data-ui-theme=ancient] .astro-dashboard .orbit{border-color:#592a0c4d;box-shadow:none}html[data-ui-theme=ancient] .astro-dashboard .zodiac-symbol,html[data-ui-theme=ancient] .astro-dashboard .zodiac-sign:before,html[data-ui-theme=ancient] .astro-dashboard .planet{filter:sepia(1) saturate(.6);text-shadow:none;box-shadow:none}html[data-ui-theme=ancient] .auth-page{--glass: rgba(234, 209, 162, .88);--glass-strong: rgba(223, 190, 131, .9);--stroke: rgba(91, 43, 12, .4);--glow: #7c461c;--pink: #7d2e22;--midnight: transparent;--text: #2c190c;--text-dim: #735439;--error: #7c2c20;background:linear-gradient(#1f1107b8,#110803db),repeating-linear-gradient(90deg,#261408 0 24px,#321b0b 24px 52px)}html[data-ui-theme=ancient] .auth-page .auth-canvas,html[data-ui-theme=ancient] .auth-page .star-overlay{opacity:.12;filter:sepia(1)}html[data-ui-theme=ancient] .auth-page .auth-card{border-radius:7px;color:#2c190c;background:linear-gradient(#f0dbb1f7,#d7b375fa),url(/themes/ancient/parchment-sheet.png) center / cover;box-shadow:inset 0 0 36px #4f260a21,0 26px 75px #07030180;backdrop-filter:none}html[data-ui-theme=ancient] .auth-page .brand-title,html[data-ui-theme=ancient] .auth-page .phone-auth summary{color:#351b0b;font-family:var(--font-display)}html[data-ui-theme=ancient] .auth-page .tab.active,html[data-ui-theme=ancient] .auth-page .primary{color:#f6e3bd;background:linear-gradient(145deg,#7b2d22,#4d1710);box-shadow:none}html[data-ui-theme=ancient] .auth-page .google,html[data-ui-theme=ancient] .auth-page button.ghost{border:1px solid rgba(88,42,12,.34);color:#44250f;background:#f7e2b99e}html[data-ui-theme=ancient] .auth-page .field input,html[data-ui-theme=ancient] .auth-page .phone-auth{border-color:#582a0c59;color:#2d1a0d;background:#f8e7c3a8}@media(max-width:1100px){html[data-ui-theme=ancient] .unified-assistant-layout{grid-template-columns:1fr}html[data-ui-theme=ancient] .assistant-sources-panel{position:static}html[data-ui-theme=ancient] .compatibility-selector{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-ui-theme=ancient] .compatibility-link{display:none}html[data-ui-theme=ancient] .compatibility-selector>button{grid-column:1 / -1}html[data-ui-theme=ancient] .library-card,html[data-ui-theme=ancient] .profile-card,html[data-ui-theme=ancient] .account-grid .account-card{grid-column:span 6}html[data-ui-theme=ancient] .account-card--identity,html[data-ui-theme=ancient] .account-card--identity+.account-card{grid-column:span 6}}@media(max-width:760px){html[data-ui-theme=ancient] :where(.unified-assistant-page,.compatibility-page,.library-page,.profiles-page,.account-page,.legacy-ask-page,.legacy-chat-page,.legacy-result-page,.legacy-auth-page){width:min(calc(100% - 1rem),1480px);padding-top:.75rem}html[data-ui-theme=ancient] :where(.unified-assistant-hero,.compatibility-hero,.library-hero,.profiles-hero,.account-page__heading,.legacy-workspace-hero){min-height:155px;align-items:start;flex-direction:column}html[data-ui-theme=ancient] .assistant-chat-panel{min-height:650px}html[data-ui-theme=ancient] .assistant-suggestion-grid{grid-template-columns:1fr}html[data-ui-theme=ancient] .assistant-user-message{max-width:92%}html[data-ui-theme=ancient] .compatibility-selector,html[data-ui-theme=ancient] .compatibility-summary-grid,html[data-ui-theme=ancient] .compatibility-evidence-grid,html[data-ui-theme=ancient] .compatibility-ask form{grid-template-columns:1fr}html[data-ui-theme=ancient] .compatibility-result-header{align-items:stretch;flex-direction:column}html[data-ui-theme=ancient] .library-card,html[data-ui-theme=ancient] .profile-card,html[data-ui-theme=ancient] .account-grid .account-card,html[data-ui-theme=ancient] .account-card--identity,html[data-ui-theme=ancient] .account-card--identity+.account-card{grid-column:1 / -1}html[data-ui-theme=ancient] .legacy-result-grid{grid-template-columns:1fr}}@media(max-width:520px){html[data-ui-theme=ancient] .assistant-chat-panel__topbar{align-items:flex-start;flex-direction:column}html[data-ui-theme=ancient] .assistant-answer__footer{flex-direction:column}html[data-ui-theme=ancient] .profile-card dl>div{grid-template-columns:1fr;gap:.2rem}html[data-ui-theme=ancient] .profile-card dd{text-align:start}}.seo-calculator{width:min(1180px,calc(100% - 32px));margin:24px auto 58px;padding:clamp(22px,4vw,38px);border:1px solid color-mix(in srgb,var(--line, #ffffff26) 84%,#9b7cff 16%);border-radius:28px;background:radial-gradient(circle at top right,rgba(127,90,240,.14),transparent 36%),color-mix(in srgb,var(--surface, #10101a) 94%,transparent);box-shadow:0 24px 80px #0000003d}.seo-calculator__header,.seo-calculator__layout,.seo-calculator__result-heading{display:flex;justify-content:space-between;gap:24px}.seo-calculator__header{align-items:flex-start;margin-bottom:28px}.seo-calculator__header h2,.seo-calculator__result h3,.seo-calculator__empty h3{margin:6px 0 10px}.seo-calculator__header>div:first-child{max-width:720px}.seo-calculator__privacy{display:flex;gap:10px;align-items:flex-start;max-width:320px;padding:14px 16px;border-radius:18px;background:#52d2a414;border:1px solid rgba(82,210,164,.24);font-size:.84rem;line-height:1.45}.seo-calculator__privacy svg{flex:0 0 auto;color:#63d6ae}.seo-calculator__layout{align-items:stretch}.seo-calculator__form,.seo-calculator__result-shell{flex:1 1 0;min-width:0}.seo-calculator__form{display:grid;gap:16px;align-content:start}.seo-calculator__input-summary,.seo-calculator__boundary{margin:0;color:var(--muted, #b7b4c7);line-height:1.55}.seo-calculator__boundary{font-size:.78rem}.seo-calculator__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.seo-calculator__field{display:grid;gap:8px;position:relative}.seo-calculator__field>span{font-size:.84rem;font-weight:700;letter-spacing:.01em}.seo-calculator__field--full{grid-column:1 / -1}.seo-calculator__field input,.seo-calculator__field select,.seo-calculator__advanced input,.seo-calculator__advanced select{width:100%;min-height:46px;border:1px solid var(--line, #ffffff26);border-radius:14px;background:color-mix(in srgb,var(--surface-strong, #171726) 92%,transparent);color:inherit;padding:0 14px;font:inherit}.seo-calculator__field input:focus,.seo-calculator__field select:focus,.seo-calculator__advanced input:focus,.seo-calculator__advanced select:focus{outline:2px solid rgba(151,116,255,.44);outline-offset:2px}.seo-calculator__control{display:flex;align-items:center;gap:9px;min-height:46px;border:1px solid var(--line, #ffffff26);border-radius:14px;background:color-mix(in srgb,var(--surface-strong, #171726) 92%,transparent);padding:0 12px}.seo-calculator__control input{border:0;background:transparent;padding:0;min-height:42px;outline:0}.seo-calculator__control svg{flex:0 0 auto;color:var(--muted, #b7b4c7)}.seo-calculator__location small{display:flex;align-items:center;gap:5px;color:var(--muted, #b7b4c7);line-height:1.4}.seo-calculator__locations{position:absolute;z-index:20;top:calc(100% - 24px);left:0;right:0;overflow:hidden;border:1px solid var(--line, #ffffff26);border-radius:16px;background:var(--surface-strong, #171726);box-shadow:0 22px 58px #00000059}.seo-calculator__locations button{width:100%;border:0;border-bottom:1px solid var(--line, #ffffff18);color:inherit;background:transparent;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;text-align:left;cursor:pointer}.seo-calculator__locations button:hover,.seo-calculator__locations button:focus-visible{background:#9774ff1f}.seo-calculator__locations button span{display:grid;gap:2px}.seo-calculator__locations button small,.seo-calculator__locations button em{color:var(--muted, #b7b4c7);font-size:.76rem;font-style:normal}.seo-calculator__locations>p{margin:0;padding:8px 14px;color:var(--muted, #b7b4c7);font-size:.72rem}.seo-calculator__advanced{border:1px solid var(--line, #ffffff20);border-radius:15px;overflow:hidden}.seo-calculator__advanced>button{width:100%;display:flex;justify-content:space-between;border:0;padding:12px 14px;color:inherit;background:#ffffff06;cursor:pointer}.seo-calculator__advanced .seo-calculator__grid{padding:14px}.seo-calculator__error,.seo-calculator__warnings p{display:flex;align-items:flex-start;gap:8px;margin:0;line-height:1.45}.seo-calculator__error{padding:12px 14px;border:1px solid rgba(255,120,120,.35);border-radius:14px;background:#ff787814}.seo-calculator__submit{justify-content:center;width:100%}.seo-calculator__spin{animation:seo-calculator-spin .8s linear infinite}@keyframes seo-calculator-spin{to{transform:rotate(360deg)}}.seo-calculator__result-shell{display:flex;border-radius:22px;background:#00000026;border:1px solid var(--line, #ffffff1d);min-height:100%}.seo-calculator__empty,.seo-calculator__result{width:100%;padding:clamp(22px,3vw,30px)}.seo-calculator__empty{display:grid;align-content:center;justify-items:start}.seo-calculator__empty>div{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#9774ff24;color:#bca7ff}.seo-calculator__empty>p{color:var(--muted, #b7b4c7);line-height:1.55}.seo-calculator__empty ul,.seo-calculator__method ul{margin:10px 0 0;padding:0;list-style:none}.seo-calculator__empty li{display:flex;align-items:center;gap:7px;margin:7px 0}.seo-calculator__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.seo-calculator__facts article{padding:15px;border:1px solid var(--line, #ffffff20);border-radius:16px;background:#ffffff06}.seo-calculator__facts span,.seo-calculator__facts strong,.seo-calculator__facts p{display:block}.seo-calculator__facts span{color:var(--muted, #b7b4c7);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.seo-calculator__facts strong{margin-top:7px;font-size:1.15rem}.seo-calculator__facts p{margin:7px 0 0;color:var(--muted, #b7b4c7);font-size:.83rem;line-height:1.45}.seo-calculator__method{margin:16px 0;padding:13px 15px;border:1px solid var(--line, #ffffff20);border-radius:15px}.seo-calculator__method summary{cursor:pointer;font-weight:700}.seo-calculator__method li{position:relative;margin:9px 0;padding-left:18px;color:var(--muted, #b7b4c7);line-height:1.5}.seo-calculator__method li:before{content:"•";position:absolute;left:3px}.seo-calculator__warnings{display:grid;gap:8px;margin:14px 0;color:#f3c66f;font-size:.83rem}@media(max-width:860px){.seo-calculator__header,.seo-calculator__layout{display:grid}.seo-calculator__privacy{max-width:none}}@media(max-width:600px){.seo-calculator{width:min(100% - 20px,1180px);padding:18px;border-radius:22px}.seo-calculator__grid,.seo-calculator__facts{grid-template-columns:1fr}.seo-calculator__result-heading{display:grid}.seo-calculator__locations button{grid-template-columns:auto 1fr}.seo-calculator__locations button em{grid-column:2}}@media print{.seo-calculator__form,.seo-calculator__empty,.seo-calculator__privacy,.seo-calculator__result .button{display:none!important}.seo-calculator__result-shell{border:0}}.seo-authority-grid{padding-top:clamp(2rem,5vw,4.5rem)}.seo-authority-grid__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.seo-authority-grid__card{display:flex;min-height:230px;flex-direction:column;gap:.85rem;padding:1.25rem;border:1px solid color-mix(in srgb,var(--border-color, #ffffff) 12%,transparent);border-radius:24px;background:color-mix(in srgb,var(--surface-color, #11131a) 92%,transparent);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease}.seo-authority-grid__card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent-color, #b69cff) 55%,transparent)}.seo-authority-grid__card>span{color:var(--text-muted, #aeb4c4);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.seo-authority-grid__card h3{margin:0;font-size:1.15rem}.seo-authority-grid__card p{margin:0;color:var(--text-muted, #b9bfce);line-height:1.65}.seo-authority-grid__card strong{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto}.seo-guide-page{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(1.5rem,4vw,4rem) 0 5rem}.seo-guide-hero{padding:clamp(1.25rem,4vw,2.5rem);border:1px solid color-mix(in srgb,var(--border-color, #ffffff) 12%,transparent);border-radius:30px;background:radial-gradient(circle at top right,rgba(151,117,255,.14),transparent 38%),color-mix(in srgb,var(--surface-color, #11131a) 94%,transparent)}.seo-guide-breadcrumb{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.75rem;color:var(--text-muted, #aeb4c4);font-size:.86rem}.seo-guide-breadcrumb a{color:inherit}.seo-guide-hero__grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);gap:2rem;align-items:start}.seo-guide-hero h1{max-width:850px;margin:.35rem 0 1rem;font-size:clamp(2.15rem,5vw,4.5rem);line-height:.98}.seo-guide-hero__lead{max-width:760px;color:var(--text-muted, #c1c6d3);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.75}.seo-guide-meta{display:flex;flex-wrap:wrap;gap:.7rem 1rem;margin-top:1.5rem;color:var(--text-muted, #aeb4c4);font-size:.85rem}.seo-guide-meta span{display:inline-flex;align-items:center;gap:.42rem}.seo-guide-principles{display:grid;gap:.8rem;padding:1.25rem;border:1px solid rgba(170,141,255,.28);border-radius:22px;background:#714cb417}.seo-guide-principles p{margin:0;color:var(--text-muted, #c0c5d2);line-height:1.6}.seo-guide-principles a{display:inline-flex;align-items:center;gap:.4rem}.seo-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:clamp(1.5rem,4vw,3rem);margin-top:2rem}.seo-guide-article{min-width:0}.seo-guide-takeaways,.seo-guide-section,.seo-guide-boundary,.seo-guide-sources{margin-bottom:1.25rem;padding:clamp(1.2rem,3vw,2rem);border:1px solid color-mix(in srgb,var(--border-color, #ffffff) 10%,transparent);border-radius:24px;background:color-mix(in srgb,var(--surface-color, #101219) 92%,transparent)}.seo-guide-section h2,.seo-guide-takeaways h2,.seo-guide-boundary h2,.seo-guide-sources h2{margin:.35rem 0 1rem;font-size:clamp(1.35rem,2.5vw,2rem)}.seo-guide-section p,.seo-guide-boundary p{color:var(--text-muted, #c0c5d2);line-height:1.8}.seo-guide-takeaways ul,.seo-guide-sources ul{display:grid;gap:.85rem;margin:1rem 0 0;padding:0;list-style:none}.seo-guide-takeaways li{display:flex;gap:.7rem;align-items:flex-start;line-height:1.6}.seo-guide-takeaways li svg{flex:0 0 auto;margin-top:.2rem}.seo-guide-boundary{border-color:#ffbb703d;background:#97611e14}.seo-guide-sources a{display:flex;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid color-mix(in srgb,var(--border-color, #ffffff) 9%,transparent);border-radius:16px;color:inherit;text-decoration:none}.seo-guide-sources a span{display:grid;gap:.3rem}.seo-guide-sources small{color:var(--text-muted, #aeb4c4);line-height:1.45}.seo-guide-sidebar{display:grid;align-content:start;gap:1rem;position:sticky;top:1rem;height:max-content}.seo-guide-sidebar section,.seo-guide-sidebar nav{display:grid;gap:.8rem;padding:1.15rem;border:1px solid color-mix(in srgb,var(--border-color, #ffffff) 10%,transparent);border-radius:20px;background:color-mix(in srgb,var(--surface-color, #101219) 94%,transparent)}.seo-guide-sidebar h2{margin:0;font-size:1.2rem}.seo-guide-sidebar p{margin:0;color:var(--text-muted, #b9bfce);line-height:1.6}.seo-guide-sidebar nav a{color:var(--text-muted, #d2d5df);line-height:1.45}.seo-guide-cta{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:2rem;padding:clamp(1.4rem,4vw,2.5rem);border-radius:28px;background:radial-gradient(circle at left,rgba(143,98,255,.18),transparent 42%),color-mix(in srgb,var(--surface-color, #11131a) 94%,transparent);border:1px solid rgba(164,133,255,.22)}.seo-guide-cta h2{margin:.25rem 0 .5rem}.seo-guide-cta p{margin:0;color:var(--text-muted, #c0c5d2)}@media(max-width:980px){.seo-authority-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-guide-hero__grid,.seo-guide-layout{grid-template-columns:1fr}.seo-guide-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.seo-authority-grid__items,.seo-guide-sidebar{grid-template-columns:1fr}.seo-guide-page{width:min(100% - 1rem,1180px)}.seo-guide-hero,.seo-guide-takeaways,.seo-guide-section,.seo-guide-boundary,.seo-guide-sources{border-radius:18px}.seo-guide-cta{align-items:stretch;flex-direction:column}}@media print{.seo-guide-sidebar,.seo-guide-cta,.app-header,.app-footer{display:none!important}.seo-guide-page{width:100%;color:#000}.seo-guide-hero,.seo-guide-takeaways,.seo-guide-section,.seo-guide-boundary,.seo-guide-sources{border:1px solid #bbb;background:#fff;break-inside:avoid}}.seo-trust-page{min-height:100vh;color:var(--text-primary)}.seo-trust-hero{padding:clamp(7rem,10vw,9rem) 0 4rem;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 18% 10%,rgba(125,92,255,.16),transparent 34%),radial-gradient(circle at 84% 22%,rgba(83,187,255,.1),transparent 30%)}.seo-trust-hero,.seo-trust-layout,.seo-trust-cta{padding-left:max(1.25rem,calc((100vw - 1180px)/2));padding-right:max(1.25rem,calc((100vw - 1180px)/2))}.seo-trust-breadcrumb{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:2rem;font-size:.87rem;color:var(--text-muted)}.seo-trust-breadcrumb a{color:inherit;text-decoration:none}.seo-trust-breadcrumb a:hover{color:var(--text-primary)}.seo-trust-hero__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:clamp(2rem,5vw,5rem);align-items:end}.seo-trust-hero h1{max-width:850px;margin:.55rem 0 1rem;font-size:clamp(2.65rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.seo-trust-hero__lead{max-width:760px;margin:0;color:var(--text-secondary);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.75}.seo-trust-meta{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;margin-top:1.6rem;color:var(--text-muted);font-size:.88rem}.seo-trust-meta span{display:inline-flex;align-items:center;gap:.45rem}.seo-trust-hero__assurance,.seo-trust-sidebar>section,.seo-trust-sidebar>nav,.seo-trust-contact,.seo-trust-profile-card{border:1px solid rgba(255,255,255,.1);background:#0b0d1cbd;box-shadow:0 22px 70px #00000038;backdrop-filter:blur(18px)}.seo-trust-hero__assurance{padding:1.45rem;border-radius:24px}.seo-trust-hero__assurance svg{color:#a995ff}.seo-trust-hero__assurance strong{display:block;margin-top:.85rem;font-size:1.05rem}.seo-trust-hero__assurance p{margin:.65rem 0 0;color:var(--text-secondary);line-height:1.65}.seo-trust-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(2rem,5vw,4rem);padding-top:4rem;padding-bottom:5rem}.seo-trust-content{min-width:0}.seo-trust-commitments,.seo-trust-section,.seo-trust-source-levels,.seo-trust-providers,.seo-trust-profiles,.seo-trust-contact,.seo-trust-profile-card,.seo-trust-content .seo-faq{margin-bottom:3.2rem}.seo-trust-commitments{padding:1.5rem;border:1px solid rgba(129,107,255,.22);border-radius:24px;background:linear-gradient(135deg,#816bff1c,#2ca3ff0e)}.seo-trust-commitments h2,.seo-trust-section h2,.seo-trust-source-levels h2,.seo-trust-providers h2,.seo-trust-profiles h2,.seo-trust-contact h2,.seo-trust-profile-card h2{margin:.45rem 0 1rem;font-size:clamp(1.45rem,3vw,2.25rem);letter-spacing:-.035em}.seo-trust-commitments ul,.seo-trust-providers ul{list-style:none;padding:0;margin:1.2rem 0 0}.seo-trust-commitments ul{display:grid;gap:.85rem}.seo-trust-commitments li{display:flex;gap:.7rem;align-items:flex-start;color:var(--text-secondary)}.seo-trust-commitments li svg{flex:0 0 auto;margin-top:.15rem;color:#9f8aff}.seo-trust-section{padding-bottom:2.7rem;border-bottom:1px solid rgba(255,255,255,.075)}.seo-trust-section p,.seo-trust-profile-card p,.seo-trust-contact p{color:var(--text-secondary);line-height:1.8}.seo-trust-section p+p{margin-top:1rem}.seo-trust-source-levels ol{display:grid;gap:.9rem;margin:1.4rem 0 0;padding:0;list-style:none}.seo-trust-source-levels li{display:grid;grid-template-columns:38px 1fr;gap:.85rem;padding:1rem;border:1px solid rgba(255,255,255,.085);border-radius:18px;background:#ffffff06}.seo-trust-source-levels li>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:#816bff38}.seo-trust-source-levels strong{display:block;margin-bottom:.35rem}.seo-trust-source-levels p{margin:0;color:var(--text-secondary);line-height:1.6}.seo-trust-providers ul{display:grid;gap:.8rem}.seo-trust-providers a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.09);border-radius:18px;color:var(--text-primary);text-decoration:none;background:#ffffff06}.seo-trust-providers a:hover{border-color:#9f8aff8c;transform:translateY(-1px)}.seo-trust-providers span{display:grid;gap:.3rem}.seo-trust-providers small{color:var(--text-secondary);line-height:1.5}.seo-trust-profiles__grid,.seo-trust-grid__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.seo-trust-profiles__grid>a,.seo-trust-grid__card{display:flex;flex-direction:column;min-height:240px;padding:1.3rem;border:1px solid rgba(255,255,255,.09);border-radius:22px;color:var(--text-primary);text-decoration:none;background:#ffffff06;transition:transform .16s ease,border-color .16s ease}.seo-trust-profiles__grid>a:hover,.seo-trust-grid__card:hover{transform:translateY(-3px);border-color:#9f8aff80}.seo-trust-profiles__grid span{margin-top:1rem;color:#aa98ff;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.seo-trust-profiles__grid h3,.seo-trust-grid__card h3{margin:.55rem 0;font-size:1.2rem}.seo-trust-profiles__grid p,.seo-trust-grid__card p{margin:0;color:var(--text-secondary);line-height:1.65}.seo-trust-profiles__grid strong,.seo-trust-grid__card strong{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:1.2rem;color:#b6a7ff}.seo-trust-contact,.seo-trust-profile-card{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;padding:1.4rem;border-radius:24px}.seo-trust-contact>svg,.seo-trust-profile-card>div:first-child{color:#a995ff}.seo-trust-profile-card__links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.seo-trust-profile-card__links a{display:inline-flex;gap:.4rem;align-items:center;color:#b6a7ff}.seo-trust-sidebar{display:grid;align-content:start;gap:1rem;position:sticky;top:6rem;height:fit-content}.seo-trust-sidebar>section,.seo-trust-sidebar>nav{padding:1.2rem;border-radius:20px}.seo-trust-sidebar h2{margin:.45rem 0;font-size:1.15rem}.seo-trust-sidebar p{color:var(--text-secondary);line-height:1.6}.seo-trust-sidebar a,.seo-trust-sidebar nav>strong{display:flex;align-items:center;gap:.4rem}.seo-trust-sidebar a{padding:.65rem 0;color:var(--text-secondary);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06)}.seo-trust-sidebar a:hover{color:var(--text-primary)}.seo-trust-sidebar__boundary svg{color:#9f8aff}.seo-trust-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:5rem;padding-top:2rem;padding-bottom:2rem;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.seo-trust-cta h2{margin:.4rem 0;font-size:clamp(1.6rem,3vw,2.5rem)}.seo-trust-cta p{max-width:700px;margin:0;color:var(--text-secondary)}.seo-trust-grid__items{grid-template-columns:repeat(4,minmax(0,1fr))}.seo-trust-grid__card{min-height:250px}.seo-trust-grid__card>svg{color:#a995ff}@media(max-width:980px){.seo-trust-hero__grid,.seo-trust-layout{grid-template-columns:1fr}.seo-trust-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.seo-trust-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.seo-trust-hero{padding-top:6rem}.seo-trust-layout{padding-top:2.5rem}.seo-trust-profiles__grid,.seo-trust-grid__items,.seo-trust-sidebar,.seo-trust-contact,.seo-trust-profile-card{grid-template-columns:1fr}.seo-trust-cta{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){.seo-trust-profiles__grid>a,.seo-trust-grid__card,.seo-trust-providers a{transition:none}}
