:root{--navy-900:#020513;--navy-800:#040c1f;--navy-700:#0d1e3f;--navy-600:#142a56;--bone:#f5f2eb;--muted:#9eaac4;--accent:#ff6b4a;--accent-soft:#ff6b4a47;--cyan:#38bdf8;--violet:#7c4dff;--max-width:1180px;--radius:22px;--shadow-soft:0 40px 90px #0205138c;--shadow-inset:inset 0 0 0 1px #ffffff0f;--navbar-height:4.5rem}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{background:radial-gradient(circle at top left,#7c4dff2e,transparent 55%),radial-gradient(circle at 10% 90%,#38bdf81f,transparent 55%),linear-gradient(140deg,var(--navy-900)0%,var(--navy-800)45%,var(--navy-700)100%);color:var(--bone);flex-direction:column;font-family:Inter,Segoe UI,sans-serif;display:flex;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.35;mix-blend-mode:screen;z-index:-1;background-image:radial-gradient(#ffffff14 1px,#0000 0);background-size:120px 120px;position:fixed;inset:0}main{flex:1}a{color:inherit;text-decoration:none}a:hover,a:focus{color:var(--accent)}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;font-family:Space Grotesk,Inter,sans-serif;font-weight:600}p{color:var(--muted);margin:0;line-height:1.7}.text-muted{color:var(--muted)}header{z-index:20;backdrop-filter:blur(18px);background:#040c1fe0;border-bottom:1px solid #f5f2eb0f;position:sticky;top:0}.navbar{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1.25rem 2rem;display:flex}.brand{letter-spacing:.04em;text-transform:none;color:var(--bone);align-items:center;gap:.65rem;font-family:Space Grotesk,Inter,sans-serif;font-size:1.35rem;font-weight:600;line-height:1.1;display:inline-flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 0 4px #ffffff59);width:2rem;height:2rem;display:block}.brand-text{display:inline-block}.brand:hover,.brand:focus-visible{color:var(--accent)}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{letter-spacing:.06em;text-transform:uppercase;color:#f5f2ebad;padding:.4rem 0;font-size:.95rem;transition:color .2s;position:relative}.nav-links a:after{content:"";opacity:0;transform-origin:0;background:linear-gradient(90deg,#ff6b4a1a,#38bdf873);width:100%;height:2px;transition:transform .3s,opacity .3s;position:absolute;bottom:-.45rem;left:0;transform:translateY(4px)scaleX(0)}.nav-links a.active,.nav-links a:hover{color:var(--bone)}.nav-links a.active:after,.nav-links a:hover:after{opacity:1;transform:translateY(0)scaleX(1)}.menu-toggle{width:3rem;height:3rem;color:var(--bone);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;transition:background .25s,border-color .25s,box-shadow .25s;display:none;position:relative}.menu-toggle:hover,.menu-toggle:focus-visible{background:#ffffff1a;border-color:#ffffff52;box-shadow:0 20px 45px #040c1f66}.menu-toggle:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.menu-toggle__sr{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.menu-toggle__icon{background:currentColor;border-radius:999px;width:1.55rem;height:2px;transition:background .3s,transform .3s;display:block;position:relative}.menu-toggle__icon:before,.menu-toggle__icon:after{content:"";background:currentColor;border-radius:999px;width:100%;height:2px;transition:transform .3s,opacity .3s;position:absolute;left:0}.menu-toggle__icon:before{transform:translateY(-6px)}.menu-toggle__icon:after{transform:translateY(6px)}.menu-toggle[aria-expanded=true] .menu-toggle__icon{background:0 0}.menu-toggle[aria-expanded=true] .menu-toggle__icon:before{transform:translateY(0)rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__icon:after{transform:translateY(0)rotate(-45deg)}body.nav-open{overflow:hidden}section{padding:6rem 2rem;position:relative;overflow:hidden}.section-inner{max-width:var(--max-width);z-index:1;margin:0 auto;position:relative}.section-lead{max-width:60ch;margin-top:1.2rem;font-size:1.15rem}.hero{padding-top:8rem;padding-bottom:6rem}.hero:before,.hero:after{content:"";z-index:0;opacity:.7;background:radial-gradient(circle at 25% 25%,#7c4dff40,#0000 55%);position:absolute;inset:0}.hero:after{mix-blend-mode:screen;opacity:.6;background:radial-gradient(circle at 85% 60%,#38bdf83d,#0000 55%)}.hero-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:4rem;display:grid}.hero-content h1{margin-top:1.5rem;font-size:clamp(2.8rem,6vw,4.15rem);line-height:1.05}.hero-content p{max-width:50ch;margin-top:1.5rem;font-size:clamp(1.1rem,2.4vw,1.35rem)}.hero-points{gap:.85rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.hero-points li{color:#f5f2ebe0;align-items:center;gap:.8rem;font-weight:500;display:flex}.hero-points li:before{content:"";background:linear-gradient(135deg,var(--accent),var(--cyan));border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #ffffff0f}.cta-group{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.contact-cta{place-items:start;gap:1.5rem;max-width:420px;display:grid}.button{text-transform:uppercase;letter-spacing:.12em;color:var(--bone);border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.65rem;padding:.95rem 1.8rem;font-size:.85rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;position:relative}.button.primary{background:linear-gradient(135deg,var(--accent),var(--cyan));border:none;box-shadow:0 20px 45px #ff6b4a59}.button.secondary{background:#ffffff0a;border:1px solid #ffffff2e}.button:hover{transform:translateY(-3px);box-shadow:0 28px 55px #0205138c}#copy-status{min-height:1.25rem}.hero-visual{place-items:center;min-height:420px;display:grid;position:relative}.hero-orb{aspect-ratio:1;z-index:1;background:radial-gradient(circle at 30% 30%,#ffffff40,#040c1fe6 65%);border:1px solid #ffffff40;border-radius:50%;place-items:center;width:min(400px,70vw);animation:10s ease-in-out infinite float;display:grid;position:relative;overflow:hidden;box-shadow:0 50px 120px #7c4dff59,inset 0 0 60px #38bdf833}.hero-orb:after{content:"";opacity:.6;filter:blur(.4px);border:1px solid #ffffff40;border-radius:50%;position:absolute;inset:18%}.hero-ring{aspect-ratio:1.35;filter:drop-shadow(0 20px 60px #38bdf859);z-index:0;border:1px solid #38bdf859;border-radius:50%;justify-content:center;align-items:center;width:min(540px,90vw);animation:22s linear infinite rotate;display:flex;position:absolute;overflow:visible}.hero-ring:before,.hero-ring:after{content:"";opacity:.45;border:1px dashed #94a3ff2e;border-radius:50%;position:absolute;inset:-12%}.hero-ring:after{filter:blur(.5px);border-style:solid;border-color:#38bdf826;inset:-20%}.hero-node{background:radial-gradient(circle,#38bdf8b3,#0e749000);border:1px solid #94a3ff80;border-radius:50%;width:16px;height:16px;animation:6s ease-in-out infinite nodePulse;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 12px #38bdf899}.hero-node:after{content:"";opacity:.6;border:1px solid #38bdf840;border-radius:50%;position:absolute;inset:-8px}.hero-node--top{animation-delay:0s;top:4%;left:50%}.hero-node--left{animation-delay:1.2s;top:58%;left:6%}.hero-node--right{animation-delay:2.4s;top:78%;left:86%}.hero-logo{aspect-ratio:1;isolation:isolate;z-index:1;background:radial-gradient(circle,#0c4a6ea6,#09213ae6);border:1px solid #94a3ff59;border-radius:50%;place-items:center;width:clamp(160px,80%,320px);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 30px #38bdf866,0 0 20px #38bdf859}.hero-logo img{filter:drop-shadow(0 6px 14px #082f4959);z-index:1;width:90%;position:relative}.hero-logo:before,.hero-logo:after,.hero-logo-glow{content:"";transform-origin:50%;border-radius:50%;position:absolute;inset:10%}.hero-logo:before{border:1px solid #38bdf859;animation:7s ease-in-out infinite logoPulse}.hero-logo:after{opacity:.65;filter:blur(.4px);border:1px solid #94a3ff73;inset:22%}.hero-logo-glow{mix-blend-mode:screen;background:radial-gradient(circle,#3b82f659,#0000 70%);animation:6s ease-in-out infinite logoGlow}.hero-wire{transform-origin:50%;mix-blend-mode:screen;opacity:.85;z-index:0;background:linear-gradient(90deg,#0f172a00,#38bdf84d 30%,#c4b5fda6 55%,#38bdf84d 80%,#0f172a00) 0 0/220% 100%;border-radius:999px;width:160%;height:2px;animation:8s linear infinite wireSweep;position:absolute;top:50%;left:50%}.hero-wire:after{content:"";background:radial-gradient(circle,#f472b6cc,#0e749000);border-radius:50%;width:10px;height:10px;animation:8s linear infinite wireLight;position:absolute;top:50%;left:12%;transform:translate(-50%,-50%);box-shadow:0 0 10px #f472b6a6}.hero-wire--one{animation-delay:-2s;transform:translate(-50%,-50%)rotate(18deg)}.hero-wire--two{animation-delay:1s;transform:translate(-50%,-50%)rotate(-26deg)}.hero-wire--two:after{animation-delay:1s}.hero-wire--three{animation-delay:3.5s;transform:translate(-50%,-50%)rotate(78deg)}.hero-wire--three:after{animation-delay:3.5s}.hero-spark{background:radial-gradient(circle,#ff6b4a73,#0000 70%);border-radius:50%;width:120px;height:120px;animation:6s ease-in-out infinite pulse;position:absolute;top:12%;right:8%}@keyframes logoPulse{0%,to{opacity:.6;transform:scale(.95)rotate(0)}50%{opacity:1;transform:scale(1.05)rotate(2deg)}}@keyframes logoGlow{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:.95;transform:scale(1.1)}}@keyframes wireSweep{0%{opacity:0;background-position:120% 0}25%{opacity:1}50%{background-position:50% 0}75%{opacity:1}to{opacity:0;background-position:-40% 0}}@keyframes wireLight{0%{opacity:0;transform:translate(-60%,-50%)scale(.6)}20%{opacity:1}50%{transform:translate(140%,-50%)scale(1)}80%{opacity:1}to{opacity:0;transform:translate(260%,-50%)scale(.4)}}@keyframes nodePulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(.9)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.theme-section{background:radial-gradient(circle at 0 0,#7c4dff38,#0000 55%),radial-gradient(circle at 85% 20%,#38bdf82e,#0000 60%),linear-gradient(160deg,#040c1df2,#07142af5);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f}.theme-section:before{content:"";filter:blur(60px);opacity:.6;pointer-events:none;background:linear-gradient(135deg,#7c4dff2e,#38bdf800);height:55%;position:absolute;inset:12% 8% auto 30%}.theme-inner{gap:3.5rem;display:grid}.theme-layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:3rem;display:grid}.theme-intro{flex-direction:column;gap:1.75rem;display:flex}.theme-highlight-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.theme-highlight{border-radius:var(--radius);background:linear-gradient(150deg,#0c2040cc,#172c54a6);border:1px solid #ffffff14;padding:1.5rem;box-shadow:inset 0 0 0 1px #ffffff0a}.theme-highlight p{color:#f5f2ebc7;margin-top:.75rem;line-height:1.6}.theme-highlight__label{letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3;background:#ffffff0d;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;display:inline-flex}.theme-aside-card{border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0a1a38f2,#1c375fd9);border:1px solid #ffffff14;flex-direction:column;gap:1.4rem;padding:2.2rem;display:flex;position:relative;overflow:hidden}.theme-aside-card:after{content:"";opacity:.8;pointer-events:none;background:radial-gradient(circle at 100% 0,#38bdf84d,#0000 60%);position:absolute;inset:0}.theme-aside__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#38bdf8e6;font-size:.85rem;font-weight:600}.theme-aside-card p{z-index:1;color:#f5f2ebd1;position:relative}.theme-aside-list{z-index:1;color:#f5f2ebc7;gap:.9rem;padding-left:1.2rem;display:grid;position:relative}.theme-aside-list li{line-height:1.6}.theme-aside-list li::marker{color:#7c4dffd9}.logo-chip{color:#f5f2ebb8;letter-spacing:.12em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.35rem;padding:.65rem 1.2rem;font-size:.85rem;transition:transform .25s,background .25s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff05}.logo-chip:after{content:"";opacity:.9;background:linear-gradient(120deg,#ff6b4ae6,#38bdf8b3);border-radius:50%;width:6px;height:6px}@media (width<=960px){.theme-layout{grid-template-columns:1fr}.theme-aside{order:-1}}@media (width<=640px){.theme-highlight-grid{grid-template-columns:1fr}.theme-aside-card{padding:1.8rem}}.logo-chip:hover{background:#ffffff14;transform:translateY(-2px)}.civilization-section{background:radial-gradient(circle at 15% 20%,#7c4dff2e,#0000 55%),radial-gradient(circle at 80% 10%,#38bdf829,#0000 50%),#060e20eb;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff0f;box-shadow:inset 0 1px #ffffff0a}.civilization-layout{grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);align-items:start;gap:4rem;display:grid}.civilization-intro{gap:1.5rem;display:grid}.civilization-intro p{color:#f5f2ebc7;font-size:1.05rem}.section-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:#f5f2eb99;align-items:center;gap:.6rem;font-size:.78rem;display:inline-flex}.section-eyebrow:before{content:"";opacity:.8;background:linear-gradient(90deg,#ff6b4ab3,#38bdf88c);width:28px;height:1px}.civilization-showcase{gap:1.5rem;display:grid}.civilization-panel{border-radius:calc(var(--radius) + 6px);background:linear-gradient(170deg,#0b1830e6,#071022e6);border:1px solid #ffffff1a;gap:1.1rem;padding:2.2rem 2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 52px #02051366}.civilization-panel:after{content:"";opacity:.9;pointer-events:none;background:radial-gradient(circle at 100% 0,#7c4dff38,#0000 55%);position:absolute;inset:0}.civilization-panel>*{z-index:1;position:relative}.civilization-panel h3{font-size:1.2rem}.civilization-panel p{color:#f5f2ebb8}.civilization-chip-grid{flex-wrap:wrap;gap:.85rem;display:flex}.civilization-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.civilization-list li{color:#f5f2ebc2;padding-left:1.8rem;position:relative}.civilization-list li:before{content:"";background:linear-gradient(135deg,#ff6b4ad9,#38bdf8a6);border-radius:4px;width:.75rem;height:.75rem;position:absolute;top:.55rem;left:0;box-shadow:0 6px 12px #040a1673}.civilization-divider{opacity:.6;background:linear-gradient(90deg,#0000,#ffffff59,#0000);height:1px;margin:4rem 0 3rem}.advantage-section{gap:2.5rem;margin-top:3.5rem;display:grid}.advantage-layout{gap:2.5rem;display:grid}.advantage-header{gap:1.2rem;max-width:720px;display:grid}.advantage-header p{margin:0;line-height:1.6}.advantage-header p+p{border-top:1px solid #ffffff14;padding-top:.75rem}.advantage-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-auto-rows:1fr;gap:1.8rem;display:grid}.advantage-card{border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow-soft);background:radial-gradient(circle at 0 0,#7c4dff29,#09142beb);border:1px solid #ffffff14;grid-template-columns:auto 1fr;align-items:start;gap:1.5rem;height:100%;padding:2.2rem 2rem;display:grid;position:relative;overflow:hidden}.advantage-card:after{content:"";border-radius:inherit;opacity:.6;pointer-events:none;background:linear-gradient(140deg,#38bdf81f,#0000 55%);position:absolute;inset:0}.advantage-content{z-index:1;gap:.75rem;display:grid;position:relative}.advantage-content h4{font-size:1.1rem}.advantage-icon{z-index:1;background:linear-gradient(145deg,#0f274ce6,#0c1f3cb3);border:1px solid #ffffff24;border-radius:18px;place-items:center;width:56px;height:56px;display:grid;position:relative;box-shadow:0 10px 24px #070f2073}.advantage-icon svg{fill:none;width:28px;height:28px;stroke:var(--bone);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;opacity:.9}@media (width>=960px){.advantage-layout{grid-template-columns:minmax(260px,340px) 1fr;align-items:start;gap:3rem}.advantage-header{align-self:start;position:sticky;top:5rem}}.cta-section{padding:5rem 2rem 6rem}.cta-panel{border-radius:calc(var(--radius) + 8px);text-align:center;background:linear-gradient(135deg,#0f244ae0,#040c1feb);border:1px solid #ffffff1a;padding:clamp(2.5rem,5vw,4rem);position:relative;overflow:hidden;box-shadow:0 50px 120px #030a1899}.cta-panel:before{content:"";opacity:.7;background:radial-gradient(circle at 50% 30%,#ff6b4a33,#0000 65%);position:absolute;inset:0}.cta-panel h2,.cta-panel p,.cta-panel .cta-group{z-index:1;justify-content:center;position:relative}.page-hero{background:linear-gradient(135deg,#ffffff0f,#0000 60%);padding:7rem 2rem 4rem;position:relative}.page-hero:after{content:"";opacity:.6;background:radial-gradient(circle at 70% 20%,#7c4dff33,#0000 55%);position:absolute;inset:0}.page-hero h1{margin-top:1.5rem;font-size:clamp(2.4rem,5vw,3.6rem)}.page-hero p{max-width:60ch;margin-top:1.3rem;font-size:1.15rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.team-card{border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0d2146eb,#061228e0);border:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:2.2rem;display:flex;position:relative}.team-avatar{letter-spacing:.08em;color:#f5f2ebe6;background:linear-gradient(135deg,#7c4dff59,#38bdf840);border:1px solid #ffffff26;border-radius:18px;place-items:center;width:60px;height:60px;font-family:Space Grotesk,Inter,sans-serif;font-size:1.1rem;font-weight:700;display:grid}.team-card span{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.8rem}.team-card p{color:var(--muted)}.list{gap:2rem;margin-top:3rem;display:grid}.list-item{border-radius:var(--radius);box-shadow:var(--shadow-soft);color:inherit;background:linear-gradient(150deg,#0e2044eb,#08142ce0);border:1px solid #ffffff14;padding:2.2rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:block}.list-item:hover,.list-item:focus-visible{box-shadow:var(--shadow-strong,0 18px 45px #050c1873);border-color:#ffffff2e;transform:translateY(-4px)}.list-item:focus-visible{outline-offset:3px;outline:2px solid #ffffff59}.list-item h3{margin-top:1rem;font-size:1.4rem}.cta-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.4rem;margin-top:1.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.tag{color:#f5f2ebbf;letter-spacing:.16em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:.4rem .95rem;font-size:.7rem;display:inline-flex}form{gap:1.6rem;max-width:620px;margin-top:3rem;display:grid}label{letter-spacing:.08em;text-transform:uppercase;color:#f5f2ebc7;flex-direction:column;gap:.65rem;font-size:.75rem;font-weight:600;display:flex}input,textarea,select{color:var(--bone);background:#060e20eb;border:1px solid #ffffff1f;border-radius:14px;padding:1rem 1.1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #ff6b4a2e}textarea{resize:vertical;min-height:160px}footer{background:#040c1ff0;border-top:1px solid #ffffff14;padding:3.5rem 2rem}.footer-inner{max-width:var(--max-width);gap:2.5rem;margin:0 auto;display:grid}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-nav{flex-wrap:wrap;gap:1.4rem;display:flex}.footer-nav a{color:#f5f2ebad;letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.footer-bottom{color:#f5f2eb99;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.85rem;display:flex}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(32px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-16px)rotate(2deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}@media (width<=1024px){.hero{padding-top:7rem}.hero-layout{grid-template-columns:1fr;gap:3.5rem}.hero-content{text-align:left}.hero-visual{justify-items:center}.civilization-layout{grid-template-columns:1fr;gap:3rem}.civilization-showcase{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (width<=880px){.navbar{padding:1rem 1.5rem}.nav-links{inset:var(--navbar-height)0 0;min-height:calc(100vh - var(--navbar-height));opacity:0;visibility:hidden;pointer-events:none;z-index:1000;background:linear-gradient(#142a56 0%,#0d1e3f 38%,#040c1f 100%);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;padding:2.6rem 1.75rem 4rem;transition:transform .35s cubic-bezier(.22,.61,.36,1),opacity .3s,visibility .3s;display:flex;position:fixed;overflow-y:auto;transform:translateY(-1.5rem);box-shadow:0 28px 65px #020513bf}.nav-links[data-state=open]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-links a{letter-spacing:.22em;text-transform:uppercase;text-align:center;color:#f5f2ebe0;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:16px;width:100%;padding:.9rem 1.15rem;font-size:1.05rem;transition:background .25s,border-color .25s,color .25s,transform .25s;display:block}.nav-links a:after{display:none}.nav-links a:hover,.nav-links a:focus-visible{color:var(--bone);background:#ffffff24;border-color:#ffffff59;transform:translateY(-2px)}.nav-links a.active{color:var(--navy-900);background:linear-gradient(135deg,#ff6b4aeb,#38bdf8d1);border-color:#0000;box-shadow:0 20px 55px #ff6b4a7a}.menu-toggle{z-index:1001;display:inline-flex;position:relative}.cta-panel{text-align:left}.civilization-showcase{grid-template-columns:1fr}.civilization-panel{padding:2rem 1.6rem}}@media (width<=640px){section{padding:4.5rem 1.5rem}.cta-group{width:100%}.cta-group .button{text-align:center;flex:auto;justify-content:center}.hero-orb{width:72vw}.footer-top{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.menu-toggle,.menu-toggle__icon,.menu-toggle__icon:before,.menu-toggle__icon:after,.nav-links{transition-duration:.01ms!important;transition-delay:0s!important}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}.thesis-subpage-hero{background:linear-gradient(135deg,#040c1ff2,#0d2146e6);padding:8rem 2rem 6rem;position:relative;overflow:hidden}.thesis-subpage-hero:before{content:"";opacity:.6;pointer-events:none;background:radial-gradient(circle at 20% 30%,#7c4dff26,#0000 50%),radial-gradient(circle at 80% 70%,#38bdf81f,#0000 50%);position:absolute;inset:0}.thesis-breadcrumb{color:#f5f2ebb3;margin-bottom:1.5rem;font-size:.9rem}.thesis-breadcrumb a{color:#38bdf8e6;text-decoration:none;transition:color .2s}.thesis-breadcrumb a:hover{color:var(--cyan)}.thesis-breadcrumb span[aria-hidden]{color:#f5f2eb80;margin:0 .5rem}.thesis-subtitle{color:#f5f2ebd9;max-width:65ch;margin-top:1.5rem;font-size:1.2rem;line-height:1.6}.thesis-content-section{background:linear-gradient(#040c1ffa,#020513f2);padding:4rem 2rem}.thesis-content-grid{grid-template-columns:300px 1fr;align-items:start;gap:4rem;display:grid}.thesis-sidebar{top:calc(var(--navbar-height) + 2rem);position:sticky}.thesis-toc{border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0d2146f2,#061228e6);border:1px solid #ffffff14;padding:2rem}.thesis-toc h4{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1rem}.thesis-toc ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.thesis-toc a{color:#f5f2ebcc;border-left:3px solid #0000;padding:.5rem 0;text-decoration:none;transition:all .2s;display:block}.thesis-toc a:hover,.thesis-toc a:focus{color:var(--bone);border-left-color:var(--cyan);padding-left:.5rem}.thesis-sidebar-card{border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0a1a38f2,#1c375fd9);border:1px solid #ffffff14;margin-top:2rem;padding:2rem;position:relative;overflow:hidden}.thesis-sidebar-card:after{content:"";opacity:.6;pointer-events:none;background:radial-gradient(circle at 100% 0,#38bdf833,#0000 60%);position:absolute;inset:0}.thesis-sidebar-card h4{color:var(--accent);z-index:1;margin-bottom:1.5rem;font-size:1.1rem;position:relative}.thesis-quick-facts{z-index:1;gap:1rem;display:grid;position:relative}.thesis-main-content{gap:4rem;display:grid}.thesis-section{border-bottom:1px solid #ffffff0f;padding:3rem 0}.thesis-section:last-child{border-bottom:none}.thesis-fund-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.thesis-fund-logo{width:80px;height:80px;color:var(--bone);background:linear-gradient(135deg,#0f274ce6,#0c1f3cb3);border:2px solid #ffffff26;border-radius:20px;place-items:center;font-family:Space Grotesk,Inter,sans-serif;font-size:1.2rem;font-weight:700;display:grid;box-shadow:0 8px 20px #070f2066}.thesis-fund-logo--green{background:linear-gradient(135deg,#22c55e33,#16a34a4d);border-color:#22c55e66}.thesis-fund-header h2{margin:0;font-size:2rem}.thesis-fund-subtitle{color:#f5f2ebbf;margin:.5rem 0 0;font-size:1rem;font-weight:500}.thesis-fund-overview{margin-bottom:2.5rem}.thesis-fund-overview p{color:#f5f2ebe6;font-size:1.1rem;line-height:1.7}.thesis-details-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.thesis-detail-card{border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0e2044eb,#08142ce0);border:1px solid #ffffff14;padding:2rem;transition:transform .2s,box-shadow .2s}.thesis-detail-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px #02051366}.thesis-detail-card h4{color:var(--cyan);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.thesis-detail-card ul{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.thesis-detail-card li{color:#f5f2ebd9;padding-left:1.2rem;line-height:1.6;position:relative}.thesis-detail-card li:before{content:"";background:var(--accent);opacity:.8;border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.thesis-insight-box{border-radius:var(--radius);background:linear-gradient(135deg,#7c4dff26,#38bdf81a);border:1px solid #ffffff1f;margin:2rem 0;padding:2rem;position:relative;overflow:hidden}.thesis-insight-box:before{content:"";background:linear-gradient(180deg,var(--violet),var(--cyan));width:4px;height:100%;position:absolute;top:0;left:0}.thesis-insight-label{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.thesis-insight-box p{color:#f5f2ebe6;z-index:1;margin:0;font-size:1.05rem;line-height:1.7;position:relative}.thesis-metrics-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.thesis-metric{text-align:center;border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#0a1a38e6,#1c375fcc);border:1px solid #ffffff14;padding:1.5rem}.thesis-metric-value{color:var(--bone);margin-bottom:.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:1.8rem;font-weight:700;display:block}.thesis-metric-label{color:#f5f2ebbf;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}@media (width<=1024px){.thesis-content-grid{grid-template-columns:1fr;gap:3rem}.thesis-sidebar{position:static}.thesis-fund-header{text-align:center;flex-direction:column;gap:1rem}.thesis-fund-header h2{font-size:1.6rem}}@media (width<=768px){.thesis-subpage-hero{padding:6rem 2rem 4rem}.thesis-content-section{padding:3rem 2rem}.thesis-details-grid{grid-template-columns:1fr}.thesis-metrics-row{grid-template-columns:repeat(2,1fr);gap:1rem}.thesis-metric{padding:1rem}.thesis-metric-value{font-size:1.4rem}}.thesis-fancy-hero{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.thesis-fancy-hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.thesis-particle-field{background-image:radial-gradient(2px 2px at 20% 30%,#38bdf866,#0000),radial-gradient(2px 2px at 40% 70%,#7c4dff4d,#0000),radial-gradient(1px 1px at 60% 20%,#ffffff4d,#0000),radial-gradient(1px 1px at 80%,#38bdf840,#0000),radial-gradient(2px 2px at 10% 80%,#ff6b4a33,#0000),radial-gradient(1px 1px at 90% 90%,#7c4dff40,#0000);background-size:200px 200px;animation:60s linear infinite particleFloat;position:absolute;inset:0}@keyframes particleFloat{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-100%)rotate(10deg)}}.thesis-gradient-orb{filter:blur(80px);opacity:.6;border-radius:50%;position:absolute}.thesis-gradient-orb--1{background:radial-gradient(circle,#7c4dff66,#0000 70%);width:600px;height:600px;animation:20s ease-in-out infinite orbFloat1;top:-200px;left:-200px}.thesis-gradient-orb--2{background:radial-gradient(circle,#38bdf859,#0000 70%);width:500px;height:500px;animation:25s ease-in-out infinite orbFloat2;bottom:-150px;right:-100px}.thesis-gradient-orb--3{background:radial-gradient(circle,#ff6b4a40,#0000 70%);width:400px;height:400px;animation:18s ease-in-out infinite orbFloat3;top:40%;left:50%;transform:translate(-50%)}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(50px,30px)scale(1.1)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,-20px)scale(1.05)}}@keyframes orbFloat3{0%,to{opacity:.4;transform:translate(-50%)scale(.9)}50%{opacity:.7;transform:translate(-50%)scale(1.1)}}.thesis-fancy-hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.thesis-fancy-hero-content{max-width:640px}.thesis-badge{backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.6rem 1.2rem;display:inline-flex}.thesis-badge-pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #ff6b4a66}50%{opacity:.8;transform:scale(1.2);box-shadow:0 0 0 8px #ff6b4a00}}.thesis-badge-text{letter-spacing:.12em;text-transform:uppercase;color:#f5f2ebe6;font-size:.85rem;font-weight:600}.thesis-fancy-title{margin:0 0 1.5rem;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.1}.thesis-title-line{display:block}.thesis-title-gradient{background:linear-gradient(135deg,var(--accent)0%,var(--cyan)50%,var(--violet)100%);-webkit-text-fill-color:transparent;background-size:200% 200%;background-clip:text;animation:8s ease-in-out infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.thesis-fancy-subtitle{color:#f5f2ebd9;max-width:50ch;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.thesis-fancy-cta{margin-top:2rem}.thesis-scroll-indicator{color:var(--bone);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:500;transition:all .3s;display:inline-flex}.thesis-scroll-indicator:hover{color:var(--bone);background:#ffffff1f;border-color:#ffffff40;transform:translateY(4px)}.thesis-scroll-indicator svg{width:20px;height:20px;animation:2s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.thesis-fancy-hero-visual{justify-content:center;align-items:center;min-height:450px;display:flex;position:relative}.thesis-alliance-visual{width:400px;height:400px;position:relative}.thesis-flag-orbit{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 20px;display:flex;position:relative}.thesis-flag-container{z-index:10;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.thesis-flag-glow{filter:blur(30px);opacity:.6;z-index:-1;border-radius:50%;width:100px;height:100px;position:absolute}.thesis-flag-container--us .thesis-flag-glow{background:#38bdf880;animation:3s ease-in-out infinite flagGlow}.thesis-flag-container--il .thesis-flag-glow{background:#7c4dff80;animation:3s ease-in-out .5s infinite flagGlow}@keyframes flagGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.thesis-flag-emoji{filter:drop-shadow(0 10px 30px #0000004d);font-size:4rem;animation:4s ease-in-out infinite flagFloat}.thesis-flag-container--il .thesis-flag-emoji{animation-delay:.5s}@keyframes flagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.thesis-flag-label{color:#f5f2ebe6;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:600}.thesis-orbit-ring{border:1px solid #ffffff1a;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thesis-orbit-ring--1{width:200px;height:200px;animation:30s linear infinite orbitRotate}.thesis-orbit-ring--2{border-style:dashed;border-color:#38bdf833;width:280px;height:280px;animation:40s linear infinite reverse orbitRotate}.thesis-orbit-ring--3{border-color:#7c4dff26;width:360px;height:360px;animation:50s linear infinite orbitRotate}@keyframes orbitRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.thesis-connection-beam{background:linear-gradient(90deg,#38bdf8cc,#ff6b4ae6 50%,#7c4dffcc);border-radius:999px;height:3px;animation:2s ease-in-out infinite beamPulse;position:absolute;top:50%;left:20%;right:20%;transform:translateY(-50%);box-shadow:0 0 20px #ff6b4a80}@keyframes beamPulse{0%,to{opacity:.7;box-shadow:0 0 20px #ff6b4a4d}50%{opacity:1;box-shadow:0 0 40px #ff6b4a99}}.thesis-center-core{z-index:5;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thesis-core-pulse{border:2px solid #ff6b4a4d;border-radius:50%;animation:2s ease-out infinite corePulse;position:absolute;inset:-20px}@keyframes corePulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.thesis-core-inner{background:linear-gradient(135deg,#0f274ce6,#0c1f3ce6);border:2px solid #ff6b4a80;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 0 30px #ff6b4a4d,inset 0 0 20px #ff6b4a1a}.thesis-core-inner svg{width:30px;height:30px;stroke:var(--accent);animation:10s linear infinite coreRotate}@keyframes coreRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thesis-data-particles{pointer-events:none;position:absolute;inset:0}.thesis-data-dot{background:var(--cyan);width:6px;height:6px;box-shadow:0 0 10px var(--cyan);border-radius:50%;position:absolute}.thesis-data-dot--1{animation:8s ease-in-out infinite dataDot;top:20%;left:30%}.thesis-data-dot--2{animation:6s ease-in-out 1s infinite dataDot;top:40%;right:25%}.thesis-data-dot--3{animation:7s ease-in-out 2s infinite dataDot;bottom:25%;left:40%}.thesis-data-dot--4{background:var(--violet);box-shadow:0 0 10px var(--violet);animation:9s ease-in-out .5s infinite dataDot;top:60%;left:20%}.thesis-data-dot--5{background:var(--accent);box-shadow:0 0 10px var(--accent);animation:5s ease-in-out 1.5s infinite dataDot;bottom:35%;right:35%}.thesis-data-dot--6{animation:10s ease-in-out 3s infinite dataDot;top:30%;right:40%}@keyframes dataDot{0%,to{opacity:0;transform:scale(.5)}20%,80%{opacity:1;transform:scale(1)}50%{transform:scale(1.5)}}.thesis-stats-bar{border-radius:var(--radius);backdrop-filter:blur(20px);z-index:1;background:#0a1a38cc;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;padding:2rem 3rem;display:flex;position:relative}.thesis-stat-item{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.thesis-stat-number{background:linear-gradient(135deg,var(--bone),var(--cyan));-webkit-text-fill-color:transparent;background-clip:text;font-family:Space Grotesk,Inter,sans-serif;font-size:2rem;font-weight:700}.thesis-stat-label{color:#f5f2ebb3;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.thesis-stat-divider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:50px}.thesis-overview-section{background:linear-gradient(#040c1ffa,#060e20f2);padding:6rem 2rem;position:relative}.thesis-overview-header{text-align:center;margin-bottom:4rem}.thesis-overview-header h2{margin-top:1rem;font-size:clamp(2rem,4vw,2.8rem)}.thesis-overview-content{gap:4rem;display:grid}.thesis-overview-text{text-align:center;max-width:800px;margin:0 auto}.thesis-overview-text p{color:#f5f2ebd9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.thesis-overview-text p:last-child{margin-bottom:0}.thesis-principles-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.thesis-principle-card{border-radius:var(--radius);text-align:center;background:linear-gradient(160deg,#0d2146e6,#061228d9);border:1px solid #ffffff14;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.thesis-principle-card:before{content:"";opacity:0;background:radial-gradient(circle at 50% 0,#ff6b4a26,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.thesis-principle-card:hover{border-color:#ff6b4a4d;transform:translateY(-8px);box-shadow:0 25px 50px #02051380}.thesis-principle-card:hover:before{opacity:1}.thesis-principle-icon-wrap{margin-bottom:1.5rem;display:inline-flex;position:relative}.thesis-principle-icon{z-index:1;font-size:3rem;position:relative}.thesis-principle-glow{opacity:0;background:radial-gradient(circle,#ff6b4a4d,#0000 70%);border-radius:50%;transition:opacity .4s;position:absolute;inset:-20px}.thesis-principle-card:hover .thesis-principle-glow{opacity:1}.thesis-principle-card h3{color:var(--bone);margin-bottom:.75rem;font-size:1.2rem}.thesis-principle-card p{color:#f5f2ebbf;font-size:.95rem;line-height:1.6}.thesis-pillars-section{background:radial-gradient(circle at 20%,#7c4dff14,#0000 50%),radial-gradient(circle at 80%,#38bdf80f,#0000 50%),linear-gradient(#060e20f2,#040c1ffa);padding:6rem 2rem}.thesis-pillars-header{text-align:center;margin-bottom:4rem}.thesis-pillars-header h2{margin:1rem 0;font-size:clamp(2rem,4vw,2.8rem)}.thesis-pillars-header p{max-width:60ch;margin:0 auto;font-size:1.1rem}.thesis-pillars-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.thesis-pillar-card{border-radius:calc(var(--radius) + 4px);color:inherit;--mouse-x:50%;--mouse-y:50%;background:linear-gradient(160deg,#0d2146f2,#061228e6);border:1px solid #ffffff14;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .4s;display:flex;position:relative;overflow:hidden}.thesis-pillar-bg{background:radial-gradient(600px circle at var(--mouse-x)var(--mouse-y),#ff6b4a26,transparent 40%);opacity:0;transition:opacity .4s;position:absolute;inset:0}.thesis-pillar-card:hover .thesis-pillar-bg{opacity:1}.thesis-pillar-card:hover{border-color:#ffffff2e;transform:translateY(-6px);box-shadow:0 30px 60px #02051380}.thesis-pillar-number{color:#ffffff0a;font-family:Space Grotesk,Inter,sans-serif;font-size:4rem;font-weight:700;line-height:1;transition:color .4s;position:absolute;top:1.5rem;right:2rem}.thesis-pillar-card:hover .thesis-pillar-number{color:#ff6b4a26}.thesis-pillar-icon{z-index:1;width:60px;height:60px;margin-bottom:1.5rem;position:relative}.thesis-pillar-icon svg{width:100%;height:100%;stroke:var(--cyan);transition:stroke .4s}.thesis-pillar-card:hover .thesis-pillar-icon svg{stroke:var(--accent)}.thesis-pillar-content{z-index:1;flex:1;margin-bottom:1.5rem;position:relative}.thesis-pillar-content h3{color:var(--bone);margin-bottom:1rem;font-size:1.5rem}.thesis-pillar-content p{color:#f5f2ebbf;font-size:1rem;line-height:1.7}.thesis-pillar-topics{z-index:1;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex;position:relative}.thesis-topic-chip{color:#f5f2ebcc;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:.4rem .9rem;font-size:.8rem;transition:all .3s}.thesis-pillar-card:hover .thesis-topic-chip{background:#ff6b4a1a;border-color:#ff6b4a4d}.thesis-pillar-cta{color:var(--cyan);z-index:1;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative}.thesis-pillar-cta svg{width:18px;height:18px;transition:transform .3s}.thesis-pillar-card:hover .thesis-pillar-cta{color:var(--accent)}.thesis-pillar-card:hover .thesis-pillar-cta svg{transform:translate(5px)}.thesis-timeline-section{background:linear-gradient(#040c1ffa 0%,#060e20f2 100%);padding:8rem 0;position:relative;overflow:hidden}.thesis-timeline-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#38bdf814,#0000 70%);width:100%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.thesis-timeline-header{text-align:center;z-index:1;margin-bottom:5rem;padding:0 2rem;position:relative}.thesis-timeline-header h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 30%,#ffffffb3);-webkit-background-clip:text;margin-top:1rem;font-size:clamp(2rem,5vw,3rem)}.thesis-timeline-desc{color:#f5f2eb99;max-width:60ch;margin:1.5rem auto 0;font-size:1.1rem}.thesis-timeline-scroll-wrapper{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;z-index:2;flex-direction:column;width:100%;padding:4rem 2rem 6rem;display:flex;position:relative;overflow:auto hidden}.thesis-timeline-scroll-wrapper::-webkit-scrollbar{display:none}.thesis-timeline-track{z-index:0;pointer-events:none;width:100%;height:2px;position:absolute;top:3rem;left:0}.thesis-timeline-line-horizontal{background:#ffffff14;border-radius:999px;width:100%;height:100%;position:absolute;top:0;left:0}.thesis-timeline-progress-horizontal{background:linear-gradient(90deg,var(--cyan),var(--accent));border-radius:999px;width:0%;height:100%;transition:width .1s linear;position:absolute;top:0;left:0;box-shadow:0 0 15px #38bdf866}.thesis-timeline-items{z-index:1;gap:4vw;min-width:max-content;padding:1rem 5vw 0;display:flex;position:relative}.thesis-timeline-item{scroll-snap-align:center;flex-shrink:0;width:320px;padding-top:5rem;position:relative}.thesis-timeline-marker-group{z-index:2;flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;top:3rem;left:0;transform:translateY(-50%)}.thesis-timeline-dot{background:var(--navy-900);border:2px solid var(--muted);z-index:2;border-radius:50%;width:16px;height:16px;transition:all .3s;position:relative}.thesis-timeline-item:hover .thesis-timeline-dot,.thesis-timeline-item.active .thesis-timeline-dot{background:var(--cyan);border-color:var(--cyan);transform:scale(1.2);box-shadow:0 0 0 4px #38bdf833}.thesis-timeline-dot--pulse{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 4px #ff6b4a33}.thesis-timeline-year{color:var(--muted);margin-top:1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;transition:color .3s}.thesis-timeline-item:hover .thesis-timeline-year,.thesis-timeline-item.active .thesis-timeline-year{color:var(--bone)}.future-text{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.thesis-timeline-card{backdrop-filter:blur(10px);background:linear-gradient(165deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:1rem;height:100%;padding:2rem;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex}.thesis-timeline-item:hover .thesis-timeline-card{background:linear-gradient(165deg,#ffffff0f 0%,#ffffff05 100%);border-color:#38bdf84d;transform:translateY(-10px);box-shadow:0 20px 50px #0000004d}.thesis-card--highlight{background:linear-gradient(165deg,#ff6b4a14 0%,#ff6b4a05 100%);border-color:#ff6b4a4d}.thesis-card--highlight:hover{border-color:var(--accent);background:linear-gradient(165deg,#ff6b4a1f 0%,#ff6b4a0a 100%);box-shadow:0 20px 50px #ff6b4a26}.thesis-card-icon{margin-bottom:.5rem;font-size:2rem;display:block}.thesis-timeline-card h4{color:var(--bone);font-size:1.25rem;line-height:1.2}.thesis-timeline-card p{color:#f5f2ebb3;font-size:.95rem;line-height:1.6}@media (width<=768px){.thesis-timeline-scroll-wrapper{padding-left:1rem;padding-right:1rem}.thesis-timeline-items{gap:2rem;padding:0 2rem}.thesis-timeline-item{width:280px}}.thesis-impact-section{background:radial-gradient(circle at 50% 0,#7c4dff1a,#0000 50%),linear-gradient(#060e20f2,#040c1ffa);padding:6rem 2rem}.thesis-impact-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.thesis-impact-card{border-radius:calc(var(--radius) + 4px);background:linear-gradient(160deg,#0d2146f2,#061228e6);border:1px solid #ffffff14;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.thesis-impact-card:before{content:"";background:linear-gradient(90deg,var(--accent),var(--cyan),var(--violet));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.thesis-impact-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #02051380}.thesis-impact-card:hover:before{transform:scaleX(1)}.thesis-impact-icon-wrap{margin-bottom:1.5rem;display:inline-flex;position:relative}.thesis-impact-icon-bg{opacity:0;background:radial-gradient(circle,#ff6b4a33,#0000 70%);border-radius:50%;transition:opacity .4s;position:absolute;inset:-15px}.thesis-impact-card:hover .thesis-impact-icon-bg{opacity:1}.thesis-impact-icon{z-index:1;font-size:2.5rem;position:relative}.thesis-impact-card h3{color:var(--bone);margin-bottom:1rem;font-size:1.4rem}.thesis-impact-card>p{color:#f5f2ebcc;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.thesis-impact-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.thesis-impact-list li{color:#f5f2ebd9;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.thesis-impact-bullet{background:linear-gradient(135deg,var(--accent),var(--cyan));border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:.4rem}.thesis-cta-section{position:relative}.thesis-cta-panel{border-radius:calc(var(--radius) + 8px);text-align:center;background:linear-gradient(135deg,#0f244ae0,#040c1feb);border:1px solid #ffffff1a;padding:clamp(3rem,6vw,5rem);position:relative;overflow:hidden;box-shadow:0 50px 120px #030a1899}.thesis-cta-glow{opacity:.8;background:radial-gradient(circle at 30% 30%,#7c4dff33,#0000 50%),radial-gradient(circle at 70% 70%,#ff6b4a33,#0000 50%);animation:8s ease-in-out infinite ctaGlow;position:absolute;inset:0}@keyframes ctaGlow{0%,to{opacity:.6}50%{opacity:1}}.thesis-cta-panel h2,.thesis-cta-panel p,.thesis-cta-panel .cta-group{z-index:1;justify-content:center;position:relative}.thesis-cta-panel h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem)}.thesis-cta-panel p{color:#f5f2ebd9;max-width:60ch;margin:0 auto 2rem;font-size:1.1rem}@media (width<=1200px){.thesis-principles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.thesis-fancy-hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.thesis-fancy-hero-content{max-width:100%}.thesis-fancy-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.thesis-fancy-hero-visual{min-height:350px}.thesis-alliance-visual{width:320px;height:320px}.thesis-pillars-grid,.thesis-impact-grid{grid-template-columns:1fr}.thesis-timeline-item{grid-template-columns:auto 1fr;gap:1.5rem}.thesis-timeline-item:nth-child(2n){direction:ltr}.thesis-timeline-marker{grid-area:1/1}.thesis-timeline-dot{grid-area:1/1/span 2}.thesis-timeline-card{grid-column:2}.thesis-timeline-line{left:10px}}@media (width<=768px){.thesis-fancy-hero{min-height:auto;padding:6rem 1.5rem 3rem}.thesis-fancy-title{font-size:clamp(2rem,8vw,3rem)}.thesis-stats-bar{flex-wrap:wrap;gap:1.5rem;padding:1.5rem 2rem}.thesis-stat-divider{display:none}.thesis-stat-item{flex:40%}.thesis-stat-number{font-size:1.5rem}.thesis-principles-grid{grid-template-columns:1fr;gap:1.5rem}.thesis-principle-card{padding:2rem 1.5rem}.thesis-pillar-card{padding:2rem}.thesis-timeline-item{flex-direction:column;align-items:flex-start;gap:1rem;padding-left:2.5rem;display:flex}.thesis-timeline-dot{position:absolute;left:0}.thesis-timeline-line{left:8px}}@media (width<=480px){.thesis-flag-emoji{font-size:3rem}.thesis-alliance-visual{width:280px;height:280px}.thesis-orbit-ring--3{display:none}}.thesis-article{color:#f5f2ebeb;max-width:720px;margin:0 auto;font-size:1.125rem;line-height:1.85}.thesis-article p{color:#f5f2ebeb;margin-bottom:1.75rem;font-size:1.125rem;font-weight:400;line-height:1.85}.thesis-article p:last-child{margin-bottom:0}.thesis-lead-paragraph{color:#f5f2ebf2;border-left:3px solid var(--accent);margin-bottom:2.5rem;padding-left:1.5rem;font-size:1.35rem;font-weight:400;line-height:1.75;position:relative}.thesis-dropcap:first-letter{float:left;color:var(--accent);text-shadow:2px 2px #ff6b4a33;margin-top:.1em;margin-right:.75rem;font-family:Space Grotesk,serif;font-size:4.5rem;font-weight:700;line-height:.85}.thesis-article h2{color:var(--bone);letter-spacing:-.02em;margin:4rem 0 1.5rem;font-size:2rem;font-weight:700;position:relative}.thesis-article h2:after{content:"";background:linear-gradient(90deg,var(--accent),var(--cyan));border-radius:2px;width:60px;height:4px;margin-top:1rem;display:block}.thesis-article h3{color:var(--bone);letter-spacing:-.01em;margin:3rem 0 1.25rem;font-size:1.5rem;font-weight:600}.thesis-article h4{color:#f5f2ebf2;margin:2rem 0 1rem;font-size:1.25rem;font-weight:600}.thesis-pullquote{border-radius:var(--radius);border-left:4px solid var(--accent);background:linear-gradient(135deg,#7c4dff14,#38bdf80d);margin:3rem -2rem;padding:2.5rem 3rem;position:relative}.thesis-pullquote p{color:var(--bone);margin:0;font-size:1.5rem;font-style:italic;font-weight:500;line-height:1.6}.thesis-pullquote cite{color:#f5f2ebb3;margin-top:1rem;font-size:.95rem;font-style:normal;display:block}.thesis-pullquote cite:before{content:"— "}.thesis-article blockquote{border-left:4px solid var(--cyan);border-radius:0 var(--radius)var(--radius)0;background:#ffffff08;margin:2.5rem 0;padding:1.5rem 2rem}.thesis-article blockquote p{color:#f5f2ebe0;margin:0;font-size:1.1rem}.thesis-case-study{border-radius:calc(var(--radius) + 4px);background:linear-gradient(160deg,#0d2146f2,#061228e6);border:1px solid #ffffff1a;margin:3rem 0;padding:2.5rem;position:relative;overflow:hidden}.thesis-case-study:before{content:"";background:linear-gradient(90deg,var(--accent),var(--cyan),var(--violet));height:4px;position:absolute;top:0;left:0;right:0}.thesis-case-study-label{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-flex}.thesis-case-study-title{color:var(--bone);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.thesis-case-study p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.thesis-case-study p:last-child{margin-bottom:0}.thesis-stat-highlight{background:#ff6b4a26;border-radius:6px;align-items:baseline;gap:.4rem;margin:0 .2rem;padding:.2rem .6rem;display:inline-flex}.thesis-stat-highlight .value{color:var(--accent);font-family:Space Grotesk,sans-serif;font-weight:700}.thesis-stat-highlight .label{color:#f5f2ebcc;font-size:.85em}.thesis-margin-note{float:right;border-left:3px solid var(--cyan);border-radius:0 var(--radius)var(--radius)0;color:#f5f2ebd9;background:#38bdf814;width:200px;margin:.5rem -220px 1rem 2rem;padding:1rem;font-size:.9rem;line-height:1.6}@media (width<=1200px){.thesis-margin-note{float:none;width:100%;margin:1.5rem 0}}.thesis-comparison{border-radius:var(--radius);border:1px solid #ffffff1a;margin:3rem 0;overflow:hidden}.thesis-comparison-header{color:var(--bone);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(90deg,#7c4dff33,#38bdf826);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1rem 1.5rem;font-size:.95rem;font-weight:600;display:grid}.thesis-comparison-row{background:#0a1a3899;border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1.25rem 1.5rem;transition:background .2s;display:grid}.thesis-comparison-row:last-child{border-bottom:none}.thesis-comparison-row:hover{background:#0f2346cc}.thesis-comparison-row span{padding:.25rem 0}.thesis-model-feature{border-radius:calc(var(--radius) + 8px);background:linear-gradient(160deg,#0f274cf2,#081630e6);border:1px solid #ffffff1f;margin:4rem 0;padding:3rem;position:relative;overflow:hidden}.thesis-model-feature:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ff6b4a26,#0000 40%),radial-gradient(circle at 100% 100%,#38bdf81a,#0000 40%);position:absolute;inset:0}.thesis-model-feature-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);z-index:1;background:#ff6b4a26;border:1px solid #ff6b4a4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex;position:relative}.thesis-model-feature h3{color:var(--bone);z-index:1;margin-bottom:1.25rem;font-size:1.75rem;position:relative}.thesis-model-feature>p{z-index:1;font-size:1.1rem;line-height:1.8;position:relative}.thesis-model-pillars{z-index:1;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid;position:relative}.thesis-model-pillar{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff14;padding:1.5rem;transition:all .3s}.thesis-model-pillar:hover{background:#ffffff14;border-color:#ff6b4a4d;transform:translateY(-4px)}.thesis-model-pillar h4{color:var(--cyan);margin-bottom:.75rem;font-size:1.1rem}.thesis-model-pillar p{color:#f5f2ebcc;margin:0;font-size:.95rem;line-height:1.6}.thesis-stats-showcase{border-radius:var(--radius);background:linear-gradient(135deg,#0a1a38e6,#12264bd9);border:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin:3rem 0;padding:2rem;display:grid}.thesis-stat-card{text-align:center;border-radius:var(--radius);background:#ffffff08;padding:1.5rem 1rem;transition:all .3s}.thesis-stat-card:hover{background:#ffffff0f;transform:scale(1.05)}.thesis-stat-card .number{background:linear-gradient(135deg,var(--accent),var(--cyan));-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;display:block}.thesis-stat-card .label{color:#f5f2ebb3;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.thesis-narrative-section{padding:4rem 0;position:relative}.thesis-narrative-section+.thesis-narrative-section{border-top:1px solid #ffffff14}.thesis-narrative-section:before{content:"";background:linear-gradient(#0000,#ff6b4a4d,#0000);border-radius:2px;width:3px;position:absolute;top:4rem;bottom:4rem;left:-3rem}.thesis-reading-progress{z-index:100;background:#ffffff1a;height:3px;position:fixed;top:0;left:0;right:0}.thesis-reading-progress-bar{background:linear-gradient(90deg,var(--accent),var(--cyan));width:0;height:100%;transition:width .1s linear}.thesis-accordion{border-radius:var(--radius);border:1px solid #ffffff1a;margin:2rem 0;overflow:hidden}.thesis-accordion-item{border-bottom:1px solid #ffffff14}.thesis-accordion-item:last-child{border-bottom:none}.thesis-accordion-trigger{cursor:pointer;width:100%;color:var(--bone);text-align:left;background:#0a1a3899;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:background .2s;display:flex}.thesis-accordion-trigger:hover{background:#0f2346cc}.thesis-accordion-trigger:after{content:"+";color:var(--cyan);font-size:1.5rem;font-weight:300;transition:transform .3s}.thesis-accordion-item[data-state=open] .thesis-accordion-trigger:after{transform:rotate(45deg)}.thesis-accordion-content{background:#06122880;max-height:0;transition:max-height .4s;overflow:hidden}.thesis-accordion-item[data-state=open] .thesis-accordion-content{max-height:1000px}.thesis-accordion-inner{padding:1.5rem 2rem 2rem}.thesis-timeline-interactive{padding:3rem 0;position:relative}.thesis-timeline-track{background:#ffffff1a;border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:30px}.thesis-timeline-fill{background:linear-gradient(180deg,var(--accent),var(--cyan));border-radius:2px;width:100%;transition:height .3s;position:absolute;top:0;left:0}.thesis-timeline-event{padding-bottom:3rem;padding-left:80px;position:relative}.thesis-timeline-event:last-child{padding-bottom:0}.thesis-timeline-marker{background:var(--navy-700);z-index:2;border:3px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex;position:absolute;left:20px}.thesis-timeline-event[data-active=true] .thesis-timeline-marker{border-color:var(--accent);box-shadow:0 0 20px #ff6b4a66}.thesis-timeline-marker-inner{background:var(--muted);border-radius:50%;width:8px;height:8px;transition:background .3s}.thesis-timeline-event[data-active=true] .thesis-timeline-marker-inner{background:var(--accent)}.thesis-timeline-date{color:var(--cyan);letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.thesis-timeline-event-content h4{color:var(--bone);margin-bottom:.75rem;font-size:1.25rem}.thesis-timeline-event-content p{color:#f5f2ebcc;font-size:1rem;line-height:1.7}.thesis-emphasis{border-radius:var(--radius);background:linear-gradient(135deg,#ff6b4a1a,#ff6b4a0d);border:1px solid #ff6b4a40;margin:2.5rem 0;padding:2rem 2.5rem;position:relative}.thesis-emphasis:before{content:"!";background:var(--accent);width:24px;height:24px;color:var(--navy-900);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:-12px;left:24px}.thesis-emphasis p{color:#f5f2ebeb;margin:0;font-size:1.05rem}.thesis-tabs{margin:3rem 0}.thesis-tabs-nav{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.thesis-tab-button{color:#f5f2ebb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s}.thesis-tab-button:hover{color:var(--bone);background:#ffffff0d}.thesis-tab-button[data-active=true]{background:linear-gradient(135deg,var(--accent),var(--cyan));color:var(--navy-900);border-color:#0000;font-weight:600}.thesis-tab-content{animation:.4s fadeIn;display:none}.thesis-tab-content[data-active=true]{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.thesis-tab-content ul{gap:1.5rem;margin:2rem 0;padding:0;list-style:none;display:grid}.thesis-tab-content li{border-radius:var(--radius);color:#f5f2ebe0;background:linear-gradient(135deg,#0a1a38cc,#14285099);border:1px solid #ffffff14;padding:1.5rem 2rem;line-height:1.7;transition:all .3s;position:relative;box-shadow:0 8px 24px #0205134d}.thesis-tab-content li:hover{border-color:#38bdf833;transform:translateY(-4px);box-shadow:0 12px 32px #02051366}.thesis-tab-content li:before{content:"";background:linear-gradient(135deg,var(--accent),var(--cyan));border-radius:50%;width:8px;height:8px;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 0 12px #ff6b4a80}.thesis-tab-content li strong{color:var(--bone);margin-bottom:.5rem;font-size:1.05rem;font-weight:600;display:block}.thesis-article ul,.thesis-article ol{margin:1.5rem 0;padding-left:1.5rem}.thesis-article ul li,.thesis-article ol li{color:#f5f2ebe0;margin-bottom:.75rem;line-height:1.7}.thesis-article ul li::marker{color:var(--accent)}.thesis-article ol li::marker{color:var(--cyan);font-weight:600}.thesis-article a{color:var(--cyan);border-bottom:1px solid #38bdf84d;text-decoration:none;transition:all .2s}.thesis-article a:hover{color:var(--accent);border-bottom-color:var(--accent)}.thesis-chapter-nav{border-top:1px solid #ffffff1a;justify-content:space-between;gap:2rem;margin:4rem 0;padding-top:3rem;display:flex}.thesis-chapter-link{border-radius:var(--radius);background:#0a1a3899;border:1px solid #ffffff1a;flex:1;padding:1.5rem 2rem;text-decoration:none;transition:all .3s}.thesis-chapter-link:hover{background:#0f2346cc;border-color:#ff6b4a4d;transform:translateY(-4px)}.thesis-chapter-link--next{text-align:right}.thesis-chapter-label{color:#f5f2eb99;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.85rem}.thesis-chapter-title{color:var(--bone);font-size:1.1rem;font-weight:600}@media (width<=768px){.thesis-article,.thesis-article p{font-size:1.05rem}.thesis-lead-paragraph{font-size:1.15rem}.thesis-pullquote{margin:2rem -1rem;padding:1.5rem 2rem}.thesis-pullquote p{font-size:1.25rem}.thesis-case-study{padding:1.5rem}.thesis-model-feature{padding:2rem}.thesis-chapter-nav{flex-direction:column}.thesis-chapter-link--next{text-align:left}}.thesis-toc a.active{color:var(--accent);font-weight:600}.thesis-toc a.active:before{content:"";background:var(--accent);border-radius:2px;width:4px;height:16px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.thesis-toc li{position:relative}.back-to-top{background:linear-gradient(135deg,var(--accent),#ff8a70);color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px);box-shadow:0 4px 20px #ff6b4a66}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ff6b4a80}.back-to-top:before{content:"↑";font-size:1.5rem;font-weight:700}.code-copy-button{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;transition:all .2s;position:absolute;top:.5rem;right:.5rem}.code-copy-button:hover{color:#fff;background:#fff3}.thesis-timeline-item{opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translate(-20px)}.thesis-timeline-item.is-visible{opacity:1;transform:translate(0)}.thesis-sidebar-card--warning{background:linear-gradient(135deg,#ffaa0026,#ff64001a);border-color:#ffaa004d}.thesis-sidebar-card--warning h4{color:#fa0}.thesis-quick-facts{gap:.75rem;display:grid}.thesis-fact{flex-direction:column;gap:.2rem;display:flex}.thesis-fact-value{color:var(--foreground);font-family:Space Grotesk,Inter,sans-serif;font-size:.95rem;font-weight:700}.thesis-fact-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}@media print{.thesis-reading-progress,.thesis-sidebar,.thesis-chapter-nav,.back-to-top,nav[data-nav]{display:none!important}.thesis-content-grid{display:block}.thesis-article{max-width:100%}.thesis-pullquote{border-left-color:#333}.thesis-case-study,.thesis-model-feature{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f5f5f5;border:1px solid #ccc}}
/*# sourceMappingURL=contact.2c38c7f3.css.map */
