:root{font-family:Segoe UI,Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background:radial-gradient(circle at top right,#dbeafe,#eff6ff 40%,#f5f7fb 75%);line-height:1.4}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.layout{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;gap:1.5rem;padding:1rem}.sidebar{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;border-radius:20px;background:linear-gradient(160deg,#0f172a,#1e293b);color:#f8fafc;box-shadow:0 20px 50px #0f172a59}.brand{display:flex;align-items:center;gap:.8rem}.brand h1{margin:0;font-size:1.2rem}.brand-badge{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:700;font-size:.78rem;background:linear-gradient(145deg,#60a5fa,#0ea5e9);color:#fff}.sidebar nav{display:flex;flex-direction:column;gap:.5rem}.sidebar button{border:1px solid transparent;border-radius:10px;background:#94a3b824;color:#e2e8f0;padding:.7rem .85rem;text-align:left;font-size:.94rem;cursor:pointer;transition:all .2s ease}.sidebar button:hover{border-color:#93c5fd99;background:#0ea5e926}.sidebar button.active{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-color:transparent;color:#fff}.sidebar .logout{margin-top:auto;background:#f8717126;border-color:#f8717166}main{border-radius:20px;background:#ffffffb8;border:1px solid #dbeafe;box-shadow:0 22px 55px #3b82f621;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.4rem}.main-head{margin-bottom:1rem}.main-head h2{margin:0;font-size:1.5rem}.eyebrow{margin:0 0 .2rem;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:#2563eb;font-weight:700}.table-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem}.table-header{display:flex;justify-content:space-between;align-items:end;gap:.75rem;margin-bottom:1rem}.table-header h3{margin:0}.search-box{display:flex;align-items:center;gap:.45rem;width:min(360px,100%);border:1px solid #cbd5e1;border-radius:10px;padding:.25rem .65rem;background:#f8fafc}.search-box input{width:100%;max-width:100%;border:0;background:transparent;padding:.45rem 0;outline:none}input{width:100%;padding:.62rem;border-radius:10px;border:1px solid #cbd5e1;background:#fff}input:focus{outline:2px solid #93c5fd;border-color:#60a5fa}.table-container{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{border-bottom:1px solid #e5e7eb;padding:.6rem;text-align:left;white-space:nowrap}th{background:#f8fafc}tbody tr:hover{background:#f8fbff}.th-button{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:transparent;font-weight:600;cursor:pointer;color:#1e293b}.muted{color:#64748b}.error{margin:.6rem 0;padding:.65rem;border-radius:10px;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.table-state{padding:.75rem}.login-wrapper{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:420px;max-width:calc(100vw - 2rem);background:#ffffffd6;border:1px solid #dbeafe;border-radius:20px;padding:1.4rem;box-shadow:0 20px 55px #1e40af29;display:flex;flex-direction:column;gap:.9rem}.login-card h1{margin:.1rem 0}.login-card p{margin:0}.login-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#334155}.login-card button{padding:.7rem;border:0;border-radius:10px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-weight:600;cursor:pointer}.login-card button:disabled{opacity:.7;cursor:wait}@media (max-width: 980px){.layout{grid-template-columns:1fr}.sidebar{gap:.9rem}.sidebar nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.sidebar .logout{margin-top:.4rem}.table-header{flex-direction:column;align-items:stretch}}
