:root{font-family:Inter,system-ui,sans-serif;color:#eef7ff;background:#07111f;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 0,#183958,#07111f 55%)}main{max-width:1100px;margin:auto;padding:32px}header,.row{display:flex;align-items:center;gap:14px;justify-content:space-between}header span,small,time{color:#8fa8c5}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0}.grid article,.panel,.login section{padding:24px;border:1px solid #ffffff18;background:#12233cdd;border-radius:22px}.grid strong{display:block;font-size:42px;margin-top:8px;color:#42e8e0}.login{display:grid;place-items:center;min-height:100vh}.login section{width:min(420px,100%);text-align:center}.mark{font-size:54px;color:#42e8e0}input,button{width:100%;padding:14px 16px;border-radius:12px;border:0;margin-top:10px;font:inherit}input{background:#07111f;color:#fff;border:1px solid #ffffff22}button{background:#42e8e0;color:#07111f;font-weight:800;cursor:pointer}.row button{width:auto}.ghost{background:#ffffff12;color:#fff}.event{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px;padding:12px 0;border-top:1px solid #ffffff12}.error{color:#ff8390}.shell{display:flex;min-height:100vh}.shell-nav{width:240px;flex:0 0 240px;background:#0b1a2c;border-right:1px solid #ffffff12;padding:24px 18px;display:flex;flex-direction:column;gap:24px}.shell-nav nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-link{color:#8fa8c5;text-decoration:none;padding:10px 12px;border-radius:10px;font-weight:600}.nav-link:hover{background:#ffffff0c;color:#eef7ff}.nav-link.active{background:#42e8e022;color:#42e8e0}.shell-identity{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#8fa8c5;border-top:1px solid #ffffff12;padding-top:16px}.shell-identity .badge{align-self:flex-start}.shell-content{flex:1;max-width:1100px;margin:0 auto;padding:32px;width:100%}.badge{display:inline-block;padding:3px 10px;border-radius:999px;background:#ffffff12;font-size:12px;font-weight:700;color:#8fa8c5}.badge-danger{background:#ff839022;color:#ff8390}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;color:#8fa8c5;font-size:12px;text-transform:uppercase;padding:8px 10px;border-bottom:1px solid #ffffff18}.data-table td{padding:10px;border-bottom:1px solid #ffffff0c;vertical-align:middle}.data-table button{width:auto;padding:8px 14px;font-size:13px}.muted{color:#8fa8c5}select{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #ffffff22;background:#07111f;color:#fff;font:inherit}.form-grid{display:grid;grid-template-columns:2fr 1fr 1fr 3fr;gap:10px}.button-link{display:inline-flex;align-items:center;padding:10px 16px;border-radius:12px;background:#42e8e0;color:#07111f;font-weight:800;text-decoration:none}@media(max-width:900px){.shell{flex-direction:column}.shell-nav{width:100%;flex:none;flex-direction:row;align-items:center;overflow-x:auto}.shell-nav nav{flex-direction:row}.shell-identity{flex-direction:row;border-top:0;padding-top:0}}@media(max-width:700px){.grid{grid-template-columns:1fr}.row{align-items:stretch;flex-direction:column}.row button{width:100%}.event{grid-template-columns:1fr}.data-table{display:block;overflow-x:auto}.form-grid{grid-template-columns:1fr}}
