:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}.app{min-height:100vh;padding:40px;max-width:2560px;margin:0 auto;width:100%}header{text-align:center;margin-bottom:50px;padding:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 40px #667eea4d}header h1{font-size:3rem;margin-bottom:15px}.last-update{opacity:.9;font-size:1rem}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error button{padding:10px 20px;background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem}.error button:hover{background:#764ba2}.overview{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:40px;width:100%}.stat-card{background:#ffffff0d;padding:30px;border-radius:15px;border:1px solid rgba(255,255,255,.1);text-align:center;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33}.stat-card h3{font-size:1rem;color:#aaa;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.stat-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px;width:100%}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;width:100%;margin-bottom:30px}.chart-card{background:#ffffff0d;padding:30px;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:transform .3s,box-shadow .3s}.chart-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33}.chart-card h3{margin-bottom:25px;font-size:1.4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.geo-list{display:flex;flex-direction:column;gap:12px}.geo-item{display:flex;align-items:center;gap:10px}.country{width:180px;font-size:1rem;color:#aaa;display:flex;align-items:center;gap:10px}.geo-bar{flex:1;height:24px;background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.geo-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .5s ease;box-shadow:0 0 10px #667eea80}.hits{width:60px;text-align:right;font-weight:700;color:#667eea}.status-list{display:flex;flex-direction:column;gap:10px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:background .3s}.status-item:hover{background:#ffffff14}.status-code{padding:6px 12px;border-radius:6px;font-weight:700;font-family:Courier New,monospace;font-size:.9rem}.status-2xx{background:#10b981;color:#000}.status-3xx{background:#3b82f6;color:#fff}.status-4xx{background:#f59e0b;color:#000}.status-5xx{background:#ef4444;color:#fff}.status-hits{font-weight:700;color:#667eea}.country-breakdown{grid-column:1 / -1;margin-top:20px}.breakdown-stats{display:flex;gap:30px;margin-bottom:20px;padding:15px;background:#ffffff08;border-radius:8px}.breakdown-stat{display:flex;align-items:center;gap:10px}.breakdown-stat .label{color:#aaa;font-size:.9rem}.breakdown-stat .value{color:#667eea;font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:8px}.country-table{margin-top:25px;overflow-x:auto}.country-table table{width:100%;border-collapse:collapse}.country-table th{background:#667eea33;padding:15px;text-align:left;font-weight:600;font-size:1rem;color:#667eea;border-bottom:2px solid rgba(102,126,234,.3)}.country-table td{padding:12px 15px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.1)}.country-table tbody tr:hover{background:#ffffff0d}.country-name{font-weight:600;color:#fff;display:flex;align-items:center;gap:10px}.flag{display:inline-block;width:28px;height:21px;margin-right:10px;vertical-align:middle;border-radius:3px;box-shadow:0 1px 3px #0000004d}.country-table td:nth-child(3),.country-table td:nth-child(4),.country-table td:nth-child(5),.country-table td:nth-child(6){text-align:right;font-family:Courier New,monospace}@media(max-width:1400px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.grid-2{grid-template-columns:1fr}.overview{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.grid-3{grid-template-columns:1fr}}@media(max-width:768px){.app{padding:10px}header{padding:20px}header h1{font-size:1.8rem}.overview{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}.chart-card{padding:15px}.country-table{font-size:.85rem}.country-table th,.country-table td{padding:8px 6px}.flag{width:20px;height:15px}.breakdown-stats{flex-direction:column;gap:10px}}@media(max-width:480px){header h1{font-size:1.5rem}.overview{grid-template-columns:1fr}.stat-card{padding:15px}.stat-number{font-size:1.5rem}.country-table{font-size:.75rem}.country-table table{min-width:600px}.flag{width:18px;height:13px}}
