:root {
  --bg: #060707;
  --panel: rgba(10, 15, 16, 0.88);
  --panel-strong: rgba(12, 18, 19, 0.96);
  --text: #edf4e9;
  --muted: #9eb19f;
  --green: #b0ff00;
  --green-2: #7fe600;
  --line: rgba(176, 255, 0, 0.22);
  --accent: rgba(176,255,0,.08);
  --shadow: 0 0 32px rgba(176,255,0,.12);
  --radius: 26px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(5,7,7,.86), rgba(4,5,5,.96)),
    url('https://images.squarespace-cdn.com/content/v1/69862c20f445c62cb02af7df/e19c6fe1-00a1-4f0f-bb03-148fc2ec23ed/PC.jpg') center top / cover fixed no-repeat;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(166deg, transparent 0 7%, var(--green) 7% 8.7%, transparent 8.7% 91.3%, var(--green) 91.3% 93%, transparent 93%),
    radial-gradient(circle at 20% 20%, rgba(176,255,0,.12), transparent 18%),
    radial-gradient(circle at 80% 65%, rgba(176,255,0,.09), transparent 16%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.48));
  opacity: .96;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { position: relative; z-index: 1; }
.topbar {
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(5,8,8,.74);
  border-bottom: 1px solid rgba(176,255,0,.1);
}
.topbar-inner {
  max-width: var(--max); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand {
  display: inline-flex; align-items: center; gap: 14px;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.brand img { width: 38px; filter: drop-shadow(0 0 12px rgba(176,255,0,.3)); }
.brand-wordmark { width: min(100%, 640px); filter: drop-shadow(0 0 26px rgba(176,255,0,.18)); }
.nav { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.nav a { color: #d8e0d4; opacity: .9; }
.nav a.active, .nav a:hover { color: var(--green); opacity: 1; }
.nav .pill {
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(176,255,0,.08); color: var(--green); font-weight: 700;
}
.hero {
  max-width: var(--max); margin: 0 auto; padding: 78px 24px 36px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: start;
}
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 14px; border-radius: 999px;
  background: rgba(176,255,0,.08); border: 1px solid rgba(176,255,0,.18);
  color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem;
}
h1, h2, h3, .stat-number, .display { font-family: Arial Black, Arial, Helvetica, sans-serif; letter-spacing: -.03em; }
h1 {
  margin: 18px 0 18px; font-size: clamp(3rem, 7vw, 6rem); line-height: .93; text-transform: uppercase;
}
.hero p { color: #eef3eb; font-size: 1.07rem; line-height: 1.72; max-width: 62ch; }
.hero .subline { color: var(--green); font-weight: 700; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.btn {
  min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; font-weight: 700; transition: transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #081006; box-shadow: 0 0 24px rgba(176,255,0,.2); }
.btn-secondary { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); }
.card {
  background: linear-gradient(180deg, rgba(10,15,16,.92), rgba(7,10,11,.97));
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
}
.hero-art {
  display: grid;
  gap: 18px;
}
.hero-panel {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7,10,10,.84), rgba(7,10,10,.94));
  border: 1px solid rgba(176,255,0,.16);
  box-shadow: var(--shadow);
}
.hero-copy-block {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.hero-copy-block p {
  font-size: 1rem;
  color: #f0f4ec;
  font-weight: 700;
}
.login-card { border-color: rgba(176,255,0,.18); }
.login-card h3 { margin-top: 0; text-transform: uppercase; }
.field { display: grid; gap: 8px; margin-bottom: 12px; }
.field label { color: var(--muted); font-size: .9rem; }
.field input {
  width: 100%; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 14px 16px; color: var(--text);
}
.help { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.section { max-width: var(--max); margin: 0 auto; padding: 22px 24px 42px; }
.section-head { max-width: 760px; margin-bottom: 24px; }
.section-head h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.9rem); text-transform: uppercase; }
.section-head p { color: #cdd4ca; line-height: 1.72; }
.grid-3, .grid-2, .profile-grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.profile-grid { grid-template-columns: repeat(3, 1fr); }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 20px; }
.stat {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
}
.stat-number { font-size: 1.8rem; color: var(--green); }
.stat-label { color: var(--muted); font-size: .9rem; margin-top: 6px; }
.card h3 { margin-top: 0; text-transform: uppercase; }
.list { margin: 0; padding-left: 18px; color: #d7ddd5; line-height: 1.7; }
.list li + li { margin-top: 8px; }
.profile {
  display: grid; gap: 14px;
  background: linear-gradient(180deg, rgba(12,18,19,.95), rgba(8,10,11,.98));
  border: 1px solid rgba(176,255,0,.12); border-radius: 26px; padding: 18px;
}
.avatar {
  aspect-ratio: 4/3; border-radius: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(176,255,0,.32), transparent 20%),
    linear-gradient(135deg, rgba(176,255,0,.18), rgba(176,255,0,.02)),
    #0b0f10;
  border: 1px solid rgba(176,255,0,.16);
  display: grid; place-items: end start; padding: 18px;
}
.tag {
  display: inline-flex; padding: 8px 12px; border-radius: 999px;
  background: rgba(176,255,0,.08); border: 1px solid rgba(176,255,0,.16); color: var(--green); font-size: .84rem; font-weight: 700;
}
.mini-links { display: flex; gap: 10px; flex-wrap: wrap; }
.panel-note {
  padding: 16px 18px; border-left: 3px solid var(--green); background: rgba(176,255,0,.05); color: #dbe4d4;
  border-radius: 18px;
}
.footer {
  max-width: var(--max); margin: 0 auto; padding: 12px 24px 50px;
}
.footer-box {
  border-top: 2px solid var(--green); padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.small { font-size: .92rem; color: var(--muted); line-height: 1.7; }
@media (max-width: 980px) {
  .hero, .grid-2 { grid-template-columns: 1fr; }
  .grid-3, .profile-grid, .stat-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .topbar-inner, .hero, .section, .footer { padding-left: 18px; padding-right: 18px; }
  .nav { display: none; }
  .grid-3, .profile-grid, .stat-row { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.5rem, 11vw, 4rem); }
}
