:root{--bg:#070b09;--bg-raised:#0f1712;--bg-raised-2:#152019;--line:#1e2c24;--line-soft:#132019;--ink:#eaf3ec;--ink-dim:#8ca396;--ink-faint:#526255;--accent:#4ade80;--accent-soft:#1f4a32;--accent-hot:#c6ff6b;--accent-ink:#04140a;--danger:#ff8a65;--serif:var(--font-fraunces), ui-serif, Georgia, serif;--sans:var(--font-archivo), ui-sans-serif, system-ui, sans-serif;--mono:var(--font-jbmono), ui-monospace, "SFMono-Regular", Menlo, monospace;--fs-hero:clamp(2.6rem, 5.4vw + 1rem, 5.6rem);--fs-h2:clamp(1.7rem, 2.4vw + 1rem, 2.5rem);--fs-h3:1.15rem;--fs-body:1.05rem;--fs-mono:.8rem;--maxw:1180px}.sauzal-home{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:var(--fs-body);-webkit-font-smoothing:antialiased;line-height:1.55}.sauzal-home *{box-sizing:border-box}.sauzal-home a{color:inherit}.sauzal-home h1,.sauzal-home h2,.sauzal-home h3{font-family:var(--serif);letter-spacing:-.01em;text-wrap:balance;margin:0;font-weight:900}.sauzal-home p{color:var(--ink-dim);max-width:62ch;margin:0}.sauzal-home em{font-family:var(--serif);color:var(--accent-hot);font-style:italic;font-weight:500}.sauzal-home .mono{font-family:var(--mono)}.sauzal-home .eyebrow{font-family:var(--mono);font-size:var(--fs-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.6em;display:flex}.sauzal-home .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:clamp(1.25rem,4vw,3rem)}.sauzal-home button,.sauzal-home .btn{font-family:var(--sans);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5em;padding:.85em 1.4em;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}.sauzal-home .btn:focus-visible,.sauzal-home a:focus-visible,.sauzal-home button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sauzal-home .btn-solid{background:var(--accent);color:var(--accent-ink)}.sauzal-home .btn-solid:hover{background:var(--accent-hot);transform:translateY(-1px)}.sauzal-home .btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.sauzal-home .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.sauzal-home .btn-block{justify-content:center;width:100%}.sauzal-home nav{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft);background:#070b09d1;position:sticky;top:0}.sauzal-home nav .wrap{justify-content:space-between;align-items:center;gap:1rem;padding-block:.9rem;display:flex}.sauzal-home .brand{align-items:center;gap:.5em;text-decoration:none;display:flex}.sauzal-home .brand-logo{width:auto;height:1.15rem;animation:2.4s ease-in-out infinite sauzal-logo-glow}.sauzal-home .brand-wordmark{width:auto;height:.85rem}@keyframes sauzal-logo-glow{0%,to{opacity:.75}50%{opacity:1;filter:drop-shadow(0 0 4px #4ade808c)}}.sauzal-home .dot{background:var(--accent);border-radius:50%;flex:none;width:8px;height:8px;animation:2.4s ease-out infinite sauzal-pulse;box-shadow:0 0 #4ade8099}@keyframes sauzal-pulse{0%{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}.sauzal-home .navlinks{align-items:center;gap:1.6rem;font-size:.92rem;display:flex}.sauzal-home .navlinks a{color:var(--ink-dim);text-decoration:none}.sauzal-home .navlinks a:hover{color:var(--ink)}.sauzal-home .status-chip{font-family:var(--mono);color:var(--ink-dim);border:1px solid var(--line);white-space:nowrap;border-radius:100px;align-items:center;gap:.5em;padding:.35em .8em;font-size:.74rem;text-decoration:none;display:flex}.sauzal-home .status-chip:hover{color:var(--ink);border-color:var(--accent)}.sauzal-home .navcta{align-items:center;gap:.7rem;display:flex}@media (max-width:860px){.sauzal-home .navlinks,.sauzal-home .status-chip{display:none}}.sauzal-home .user-menu{cursor:pointer;font-family:var(--mono);color:var(--ink-dim);border:1px solid var(--line);border-radius:100px;padding:.5em .9em;font-size:.82rem;text-decoration:none;display:inline-block}.sauzal-home .user-menu:hover{color:var(--ink);border-color:var(--accent)}.sauzal-home .hero{padding-top:clamp(3.5rem,8vw,6rem);padding-bottom:clamp(4rem,10vw,7rem);position:relative;overflow:hidden}.sauzal-home .hero-bg{background-image:linear-gradient(180deg, #070b0959 0%, #070b098c 40%, var(--bg) 92%), url(/images/sauzal-hero.jpg);filter:saturate(1.05);background-position:50% 20%;background-size:cover;position:absolute;inset:0}.sauzal-home .hero-content{z-index:1;position:relative}.sauzal-home .hero h1{font-size:var(--fs-hero);max-width:14ch;margin-top:.9rem;line-height:1.02}.sauzal-home .hero .lede{color:#cfe3d6;max-width:46ch;margin-top:1.6rem;font-size:1.15rem}.sauzal-home .hero-ctas{flex-wrap:wrap;gap:.9rem;margin-top:2.2rem;display:flex}.sauzal-home .hero-code{font-family:var(--mono);color:var(--ink-faint);align-items:center;gap:.6em;margin-top:1.8rem;font-size:.82rem;display:flex}.sauzal-home .hero-code .car{color:var(--accent)}.sauzal-home .band{border-top:1px solid var(--line-soft);padding-block:clamp(3.5rem,7vw,5.5rem)}.sauzal-home .band .head{max-width:56ch;margin-bottom:2.6rem}.sauzal-home .band .head h2{margin-top:.6rem}.sauzal-home .tiles{background:var(--line-soft);border:1px solid var(--line-soft);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.sauzal-home .tile{background:var(--bg-raised);flex-direction:column;gap:.9rem;padding:2rem 1.8rem;display:flex}.sauzal-home .tile .mark{width:26px;height:26px}.sauzal-home .tile h3{font-size:var(--fs-h3);color:var(--ink)}.sauzal-home .tile p{font-size:.94rem}@media (max-width:820px){.sauzal-home .tiles{grid-template-columns:1fr}}.sauzal-home .netstrip{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--bg-raised);height:150px;position:relative;overflow:hidden}.sauzal-home .netstrip canvas{width:100%;height:100%;display:block}.sauzal-home .paths{padding-block:clamp(3.5rem,7vw,5.5rem)}.sauzal-home .paths .head{max-width:60ch;margin-bottom:2.8rem}.sauzal-home .paths .head h2{margin-top:.6rem}.sauzal-home .pathgrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:920px){.sauzal-home .pathgrid{grid-template-columns:1fr}}.sauzal-home .card{background:var(--bg-raised);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:1.4rem;padding:clamp(1.6rem,3vw,2.4rem);display:flex}.sauzal-home .card .tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.72rem}.sauzal-home .card h3{font-size:1.6rem}.sauzal-home .card ul{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.sauzal-home .card li{color:#cddad2;align-items:flex-start;gap:.7em;font-size:.94rem;display:flex}.sauzal-home .card li:before{content:"";background:var(--accent);border-radius:50%;flex:none;width:6px;height:6px;margin-top:.55em}.sauzal-home .code{background:var(--bg);border:1px solid var(--line);font-family:var(--mono);color:#b9ccc0;border-radius:10px;padding:1.1rem 1.2rem;font-size:.78rem;line-height:1.65;overflow-x:auto}.sauzal-home .code .k{color:var(--accent)}.sauzal-home .code .s{color:var(--accent-hot)}.sauzal-home .code .c{color:var(--ink-faint)}.sauzal-home .simulator{background:var(--bg);border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:.9rem;padding:1.2rem 1.3rem;display:flex}.sauzal-home .sim-row{color:var(--ink-dim);justify-content:space-between;align-items:center;font-size:.86rem;display:flex}.sauzal-home .sim-row .v{font-family:var(--mono);color:var(--ink)}.sauzal-home .sim-bar{background:var(--line);border-radius:100px;height:6px;overflow:hidden}.sauzal-home .sim-bar span{background:var(--accent);border-radius:100px;width:64%;height:100%;display:block}.sauzal-home .sim-result{border-top:1px dashed var(--line);justify-content:space-between;align-items:baseline;margin-top:.2rem;padding-top:.9rem;display:flex}.sauzal-home .sim-result .amt{font-family:var(--mono);color:var(--accent-hot);font-size:1.5rem}.sauzal-home .sim-note{color:var(--ink-faint);font-size:.74rem}.sauzal-home .card-cta{margin-top:auto}.sauzal-home footer{border-top:1px solid var(--line-soft);padding-block:2.6rem}.sauzal-home footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;display:flex}.sauzal-home footer .tagline{font-family:var(--serif);color:var(--ink-dim);font-size:1.05rem;font-style:italic;font-weight:500}.sauzal-home .footlinks{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);gap:1.4rem;font-size:.72rem;display:flex}.sauzal-home .footlinks a{text-decoration:none}.sauzal-home .footlinks a:hover{color:var(--ink-dim)}@media (prefers-reduced-motion:reduce){.sauzal-home .dot,.sauzal-home .brand-logo{animation:none}}
