:root{--bg:#070a08;--panel:#0e1410;--line:#213126;--green:#53fc18;--yellow:#ffd84d;--text:#f4f7f4;--muted:#94a397}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#142117 0,transparent 32%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.wrap{width:min(1260px,calc(100% - 28px));margin:0 auto;padding:38px 0 120px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.hero h1{font-size:clamp(34px,6vw,76px);line-height:.9;margin:8px 0 12px;letter-spacing:-.055em}.hero p{margin:0;color:var(--muted);font-size:17px}.kicker,.eyebrow{font-size:12px;font-weight:900;letter-spacing:.17em;color:var(--green)}.kick,.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--green);color:#071006;font-weight:950;padding:13px 18px;border-radius:12px;border:0;cursor:pointer}.grid{display:grid;gap:16px}.top{grid-template-columns:1.45fr .8fr .8fr}.lower{grid-template-columns:1fr 1fr;margin-top:16px}.card{background:linear-gradient(180deg,#111812,#0c110d);border:1px solid var(--line);border-radius:19px;padding:22px;box-shadow:0 20px 60px #0005}.card h2{margin:8px 0 10px;font-size:24px}.bosshead{display:flex;justify-content:space-between;gap:12px;align-items:center}.bosshead b{color:var(--yellow)}.bar{height:18px;border:1px solid #2a3a2e;background:#050705;border-radius:99px;overflow:hidden;margin:18px 0 8px}.bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--yellow));transition:width .6s ease}.bossstats{display:flex;justify-content:space-between}.muted{color:var(--muted);line-height:1.55}.mini-list{display:grid;gap:7px;margin-top:15px}.mini-row{display:flex;justify-content:space-between;background:#0a0e0b;border:1px solid #1b281f;padding:9px 11px;border-radius:10px}.chest{text-align:center}.chest .eyebrow{text-align:left}.chestIcon{font-size:72px;margin:12px 0 0;filter:drop-shadow(0 0 22px #53fc1844)}button{font:inherit}.chest button{width:100%;padding:14px;border:0;border-radius:12px;background:var(--yellow);font-weight:950;cursor:pointer}.chest button:disabled{opacity:.45;cursor:not-allowed}.result{min-height:28px;margin-top:12px;font-weight:850}.meStat{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.meStat div{background:#090d0a;padding:11px;border-radius:10px;border:1px solid #1d2a20}.meStat b{display:block;font-size:19px}.secondary{background:#202a22;color:#fff}.feed{margin-top:16px}.section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.section-title h2{margin:6px 0 0}.live-dot{font-weight:900;color:#ff5d5d}.feedlist{display:grid;gap:9px;margin-top:18px}.feeditem{display:grid;grid-template-columns:72px 1fr;gap:15px;padding:13px 14px;border:1px solid #1c2a20;background:#090d0a;border-radius:12px}.feeditem time{color:#738078;font-size:12px}.feeditem b{display:block}.feeditem p{margin:3px 0 0;color:var(--muted)}.empty{color:var(--muted);padding:18px 0}code{display:block;overflow:auto;background:#060806;border:1px solid #203025;padding:11px;border-radius:10px;color:#b9c5bb;margin-top:15px}@media(max-width:900px){.top{grid-template-columns:1fr}.lower{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}.hero h1{font-size:48px}.feeditem{grid-template-columns:54px 1fr}.wrap{padding-top:24px}}
