:root{--sg-bg:#061016;--sg-panel:#0b1820;--sg-raised:#10232d;--sg-line:#1f3742;--sg-text:#f5f8fa;--sg-muted:#91a7b2;--sg-green:#5ee6a8;--sg-blue:#6cc6ff;--sg-yellow:#f4c95d;--sg-red:#ff7b7b;--sg-sidebar:238px;color:var(--sg-text);background:var(--sg-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 72% -20%,#123645 0,transparent 33%),var(--sg-bg);color:var(--sg-text);margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.sg-shell{grid-template-columns:var(--sg-sidebar) 1fr;min-height:100vh;display:grid}.sg-sidebar{border-right:1px solid var(--sg-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040e13db;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.sg-brand{align-items:center;gap:11px;padding:4px 6px 25px;display:flex}.sg-brand>span:last-child{flex-direction:column;display:flex}.sg-brand small{color:var(--sg-muted);letter-spacing:.09em;text-transform:uppercase;margin-top:2px;font-size:10px}.sg-mark{background:linear-gradient(135deg,var(--sg-green),var(--sg-blue));color:#021013;border-radius:10px;place-items:center;width:35px;height:35px;font-size:12px;font-weight:900;display:grid}.sg-nav{flex-direction:column;gap:5px;display:flex}.sg-nav a{color:#b8c8cf;border-radius:9px;justify-content:space-between;align-items:center;padding:10px 11px;font-size:13px;display:flex}.sg-nav a:hover,.sg-nav a:first-child{color:#fff;background:#11242d}.sg-nav em{color:var(--sg-blue);background:#19333e;border-radius:999px;padding:2px 6px;font-size:10px;font-style:normal}.sg-sidebar-foot{color:var(--sg-muted);align-items:center;gap:7px;margin-top:auto;padding:10px 8px;font-size:11px;display:flex}.sg-dot{background:var(--sg-green);width:7px;height:7px;box-shadow:0 0 14px var(--sg-green);border-radius:50%}.sg-main{min-width:0}.sg-topbar{border-bottom:1px solid var(--sg-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#061016b8;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex;position:sticky;top:0}.sg-topbar>div:first-child{flex-direction:column;gap:2px;display:flex}.sg-topbar small{color:var(--sg-muted);text-transform:uppercase;letter-spacing:.11em;font-size:10px}.sg-topbar strong{font-size:14px}.sg-top-actions{align-items:center;gap:10px;display:flex}.sg-demo{letter-spacing:.1em;color:var(--sg-yellow);background:#2d2614;border:1px solid #7b6327;border-radius:999px;padding:5px 8px;font-size:9px}.sg-icon{border:1px solid var(--sg-line);width:33px;height:33px;color:var(--sg-green);background:#0b1820;border-radius:9px;font-size:8px}.sg-avatar{background:#183342;border:1px solid #2f5363;border-radius:9px;place-items:center;width:33px;height:33px;font-size:11px;font-weight:700;display:grid}.sg-content{max-width:1500px;margin:0 auto;padding:30px}.sg-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.sg-heading h1{letter-spacing:-.035em;margin:0 0 5px;font-size:26px}.sg-heading p{color:var(--sg-muted);margin:0;font-size:13px}.sg-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sg-stat{border:1px solid var(--sg-line);background:linear-gradient(#10232dd9,#091820eb);border-radius:14px;min-height:120px;padding:16px}.sg-stat-top{color:#a8bcc5;text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;font-size:11px;display:flex}.sg-stat-top i{background:#60737b;border-radius:50%;width:8px;height:8px}.sg-good .sg-stat-top i{background:var(--sg-green)}.sg-warn .sg-stat-top i{background:var(--sg-yellow)}.sg-bad .sg-stat-top i{background:var(--sg-red)}.sg-stat strong{letter-spacing:-.04em;margin:18px 0 5px;font-size:25px;display:block}.sg-stat small{color:var(--sg-muted);font-size:11px}.sg-grid-2{grid-template-columns:1.35fr 1fr;gap:12px;margin-top:12px;display:grid}.sg-panel{border:1px solid var(--sg-line);background:#091820d6;border-radius:14px;min-width:0;padding:16px}.sg-panel header{justify-content:space-between;margin-bottom:14px;display:flex}.sg-panel h2{margin:0;font-size:14px}.sg-panel p{color:var(--sg-muted);margin:4px 0 0;font-size:11px}.sg-status{border:1px solid;border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;display:inline-flex}.sg-status-healthy{color:var(--sg-green);background:#0b281d;border-color:#2d6a52}.sg-status-degraded,.sg-status-pending{color:var(--sg-yellow);background:#2b2513;border-color:#705c27}.sg-status-blocked{color:var(--sg-red);background:#2d1818;border-color:#733a3a}.sg-status-info{color:var(--sg-blue);background:#112a36;border-color:#315d73}.sg-bars{align-items:end;gap:5px;height:185px;padding:18px 4px 4px;display:flex}.sg-bars span{background:linear-gradient(180deg,var(--sg-green),#247e70);opacity:.82;border-radius:4px 4px 1px 1px;flex:1;min-width:4px}.sg-table-wrap{overflow:auto}.sg-table{border-collapse:collapse;width:100%;font-size:11px}.sg-table th{text-align:left;color:var(--sg-muted);border-bottom:1px solid var(--sg-line);white-space:nowrap;padding:9px;font-weight:500}.sg-table td{white-space:nowrap;border-bottom:1px solid #1f3742a6;padding:11px 9px}.sg-callout{color:#bcd2dc;background:#0c2029;border:1px dashed #315d73;border-radius:12px;padding:14px;font-size:12px}.sg-primary{background:var(--sg-green);color:#042017;border:0;border-radius:9px;padding:9px 13px;font-size:11px;font-weight:800}.sg-public{min-height:100vh}.sg-public-nav{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:22px 24px;display:flex}.sg-public-nav .sg-brand{padding:0}.sg-public-links{color:#b7cad3;gap:20px;font-size:12px;display:flex}.sg-hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;max-width:1180px;margin:0 auto;padding:90px 24px 70px;display:grid}.sg-kicker{color:var(--sg-green);text-transform:uppercase;letter-spacing:.15em;font-size:11px}.sg-hero h1{letter-spacing:-.055em;margin:18px 0;font-size:58px;line-height:.98}.sg-hero p{color:#a9bec7;max-width:650px;font-size:17px;line-height:1.65}.sg-actions{gap:10px;margin-top:30px;display:flex}.sg-secondary{border:1px solid var(--sg-line);color:#fff;background:#0b1820;border-radius:9px;padding:10px 14px;font-size:12px}.sg-terminal{background:#071218;border:1px solid #264653;border-radius:18px;padding:18px;box-shadow:0 30px 80px #00000059}.sg-terminal-top{gap:5px;margin-bottom:20px;display:flex}.sg-terminal-top i{background:#29434e;border-radius:50%;width:7px;height:7px}.sg-terminal pre{white-space:pre-wrap;color:#b9cbd3;font-size:11px;line-height:1.7}.sg-terminal b{color:var(--sg-green)}.sg-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;max-width:1180px;margin:0 auto;padding:20px 24px 80px;display:grid}.sg-feature{border:1px solid var(--sg-line);background:#0b1820;border-radius:14px;padding:22px}.sg-feature h3{font-size:14px}.sg-feature p{color:var(--sg-muted);font-size:12px;line-height:1.6}.sg-docs{max-width:1000px;margin:0 auto;padding:60px 24px}.sg-docs code{color:var(--sg-green)}@media (max-width:950px){:root{--sg-sidebar:190px}.sg-stats{grid-template-columns:repeat(2,1fr)}.sg-grid-2,.sg-hero,.sg-feature-grid{grid-template-columns:1fr}.sg-hero h1{font-size:44px}}@media (max-width:700px){.sg-shell{grid-template-columns:1fr}.sg-sidebar{display:none}.sg-content{padding:20px}.sg-topbar{padding:0 18px}.sg-stats{grid-template-columns:1fr}.sg-public-links{display:none}.sg-hero{padding-top:55px}.sg-hero h1{font-size:40px}}
.sg-public-nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#061016d1;border-bottom:1px solid #1f3742a6;position:sticky;top:0}.sg-public-nav-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:auto;padding:16px 24px;display:flex}.sg-public-note{color:#7f98a3;max-width:1180px;margin:18px auto 0;padding:0 24px;font-size:11px}.sg-trust-strip{grid-template-columns:repeat(4,1fr);gap:10px;max-width:1180px;margin:0 auto 70px;padding:0 24px;display:grid}.sg-trust-item{border:1px solid var(--sg-line);background:#0b1820b8;border-radius:12px;padding:16px}.sg-trust-item strong{font-size:13px;display:block}.sg-trust-item span{color:var(--sg-muted);margin-top:5px;font-size:11px;line-height:1.5;display:block}.sg-section{max-width:1180px;margin:0 auto;padding:70px 24px}.sg-section-head{max-width:720px;margin-bottom:26px}.sg-section-head h2{letter-spacing:-.04em;margin:10px 0;font-size:34px}.sg-section-head p{color:var(--sg-muted);line-height:1.65}.sg-architecture{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:9px;display:grid}.sg-arch-card{border:1px solid var(--sg-line);background:#0b1820;border-radius:14px;min-height:145px;padding:18px}.sg-arch-card b{color:var(--sg-green);text-transform:uppercase;letter-spacing:.08em;font-size:11px;display:block}.sg-arch-card h3{margin:15px 0 7px;font-size:15px}.sg-arch-card p{color:var(--sg-muted);font-size:11px;line-height:1.55}.sg-regulatory-band{border-top:1px solid var(--sg-line);border-bottom:1px solid var(--sg-line);background:linear-gradient(90deg,#5ee6a814,#6cc6ff0f)}.sg-regulatory-inner{grid-template-columns:1fr 1fr;align-items:center;gap:45px;max-width:1180px;margin:auto;padding:65px 24px;display:grid}.sg-proof-list{gap:10px;display:grid}.sg-proof-list div{border:1px solid var(--sg-line);background:#091820;border-radius:12px;padding:15px}.sg-proof-list strong{font-size:12px}.sg-proof-list span{color:var(--sg-muted);margin-top:5px;font-size:10px;display:block}.sg-cta{background:linear-gradient(135deg,#0d2921,#0b1d26);border:1px solid #2d6554;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;max-width:1180px;margin:70px auto;padding:36px;display:flex}.sg-cta h2{margin:0 0 8px;font-size:28px}.sg-cta p{color:#a9bec7;margin:0}.sg-footer{color:#6f8791;border-top:1px solid var(--sg-line);justify-content:space-between;max-width:1180px;margin:auto;padding:30px 24px 50px;font-size:11px;display:flex}@media (max-width:950px){.sg-trust-strip{grid-template-columns:repeat(2,1fr)}.sg-architecture{grid-template-columns:1fr 1fr}.sg-regulatory-inner{grid-template-columns:1fr}.sg-cta{margin:40px 20px}}@media (max-width:700px){.sg-public-nav-inner{padding:14px 18px}.sg-trust-strip,.sg-architecture{grid-template-columns:1fr}.sg-cta{flex-direction:column;align-items:flex-start}.sg-footer{flex-direction:column;gap:8px}}
