*{box-sizing:border-box;margin:0;padding:0}:root{--dark-bg:#0a0e27;--darker-bg:#050709;--card-bg:#1a1f3a;--card-border:#2d3561;--text-primary:#e8e8e8;--text-secondary:#b0b0b0;--gold:#d4af37;--gold-light:#e8c547;--online:#4ade80;--offline:#ef4444;--checking:#f59e0b}body{background:linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);color:var(--text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.5}.container{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.header{text-align:center;border-bottom:2px solid var(--card-border);margin-bottom:3rem;padding-bottom:2rem}.header-content{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.header-title{text-align:left;flex:1}.header-stats{flex-shrink:0;justify-content:center;align-items:center;gap:1rem;display:flex}.player-count{white-space:nowrap;background:#d4af3714;border:1px solid #d4af3733;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;width:210px;height:140px;padding:2rem 3.2rem;display:flex}.player-count-label{color:var(--gold);text-transform:uppercase;letter-spacing:.5px;opacity:.8;font-size:.8rem;font-weight:700}.player-count-value{color:var(--gold-light);font-size:2.2rem;font-weight:900}.update-status{white-space:nowrap;background:#b0b0b00d;border:1px solid #b0b0b026;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;width:210px;height:140px;padding:2rem 3.2rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.update-status.has-update{background:#d4af3714;border-color:#d4af374d;animation:2.5s ease-in-out infinite glow-pulse}@keyframes glow-pulse{0%,to{background:#d4af3714;border-color:#d4af374d;box-shadow:0 0 #d4af3700}50%{background:#d4af372e;border-color:#d4af3799;box-shadow:0 0 16px #d4af3759}}.update-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;opacity:.8;font-size:.8rem;font-weight:700;transition:color .4s}.update-status.has-update .update-label{color:var(--gold)}.update-value{color:var(--text-secondary);font-size:2.2rem;font-weight:900;animation:1.2s ease-in-out updateFlip}@keyframes updateFlip{0%{opacity:1;transform:rotateY(0)}25%{opacity:.3;transform:rotateY(90deg)}50%{opacity:.2;transform:rotateY(180deg)}75%{opacity:.3;transform:rotateY(270deg)}to{opacity:1;transform:rotateY(360deg)}}.update-status.has-update .update-value{color:var(--gold-light)}.update-ribbon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);color:#000;text-align:center;letter-spacing:1.5px;text-transform:uppercase;z-index:10;width:110px;padding:6px 0;font-size:11px;font-weight:900;animation:2.5s ease-in-out infinite ribbon-shimmer;position:absolute;top:12px;right:-35px;transform:rotate(45deg);box-shadow:0 2px 8px #d4af3766}@keyframes ribbon-shimmer{0%,to{box-shadow:0 2px 8px #d4af3766}50%{box-shadow:0 4px 16px #d4af37b3}}@media (width<=1024px){.header-stats{gap:.8rem}.player-count,.update-status{min-height:95px;padding:1.5rem 2.5rem}.player-count-value,.update-value{font-size:1.8rem}.player-count-label,.update-label{font-size:.75rem}}@media (width<=768px){.header-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.header-title{text-align:center}.header-stats{justify-content:center;gap:1rem;width:100%}.player-count,.update-status{flex:1;min-width:140px;min-height:85px;padding:1.2rem 2rem}.player-count-value,.update-value{font-size:1.6rem}.player-count-label,.update-label{font-size:.7rem}.title{letter-spacing:2px;font-size:2.5rem}.subtitle{letter-spacing:1px;font-size:1rem}}@media (width<=480px){.header{margin-bottom:2rem;padding-bottom:1.5rem}.player-count,.update-status{min-height:80px;padding:1rem 1.5rem}.player-count-value,.update-value{font-size:1.4rem}.player-count-label,.update-label{font-size:.65rem}.title{letter-spacing:1.5px;font-size:2rem}.servers-grid{grid-template-columns:1fr;gap:1.5rem}}.title{color:var(--gold);text-shadow:0 0 20px #d4af374d,0 0 40px #d4af371a;letter-spacing:3px;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.subtitle{color:var(--text-secondary);letter-spacing:2px;margin-bottom:.75rem;font-size:1.25rem}.main{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;display:flex}.servers-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%;max-width:1200px;display:grid}.server-card{background:var(--card-bg);border:2px solid var(--card-border);border-radius:12px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.server-card:before{content:"";background:var(--gold);opacity:0;height:3px;transition:all 1s;position:absolute;top:0;left:0;right:0}.server-card.online:before{opacity:1;background:var(--online);animation:2s infinite pulse}.server-card.offline:before{opacity:1;background:var(--offline);animation:2s infinite pulse}.server-card.unknown:before{opacity:1;background:var(--checking);animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.card-header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.server-name{color:var(--gold-light);flex:1;font-size:2.2rem;font-weight:700}.status-badge{white-space:nowrap;letter-spacing:.5px;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.65rem;width:160px;padding:.65rem 1.2rem;font-size:1rem;font-weight:700;line-height:1.2;transition:all 1s cubic-bezier(.4,0,.2,1);display:flex}.status-badge.online{color:var(--online);background:#4ade8026;border:1px solid #4ade804d}.status-badge.offline{color:var(--offline);background:#ef444426;border:1px solid #ef44444d}.status-badge.unknown{color:var(--checking);background:#f59e0b26;border:1px solid #f59e0b4d}.status-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:1px;font-size:1.5rem;transition:all 1s cubic-bezier(.4,0,.2,1);display:flex}.svg-icon{flex-shrink:0;width:1.2rem;height:1.2rem;display:block}.status-text{text-align:center;flex:1}.mode-badge{text-transform:uppercase;letter-spacing:1.2px;text-align:center;color:#fff;z-index:10;border:1px solid #0000;width:100px;height:40px;padding:.4rem 0;font-size:.65rem;font-weight:700;position:absolute;bottom:-10px;right:-40px;transform:rotate(-45deg);box-shadow:0 2px 8px #0006}.mode-badge.mode-pvp{text-shadow:0 1px 2px #0009;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border-color:#7f1d1d}.mode-badge.mode-pve{text-shadow:0 1px 2px #0009;background:linear-gradient(135deg,#22c55e 0%,#15803d 100%);border-color:#166534}.server-card.pvp-server:after{content:"";pointer-events:none;filter:blur(6px);background:linear-gradient(#0000 0%,#991b1b0a 60%,#dc262614 100%);border-radius:0 0 12px 12px;height:36px;position:absolute;bottom:0;left:0;right:0}.server-card.pve-server:after{content:"";pointer-events:none;filter:blur(6px);background:linear-gradient(#0000 0%,#15803d0a 60%,#22c55e14 100%);border-radius:0 0 12px 12px;height:36px;position:absolute;bottom:0;left:0;right:0}.card-body{flex-direction:column;gap:1rem;display:flex}.info-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.label{color:var(--text-secondary);min-width:100px;font-size:1rem;font-weight:500}.value{color:var(--text-primary);text-align:center;width:160px;font-size:1.05rem;font-weight:600}.footer{text-align:center;border-top:2px solid var(--card-border);margin-top:3rem;padding-top:2rem}.info-text{color:var(--text-secondary);opacity:.7;font-size:.8rem}@keyframes smoothUpdatePulse{0%,to{opacity:.4}50%{opacity:1}}.last-updated{color:var(--text-secondary);opacity:.7;margin-left:.5rem;font-size:.8rem;animation:1.2s ease-in-out smoothUpdatePulse;display:block}.last-updated:before{content:""}@media (width>=1001px){.last-updated{margin-left:.5rem;display:inline}.last-updated:before{content:"| ";margin-right:.25rem}}@media (width<=1000px){.container{padding:1rem}.header{margin-bottom:2rem;padding-bottom:1.5rem}.header-content{text-align:center;flex-direction:column;gap:1.5rem}.header-title{text-align:center;flex:none;width:100%}.header-stats{flex-flow:wrap;justify-content:center;gap:.8rem;width:100%}.player-count,.update-status{flex:1;min-width:120px;height:100px;padding:1.5rem 2rem}.player-count-label,.update-label{font-size:.75rem}.player-count-value{font-size:1.8rem}.update-value{font-size:1.5rem}.title{letter-spacing:2px;font-size:2.2rem}.subtitle{font-size:1rem}.servers-grid{grid-template-columns:1fr;gap:1.5rem}.server-card{padding:1.5rem}.server-name{font-size:1.5rem}.card-header{justify-content:space-between}.status-badge{width:auto;min-width:160px;line-height:1.2}.status-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.svg-icon{width:1.2rem;height:1.2rem}.status-text{text-align:center;flex:1}}@media (width<=480px){.container{padding:1rem}.player-count,.update-status{flex:1;height:95px;padding:1rem 1.5rem}.player-count-label,.update-label{letter-spacing:.3px;font-size:.7rem}.player-count-value{font-size:1.3rem}.update-value{font-size:1.1rem}.title{letter-spacing:1px;margin-bottom:.25rem;font-size:1.8rem}.subtitle{letter-spacing:.5px;font-size:.85rem}.server-name{font-size:1.2rem}.label{min-width:80px;font-size:.85rem}.value{width:120px;font-size:.95rem}}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;height:100%}
