:root {
  color-scheme: dark;
  --bg: #070809;
  --panel: #0f1114;
  --panel-soft: #15181c;
  --line: #2a2e34;
  --text: #f6f7f8;
  --muted: #a2a9b3;
  --red: #ed1b2f;
  --red-deep: #8d0c18;
  --green: #55df61;
  --amber: #ffc441;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 15%, transparent 82%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(237,27,47,.55); background: rgba(7,8,9,.9); backdrop-filter: blur(18px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 255px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand strong { display: block; font-size: 18px; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #c8cdd3; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links .portal-link { padding: 11px 16px; border: 1px solid #4a4f57; border-radius: 8px; color: #fff; }
.menu-button { display: none; padding: 8px; border: 0; background: none; color: #fff; font-size: 22px; }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero { min-height: 740px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding: 86px 0 100px; }
.hero h1 { max-width: 760px; margin: 16px 0 20px; font-size: clamp(50px, 6vw, 88px); line-height: .96; letter-spacing: -.055em; }
.hero h1 span { color: var(--red); }
.hero p { max-width: 640px; margin: 0; color: #b9c0c9; font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid #3b4047; border-radius: 8px; background: #111419; font-size: 14px; font-weight: 750; letter-spacing: .02em; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); border-color: #777f89; }
.button.primary { border-color: var(--red); background: var(--red); color: #fff; }
.button.primary:hover { background: #ff263c; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #8f98a4; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-row span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 12px rgba(85,223,97,.7); }
.product-visual { position: relative; min-height: 520px; }
.product-visual::before { content: ""; position: absolute; width: 430px; height: 430px; right: 2%; top: 6%; border-radius: 50%; background: radial-gradient(circle, rgba(237,27,47,.28), transparent 66%); filter: blur(12px); }
.monitor { position: relative; z-index: 2; padding: 18px; border: 1px solid #343940; border-radius: 18px; background: linear-gradient(155deg, #1b1f24, #0a0c0f 58%); box-shadow: 0 30px 90px rgba(0,0,0,.55); transform: perspective(1100px) rotateY(-7deg) rotateX(3deg); }
.monitor-bar { display: flex; align-items: center; justify-content: space-between; padding: 4px 2px 16px; color: #747d87; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.monitor-bar .live { color: var(--green); }
.dashboard { display: grid; grid-template-columns: 130px 1fr; overflow: hidden; border: 1px solid #24282e; border-radius: 11px; background: #090b0d; }
.dash-nav { padding: 19px 13px; border-right: 1px solid #24282e; background: #0b0d10; }
.dash-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; color: #fff; font-size: 11px; font-weight: 800; }
.dash-logo img { width: 25px; height: 25px; }
.dash-link { padding: 9px 8px; margin: 4px 0; border-radius: 5px; color: #7f8791; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dash-link.active { color: #fff; background: linear-gradient(90deg, rgba(237,27,47,.38), transparent); border-left: 2px solid var(--red); }
.dash-main { padding: 22px; }
.dash-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.dash-title h3 { margin: 0; font-size: 18px; }
.dash-title small { color: #707985; font-size: 9px; }
.status-pill { padding: 6px 8px; border: 1px solid rgba(85,223,97,.5); border-radius: 5px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.gauge-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.gauge { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #262b31; border-radius: 50%; background: conic-gradient(from 225deg, var(--red) 0 7%, #384048 7% 70%, #171a1e 70% 100%); }
.gauge::before { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #0b0d10; }
.gauge div { position: relative; z-index: 1; text-align: center; }
.gauge strong { display: block; font-size: 16px; }
.gauge span { display: block; color: #737c87; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.mini-panels { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 12px; }
.mini-panel { padding: 13px; border: 1px solid #262b31; border-radius: 7px; background: #101318; }
.mini-panel small { color: #707985; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.bars { display: flex; align-items: end; gap: 5px; height: 52px; margin-top: 8px; }
.bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(#ff3a50, #72101a); }
.mimic { display: grid; place-items: center; height: 78px; margin-top: 8px; color: var(--green); font-size: 8px; background: linear-gradient(90deg, transparent 49%, rgba(85,223,97,.35) 50%, transparent 51%), linear-gradient(transparent 49%, rgba(85,223,97,.35) 50%, transparent 51%); }
.mimic b { padding: 5px 7px; border: 1px solid rgba(85,223,97,.45); border-radius: 4px; background: #0c1110; }
.section { padding: 108px 0; border-top: 1px solid #1e2227; }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section h2, .page-hero h1 { margin: 10px 0 14px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.section-head p, .page-hero p { margin: 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 270px; padding: 28px; border: 1px solid #292d33; border-radius: 11px; background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.008)); }
.feature .number { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.feature h3 { margin: 42px 0 10px; font-size: 23px; letter-spacing: -.02em; }
.feature p { margin: 0; color: #959da8; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: start; }
.architecture { padding: 28px; border: 1px solid #2b3036; border-radius: 12px; background: #0d0f12; }
.arch-row { display: grid; grid-template-columns: 108px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid #252a30; }
.arch-row:first-child { border-top: 0; }
.arch-row small { color: var(--red); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.arch-row strong { display: block; margin-bottom: 4px; }
.arch-row p { margin: 0; color: #8f98a3; font-size: 14px; }
.quote-block { padding: 56px; border: 1px solid rgba(237,27,47,.45); border-radius: 14px; background: radial-gradient(circle at 90% 10%, rgba(237,27,47,.18), transparent 36%), #0d0f12; }
.quote-block strong { display: block; max-width: 900px; font-size: clamp(28px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.quote-block p { max-width: 720px; color: #9da5af; }
.page-hero { padding: 110px 0 72px; border-bottom: 1px solid #1f2328; }
.page-hero p { max-width: 760px; }
.page-kicker { display: flex; gap: 10px; align-items: center; color: #89929d; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.page-kicker::before { content: ""; width: 34px; height: 2px; background: var(--red); }
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.download-card { padding: 30px; border: 1px solid #2e3339; border-radius: 12px; background: #0d1013; }
.platform-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #3a4048; border-radius: 13px; background: #171a1f; font-size: 25px; }
.download-card h3 { margin: 30px 0 8px; font-size: 27px; }
.download-card p { min-height: 96px; color: #969faa; }
.coming { display: inline-flex; align-items: center; gap: 7px; color: var(--amber); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.coming::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.portal-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; padding: 46px; border: 1px solid #30353c; border-radius: 14px; background: linear-gradient(145deg, #121519, #0a0c0e); }
.portal-panel h2 { font-size: 40px; }
.portal-panel p, .prose p, .prose li { color: #9da5af; }
.access-card { padding: 28px; border: 1px solid #2f343b; border-radius: 10px; background: #0a0c0f; }
.access-card label { display: block; margin-bottom: 8px; color: #747e89; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.access-card .disabled-field { padding: 15px 16px; border: 1px solid #2d3238; border-radius: 7px; color: #717983; background: #111419; }
.notice { margin-top: 16px; padding: 14px 16px; border-left: 3px solid var(--red); color: #a7afb9; background: #141113; font-size: 13px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 32px; border: 1px solid #2c3137; border-radius: 11px; background: #0d0f12; }
.contact-card span { display: block; color: #7e8792; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a { display: block; margin-top: 10px; font-size: clamp(21px, 3vw, 31px); font-weight: 750; word-break: break-word; }
.prose { max-width: 840px; }
.prose h2 { margin-top: 48px; font-size: 30px; }
.prose h3 { margin-top: 32px; }
.prose a { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }
.site-footer { padding: 54px 0 34px; border-top: 1px solid #24282e; background: #090a0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; }
.footer-brand { max-width: 380px; }
.footer-brand p { color: #858e99; font-size: 14px; }
.footer-col strong { display: block; margin-bottom: 14px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: 8px 0; color: #929ba6; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid #24282e; color: #686f78; font-size: 12px; }
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 20px; flex-direction: column; align-items: stretch; border: 1px solid #343941; border-radius: 10px; background: #0d0f12; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .hero, .split, .portal-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; gap: 46px; }
  .product-visual { min-height: auto; }
  .monitor { transform: none; }
  .feature-grid, .download-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .hero { min-height: auto; padding: 62px 0 72px; }
  .hero h1 { font-size: 48px; }
  .dashboard { grid-template-columns: 1fr; }
  .dash-nav { display: none; }
  .feature-grid, .download-grid, .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .quote-block, .portal-panel { padding: 28px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
