:root{--background:#fcfcfd;--foreground:#111827;--card:#fff;--card-foreground:#111827;--primary:#5667f5;--primary-hover:#4353e0;--primary-foreground:#fff;--secondary:#f2f4f7;--secondary-foreground:#111827;--muted:#f8fafc;--muted-foreground:#667085;--accent:#eef2ff;--accent-foreground:#5667f5;--border:#eaecf0;--ring:#5667f5;--success:#12b76a;--warning:#f79009;--radius:.625rem;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 14px 34px -14px #10182829;--shadow-xl:0 32px 80px -32px #38439147;--philosophy-background:#f4f5ff;--philosophy-foreground:#171b35;--philosophy-muted:#667085;--philosophy-border:#dfe3ff}html.dark{--background:#171a2b;--foreground:#f4f5fb;--card:#20243a;--card-foreground:#f4f5fb;--primary:#8c96ff;--primary-hover:#a5adff;--primary-foreground:#15182a;--secondary:#292e47;--secondary-foreground:#f4f5fb;--muted:#1c2034;--muted-foreground:#aab2c8;--accent:#2b3156;--accent-foreground:#bdc3ff;--border:#343a55;--ring:#8c96ff;--shadow-sm:0 1px 2px #05071040;--shadow-md:0 14px 34px -14px #05071073;--shadow-xl:0 32px 80px -32px #0507109e;--philosophy-background:#20243a;--philosophy-foreground:#f4f5fb;--philosophy-muted:#aab2c8;--philosophy-border:#3a4160}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth;scroll-padding-top:5rem}html.dark{color-scheme:dark}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}img,svg{max-width:100%;display:block}.container{width:min(1180px,100% - 2.5rem);margin-inline:auto}.section{padding:7rem 0}.section-muted{background:var(--muted);border-block:1px solid var(--border)}.eyebrow{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:750;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:1.35rem;height:2px}.section-heading{max-width:700px;margin-bottom:3.5rem}.section-heading.center{text-align:center;margin-inline:auto}.section-heading.center .eyebrow:before{display:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--foreground);letter-spacing:-.035em;line-height:1.12}h1{font-size:clamp(3.3rem,7vw,6rem)}h2{margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.75rem)}h3{font-size:1.25rem}.section-copy{color:var(--muted-foreground);font-size:1.08rem}.btn-primary,.btn-secondary{border:1px solid #0000;border-radius:.6rem;justify-content:center;align-items:center;gap:.55rem;min-height:3rem;padding:.7rem 1.25rem;font-size:.92rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 8px 22px -8px #5667f5a6}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:var(--card);color:var(--foreground);border-color:var(--border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:color-mix(in srgb, var(--primary) 40%, var(--border));transform:translateY(-1px)}.btn-lg{min-height:3.4rem;padding-inline:1.45rem}.header-nav{z-index:50;border-bottom:1px solid color-mix(in srgb, var(--border) 75%, transparent);background:color-mix(in srgb, var(--background) 88%, transparent);backdrop-filter:blur(18px);position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;gap:2rem;height:4.5rem;display:flex}.brand-logo{letter-spacing:-.03em;align-items:center;gap:.65rem;font-size:1.12rem;font-weight:800;display:inline-flex}.brand-logo img{filter:drop-shadow(0 2px 5px #5667f52e);width:1.75rem;height:1.75rem}.nav-right,.nav-links{align-items:center;display:flex}.nav-right{gap:.75rem}.nav-links{gap:1.65rem;margin:0 1rem 0 0;padding:0;list-style:none}.nav-links a{color:var(--muted-foreground);font-size:.88rem;font-weight:550}.nav-links a:hover{color:var(--foreground)}.theme-toggle-btn{border:1px solid var(--border);background:var(--card);width:2.75rem;height:2.75rem;color:var(--muted-foreground);cursor:pointer;border-radius:.6rem;place-items:center;display:grid}footer{border-top:1px solid var(--border);background:var(--card);padding:4.5rem 0 2rem}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{max-width:330px;color:var(--muted-foreground);margin-top:1rem;font-size:.9rem}.footer-col h4{letter-spacing:0;margin-bottom:1rem;font-size:.85rem}.footer-col ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.footer-col a{color:var(--muted-foreground);font-size:.87rem}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;gap:1rem;padding-top:1.75rem;font-size:.8rem;display:flex}.footer-bottom p{margin:0}.footer-bottom a{color:var(--foreground);text-underline-offset:2px;font-weight:500;text-decoration:underline}.footer-bottom a:hover{color:var(--primary)}@media (width<=900px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.container{width:min(100% - 1.5rem,1180px)}.section{padding:5rem 0}h1{font-size:clamp(2.65rem,13vw,3.3rem)}h2{font-size:clamp(2.05rem,10vw,2.5rem)}.section-heading{margin-bottom:2.5rem}.nav-right{gap:.45rem}.header-nav .btn-primary{min-height:2.6rem;padding-inline:.9rem;font-size:.8rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (width<=420px){.nav-container{gap:.5rem}.brand-logo{gap:.45rem;font-size:1rem}.brand-logo img{width:1.55rem;height:1.55rem}.theme-toggle-btn{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.icon-sun[data-astro-cid-ju4pidww]{display:none}.icon-moon[data-astro-cid-ju4pidww],html.dark .icon-sun[data-astro-cid-ju4pidww]{display:block}html.dark .icon-moon[data-astro-cid-ju4pidww]{display:none}
