:root{font-family:Inter,Segoe UI,sans-serif;color:#172033;background:#f4f7fb}*{box-sizing:border-box}body{margin:0}button,.button{border:0;background:#1168b1;color:#fff;border-radius:7px;padding:.7rem 1rem;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;text-decoration:none}button:hover,.button:hover{background:#0c518b}button:disabled{opacity:.6}.secondary{background:#e8eef5;color:#234}.danger{background:#b42318}.link{background:none;color:#1168b1;padding:.5rem 0}.error{color:#b42318;background:#fff0ef;padding:.75rem;border-radius:6px}.loading,.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#eef7ff,#d9ecfa)}.card{background:#fff;border:1px solid #dde5ef;border-radius:10px;padding:1.2rem;box-shadow:0 3px 14px #1d39560d}.login-card{width:min(420px,90vw);display:grid;gap:1rem;padding:2rem}.login-card img{width:230px;max-height:100px;object-fit:contain;margin:auto}.login-card h1{text-align:center;color:#123f78}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.shell>aside{background:#102f52;color:#fff;padding:1.5rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:grid;margin-bottom:2rem}.brand strong{font-size:1.5rem;letter-spacing:.12em}.brand span{color:#a9cae8}.shell nav{display:grid;gap:.35rem}.shell nav button{background:transparent;justify-content:flex-start}.shell nav button.active,.shell nav button:hover{background:#1f527f}.profile{margin-top:auto;display:grid;gap:.35rem}.profile small{text-transform:capitalize;color:#a9cae8}.profile button{margin-top:.7rem;background:#ffffff17}.content{padding:2rem;max-width:1500px;width:100%;overflow:auto}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-head h1{margin:0;color:#123f78}.welcome{background:linear-gradient(120deg,#123f78,#1686c7);color:#fff;padding:2.5rem;border-radius:12px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.cover{height:150px;width:100%;object-fit:cover;border-radius:7px}.actions,.toolbar,.form-row{display:flex;gap:.7rem;align-items:end;flex-wrap:wrap}.editor,.detail{background:#fff;border:1px solid #dce5ef;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;display:grid;gap:1rem}label{display:grid;gap:.4rem;font-weight:650;flex:1}input,textarea,select{font:inherit;padding:.72rem;border:1px solid #bdcad9;border-radius:6px;background:#fff;width:100%}textarea{min-height:95px}.toolbar{margin-bottom:1rem}.toolbar input{max-width:430px}.table-wrap{background:#fff;border:1px solid #dde5ef;border-radius:10px;overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.85rem;border-bottom:1px solid #edf1f5}th{background:#f7f9fc;color:#526070}tbody tr{cursor:pointer}tbody tr:hover{background:#f2f8fd}td small{display:block;color:#687789}.status{background:#e6f3fc;color:#0b5c91;padding:.25rem .5rem;border-radius:99px}pre{white-space:pre-wrap;background:#f5f7fa;padding:1rem;border-radius:7px;max-height:500px;overflow:auto}.note{border-left:3px solid #1686c7;padding:.5rem 1rem;background:#f4f9fd}@media(max-width:800px){.shell{grid-template-columns:1fr}.shell>aside{height:auto;position:static}.shell nav{grid-template-columns:repeat(2,1fr)}.profile{margin-top:1rem}.content{padding:1rem}}.upload{border:1px dashed #1686c7;padding:1rem;color:#1168b1;display:flex;align-items:center;cursor:pointer}.upload input{border:0;padding:0;width:auto}.checkbox-row{display:flex;align-items:center;gap:.6rem}.checkbox-row input{width:auto}
