:root{--ink:#07131f;--paper:#f4f7f9;--line:#dfe6eb;--muted:#6c7d8b;--mint:#31d7b4;--blue:#4e79f3}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.site-header{height:78px;padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;color:#fff;background:#07131f;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:11px}.brand img{border-radius:12px}.brand span{display:flex;flex-direction:column}.brand b{font-size:19px;letter-spacing:-.04em}.brand small{color:#79909f;font-size:8px;letter-spacing:.1em;text-transform:uppercase}.home-link{padding:9px 13px;color:#b5c4cf;border:1px solid rgba(255,255,255,.12);border-radius:9px;font-size:10px;font-weight:700}main{width:min(calc(100% - 40px),1160px);margin:auto;padding:70px 0 80px}.hero{max-width:820px;margin-bottom:58px}.eyebrow,.section-title small{color:#0b9b82;font-size:9px;font-weight:850;letter-spacing:.16em}.hero h1{margin:15px 0 18px;font-size:clamp(42px,6vw,72px);letter-spacing:-.06em;line-height:.98}.hero p{max-width:740px;margin:0;color:var(--muted);font-size:15px;line-height:1.75}.product-section{margin-top:45px}.section-title{margin-bottom:17px;display:flex;align-items:flex-end;justify-content:space-between}.section-title h2{margin:5px 0 0;font-size:25px;letter-spacing:-.035em}.section-title>span{color:#7f8e99;font-size:9px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-card{position:relative;padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 36px rgba(18,38,54,.06);overflow:hidden}.product-card:after{position:absolute;top:-85px;right:-70px;width:210px;height:210px;background:radial-gradient(circle,rgba(78,121,243,.14),transparent 68%);content:""}.product-card.mint:after{background:radial-gradient(circle,rgba(49,215,180,.17),transparent 68%)}.product-card header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.product-mark{display:grid;width:44px;height:44px;place-items:center;color:#fff;background:var(--blue);border-radius:12px;font-size:10px;font-weight:850}.mint .product-mark{color:#052a23;background:var(--mint)}.status{padding:5px 8px;color:#087a67;background:#e7f9f5;border-radius:999px;font-size:7px;font-weight:850;letter-spacing:.1em}.product-card>small{display:block;margin-top:24px;color:#79909e;font-size:8px;font-weight:800;text-transform:uppercase}.product-card h3{margin:7px 0 9px;font-size:22px;letter-spacing:-.035em}.product-card p{min-height:48px;margin:0;color:#6f808d;font-size:10px;line-height:1.6}.product-card ul{padding:13px 0 15px;display:flex;flex-wrap:wrap;gap:6px;list-style:none}.product-card li{padding:6px 8px;color:#536775;background:#f1f5f7;border-radius:7px;font-size:8px}.product-card>a{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:#0a1c2b;border-radius:10px;font-size:10px;font-weight:800}.product-card>a:hover{background:#12344b}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.module-card{padding:14px 15px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:12px}.module-card>span{display:grid;width:32px;height:32px;place-items:center;color:#6c7d89;background:#eef2f4;border-radius:9px;font-size:8px;font-weight:800}.module-card h3{margin:0 0 3px;font-size:10px}.module-card p{margin:0;color:#8896a0;font-size:7px}.module-card em{color:#8a98a2;font-size:7px;font-style:normal;font-weight:800;text-transform:uppercase}.architecture-note{margin-top:52px;padding:24px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;color:#fff;background:linear-gradient(145deg,#07131f,#0d293b);border-radius:18px}.architecture-note div{display:grid;grid-template-columns:30px 1fr;align-items:center}.architecture-note span{grid-row:1/3;display:grid;width:27px;height:27px;place-items:center;color:#07131f;background:var(--mint);border-radius:50%;font-size:7px;font-weight:850}.architecture-note b{font-size:10px}.architecture-note p{margin:3px 0 0;color:#879eac;font-size:8px;line-height:1.45}.architecture-note i{color:#567183;font-style:normal}footer{height:65px;padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;color:#788a97;background:#07131f;font-size:8px}.load-error{grid-column:1/-1;padding:20px;color:#9b3540;background:#ffedef;border-radius:12px;font-size:10px}@media(max-width:760px){.site-header{height:70px}.home-link{display:none}main{padding-top:45px}.product-grid,.module-grid{grid-template-columns:1fr}.hero{margin-bottom:42px}.architecture-note{grid-template-columns:1fr}.architecture-note i{display:none}.simple-product-title{font-size:40px}footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}}
