:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b100e; color: #f4f6f2; }
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: radial-gradient(circle at 70% 0%, #213c2f 0, transparent 38rem), #0b100e; }
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 72px; }
.hero { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 28px; border: 1px solid #304a3a; border-radius: 20px; background: linear-gradient(135deg, rgba(26,45,34,.94), rgba(13,22,17,.94)); box-shadow: 0 18px 60px rgba(0,0,0,.32); }
.eyebrow { margin: 0 0 10px; color: #9ee7b7; font-size: 12px; letter-spacing: .16em; font-weight: 800; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 12px; font-size: clamp(30px, 5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.lede { max-width: 680px; margin-bottom: 0; color: #b4c8ba; line-height: 1.6; }
.pulse { display: flex; align-items: center; gap: 8px; white-space: nowrap; color: #b4c8ba; font-size: 13px; }
.pulse span { width: 9px; height: 9px; border-radius: 50%; background: #65e28c; box-shadow: 0 0 15px #65e28c; }
.tabs { display: flex; gap: 8px; margin: 26px 0 14px; }
.tab, .button { border: 1px solid #476250; border-radius: 10px; padding: 11px 16px; color: #d9eee0; background: #142219; font: inherit; font-weight: 700; cursor: pointer; }
.tab.active, .button { border-color: #8bdba6; background: #28533a; }
.button.secondary { background: #142219; }
.panel { display: none; padding: 22px; border: 1px solid #304a3a; border-radius: 16px; background: rgba(16,27,20,.94); }
.active-panel { display: block; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
h2 { margin-bottom: 5px; font-size: 22px; } .panel-heading p { margin-bottom: 0; color: #9db3a4; font-size: 13px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 920px; } th, td { padding: 13px 12px; border-bottom: 1px solid #26372b; text-align: right; font-variant-numeric: tabular-nums; } th { color: #9ee7b7; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; } th:nth-child(2), td:nth-child(2) { text-align: left; } td { color: #e8f0e9; } td:first-child { color: #8bdba6; font-weight: 800; } .dmg-cell { color: #ffd36f; font-weight: 800; white-space: nowrap; }
.status { min-height: 18px; margin: 14px 0 0; color: #9db3a4; font-size: 12px; }
.parties-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.party-card { min-width: 0; padding: 16px; border: 1px solid #2f4938; border-radius: 12px; background: #122018; } .party-card.empty { color: #8ca393; }
.party-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; color: #a6bcab; font-size: 13px; } .party-meta strong { color: #fff; }
.member-grid { display: grid; gap: 8px; } .member { padding: 11px; border: 1px solid #2f4938; border-radius: 10px; background: #0d1711; } .member-top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 7px; font-weight: 800; } .member-top span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .member-top small { color: #f2d58b; font-size: 9px; } .online { color: #7eeaa0; } .offline { color: #8d9991; } .member-stats { color: #afc2b4; font-size: 12px; line-height: 1.6; }
@media (max-width: 940px) { .parties-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .shell { width: min(100% - 18px, 1180px); padding-top: 18px; } .hero { flex-direction: column; padding: 21px; } .panel { padding: 16px; } .parties-grid { grid-template-columns: 1fr; } }
