:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#111827 0,#020617 55%,#000);color:#e5e7eb}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;border-bottom:1px solid rgba(31,41,55,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to right,#0f172af2,#0f172aeb);position:sticky;top:0;z-index:10}.logo-wrap{display:flex;align-items:center;gap:10px}.logo-dot{width:18px;height:18px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#f97316,#ea580c,#7c2d12);box-shadow:0 0 18px #f87171b3}.app-title{font-weight:600;font-size:1.1rem}.app-subtitle{font-size:.75rem;color:#9ca3af}.header-right{display:flex;align-items:center;gap:10px}.user-email{font-size:.85rem;color:#e5e7eb}.app-main{flex:1;max-width:980px;width:100%;margin:0 auto;padding:24px 16px 40px;display:flex;flex-direction:column;gap:20px}.card{background:radial-gradient(circle at top left,#111827,#020617 55%);border-radius:16px;border:1px solid rgba(31,41,55,.9);padding:18px 18px 20px;box-shadow:0 22px 45px #0f172abf}.card-title{font-size:1rem;font-weight:600;margin:0 0 4px}.card-desc{margin:0 0 16px;font-size:.86rem;color:#9ca3af}.card-header-row{display:flex;justify-content:space-between;align-items:center}.form-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.7fr);gap:12px 16px;align-items:flex-end}.form-group{display:flex;flex-direction:column;gap:6px}.field-label{font-size:.8rem;color:#9ca3af}.text-input{border-radius:10px;border:1px solid rgba(55,65,81,.9);padding:8px 10px;font-size:.9rem;background:#0f172af2;color:#e5e7eb;outline:none}.text-input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f18c}.form-actions{grid-column:1 / -1}.btn{border:none;border-radius:999px;padding:8px 14px;font-size:.85rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .05s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-primary{background:linear-gradient(to right,#4f46e5,#7c3aed);color:#fff;box-shadow:0 14px 30px #5850ec8c}.btn-primary:hover{background:linear-gradient(to right,#6366f1,#8b5cf6);transform:translateY(-1px)}.btn-ghost{background:transparent;color:#e5e7eb;border:1px solid rgba(55,65,81,.8)}.btn-ghost:hover{background:#1f2937cc}.btn-danger{background:#dc2626e6;color:#fee2e2}.btn-danger:hover{background:#f87171f2}.monitor-list{margin-top:10px;display:flex;flex-direction:column;gap:10px}.monitor-item{border-radius:12px;border:1px solid rgba(31,41,55,.9);padding:10px 12px;background:#0f172af0;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.monitor-main{min-width:220px}.monitor-url{font-size:.9rem;font-weight:500}.monitor-meta{margin-top:4px;font-size:.78rem;color:#9ca3af;display:flex;gap:10px;flex-wrap:wrap}.monitor-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.badge-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.badge{font-size:.75rem;padding:3px 8px;border-radius:999px;background:#0f766e40;border:1px solid rgba(34,197,194,.4)}.muted-text{font-size:.85rem;color:#9ca3af}.error-text{font-size:.8rem;color:#fecaca}.center-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px}.auth-card{max-width:420px;width:100%;border-radius:20px;padding:20px 20px 18px;background:radial-gradient(circle at top,#111827,#020617);border:1px solid rgba(31,41,55,.9);box-shadow:0 26px 50px #0f172ad9}.auth-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.auth-form{display:flex;flex-direction:column;gap:10px}.hint-text{margin-top:10px;font-size:.75rem;color:#9ca3af}.hint-text code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media(max-width:720px){.app-header{padding-inline:18px}.app-main{padding-inline:12px}.form-grid{grid-template-columns:minmax(0,1fr)}.monitor-item{flex-direction:column;align-items:flex-start}.monitor-right{align-items:flex-start}.badge-row{justify-content:flex-start}}.modal-backdrop{position:fixed;inset:0;background:#030617b8;display:flex;align-items:center;justify-content:center;z-index:40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{width:100%;max-width:720px;max-height:70vh;background:radial-gradient(circle at top left,#1b2340,#090b16);border-radius:18px;padding:20px 22px;box-shadow:0 18px 60px #000000b3;border:1px solid rgba(148,163,184,.25);display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.modal-title{font-size:1rem;font-weight:600;color:#e5e7eb}.modal-url{color:#a855f7;word-break:break-all}.history-list{margin-top:4px;border-radius:12px;background:#0f172acc;border:1px solid rgba(30,64,175,.5);padding:6px 0;overflow-y:auto}.history-row{display:grid;grid-template-columns:1.7fr .6fr .7fr;gap:8px;padding:6px 12px;font-size:.8rem;align-items:center;color:#e5e7eb}.history-row:nth-child(odd){background:#0f172a99}.history-time{opacity:.85}.history-status{justify-self:flex-start;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.history-status.ok{background:#10b98126;color:#6ee7b7}.history-status.down{background:#ef444426;color:#fca5a5}.history-response{justify-self:flex-end;font-variant-numeric:tabular-nums;opacity:.9}.monitor-actions{display:flex;gap:8px;margin-top:6px}.btn.btn-secondary{background:#1e40af66;border:1px solid rgba(96,165,250,.7)}
