*{box-sizing:border-box}
body{
  margin:0;
  background:#050707;
  color:#e8e8e8;
  font-family:Impact,Arial Narrow,Arial,sans-serif;
  letter-spacing:.4px;
  background:
    radial-gradient(circle at 25% 20%,rgba(80,100,80,.25),transparent 25%),
    linear-gradient(rgba(0,0,0,.82),rgba(0,0,0,.94)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900'%3E%3Crect width='100%25' height='100%25' fill='%23070a0a'/%3E%3Cg fill='%23101818'%3E%3Cpath d='M0 720 Q200 620 400 700 T800 650 T1200 710 T1600 660 V900 H0z'/%3E%3Cpath d='M0 500 Q300 390 600 510 T1200 470 T1600 540 V900 H0z' opacity='.6'/%3E%3C/g%3E%3Cg stroke='%23202929' stroke-width='2' opacity='.35'%3E%3Cpath d='M80 650 l40 -180 l40 180'/%3E%3Cpath d='M180 680 l50 -220 l50 220'/%3E%3Cpath d='M1350 670 l45 -210 l45 210'/%3E%3C/g%3E%3C/svg%3E");
  background-size:cover;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 4px);
  mix-blend-mode:overlay;
}
.topbar{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 42px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.75);
}
.logo{
  font-size:44px;
  font-weight:900;
  color:white;
  text-shadow:0 3px 0 #555,0 0 18px #000;
}
nav a{
  color:white;
  margin:0 18px;
  text-decoration:none;
  font-size:18px;
}
nav a:first-child{border-bottom:3px solid #d82020;padding-bottom:12px}
.online{
  border:1px solid #20462c;
  color:#45e36f;
  padding:12px 18px;
  background:#07120a;
}
.hero{
  min-height:330px;
  display:grid;
  grid-template-columns:1.2fr .9fr;
  gap:32px;
  padding:36px 42px 20px;
  background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.85));
}
.hero-info{
  padding-left:210px;
  position:relative;
}
.hero-info:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:170px;
  height:280px;
  background:linear-gradient(#222,#080808);
  clip-path:polygon(42% 0,64% 6%,72% 28%,66% 100%,28% 100%,20% 28%,28% 6%);
  opacity:.85;
  box-shadow:0 0 70px #000;
}
.hero h1{font-size:38px;margin:8px 0 14px}
.ip{color:#ddd}
.hero-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:720px;
}
.hero-grid span,.profile-stats small{display:block;color:#a8a8a8;font-size:14px}
.hero-grid strong{display:block;font-size:26px;margin-top:6px;color:#fff}
.hero-grid div:first-child strong{color:#46d96c}
.chart-card,.panel,.stat,.featured{
  background:rgba(8,10,10,.78);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 0 30px rgba(255,255,255,.025),0 8px 30px rgba(0,0,0,.45);
}
.chart-card{padding:24px}
.chart-card h3{display:flex;justify-content:space-between}
.chart-card span{color:#45d86b}
.fake-chart{
  height:200px;
  background:
    linear-gradient(to top,rgba(49,211,105,.25),transparent 65%),
    linear-gradient(160deg,transparent 0 20%,#36dc70 21%,#36dc70 23%,transparent 24% 30%,#36dc70 31%,#36dc70 33%,transparent 34% 44%,#36dc70 45%,#36dc70 47%,transparent 48% 100%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.08) 0 1px,transparent 1px 43px);
  border-bottom:1px solid #aaa;
}
.stats{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  padding:0 42px 16px;
}
.stat{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  height:96px;
}
.stat b{font-size:38px;color:#aaa}
.stat strong{font-size:32px;display:block}
.stat span{font-size:13px;color:#d8d8d8}
.grid3{
  display:grid;
  grid-template-columns:1fr 1.1fr 1fr;
  gap:14px;
  padding:0 42px 16px;
}
.panel{padding:22px}
.panel h2{font-size:20px}
table{width:100%;border-collapse:collapse}
th,td{border-bottom:1px solid rgba(255,255,255,.12);padding:9px;text-align:left}
th{color:#999}
td:nth-child(2){color:#ffe6a0}
.feed{
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:10px 0;
}
.feed span{color:#aaa;margin-right:18px}
.feed em{float:right;color:#9ca3af;font-style:normal}
.redlink{
  display:block;
  text-align:center;
  margin-top:18px;
  color:#ff3636;
  text-decoration:none;
}
.featured{
  margin:0 42px 24px;
  display:grid;
  grid-template-columns:300px 1fr 330px;
  gap:24px;
  padding:0;
}
.soldier{
  min-height:250px;
  background:
    radial-gradient(circle at 55% 35%,#333 0 8%,transparent 9%),
    linear-gradient(#202020,#090909);
  clip-path:polygon(20% 100%,22% 40%,35% 20%,45% 10%,60% 18%,75% 40%,78% 100%);
}
.featured>div:nth-child(2){padding:24px}
.featured h2{font-size:36px;margin:6px 0}
.profile-stats{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  margin-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:18px;
}
.profile-stats strong{font-size:24px}
.mapbox{
  margin:12px;
  padding:12px;
  position:relative;
  background:
    radial-gradient(circle at 55% 55%,rgba(255,0,0,.7),transparent 9%),
    linear-gradient(135deg,#23351f,#111);
  border:1px solid rgba(255,255,255,.18);
}
.mapdot{
  position:absolute;
  left:55%;
  top:55%;
  width:24px;
  height:24px;
  background:red;
  border-radius:50%;
  box-shadow:0 0 35px red;
}
footer{
  color:#999;
  padding:18px 42px;
  border-top:1px solid rgba(255,255,255,.1);
}
@media(max-width:1000px){
  .hero,.grid3,.featured{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .hero-info{padding-left:0}
  .hero-info:before{display:none}
}
