@font-face{font-family:Inter;font-style:normal;font-weight:400 800;font-display:swap;src:url(/assets/fonts/inter-variable.woff2)format("woff2")}:root{--bg:#0f172a;--bg-alt:#1e293b;--surface:#1e293b;--surface-glass:rgba(30, 41, 59, .6);--border:#334155;--text:#cbd5e1;--text-muted:#94a3b8;--text-dim:#64748b;--accent:#a5b4fc;--primary:#3b82f6;--primary-hover:#2563eb;--white:#ffffff;--font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-w:1120px;--max-w-prose:46rem;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:var(--white);padding:.5rem 1rem;z-index:1000;font-size:.875rem;border-radius:0 0 var(--radius-sm)0}.skip-link:focus{left:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-weight:600;border:0;border-radius:var(--radius);cursor:pointer;transition:background .25s,box-shadow .25s,transform .15s;white-space:nowrap;background:var(--primary);color:var(--white)}.btn--lg{font-size:1.05rem;padding:.9rem 2rem}.btn--sm{font-size:.875rem;padding:.55rem 1.25rem}.btn:hover{background:var(--primary-hover);box-shadow:0 0 24px #3b82f659;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--outline{background:0 0;border:2px solid var(--primary);color:var(--primary)}.btn--outline:hover{background:var(--primary);color:var(--white);box-shadow:0 0 24px #3b82f659}.section-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--white);text-align:center;margin-bottom:3rem}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(51,65,85,.4)}.nav__inner{max-width:var(--max-w);margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav__brand{display:flex;align-items:baseline;gap:.4rem}.nav__logo{font-size:1.2rem;font-weight:800;color:var(--white);letter-spacing:-.02em}.nav__byline{font-size:.75rem;color:var(--text-dim);font-weight:500}.nav__menu{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.nav__link{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav__link:hover{color:var(--white)}@media (max-width:860px){.nav__menu{display:none}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem;overflow:hidden;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 50%,var(--bg) 100%)}.hero__orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(600px,90vw);height:min(600px,90vw);pointer-events:none;animation:orbFloat 8s ease-in-out infinite}@keyframes orbFloat{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-52%) scale(1.06)}}.hero__content{position:relative;z-index:1;max-width:800px}.hero h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.15;color:var(--white);letter-spacing:-.03em;margin-bottom:1.25rem}.hero__accent{color:var(--accent)}.hero__sub{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-muted);max-width:580px;margin:0 auto 2rem;line-height:1.7}.problems{padding:6rem 0;background:var(--bg)}.problems__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .3s,box-shadow .3s}.card:hover{border-color:var(--accent);box-shadow:0 0 32px #a5b4fc14}.card__icon{width:48px;height:48px;color:var(--accent);margin-bottom:1.25rem}.card h3{font-size:1.15rem;font-weight:700;color:var(--white);line-height:1.35;margin-bottom:.75rem}.card p{color:var(--text-muted);font-size:.95rem}.quotes{padding:6rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}.quotes__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.quotes__track::-webkit-scrollbar{height:4px}.quotes__track::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.quote-card{flex:0 0 min(340px,80vw);scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.quote-card p{font-size:1.1rem;font-weight:500;color:var(--white);line-height:1.55;font-style:italic;margin-bottom:1.25rem}.quote-card footer{margin-top:auto}.quote-card cite{font-style:normal;font-size:.875rem;font-weight:600;color:var(--accent)}.kai{padding:8rem 0;background:var(--bg-alt);position:relative;overflow:hidden}.kai__inner{text-align:center;position:relative;z-index:1;max-width:680px}.kai__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(165,180,252,.12)0,transparent 70%);pointer-events:none}.kai h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--white);margin-bottom:2rem;letter-spacing:-.02em}.kai__text{font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.7;color:var(--text-muted);margin-bottom:1rem}.kai__text--highlight{color:var(--accent);font-weight:600;font-size:clamp(1.1rem,2.8vw,1.35rem);margin-bottom:1.25rem}.kai__text--muted{color:var(--text-dim)}.benefits{padding:6rem 0;background:var(--bg)}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.benefit{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .3s}.benefit:hover{border-color:var(--accent)}.benefit h3{font-size:1.15rem;font-weight:700;color:var(--accent);margin-bottom:.75rem}.benefit p{font-size:.95rem;color:var(--text-muted)}.quote-bar{padding:5rem 1.5rem;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 50%,var(--bg) 100%);text-align:center}.quote-bar__content{max-width:760px;margin:0 auto}.quote-bar__content p{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:600;font-style:italic;color:var(--white);line-height:1.55;margin-bottom:1rem}.quote-bar__content cite{font-style:normal;font-size:.95rem;font-weight:600;color:var(--accent)}.faq{padding:6rem 0;background:var(--bg)}.faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .3s}.faq__item[open]{border-color:var(--accent)}.faq__item summary{padding:1.25rem 1.5rem;font-weight:600;font-size:1.05rem;color:var(--white);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:1.25rem;font-weight:400;color:var(--text-dim);transition:transform .25s;flex-shrink:0}.faq__item[open] summary:after{transform:rotate(45deg);color:var(--accent)}.faq__item p{padding:0 1.5rem 1.25rem;color:var(--text-muted);font-size:.95rem;line-height:1.7}.cta{padding:6rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%);text-align:center}.cta__inner{max-width:560px}.cta h2{font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:800;color:var(--white);letter-spacing:-.02em;margin-bottom:1rem}.cta__sub{color:var(--text-muted);font-size:1.05rem;margin-bottom:2.5rem}.cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.cta__btn{gap:.5rem;min-width:180px}.cta__btn svg{flex-shrink:0}.cta__note{font-size:.85rem;color:var(--text-dim)}.footer{padding:3rem 0 2.5rem;border-top:1px solid var(--border);background:var(--bg)}.footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin-bottom:2.5rem}.footer__col h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.9rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__col a{font-size:.9rem;color:var(--text-muted);transition:color .2s}.footer__col a:hover{color:var(--accent)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding-top:2rem;border-top:1px solid var(--border)}.footer__brand{font-size:.9rem;color:var(--text-muted)}.footer__brand strong{color:var(--white);font-weight:700}.footer__links{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-dim);flex-wrap:wrap;justify-content:center}.footer__links a{transition:color .2s}.footer__links a:hover{color:var(--accent)}.footer__copy{font-size:.75rem;color:var(--text-dim)}.footer__avail{font-size:.78rem;color:var(--text-dim)}.legal{padding:2.5rem 0 4rem;min-height:50vh}.legal__inner{max-width:40rem}.legal__back{margin-bottom:1.5rem;font-size:.9rem;color:var(--text-dim)}.legal__back a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal__back a:hover{color:var(--white)}.legal__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem}.legal__meta{font-size:.9rem;color:var(--text-dim);margin-bottom:2rem}.legal__lead{font-size:1.05rem;margin-bottom:1rem}.legal p{color:var(--text);margin-bottom:1rem;line-height:1.75}.legal__section{margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid var(--border)}.legal h2{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.75rem;letter-spacing:-.01em}.legal__h3{font-size:.95rem;font-weight:600;color:var(--text-muted);margin:1rem 0 .5rem}.legal ul{margin:.5rem 0 1rem;padding-left:1.25rem;color:var(--text)}.legal li{margin-bottom:.5rem;line-height:1.65}.legal a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal a:hover{color:var(--white)}.page-hero{padding:8rem 0 3rem;background:linear-gradient(180deg,var(--bg-alt) 0%,var(--bg) 100%);text-align:center}.page-hero__eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem}.page-hero h1{font-size:clamp(1.9rem,5vw,3rem);font-weight:800;line-height:1.15;color:var(--white);letter-spacing:-.02em;margin:0 auto 1.25rem;max-width:18ch}.page-hero__sub{font-size:clamp(1rem,2.4vw,1.2rem);color:var(--text-muted);max-width:620px;margin:0 auto 2rem}.page-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.breadcrumbs{padding:6.5rem 0 0}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;list-style:none;font-size:.8rem;color:var(--text-dim)}.breadcrumbs__list a{color:var(--text-muted);transition:color .2s}.breadcrumbs__list a:hover{color:var(--accent)}.breadcrumbs__sep{color:var(--text-dim)}.breadcrumbs__current{color:var(--text)}.prose{max-width:var(--max-w-prose);margin:0 auto;color:var(--text);font-size:1.05rem;line-height:1.8}.prose>*+*{margin-top:1.25rem}.prose h2{font-size:clamp(1.4rem,3.2vw,1.9rem);font-weight:700;color:var(--white);letter-spacing:-.01em;margin-top:2.75rem;scroll-margin-top:6rem}.prose h3{font-size:1.25rem;font-weight:700;color:var(--white);margin-top:2rem;scroll-margin-top:6rem}.prose h4{font-size:1.05rem;font-weight:700;color:var(--accent);margin-top:1.5rem}.prose p{color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.prose a:hover{color:var(--white)}.prose strong{color:var(--white);font-weight:700}.prose ul,.prose ol{padding-left:1.4rem;display:flex;flex-direction:column;gap:.5rem}.prose li{line-height:1.7}.prose li::marker{color:var(--accent)}.prose blockquote{border-left:3px solid var(--accent);padding:.5rem 0 .5rem 1.25rem;margin:1.75rem 0;color:var(--white);font-style:italic;font-size:1.1rem}.prose blockquote cite{display:block;margin-top:.5rem;font-size:.9rem;font-style:normal;color:var(--accent)}.prose code{background:var(--surface);border:1px solid var(--border);border-radius:5px;padding:.1rem .4rem;font-size:.9em}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.prose table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1.5rem 0}.prose th,.prose td{border:1px solid var(--border);padding:.7rem .9rem;text-align:left;vertical-align:top}.prose th{background:var(--surface);color:var(--white);font-weight:600}.article{padding:1.5rem 0 4rem}.article__header{max-width:var(--max-w-prose);margin:0 auto 2.5rem}.article__title{font-size:clamp(1.9rem,5vw,2.85rem);font-weight:800;line-height:1.15;color:var(--white);letter-spacing:-.02em;margin-bottom:1rem}.article__desc{font-size:1.15rem;color:var(--text-muted);margin-bottom:1.25rem}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.85rem;color:var(--text-dim)}.article__meta-dot{color:var(--text-dim)}.toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:0 auto 2.5rem;max-width:var(--max-w-prose)}.toc__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem}.toc ol{list-style:none;counter-reset:toc;display:flex;flex-direction:column;gap:.4rem}.toc li{counter-increment:toc;font-size:.92rem}.toc li:before{content:counter(toc)". ";color:var(--accent);font-weight:600}.toc a{color:var(--text-muted);transition:color .2s}.toc a:hover{color:var(--accent)}.share{display:flex;align-items:center;gap:.75rem;margin:2.5rem auto 0;max-width:var(--max-w-prose);flex-wrap:wrap}.share span{font-size:.85rem;color:var(--text-dim)}.share a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:border-color .2s,color .2s}.share a:hover{border-color:var(--accent);color:var(--accent)}.inline-cta{max-width:var(--max-w-prose);margin:3rem auto;background:linear-gradient(135deg,#3b82f61f,#a5b4fc14);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.inline-cta h3{font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.inline-cta p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.98rem}.inline-cta__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.section{padding:4.5rem 0}.section--alt{background:var(--bg-alt)}.section__lead{max-width:640px;margin:-1.5rem auto 3rem;text-align:center;color:var(--text-muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.tile{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .3s,box-shadow .3s,transform .2s}.tile:hover{border-color:var(--accent);box-shadow:0 0 32px #a5b4fc14;transform:translateY(-2px)}.tile__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.6rem}.tile h3{font-size:1.15rem;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:.6rem}.tile p{font-size:.92rem;color:var(--text-muted);margin-bottom:1rem}.tile__more{margin-top:auto;font-size:.85rem;font-weight:600;color:var(--accent)}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.feature-list li{display:flex;gap:.75rem;align-items:flex-start;color:var(--text)}.feature-list svg{flex-shrink:0;color:var(--accent);margin-top:.2rem}.compare-table{width:100%;border-collapse:collapse;font-size:.95rem;max-width:var(--max-w-prose);margin:2rem auto}.compare-table th,.compare-table td{border:1px solid var(--border);padding:.85rem 1rem;text-align:left}.compare-table thead th{background:var(--surface);color:var(--white)}.compare-table tbody th{color:var(--text);font-weight:500}.compare-table .yes{color:#4ade80;font-weight:700}.compare-table .no{color:var(--text-dim)}.compare-table .col-fp{background:#3b82f614;color:var(--white)}.glossary-index{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.glossary-row{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;transition:border-color .2s}.glossary-row:hover{border-color:var(--accent)}.glossary-row strong{color:var(--white);font-weight:700}.glossary-row span{display:block;font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.related{padding:4rem 0;border-top:1px solid var(--border)}.related h2{font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;text-align:center}.post-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.post-row{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .3s,transform .2s}.post-row:hover{border-color:var(--accent);transform:translateY(-2px)}.post-row__meta{font-size:.78rem;color:var(--text-dim);margin-bottom:.5rem}.post-row h3{font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.post-row p{font-size:.95rem;color:var(--text-muted)}@media (max-width:640px){.cta__actions{flex-direction:column;align-items:center}.cta__btn{width:100%;max-width:280px}.nav__inner{padding:.6rem 1rem}.nav__byline{display:none}.page-hero__actions{flex-direction:column;align-items:center}}