:root{--bg:#07080c;--card:rgba(17,21,32,.72);--stroke:rgba(255,255,255,.08);--text:#f5f7fb;--muted:#98a2b3;--accent:rgb(255,0,72);--radius:20px;--shadow:0 20px 60px rgba(0,0,0,.38)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top left,rgba(255,0,72,.15),transparent 30%),radial-gradient(circle at bottom right,rgba(92,78,255,.14),transparent 24%),#07080c;color:var(--text)}body{overflow-x:hidden}.hidden{display:none!important}.aurora{position:fixed;filter:blur(90px);opacity:.35;pointer-events:none;z-index:0}.aurora-a{width:320px;height:320px;background:rgba(255,0,72,.28);top:-40px;left:-60px}.aurora-b{width:420px;height:420px;background:rgba(95,122,255,.22);right:-120px;top:10%}.aurora-c{width:300px;height:300px;background:rgba(0,209,125,.16);bottom:-80px;left:20%}main{position:relative;z-index:1}.glass,.glass-soft,.card,.sidebar,.topbar{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.glass{background:rgba(18,21,31,.66);border:1px solid var(--stroke);box-shadow:var(--shadow);border-radius:var(--radius)}.glass-soft,.card{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.login-card{width:min(100%,520px);padding:28px}.mac-dots{display:flex;gap:8px;margin-bottom:18px}.mac-dots span{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.22)}.mac-dots span:nth-child(1){background:#ff5f57}.mac-dots span:nth-child(2){background:#febc2e}.mac-dots span:nth-child(3){background:#28c840}.eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(32px,5vw,48px);margin-bottom:10px}h2{font-size:28px;margin-bottom:0}h3{font-size:22px;margin-bottom:6px}.muted{color:var(--muted)}.stack{display:flex;flex-direction:column}.gap-12{gap:12px}.gap-16{gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:13px;color:#d0d5dd}input,select,button{font:inherit}input,select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);color:var(--text);outline:none;transition:.25s ease}.primary-btn,.ghost-btn{border:0;border-radius:18px;padding:12px 18px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.primary-btn{background:linear-gradient(180deg,rgba(255,65,120,1),rgba(255,0,72,1));color:#fff;box-shadow:0 12px 30px rgba(255,0,72,.28)}.ghost-btn{background:rgba(255,255,255,.06);color:var(--text);border:1px solid rgba(255,255,255,.07)}.large{min-height:56px;font-weight:700}.giant{min-height:74px;font-size:20px;font-weight:800;width:100%}.full{width:100%}.login-tips{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.tip-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:6px}.error-text{color:#ff809f;min-height:20px;margin-top:14px}.app-shell{min-height:100vh;display:grid;grid-template-columns:290px 1fr;gap:24px;padding:22px}.sidebar{padding:20px;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:22px;height:calc(100vh - 44px)}.brand-block{display:flex;align-items:center;gap:12px;margin-bottom:24px}.brand-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;font-weight:800;background:linear-gradient(180deg,rgba(255,65,120,1),rgba(255,0,72,1));box-shadow:0 10px 30px rgba(255,0,72,.25)}.brand-block small,.profile-chip small{color:var(--muted)}.nav-menu{display:flex;flex-direction:column;gap:10px}.nav-link{width:100%;border:none;background:transparent;color:var(--text);text-align:left;padding:14px 16px;border-radius:16px;cursor:pointer;display:flex;align-items:center;gap:10px}.nav-link.active,.nav-link:hover{background:rgba(255,255,255,.06)}.sidebar-footer{display:flex;flex-direction:column;gap:12px}.profile-chip{border-radius:18px;padding:14px;background:rgba(255,255,255,.04);border:1px solid var(--stroke)}.content-area{display:flex;flex-direction:column;gap:22px}.topbar{padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.clock-widget{min-width:180px;padding:12px 16px;border-radius:18px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);display:flex;flex-direction:column}.clock-widget span{font-size:12px;color:var(--muted)}.clock-widget strong{font-size:26px}.page-grid{display:flex;flex-direction:column;gap:22px}.grid{display:grid;gap:22px}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.card{padding:20px;position:relative;overflow:hidden}.card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 35%);pointer-events:none}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.hero-card{display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.widget-card{min-height:180px;display:flex;flex-direction:column;justify-content:space-between}.service-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.badge.online::before{content:'';width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 rgba(255,0,72,.9);animation:pulse 1.6s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,0,72,.75)}70%{box-shadow:0 0 0 14px rgba(255,0,72,0)}100%{box-shadow:0 0 0 0 rgba(255,0,72,0)}}.stat-card{min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.stat-card span{color:var(--muted)}.stat-card strong{font-size:34px}.logs-list{display:flex;flex-direction:column;gap:12px}.log-item,.online-item{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:14px}.online-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.online-left{display:flex;flex-direction:column;gap:4px}.table-wrap{overflow:auto;border-radius:18px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.actions-row{display:flex;flex-wrap:wrap;gap:8px}.small-btn{border:none;border-radius:12px;padding:10px 12px;background:rgba(255,255,255,.06);color:var(--text);cursor:pointer}.status-pill{padding:8px 12px;border-radius:999px;display:inline-flex}.status-pill.on{background:rgba(0,209,125,.12);color:#77ffc1}.status-pill.off{background:rgba(255,77,109,.12);color:#ff9ab0}.form-actions{display:flex}.align-end{align-items:flex-end}.logs-compact .log-item{padding:12px}@media (max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;top:0}}@media (max-width:900px){.cols-3,.two-col{grid-template-columns:1fr}.col-span-2,.col-span-3{grid-column:span 1}.login-tips{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:12px}}


.single-action-row{flex-wrap:nowrap}.accent-btn{background:rgba(255,0,72,.14);color:#ff8caf;border:1px solid rgba(255,0,72,.18)}
.modal-overlay{position:fixed;inset:0;background:rgba(5,7,12,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;padding:28px;z-index:1000}
.modal-shell{width:min(100%,860px);padding:28px;border-radius:28px;position:relative;background:linear-gradient(180deg,rgba(20,24,36,.92),rgba(12,15,24,.92));border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 100px rgba(0,0,0,.45)}
.modal-head{margin-bottom:20px;padding-right:42px}.modal-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:none;border-radius:14px;background:rgba(255,255,255,.06);color:var(--text);font-size:28px;line-height:1;cursor:pointer}
.modal-form{display:flex;flex-direction:column;gap:18px}.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.modal-actions-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.danger-btn{border:0;border-radius:18px;padding:12px 18px;cursor:pointer;background:rgba(255,0,72,.16);color:#ff99b7;border:1px solid rgba(255,0,72,.18)}
@media (max-width:900px){.modal-shell{padding:22px;border-radius:24px}.modal-actions,.modal-actions-right{flex-direction:column;align-items:stretch}.modal-actions-right .danger-btn,.modal-actions-right .primary-btn,.modal-actions .ghost-btn{width:100%}}
