:root{
  --bg:#040812;
  --bg-2:#07101f;
  --panel:rgba(9,18,34,.72);
  --panel-2:rgba(12,25,44,.52);
  --text:#f4f8ff;
  --muted:#a7b3c5;
  --line:rgba(71,157,255,.24);
  --blue:#1097ff;
  --blue-2:#00c8ff;
  --danger:#ff5c7a;
  --shadow:0 0 34px rgba(0,123,255,.26);
  --radius:18px;
  --max:1120px;
}
*{box-sizing:border-box}
html{min-height:100%;background:#000;color-scheme:dark}
body{
  min-height:100vh;
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background-color:#000;
  background-image:
    radial-gradient(circle at 72% 18%,rgba(0,96,255,.28),transparent 31rem),
    radial-gradient(circle at 18% 5%,rgba(0,200,255,.12),transparent 24rem),
    linear-gradient(180deg,#03060d 0%,#06101e 48%,#030711 100%);
  background-repeat:no-repeat;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.noise{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.055;
  mix-blend-mode:screen;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.aurora{
  position:fixed;
  width:42rem;
  height:42rem;
  border-radius:50%;
  filter:blur(34px);
  pointer-events:none;
  opacity:.28;
}
.aurora-one{right:-18rem;top:8rem;background:rgba(0,123,255,.34)}
.aurora-two{left:-22rem;bottom:-20rem;background:rgba(0,200,255,.22)}
.page{
  position:relative;
  z-index:1;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.container{width:min(var(--max),calc(100% - 72px));margin-inline:auto}
.site-header{padding:30px 0 0}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand img{width:min(236px,58vw);height:auto;filter:drop-shadow(0 0 22px rgba(0,123,255,.22))}
.status-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(91,166,255,.26);
  border-radius:999px;
  background:rgba(7,16,31,.58);
  color:#cceeff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.status-pill::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  box-shadow:0 0 18px rgba(0,200,255,.72);
}
.hero{
  flex:1;
  display:grid;
  align-items:center;
  padding:78px 0 64px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(320px,.72fr);
  gap:56px;
  align-items:center;
}
.eyebrow{
  margin:0 0 20px;
  color:#76ceff;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:760px;
  margin-bottom:26px;
  font-size:clamp(44px,7vw,86px);
  line-height:.98;
  letter-spacing:-.055em;
}
h1 span,h2 span{color:var(--blue);text-shadow:0 0 24px rgba(0,144,255,.26)}
.lead{
  max-width:660px;
  margin:0 0 36px;
  color:#c1ccdc;
  font-size:20px;
  line-height:1.62;
}
.actions{display:flex;flex-wrap:wrap;gap:20px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:56px;
  padding:0 26px;
  border-radius:8px;
  border:1px solid transparent;
  font-weight:800;
  transition:.22s ease;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#0479ff,#00b7ff);
  box-shadow:0 0 28px rgba(0,132,255,.4),inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-ghost{border-color:rgba(83,168,255,.55);background:rgba(8,18,34,.58);color:#f2f7ff}
.btn:hover{transform:translateY(-2px)}
.visual-card{
  position:relative;
  padding:34px;
  border:1px solid rgba(111,180,255,.24);
  border-radius:28px;
  background:
    radial-gradient(circle at 78% 20%,rgba(0,123,255,.16),transparent 22rem),
    linear-gradient(145deg,rgba(13,27,49,.72),rgba(4,10,20,.58));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 28px 70px rgba(0,0,0,.28),0 0 44px rgba(0,123,255,.10);
  overflow:hidden;
}
.visual-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0 52%,rgba(255,255,255,.055),transparent 66%);
  pointer-events:none;
}
.system-window{
  position:relative;
  border:10px solid #0b1220;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(135deg,#08111f,#020711 72%);
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 0 42px rgba(0,115,255,.20);
}
.window-top{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 24px;
  border-bottom:1px solid rgba(117,184,255,.16);
}
.window-top img{width:132px}
.window-dots{display:flex;gap:10px}
.window-dots span{width:9px;height:9px;border-radius:50%;background:rgba(190,224,255,.42)}
.window-body{padding:34px}
.window-body p{margin:0 0 8px;color:#8ed8ff;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.window-body h2{font-size:clamp(32px,4vw,48px);line-height:1.04;letter-spacing:-.04em;margin:0 0 18px}
.progress{
  height:7px;
  margin:28px 0 26px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(105,179,255,.14);
  box-shadow:inset 0 0 14px rgba(0,0,0,.35);
}
.progress span{
  display:block;
  width:72%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,transparent 0%,#1097ff 18%,#00c8ff 50%,#1097ff 82%,transparent 100%);
  box-shadow:0 0 18px rgba(0,200,255,.54),0 0 30px rgba(16,151,255,.22);
}
.micro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.micro-card{min-height:82px;padding:16px;border:1px solid rgba(91,166,255,.20);border-radius:16px;background:rgba(7,16,31,.52)}
.micro-card strong{display:block;margin-bottom:8px;font-size:20px;color:#fff}.micro-card small{color:#aebace;line-height:1.45}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}
.info-card{
  padding:24px;
  border:1px solid rgba(111,180,255,.20);
  border-radius:var(--radius);
  background:linear-gradient(145deg,rgba(13,27,49,.58),rgba(4,10,20,.46));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.info-card h3{margin:0 0 10px;font-size:20px}.info-card p{margin:0;color:#aebace;line-height:1.62}
.error-layout{max-width:860px;text-align:center;margin-inline:auto}
.error-code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  min-height:58px;
  margin-bottom:26px;
  padding:0 20px;
  border:1px solid rgba(91,166,255,.28);
  border-radius:999px;
  background:rgba(7,16,31,.62);
  color:#8ed8ff;
  font-size:18px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  box-shadow:0 0 28px rgba(0,123,255,.12);
}
.error-layout h1{margin-inline:auto;font-size:clamp(42px,8vw,82px)}
.error-layout .lead{margin-inline:auto}
.error-panel{margin-top:32px;text-align:left}
.error-list{display:grid;gap:12px;margin:0;padding:0;list-style:none;color:#b9c6d8}
.error-list li{display:flex;gap:12px;line-height:1.55}.error-list li::before{content:"✓";color:#59cdff;font-weight:900}
.site-footer{padding:0 0 34px;color:#8492aa;font-size:13px;text-align:center}
.site-footer a{color:#cceeff}
@media (max-width:980px){
  .hero{padding-top:58px}.hero-grid{grid-template-columns:1fr;gap:34px}.visual-card{max-width:720px}.info-grid{grid-template-columns:1fr}.lead{font-size:18px}.container{width:min(var(--max),calc(100% - 42px))}
}
@media (max-width:620px){
  .site-header{padding-top:22px}.header-inner{align-items:flex-start;flex-direction:column}.status-pill{font-size:11px;min-height:38px}.hero{padding:46px 0 44px}h1{font-size:44px}.actions{display:grid}.btn{width:100%}.visual-card{padding:20px;border-radius:22px}.window-body{padding:24px}.micro-grid{grid-template-columns:1fr}.site-footer{padding-inline:18px}
}
