:root{color:#fff;background:#101010;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #101010;--panel: #1f1f1f;--panel-2: #171717;--panel-3: #0b0b0b;--line: #303030;--muted: #a8b0bd;--text: #ffffff;--blue: #3f76ff;--blue-2: #2f67f4;--blue-soft: #1c2d54;--danger: #ff9b9b;--shadow: 0 8px 0 #050505;--shadow-sm: 0 5px 0 #050505}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:22px;margin:22px 0 22px 22px;padding:22px;color:var(--text);border:1px solid #282828;border-radius:26px;background:var(--panel);box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:12px;padding-bottom:6px}.brandMark{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:var(--blue);color:#fff;font-weight:950;box-shadow:0 4px #050505}.brand h1,.brand p,.pageHeader h2,.pageHeader p,.heroBand h2,.heroBand p{margin:0}.brand h1{color:var(--text);font-size:1.1rem;font-weight:950}.brand p,.sidebarNote span,.pageHeader p{color:var(--muted);font-size:.82rem}nav{display:grid;gap:9px}.navButton{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 13px;border:0;border-radius:10px;color:#fff;background:#0b0b0b;text-align:left;font-weight:800}.navButton:hover,.navButton.active{background:var(--blue);color:#fff}.sidebarNote{display:grid;gap:4px;margin-top:auto;padding:14px;border-radius:16px;background:#121212}.sidebarNote strong{color:#fff}.workspace{display:grid;align-content:start;gap:22px;max-width:1280px;width:100%;padding:32px}.pageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.pageHeader h2{color:var(--text);font-size:clamp(1.7rem,2.4vw,2.55rem);font-weight:950;line-height:1.08}.pageHeader p{color:var(--blue);font-weight:950;text-transform:uppercase}.heroBand,.playerHero,.playerCard,.tableWrap,.panel,.detailPanel,.stateBox{border:1px solid #282828;border-radius:28px;background:var(--panel);box-shadow:var(--shadow)}.heroBand{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px}.statusPill{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:#0b0b0b;color:#fff;font-size:.8rem;font-weight:900}.statusPill span{width:8px;height:8px;border-radius:999px;background:var(--blue)}.heroBand h2{max-width:760px;color:var(--text);font-size:clamp(2rem,4vw,4rem);font-weight:950;line-height:1}.heroBand p{max-width:660px;margin-top:14px;color:var(--muted);font-size:1rem;line-height:1.6}.heroStats{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.heroStats span,.statusBadge{padding:8px 11px;border-radius:999px;background:#0b0b0b;color:#fff;font-size:.84rem;font-weight:850}.featureGrid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:16px}.featureTile{display:grid;gap:13px;justify-items:start;min-height:122px;padding:18px;border:0;border-radius:24px;background:var(--panel);color:var(--text);text-align:left;box-shadow:var(--shadow)}.featureTile:hover{background:#252525}.featureTile span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--blue);color:#fff}.overviewGrid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px}.overviewCard{display:flex;align-items:flex-start;gap:14px;min-height:150px;padding:20px;border:1px solid #282828;border-radius:28px;background:var(--panel);color:#fff;text-align:left;box-shadow:var(--shadow)}.overviewCard:hover{background:#252525}.overviewCard>span{display:grid;flex:0 0 auto;width:44px;height:44px;place-items:center;border-radius:12px;background:var(--blue)}.overviewCard p,.overviewCard strong,.overviewCard small{display:block;margin:0}.overviewCard p{color:var(--muted);font-size:.78rem;font-weight:950;text-transform:uppercase}.overviewCard strong{margin-top:8px;font-size:1.2rem;font-weight:950}.overviewCard small{margin-top:8px;color:var(--muted);font-size:.9rem;line-height:1.35}.statusGrid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px}.statusCard{display:flex;align-items:center;gap:12px;min-height:84px;padding:18px;border:1px solid #282828;border-radius:22px;background:var(--panel);box-shadow:var(--shadow-sm)}.statusDot{flex:0 0 auto;width:12px;height:12px;border-radius:999px}.statusDot.good{background:var(--blue)}.statusDot.bad{background:#ef4444}.statusCard strong,.statusCard p{margin:0}.statusCard strong{color:#fff;font-weight:950}.statusCard p{margin-top:4px;color:var(--muted);font-size:.9rem}.primaryButton,.iconButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:950}.primaryButton:hover,.iconButton:hover{background:var(--blue-2)}.primaryButton{padding:0 18px;white-space:nowrap}.primaryButton.compact{min-height:40px}.iconButton{width:44px;padding:0}.controlRow,.toolbar{display:flex;align-items:end;justify-content:flex-end;flex-wrap:wrap;gap:10px}label{display:grid;gap:6px;color:var(--muted);font-size:.76rem;font-weight:900;text-transform:uppercase}input,select{height:40px;min-width:120px;border:0;border-radius:8px;padding:0 12px;background:#0b0b0b;color:var(--text);outline:none}input:focus,select:focus,.searchField:focus-within{box-shadow:0 0 0 3px #3f76ff59}select option{background:#0b0b0b}.searchField{display:flex;align-items:center;min-width:min(100%,380px);height:44px;padding:0 11px;border-radius:8px;background:#0b0b0b;color:var(--muted);text-transform:none}.searchField input{width:100%;min-width:0;height:40px;border:0;padding:0 4px;background:transparent}.searchField input:focus{box-shadow:none}.toolbar{justify-content:space-between}.helperText{margin:-8px 0 0;color:var(--muted);font-size:.9rem}.segmented{display:flex;flex-wrap:wrap;gap:10px}.segmented button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 14px;border:0;border-radius:10px;background:#0b0b0b;color:#fff;font-weight:850}.segmented button:hover,.segmented button.active{background:var(--blue);color:#fff}.tableWrap{overflow-x:auto}table{width:100%;min-width:720px;border-collapse:collapse}th,td{padding:15px 16px;border-bottom:1px solid #303030;text-align:left;vertical-align:top}th{color:var(--muted);font-size:.76rem;font-weight:950;text-transform:uppercase;background:#181818}td{color:#e8edf5}td strong{display:block;color:#fff}td span,.contentList span{display:block;margin-top:3px;color:var(--muted);font-size:.85rem}tbody tr:hover{background:#242424}.itemLabel,.detailTitle,.playerLabel{display:flex;align-items:center;gap:11px}.itemLabel>div,.detailTitle h3{min-width:0}.playerFace,.itemIcon,.playerAvatar,.infoChip>span,.statTile>span{display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:10px;background:#0b0b0b;color:var(--blue)}.playerFace{width:34px;height:34px}.playerFace img{width:34px;height:34px;image-rendering:pixelated}.itemIcon{width:36px;height:36px}.itemIcon.large{width:58px;height:58px;border-radius:14px}.itemIcon img{width:28px;height:28px;image-rendering:pixelated;object-fit:contain}.itemIcon.large img{width:44px;height:44px}.itemIcon.fallback{color:var(--muted)}.splitGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:18px;align-items:start}.twoColumn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.playerHero{display:grid;gap:18px;padding:32px}.playerHero p,.playerHero h2,.playerHero span{margin:0}.playerHero p{color:var(--blue);font-size:.82rem;font-weight:950;text-transform:uppercase}.playerHero h2{margin-top:4px;color:var(--text);font-size:clamp(2rem,4vw,4rem);font-weight:950;line-height:1}.playerHero span{display:block;margin-top:10px;color:var(--muted)}.playerSearch{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:9px;border-radius:10px;background:#0b0b0b;color:var(--muted)}.playerSearch input{width:100%;height:40px;min-width:0;border:0;background:transparent;font-size:1rem}.playerSearch input:focus{box-shadow:none}.playerCard{display:grid;gap:18px;padding:22px}.playerCardHeader{display:flex;align-items:center;gap:14px}.playerAvatar{width:58px;height:58px;border-radius:16px}.playerAvatar img{width:58px;height:58px;image-rendering:pixelated}.playerCardHeader p,.playerCardHeader h3{margin:0}.playerIdentity{display:grid;gap:4px}.playerCardHeader p{color:var(--muted);font-size:.82rem;font-weight:950;text-transform:uppercase}.playerCardHeader h3{color:var(--text);font-size:1.6rem;font-weight:950}.statusBadges{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.statusBadge{display:inline-flex;align-items:center;gap:5px;width:fit-content;min-height:26px;padding:0 10px}.statusBadge.online{background:var(--blue)}.statusBadge.offline{background:#4a1717;color:var(--danger)}.statusBadge.location{background:#0b0b0b;color:#fff}.lookupStrip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.infoChip{display:flex;align-items:center;gap:11px;padding:14px;border-radius:16px;background:var(--panel-2)}.infoChip>span,.statTile>span{width:38px;height:38px;border-radius:10px}.infoChip dt,.infoChip dd{margin:0}.infoChip dt{color:var(--muted);font-size:.76rem;font-weight:950;text-transform:uppercase}.infoChip dd{margin-top:2px;color:#fff;overflow-wrap:anywhere;font-weight:850}.playerStatsGrid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px}.statTile{display:flex;align-items:center;gap:12px;min-height:82px;padding:14px;border-radius:18px;background:var(--panel-2)}.statTile p,.statTile strong{margin:0}.statTile p{color:var(--muted);font-size:.78rem;font-weight:950}.statTile strong{display:block;margin-top:4px;color:#fff;font-size:1rem;overflow-wrap:anywhere}.panel,.detailPanel,.stateBox{padding:20px}.panel h3,.detailPanel h3,.detailPanel h4{margin:0 0 12px;color:#fff;font-weight:950}.detailPanel{display:grid;gap:14px;position:sticky;top:18px}.detailTitle h3{margin:0;overflow-wrap:anywhere}.detailPanel p{margin:0;color:var(--muted);line-height:1.55}.keyValues{display:grid;gap:8px;margin:0}.keyValues div{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid #303030}.keyValues dt{color:var(--muted);font-weight:900}.keyValues dd{margin:0;color:#fff;overflow-wrap:anywhere}.loreList,.contentList{display:grid;gap:8px;margin:0;padding:0;list-style:none}.loreList li,.contentList div{padding:11px;border-radius:12px;background:#0b0b0b;color:#fff}.jsonBlock{max-height:420px;margin:0;overflow:auto;padding:14px;border-radius:12px;background:#0b0b0b;color:#d7e7ff;font-size:.82rem;line-height:1.55}.stateBox{color:var(--muted)}.stateBox.error{background:#261313;color:var(--danger)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.workspace{animation:fadeUp .26s ease-out}.navButton,.segmented button,.primaryButton,.iconButton,.overviewCard,.featureTile,.statusCard,.infoChip,.statTile{transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.navButton:hover{transform:translate(2px)}.overviewCard:hover,.featureTile:hover{transform:translateY(-3px);box-shadow:0 11px #050505}.statusCard:hover,.infoChip:hover,.statTile:hover{transform:translateY(-2px)}.primaryButton:active,.iconButton:active,.segmented button:active,.navButton:active,.overviewCard:active,.featureTile:active{transform:translateY(2px)}tbody tr{transition:background .15s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem}@media (max-width: 980px){.shell{grid-template-columns:1fr}.sidebar{margin:14px;padding:18px}nav{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebarNote{display:none}.featureGrid,.overviewGrid,.statusGrid,.twoColumn,.lookupStrip,.splitGrid{grid-template-columns:1fr}.playerStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.detailPanel{position:static}}@media (max-width: 680px){.workspace{padding:18px 14px}.pageHeader,.heroBand{align-items:stretch;flex-direction:column}.controlRow,.toolbar{justify-content:stretch}.controlRow label,.controlRow input,.controlRow .primaryButton,.toolbar select,.searchField{width:100%}.playerSearch{grid-template-columns:auto minmax(0,1fr)}.playerSearch .primaryButton{grid-column:1 / -1;width:100%}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.navButton{justify-content:center}.featureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.playerStatsGrid{grid-template-columns:1fr}.keyValues div{grid-template-columns:1fr;gap:4px}}
