:root{font-family:Inter,system-ui,Arial,sans-serif;color:#172033;background:#f4f6f9}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{background:#0d1b3d;color:#fff;border:0;border-radius:8px;padding:.7rem 1rem;cursor:pointer}input,select{padding:.72rem;border:1px solid #cfd7e3;border-radius:8px;background:#fff}a{color:inherit}.layout{min-height:100dvh;display:grid;grid-template-columns:240px 1fr}aside{background:#0d1b3d;color:#fff;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.brand{font-size:1.35rem;font-weight:800}.brand small,header small{display:block;opacity:.7;font-size:.75rem;margin-top:.25rem}nav{display:grid;gap:.45rem}nav a{text-decoration:none;padding:.7rem;border-radius:8px}nav a:hover{background:#172b58}.ghost{margin-top:auto;background:transparent;border:1px solid #5c6986}main{padding:1.5rem;min-width:0}header{display:flex;justify-content:flex-end;margin-bottom:1.2rem}.card{background:#fff;border-radius:14px;padding:1rem;box-shadow:0 2px 12px #0000000e;margin-bottom:1rem}.grid{display:grid;gap:1rem}.cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric span{display:block;color:#5d6a7f}.metric strong{font-size:2rem}.form-row{display:flex;gap:.7rem;flex-wrap:wrap}.form-row>*{flex:1;min-width:160px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem;border-bottom:1px solid #e7ebf0;text-align:left;white-space:nowrap}.auth-wrap{min-height:100dvh;display:grid;place-items:center;padding:1rem;background:linear-gradient(135deg,#0d1b3d,#174b75)}.auth-card{width:min(440px,100%);display:grid;gap:.8rem}.auth-card label{display:grid;gap:.3rem}.auth-card h1{margin-bottom:0}.auth-card p{margin-top:0}.error{color:#b42318;background:#fee4e2;padding:.7rem;border-radius:8px}.notice{background:#e7f8f2;padding:.7rem;border-radius:8px}.center{min-height:100dvh;display:grid;place-items:center}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0008;display:grid;place-items:center;padding:1rem;z-index:10}.modal-body{background:#fff;border-radius:14px;width:min(900px,100%);max-height:90dvh;overflow:auto;padding:1.2rem}.close{float:right}.inline{display:flex;gap:.5rem}.inline input{flex:1}.list-item{padding:.65rem 0;border-bottom:1px solid #edf0f4}section{margin-top:1.4rem}@media(max-width:800px){.layout{grid-template-columns:1fr}aside{position:static}.form-row{display:grid}.modal-body{max-height:95dvh}}
