:root{--bg:#0c0f12;--bg-raised:#14181d;--bg-card:#171c22;--border:#262d36;--text:#e8ecef;--text-dim:#9aa5b0;--emerald:#17dd62;--emerald-dark:#0e9c44;--diamond:#4be1ec;--gold:#ffd700;--red:#ff5555}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Segoe UI,Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:var(--emerald);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem}.hero{padding:5.5rem 0 4rem;text-align:center;background:radial-gradient(ellipse 60% 50% at 50% -10%,rgba(23,221,98,.14),transparent),linear-gradient(180deg,#10161c 0,var(--bg) 100%);border-bottom:1px solid var(--border)}.hero h1{font-size:clamp(2.6rem,7vw,4.4rem);font-weight:900;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,var(--emerald) 20%,var(--diamond) 90%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 60px rgba(23,221,98,.25)}.hero .tagline{margin-top:.75rem;font-size:1.15rem;color:var(--text-dim)}.ip-chip{display:inline-flex;align-items:center;gap:.7rem;margin-top:2rem;padding:.8rem 1.4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;font-family:Consolas,JetBrains Mono,monospace;font-size:1.2rem;cursor:pointer;transition:border-color .15s,transform .15s}.ip-chip:hover{border-color:var(--emerald);transform:translateY(-1px)}.ip-chip .dot{width:9px;height:9px;border-radius:2px;background:var(--emerald);box-shadow:0 0 8px var(--emerald)}.ip-chip .copy-hint{font-size:.8rem;color:var(--text-dim);font-family:inherit}.online-total{margin-top:1.2rem;color:var(--text-dim);font-size:.95rem}.online-total strong{color:var(--emerald);font-size:1.1rem}.cta{display:inline-block;margin-top:2rem;padding:.85rem 2.2rem;background:linear-gradient(135deg,var(--emerald-dark),var(--emerald));color:#06130a;font-weight:700;border-radius:10px;box-shadow:0 4px 24px rgba(23,221,98,.35);transition:transform .15s,box-shadow .15s}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 32px rgba(23,221,98,.5);text-decoration:none}section{padding:3.5rem 0}section h2{font-size:1.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.8rem}section h2:before{content:"■ ";color:var(--emerald)}.server-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.server-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.2rem 1.4rem;transition:border-color .15s,transform .15s}.server-card:hover{border-color:var(--emerald-dark);transform:translateY(-2px)}.server-card .head{display:flex;align-items:center;justify-content:space-between}.server-card h3{font-size:1.1rem}.server-card .desc{color:var(--text-dim);font-size:.9rem;margin-top:.35rem;min-height:2.7em}.status-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;padding:.15rem .6rem;border-radius:999px;border:1px solid var(--border);color:var(--text-dim)}.status-pill.on{color:var(--emerald);border-color:rgba(23,221,98,.35)}.status-pill.off{color:var(--red);border-color:rgba(255,85,85,.35)}.status-pill .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.players-bar{margin-top:.8rem;height:8px;border-radius:4px;background:var(--bg-raised);overflow:hidden}.players-bar .fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--emerald-dark),var(--emerald));transition:width .6s ease}.players-count{margin-top:.4rem;font-size:.85rem;color:var(--text-dim)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.4rem}.step .num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:rgba(23,221,98,.12);color:var(--emerald);font-weight:800;margin-bottom:.8rem}.step p{color:var(--text-dim);font-size:.92rem}.step code{background:var(--bg-raised);padding:.1rem .45rem;border-radius:5px;font-size:.88em;color:var(--diamond)}footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;color:var(--text-dim);font-size:.88rem}