:root{font-family:system-ui,Arial,sans-serif;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:#0b0f14;color:#e9eef5}a{color:inherit;text-decoration:none}.wrap,.container{width:100%;max-width:980px;margin:0 auto;padding:12px}@media(min-width:520px){.wrap,.container{padding:16px}}@media(min-width:1100px){.wrap,.container{padding:20px}}.card{width:100%;background:#121826;border:1px solid #1c2640;border-radius:16px;padding:14px}.row{display:flex;justify-content:space-between;align-items:center;gap:12px;min-width:0}.grid{display:grid;gap:12px}.badge{padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid #2a385c;white-space:nowrap}.badge.ok{background:#28b45a26;border-color:#28b45a59}.badge.alarm{background:#e6505026;border-color:#e6505059}.badge.warn{background:#ffc10726;border-color:#ffc10759}.muted{color:#aab6cc;font-size:12px}.big{font-size:28px;font-weight:700;line-height:1.1}.btn{background:#1b2a4a;border:1px solid #2a385c;color:#e9eef5;border-radius:10px;padding:8px 10px;cursor:pointer;transition:.15s ease}.btn:hover{filter:brightness(1.06)}.btn:active{transform:translateY(1px)}.btn.active{outline:2px solid #3b5aa0}.btn.secondary{padding:6px 8px;font-size:12px;opacity:.85}.btn-primary{background:linear-gradient(180deg,#1f3b73,#152a52);border:1px solid rgba(120,160,255,.35);color:#fff}.btn-primary:hover{filter:brightness(1.06)}.toolbar{display:flex;gap:8px;flex-wrap:wrap}.input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:inherit;outline:none}.input:focus{border-color:#5a8cff8c;box-shadow:0 0 0 3px #5a8cff2e}.login-wrap{display:grid;place-items:center;min-height:100vh;padding:16px}.login-card{width:min(440px,100%);max-width:440px;padding:18px;border-radius:16px;box-shadow:0 10px 30px #00000040;overflow:hidden}.login-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.login-logo{width:46px;height:46px;object-fit:contain}.login-title{font-size:20px;font-weight:800;line-height:1.15}.login-sub{margin-top:4px;font-size:12px;opacity:.85}.login-form{display:grid;gap:10px}.field{display:grid;gap:6px}.pass-row{display:flex;gap:8px;align-items:center;min-width:0}.pass-row .input{flex:1;min-width:0}.pass-toggle{white-space:nowrap;padding:10px 12px;border-radius:12px;opacity:.9}.remember{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;font-size:13px}.shake{animation:shake .48s ease-in-out}@keyframes shake{0%{transform:translate(0)}18%{transform:translate(-8px)}36%{transform:translate(8px)}54%{transform:translate(-6px)}72%{transform:translate(6px)}to{transform:translate(0)}}.topbar{width:100%;background:#121826;border:1px solid #1c2640;border-radius:16px;padding:14px 16px;margin-bottom:16px;box-shadow:0 8px 24px #0000002e}.topbar__row{display:flex;flex-direction:column;gap:10px;min-width:0}.topbar__left{min-width:0}.topbar__back{display:inline-block;margin-bottom:6px}.topbar__title{font-weight:900;font-size:18px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__subtitle{margin-top:6px;font-size:12px;color:#aab6cc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-start}.topbar__user{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:640px){.topbar__row{flex-direction:row;align-items:center;justify-content:space-between}.topbar__actions{justify-content:flex-end}.topbar__user{max-width:280px}}@media(max-width:360px){.btn{padding:7px 9px;border-radius:10px}.topbar__title{font-size:16px}}@media(min-width:980px){.grid-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}.tile{display:block;padding:16px;border-radius:18px;border:1px solid #1c2640;background:linear-gradient(180deg,#121826,#0f1522);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;min-width:0}.tile:hover{transform:translateY(-2px);border-color:#2b4a86;box-shadow:0 12px 24px #00000038}.tile__title{font-weight:900;font-size:16px;line-height:1.2}.tile__desc{margin-top:8px;color:#aab6cc;font-size:13px;line-height:1.45}.tile__go{margin-top:12px;color:#7ea7ff;font-size:12px;font-weight:700}.tile__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;margin-bottom:12px;background:#5b8cff1f;border:1px solid rgba(91,140,255,.22);font-size:20px}.dashboard-section__title{font-size:14px;font-weight:800;margin-bottom:10px;color:#dbe6f7}.stat-card{background:#121826;border:1px solid #1c2640;border-radius:16px;padding:14px}.stat-card__label{font-size:12px;color:#aab6cc;margin-bottom:8px}.stat-card__value{font-size:24px;font-weight:900;line-height:1.1}.stat-card__sub{margin-top:6px;font-size:12px;color:#8fa2c7}.dashboard-hero{margin-bottom:18px;padding:18px;border-radius:18px;background:radial-gradient(circle at top right,rgba(91,140,255,.16),transparent 28%),linear-gradient(180deg,#121826,#0f1522);border:1px solid #1c2640}.dashboard-hero__content{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.dashboard-hero__eyebrow{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#7ea7ff;margin-bottom:8px}.dashboard-hero__title{margin:0;font-size:24px;line-height:1.15;font-weight:900}.dashboard-hero__desc{margin:10px 0 0;max-width:680px;color:#aab6cc;font-size:14px;line-height:1.55}.dashboard-hero__meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;white-space:nowrap}@media(max-width:700px){.dashboard-hero__content{flex-direction:column}.dashboard-hero__meta{align-items:flex-start}}.dashboard-section{margin-top:18px}.dashboard-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px;flex-wrap:wrap}.dashboard-section__title{font-size:15px;font-weight:900;color:#dbe6f7}.grid-tiles{width:100%;display:grid;gap:14px;grid-template-columns:1fr}@media(min-width:640px){.grid-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}.tile{display:block;min-width:0;padding:16px;border-radius:18px;border:1px solid #1c2640;background:linear-gradient(180deg,#121826,#0f1522);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.tile:hover{transform:translateY(-2px);border-color:#2f4f8d;box-shadow:0 12px 28px #00000038}.tile__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tile__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;font-size:20px;background:#5b8cff1f;border:1px solid rgba(91,140,255,.22)}.tile__title{font-weight:900;font-size:17px;line-height:1.2}.tile__desc{margin-top:8px;color:#aab6cc;font-size:13px;line-height:1.5}.tile__footer{margin-top:14px}.tile__go{color:#7ea7ff;font-size:12px;font-weight:800}.tile--accent-blue .tile__icon{background:#5b8cff1f;border-color:#5b8cff38}.tile--accent-cyan .tile__icon{background:#36c2d61f;border-color:#36c2d63d}.tile--accent-yellow .tile__icon{background:#f59e0b1f;border-color:#f59e0b3d}.tile--accent-violet .tile__icon{background:#a78bfa1f;border-color:#a78bfa3d}.dashboard-stats{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:640px){.dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.stat-card{background:linear-gradient(180deg,#121826,#101725);border:1px solid #1c2640;border-radius:16px;padding:14px}.stat-card__label{font-size:12px;color:#aab6cc;margin-bottom:10px}.stat-card__value{font-size:26px;font-weight:900;line-height:1.05}.stat-card__sub{margin-top:8px;font-size:12px;color:#8fa2c7;line-height:1.45}.dashboard-quick{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:640px){.dashboard-quick{grid-template-columns:repeat(3,minmax(0,1fr))}}.quick-card{display:block;background:#121826;border:1px solid #1c2640;border-radius:16px;padding:14px;transition:transform .16s ease,border-color .16s ease}.quick-card:hover{transform:translateY(-1px);border-color:#2b4a86}.quick-card__title{font-size:14px;font-weight:800;margin-bottom:8px}.quick-card__desc{font-size:12px;color:#aab6cc;line-height:1.5}.dashboard-list{display:grid;gap:12px}.list-card{background:linear-gradient(180deg,#121826,#101725);border:1px solid #1c2640;border-radius:16px;padding:14px}.list-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.list-card__title{font-size:14px;font-weight:800;line-height:1.25}.list-card__desc{margin-top:8px;font-size:12px;color:#aab6cc;line-height:1.5}
