*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7fa;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;justify-content:space-between;padding:1rem 2rem}.header,.header h1{align-items:center;display:flex}.header h1{color:#1a202c;font-size:1.5rem;gap:.5rem}.header-info{color:#718096;font-size:.875rem}.status-indicator{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.status-indicator.healthy{background:#48bb78}.status-indicator.unhealthy{background:#f56565}.status-indicator.warning{background:#ed8936}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.nav-tabs{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;padding:0 2rem}.nav-tab{background:none;border:none;border-bottom:3px solid #0000;color:#718096;cursor:pointer;font-size:.95rem;font-weight:500;padding:1rem 1.5rem;transition:all .2s}.nav-tab:hover{color:#2d3748}.nav-tab.active{border-bottom-color:#3182ce;color:#3182ce}.content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.stat-card h3{color:#718096;font-size:.875rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#2d3748;font-size:2rem;font-weight:600}.stat-change{font-size:.875rem;margin-top:.5rem}.stat-change.positive{color:#48bb78}.stat-change.negative{color:#f56565}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.card h2{color:#2d3748;font-size:1.125rem;margin-bottom:1rem}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.card-header h2{margin-bottom:0}.test-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.input{border:1px solid #e2e8f0;border-radius:6px;flex:1 1;font-size:1rem;padding:.75rem;transition:border-color .2s}.input:focus{border-color:#3182ce;outline:none}.select-input{flex:initial;width:150px}.test-actions{display:flex;gap:.5rem;margin-top:1rem}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#3182ce;color:#fff}.btn-primary:hover:not(:disabled){background:#2c5282}.btn-secondary{background:#e2e8f0;color:#2d3748}.btn-secondary:hover:not(:disabled){background:#cbd5e0}.results-container{margin-top:1.5rem}.result-section{background:#f7fafc;border-radius:6px;margin-bottom:1rem;padding:1rem}.result-section h3{color:#4a5568;font-size:.95rem;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.result-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.result-item{display:flex;flex-direction:column}.result-label{color:#718096;font-size:.875rem;margin-bottom:.25rem}.result-value{color:#2d3748;font-weight:500}.result-value.healthy{color:#48bb78}.result-value.warning{color:#ed8936}.result-value.unhealthy{color:#f56565}.health-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.health-item{align-items:center;background:#f7fafc;border-radius:6px;display:flex;justify-content:space-between;padding:1rem}.health-item.healthy{background:#c6f6d5}.health-item.unhealthy{background:#fed7d7}.health-item.warning{background:#feebc8}.health-item-name{font-weight:500;margin-bottom:.25rem}.health-item-message{color:#718096;font-size:.875rem}.health-icon{font-size:1.25rem}.settings-section{margin-bottom:2rem}.settings-group{margin-bottom:1.5rem}.settings-group label{color:#4a5568;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.settings-group .input{max-width:500px;width:100%}.api-config-item{background:#f7fafc;border-radius:6px;margin-bottom:.75rem;padding:1rem}.api-config-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.api-config-header h3{font-size:1rem;margin:0}.api-config-fields{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.api-config-fields label{color:#718096;display:block;font-size:.875rem;margin-bottom:.25rem}.switch{display:inline-block;height:24px;position:relative;width:48px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#cbd5e0;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#48bb78}input:checked+.slider:before{transform:translateX(24px)}.top-ips-list{list-style:none}.top-ip-item{align-items:center;background:#f7fafc;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem;transition:background .2s}.top-ip-item:hover{background:#edf2f7}.country-tag{color:#718096;font-size:.875rem;margin-left:1rem}.loading{align-items:center;color:#718096;display:flex;height:200px;justify-content:center}.error-message{background:#fed7d7;color:#c53030}.error-message,.success-message{border-radius:6px;margin:1rem 0;padding:1rem}.success-message{background:#c6f6d5;color:#22543d}@media (max-width:768px){.header{padding:1rem}.nav-tabs{overflow-x:auto;padding:0 1rem}.nav-tab{white-space:nowrap}.content,.nav-tab{padding:1rem}.health-grid,.result-grid,.stats-grid{grid-template-columns:1fr}.test-input-group{flex-direction:column}.select-input{width:100%}.test-actions{flex-direction:column}}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#213547;color-scheme:light;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility}body{display:flex;margin:0;min-height:100vh;min-width:320px;place-items:center}#root{width:100%}
/*# sourceMappingURL=main.86e69b35.css.map*/