@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;color:#e0e0e8;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh}.app,body{align-items:center;display:flex}.app{flex-direction:column;max-width:960px;padding:2rem;width:100%}.title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a78bfa,#818cf8);-webkit-background-clip:text;background-clip:text;font-size:2.4rem;font-weight:700;letter-spacing:-.04em;margin-bottom:.25rem}.subtitle{color:#6b6b80;font-size:.95rem;font-weight:400;margin-bottom:2.5rem}.search-bar{background:#14141e;border:1px solid #1e1e2e;border-radius:14px;display:flex;max-width:560px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease;width:130%}.search-bar:focus-within{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.search-bar input{background:#0000;border:none;color:#e0e0e8;flex:1 1;font-family:inherit;font-size:1rem;outline:none;padding:1rem 1.25rem}.search-bar input::placeholder{color:#3c3c50}.search-bar input:-webkit-autofill,.search-bar input:-webkit-autofill:focus,.search-bar input:-webkit-autofill:hover{-webkit-text-fill-color:#e0e0e8;-webkit-box-shadow:inset 0 0 0 1000px #14141e;caret-color:#e0e0e8;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.search-bar button{background:#0000;border:none;color:#818cf8;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:background .2s ease,color .2s ease}.search-bar button:hover{background:#818cf814;color:#a5b4fc}.search-bar button:disabled{color:#3c3c50;cursor:not-allowed}.results-row{display:flex;gap:1rem;margin-top:2rem;width:100%}.result-card{animation:fadeUp .8s ease forwards;background:#14141e;border:1px solid #1e1e2e;border-radius:12px;flex:1 1;min-width:0;opacity:0;padding:1rem 1.15rem}.result-card:first-child{animation-delay:0s}.result-card:nth-child(2){animation-delay:.1s}.result-card:nth-child(3){animation-delay:.2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.result-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.status-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.status-dot.up{background:#34d399;box-shadow:0 0 8px #34d39980}.status-dot.down{background:#f87171;box-shadow:0 0 8px #f8717180}.result-url{color:#c4c4d4;display:none;flex:1 1;font-size:.8rem;font-weight:500;word-break:break-all}.result-region-badge{background:#a78bfa1a;border:1px solid #a78bfa33;border-radius:6px;color:#a78bfa;flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.08em;margin-left:auto;padding:.25rem .6rem;text-transform:uppercase}.result-status{font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.result-status.up{color:#34d399}.result-status.down{color:#f87171}.result-warning{background:#fbbf2414;border:1px solid #fbbf2433;border-radius:8px;color:#fbbf24;font-size:.85rem;line-height:1.5;margin-bottom:1rem;padding:.75rem 1rem}.result-details{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.detail{display:flex;flex-direction:column;gap:.2rem}.detail-label{color:#4a4a60;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.detail-value{color:#b0b0c4;font-size:.95rem;font-weight:500}.error-msg{color:#f87171;font-size:.9rem;margin-top:1.5rem;text-align:center}.loader{animation:spin .7s linear infinite;border:3px solid #1e1e2e;border-radius:50%;border-top-color:#818cf8;height:28px;margin-top:2rem;width:28px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:640px){.app{padding:1.5rem 1rem}.title{font-size:1.8rem}.subtitle{font-size:.85rem;margin-bottom:1.75rem}.search-bar{border-radius:10px;width:100%}.search-bar button,.search-bar input{font-size:.9rem;padding:.75rem 1rem}.results-row{flex-direction:column}.result-status{font-size:1.15rem}}
/*# sourceMappingURL=main.fe82da83.css.map*/