:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#eef4fb}*{box-sizing:border-box}body{margin:0}.boot{min-height:100vh;display:grid;place-items:center;background:#eef4fb;color:#334155}.loader{width:48px;height:48px;border-radius:50%;border:5px solid #dbeafe;border-top-color:#2563eb;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button,input,select{font:inherit}button{cursor:pointer}.login-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(20,184,166,.22),transparent 35%),linear-gradient(135deg,#eef7ff,#f7f3ff);display:flex;align-items:center;justify-content:center;padding:28px}.login-panel{width:min(980px,100%);display:grid;grid-template-columns:1.1fr .9fr;background:#ffffffdb;border:1px solid rgba(148,163,184,.35);border-radius:30px;box-shadow:0 30px 90px #0f172a26;overflow:hidden}.login-left{background:linear-gradient(135deg,#0f766e,#2563eb 60%,#7c3aed);color:#fff;padding:58px;display:flex;flex-direction:column;justify-content:center}.logo-circle{width:82px;height:82px;border-radius:28px;background:#ffffff2e;display:grid;place-items:center;font-size:38px;margin-bottom:24px}.login-left h1{font-size:38px;line-height:1.05;margin:0 0 16px}.login-left p{font-size:16px;opacity:.9;max-width:380px}.login-card{padding:52px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:16px}.login-card h2{font-size:30px;margin:0;color:#0f172a}.login-card p{margin:0 0 12px;color:#64748b}.login-card label,.form label{display:grid;gap:7px;font-weight:700;color:#334155}.login-card input,.form input,.form select,.toolbar input,.inline-search input,.small-input,td select{height:46px;border:1px solid #cbd5e1;border-radius:14px;padding:0 14px;font-size:15px;background:#fff}.login-card input:focus,.form input:focus,.form select:focus,.toolbar input:focus,.inline-search input:focus,.small-input:focus,td select:focus{outline:3px solid rgba(20,184,166,.18);border-color:#14b8a6}.alert{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:12px 14px;border-radius:14px;font-weight:700}.shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:#eef4fb}aside{background:#0f172a;color:#fff;padding:24px;display:flex;flex-direction:column;gap:24px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:14px;align-items:center}.brand>div{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#14b8a6,#2563eb);display:grid;place-items:center;font-weight:900}.brand section{display:grid}.brand span,.session small,.session span{color:#94a3b8;font-size:13px}nav{display:grid;gap:10px}nav button{border:0;background:transparent;color:#cbd5e1;text-align:left;border-radius:16px;padding:13px 14px;display:flex;gap:12px;align-items:center}nav button:hover,nav button.on{background:#ffffff1c;color:#fff}.session{margin-top:auto;background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px;display:grid;gap:3px}main{padding:28px;min-width:0}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}header p{margin:0;color:#64748b}header h1{margin:4px 0 0;font-size:34px}.logout,.primary,.toolbar button,.actions button,.inline-search button,.modal-head button{border:0;border-radius:14px;padding:11px 16px;font-weight:800;background:#e2e8f0;color:#0f172a}.primary{background:linear-gradient(135deg,#14b8a6,#2563eb);color:#fff}.full{width:100%;height:48px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.cards.mini{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 16px 50px #0f172a14}.metric{display:grid;gap:6px}.metric span{color:#64748b;font-weight:700}.metric b{font-size:26px}.metric small{color:#64748b}.module-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.module-head h2{font-size:28px;margin:0}.module-head p{margin:4px 0 0;color:#64748b}.toolbar{display:flex;gap:10px;align-items:center;margin:16px 0}.toolbar input{min-width:280px}.toolbar span{color:#64748b}.form{margin-bottom:16px}.grid-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.table{overflow:auto;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 16px 50px #0f172a0f}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}th{font-size:13px;color:#475569;background:#f8fafc}td{color:#1e293b}tr:last-child td{border-bottom:0}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions button{padding:8px 12px}.empty{text-align:center;color:#94a3b8}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}pre{background:#0f172a;color:#e2e8f0;padding:16px;border-radius:18px;overflow:auto}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px;font-weight:600!important;padding:9px 10px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.check input{width:18px;height:18px}.check.disabled{opacity:.55}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a9e;z-index:50;display:flex;align-items:center;justify-content:center;padding:26px}.modal{background:#f8fafc;border-radius:26px;width:min(720px,96vw);max-height:92vh;overflow:auto;box-shadow:0 30px 90px #0000004d;padding:20px}.modal.wide{width:min(1200px,97vw)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.modal-head h2{margin:0}.modal-head button{font-size:26px;line-height:1;padding:6px 13px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.span2{grid-column:span 2}.pills{display:flex;gap:8px;flex-wrap:wrap}.pills span{background:#e0f2fe;color:#075985;border-radius:999px;padding:7px 10px;font-weight:800;font-size:13px}.inline-search{display:flex;gap:8px;margin-bottom:12px}.inline-search input{flex:1}.checklist{display:grid;gap:8px;max-height:280px;overflow:auto;margin-bottom:14px;padding-right:4px}.checklist.columns{grid-template-columns:repeat(2,minmax(0,1fr))}.compact td,.compact th{padding:10px}.small-input{height:38px;width:95px}td select{height:38px;min-width:170px}@media (max-width:980px){.shell{grid-template-columns:1fr}aside{position:relative;height:auto}.cards,.cards.mini,.grid-form,.two,.detail-grid{grid-template-columns:1fr}.span2{grid-column:span 1}.checklist.columns{grid-template-columns:1fr}header{align-items:flex-start}.login-panel{grid-template-columns:1fr}.login-left,.login-card{padding:34px}}@media (max-width:640px){main{padding:18px}.toolbar,.module-head,header{flex-direction:column;align-items:stretch}.toolbar input{min-width:0;width:100%}.login-page{padding:14px}.login-left h1{font-size:30px}.modal-bg{padding:10px}}
