.app{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.app-header{text-align:center;margin-bottom:3rem;color:#1e293b}.app-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.app-header p{font-size:1.2rem;opacity:.9;font-weight:300}.controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.refresh-button{background:rgba(59,130,246,.1);border:2px solid rgba(59,130,246,.3);color:#1e40af;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.refresh-button:hover:not(:disabled){background:rgba(59,130,246,.2);border-color:#3b82f680;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.last-update{color:#64748b;font-size:.9rem;font-weight:300}.health-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;max-width:100%;margin:0 auto}.health-card{background:rgba(255,255,255,.8);border-radius:8px;padding:.75rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.health-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h2{color:#1e293b;font-size:1.8rem;font-weight:700;margin:0}.status-indicator{width:8px;height:8px;border-radius:50%;box-shadow:0 0 6px currentColor;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 currentColor}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}.card-content{color:#1e293b;display:flex;justify-content:space-between;align-items:center;width:100%}.song-info{flex:1}.song-info h2{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.2}.song-metrics{display:flex;flex-direction:column;gap:.15rem}.view-count{font-size:.85rem;font-weight:700;color:#1e293b}.time-ago{font-size:.75rem;color:#6b7280}.no-data{font-size:.75rem;color:#6b7280;font-style:italic}.status-section{margin-bottom:2rem}.status-section h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#374151}.status-message{font-size:1rem;color:#6b7280;line-height:1.5}.metrics-section{margin-bottom:2rem}.metric{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.metric:last-child{border-bottom:none}.metric-label{font-weight:500;color:#6b7280}.metric-value{font-weight:700;font-size:1.1rem;color:#1e293b}.coverage-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:1rem}.coverage-fill{height:100%;border-radius:4px;transition:width .8s ease;box-shadow:0 0 10px currentColor}.age-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:1rem}.age-fill{height:100%;border-radius:4px;transition:width .8s ease;box-shadow:0 0 10px currentColor}.error-card{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:15px;padding:1.5rem;margin-bottom:2rem;color:#dc2626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-card h3{color:#fca5a5;margin-bottom:.5rem}.loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280;background:rgba(255,255,255,.8);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){.health-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.health-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.app{padding:1rem}.app-header h1{font-size:2rem}.health-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.health-card{padding:.5rem}.controls{flex-direction:column;gap:1rem}}@media (max-width: 480px){.health-grid{grid-template-columns:1fr;gap:.5rem}}.pubg-card{background:linear-gradient(135deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.7) 100%)}.pubg-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease}.pubg-card:hover:before{transform:translate(100%)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.card{padding:2em}.read-the-docs{color:#888}
