.theme-switch{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:var(--panel);color:var(--text);font:inherit;font-size:10px;cursor:pointer;transition:.2s}.theme-switch:hover{border-color:var(--mint);transform:translateY(-1px)}.theme-switch span{color:var(--mint);font-size:15px}.theme-switch b{font-size:10px;letter-spacing:.08em}
html.light{color-scheme:light;--bg:#edf4f0;--panel:#f9fcfa;--panel2:#e8f2ed;--line:#c8d8d0;--text:#10241c;--muted:#61766c;--mint:#0eb979;--mint2:#079665;--danger:#c84e3c}html.light body{background:radial-gradient(circle at 75% 0,#b8e8d3aa,transparent 30%),var(--bg)}html.light .nav-shell{border-bottom-color:#17382b12}html.light .button.ghost{background:#ffffffa8}html.light .shield-card{background:linear-gradient(150deg,#f8fffbf2,#dcece4f5);border-color:#8eb9a5;box-shadow:0 30px 90px #234f3930,inset 0 1px #fff}html.light .float-card{background:#f8fffbde;border-color:#aacabd;box-shadow:0 18px 45px #234f3925}html.light .product{background:linear-gradient(145deg,var(--panel),var(--panel2))}html.light .capital,html.light .steps article{background:#f7fbf9}html.light .shield-section{background:radial-gradient(circle at 20% 45%,#a5dcc45c,transparent 32%)}html.light .audit-card{background:linear-gradient(120deg,#d8eee3,#f8fbf9 65%)}html.light .final-cta{background:linear-gradient(110deg,#d3eade,#f7fbf9)}html.light .market-line{opacity:.28}html.light .logo span,html.light .button.primary{color:#04120c}
@media(max-width:600px){.theme-switch b{display:none}.theme-switch{padding:9px}.nav-shell{gap:9px}.nav-shell>.button{font-size:10px}}
