@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap";:root{--bg: radial-gradient(circle at 20% 20%, #0c1a14 0%, #08110d 40%, #050b08 75%), #050b08;--card: rgba(9, 18, 14, .95);--border: #123327;--text: #e8f5ed;--muted: #a2c2b1;--accent: #7aff6f;--accent-2: #57d85c;--danger: #ef7070;--shadow: 0 14px 40px rgba(0, 0, 0, .35);font-family:JetBrains Mono,DM Sans,system-ui,-apple-system,monospace;background:var(--bg);color:var(--text)}*,*:before,*:after{box-sizing:border-box}body{margin:0}.page{max-width:1100px;margin:0 auto;padding:2rem}.page.with-toast{padding-top:5rem}.hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.brand{display:flex;align-items:center;gap:.9rem}.brand-logo{height:52px;width:auto;border-radius:12px;box-shadow:0 6px 18px #00000059}.actions-row{display:flex;gap:.75rem;flex-wrap:wrap}.actions-row.center{justify-content:center}.actions-row.start{justify-content:flex-start}.actions-card{text-align:center}.admin-panel{display:flex;flex-direction:column;gap:1rem}.admin-table{display:flex;flex-direction:column;gap:.75rem}.admin-row{display:grid;grid-template-columns:1.8fr 1fr 1.3fr .6fr .9fr;gap:.75rem;align-items:center;padding:.35rem .45rem;border:1px solid rgba(79,227,165,.08);border-radius:10px;background:#0f191566}.admin-row.header{font-weight:700;color:var(--muted);background:transparent;border:none;padding:0 .45rem}.admin-row select,.admin-row input[type=datetime-local]{width:100%;padding:.4rem .55rem;border-radius:10px;border:1px solid var(--border);background:#0f1915;color:var(--text);font-family:inherit;font-size:.95rem}.admin-actions{display:flex;gap:.35rem;justify-content:flex-end}.admin-row input[type=checkbox]{transform:scale(1.2)}.badge{display:inline-block;padding:.25rem .6rem;background:#4fe3a524;border:1px solid rgba(79,227,165,.28);border-radius:999px;color:var(--accent);font-weight:700;letter-spacing:.04em}h1{margin:.2rem 0;font-size:2.6rem;letter-spacing:.01em}.view-toggle{display:flex;gap:.4rem}.view-toggle button{padding:.45rem .85rem;border-radius:12px;border:1px solid var(--border);background:#111c18b3;color:var(--text)}.view-toggle .active{background:#4fe3a533;color:var(--text);border-color:#4fe3a580;box-shadow:inset 0 0 0 1px #4fe3a566}.subtitle{margin:0;color:var(--muted);max-width:640px;line-height:1.5}.user-box{display:flex;gap:.75rem;align-items:center;padding:.75rem 1rem;background:#111c18d9;border:1px solid var(--border);border-radius:12px;color:var(--text)}.user-box .link-plain{background:transparent;border:1px solid var(--border);color:var(--text);padding:.45rem .9rem;border-radius:12px;cursor:pointer;text-decoration:none}.user-box .link-plain:hover{border-color:#0aff9d66;color:#0aff9d}.grid.two{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.stack{display:flex;flex-direction:column;gap:1rem}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.summary h3{margin:0 0 .4rem}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;align-items:center}.stat{background:#111c18b3;border:1px solid var(--border);border-radius:10px;padding:.55rem .7rem;display:flex;justify-content:space-between;align-items:center}.stat .label{color:var(--muted);font-size:.95rem}.stat .value{font-weight:800}.stat .value.ok{color:#57d85c}.stat .value.warn{color:#f4c063}.stat .value.crit{color:#ef7070}.stat .value.unknown{color:#9fb4c4}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.2rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card.summary,.card.actions-card{display:grid;grid-template-rows:auto 1fr;align-items:center;gap:.35rem;min-height:160px}.auth-card{width:90%;max-width:720px;margin:0 auto}.form{display:flex;flex-direction:column;gap:.75rem}label{display:flex;flex-direction:column;gap:.35rem;font-weight:700;color:var(--text)}input{padding:.7rem .9rem;border:1px solid var(--border);border-radius:10px;font-size:1rem;background:#111d18;color:var(--text)}button{padding:.8rem 1rem;border:1px solid #14432b;border-radius:12px;background:#111c18b3;color:var(--text);font-weight:800;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,filter .2s ease}button:hover{transform:translateY(-1px);box-shadow:0 0 20px #0aff9d59;filter:brightness(1.05)}button:disabled{background:#1f2d2a;border-color:#1f2d2a;color:#486057;cursor:not-allowed;box-shadow:none}.ghost{background:transparent;color:var(--text);border:1px solid var(--border);padding:.6rem .9rem}.hint{color:var(--muted);font-size:.95rem;margin:.5rem 0 0}.info{color:#0aff9d;background:#0aff9d12;padding:.75rem;border-radius:10px;border:1px solid rgba(10,255,157,.4)}.error{color:#ff8fa3;background:#ff6b6b14;padding:.75rem;border-radius:10px;border:1px solid rgba(255,107,107,.4)}.toast{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:50;min-width:320px;max-width:960px;width:calc(100% - 2rem);text-align:center;box-shadow:0 12px 30px #00000059}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:60}.modal{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.2rem;max-width:620px;width:min(90vw,640px);box-shadow:var(--shadow)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.modal-body{display:flex;flex-direction:column;gap:.75rem}.close{border:1px solid var(--border);background:transparent;color:var(--text);width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-size:1.4rem;padding:0;line-height:1;cursor:pointer}.link{color:#4fe3a5;font-weight:700;text-decoration:none;border-bottom:1px dashed rgba(79,227,165,.6);padding-bottom:1px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.card-header.centered{justify-content:center;text-align:center}.card.summary .card-header,.card.actions-card .card-header{margin-bottom:0;align-items:center}.card.actions-card .actions-row{justify-content:center;align-items:center;margin-top:0}.toggle{width:42px;height:42px;display:grid;place-items:center;font-size:1.5rem;border-radius:12px;background:transparent;border:1px solid var(--border);color:var(--text);padding:0}.list{display:flex;flex-direction:column;gap:.75rem}.list.grid-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.list-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:#0f1915}.list-item.clickable{cursor:pointer;transition:border-color .15s ease,transform .1s ease}.list-item.clickable:hover{border-color:#4fe3a580;transform:translateY(-1px)}.list-item.tile{height:100%;display:grid;grid-template-rows:auto 1fr;align-items:start;padding:.75rem .9rem;row-gap:.35rem}.list-item.tile .status-row{justify-content:flex-start;margin-left:0;min-width:auto;gap:.45rem;margin-top:.25rem}.list-item.tile .last-check{justify-content:flex-start;text-align:left;min-width:auto}.status-row{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;margin-left:auto;min-width:185px}.last-check{color:var(--muted);font-size:.95rem;margin-left:0;min-width:56px;text-align:right;display:flex;align-items:center;justify-content:flex-end;height:40px;padding:0 .25rem}.title{margin:0;font-weight:700;line-height:1.25}.muted{margin:0;color:var(--muted);line-height:1.25}.muted.small{font-size:.9rem}.pill{padding:0 .85rem;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:800;font-size:.85rem;text-transform:uppercase;border:1px solid rgba(255,255,255,.08);line-height:1}.pill.up{background:#68d35f29;color:#68d35f}.pill.down{background:#ef707029;color:#ff9aa9}.pill.ok{background:#68d35f29;color:#68d35f}.pill.warning{background:#ffbd4429;color:#ffd166}.pill.critical{background:#ef70702e;color:#ff9aa9}.pill.unknown,.pill.pending{background:#7c878c33;color:#cfd5d6}.pill.check{background:#ffffff0a;color:#cbe6d7;border:1px solid rgba(122,255,111,.16);font-weight:700}.upgrade{padding:.75rem;background:#ffbd4414;color:#ffd166;border:1px dashed rgba(255,189,68,.5);border-radius:10px}.danger{background:#ff6b6b;color:#0b0f0e}.actions{display:flex;gap:.75rem;margin-top:.75rem}.bell{border:1px solid var(--border);background:#111c1899;color:var(--text);padding:0 2px 0 4px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1;border-radius:10px;cursor:pointer;transition:transform .1s ease,border-color .15s ease,box-shadow .15s ease}.bell.on{border-color:#4fe3a599;box-shadow:0 0 10px #4fe3a54d}.bell.off{border-color:#ef707080;box-shadow:0 0 6px #ef707033}.row{display:flex;align-items:center;gap:.5rem}.suggestions{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;max-height:70vh;overflow:auto;padding-right:.35rem}.suggestion{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:#0f1915}.suggestions.compact{gap:.5rem}.suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}.suggestion.tile{flex-direction:column;align-items:flex-start;gap:.35rem}.suggestion.tile button{align-self:flex-start;padding:.55rem .8rem}.inline-options{display:flex;gap:1rem;align-items:center}.thresholds{margin-top:.8rem}.thresholds .inline-options{align-items:flex-start;gap:.8rem}.thresholds label{flex:1 1 160px}.thresholds button{margin-top:.4rem}.detail-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem}.detail-grid.compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.45rem}.detail-item{padding:.6rem .7rem;border:1px solid var(--border);border-radius:10px;background:#111c18a6}.title.xsmall{font-size:.95rem}.option{display:flex;gap:.35rem;align-items:center;font-weight:700;color:var(--text)}@media (max-width: 720px){.hero{flex-direction:column;align-items:flex-start}.page{padding:1.2rem}}
