*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{font-family:Inter,Arial,Helvetica,sans-serif;color:#172033;background:#f4f5f7}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.65}a{color:#205eb8;text-decoration:none}a:hover{text-decoration:underline}.loginPage{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:#fff}.loginPanel{width:100%;max-width:380px;padding:28px;background:#fff;border:1px solid #dfe3ea;border-radius:8px;box-shadow:0 20px 45px #1720331a}.brand{display:flex;gap:10px;align-items:center}.brandMark{display:grid;width:32px;height:32px;font-weight:700;color:#fff;place-items:center;background:#205eb8;border-radius:8px}.brandName{font-size:18px;font-weight:700;color:#102449}.loginHeader{margin:28px 0 22px}h1{margin:0;font-size:24px;font-weight:700;line-height:1.2;letter-spacing:0}p{margin:0}.loginHeader p,.sectionHeader p{margin-top:6px;font-size:14px;color:#64748b}.loginForm{display:grid;gap:16px}.field{display:grid;gap:7px;font-size:13px;font-weight:600;color:#4c5a70}.field input,.field select{width:100%;min-height:42px;padding:9px 11px;color:#172033;background:#fff;border:1px solid #cfd6e1;border-radius:6px;outline:none}.field input:focus,.field select:focus{border-color:#205eb8;box-shadow:0 0 0 3px #205eb81f}.button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;font-size:14px;font-weight:700;line-height:1;color:#172033;white-space:nowrap;background:#fff;border:1px solid #cfd6e1;border-radius:6px}.button.primary{width:100%;min-height:42px;color:#fff;background:#205eb8;border-color:#205eb8}.button.secondary:hover{background:#f1f4f9}.button.approve{color:#fff;background:#24845b;border-color:#24845b}.message{padding:10px 12px;margin-bottom:14px;font-size:14px;line-height:1.4;border-radius:6px}.loginForm .message{margin-bottom:0}.message.error{color:#8b1e2d;background:#fff0f2;border:1px solid #ffd0d7}.message.success{color:#17613f;background:#ecf8f2;border:1px solid #bce6d2}.adminPage{min-height:100vh}.topbar{display:flex;gap:16px;align-items:center;justify-content:space-between;min-height:64px;padding:14px 24px;background:#fff;border-bottom:1px solid #dfe3ea}.workspace{width:min(100%,1180px);padding:28px 24px;margin:0 auto}.sectionHeader{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:18px}.toolbar{display:flex;gap:14px;align-items:end;justify-content:space-between;padding:14px;margin-bottom:16px;background:#fff;border:1px solid #dfe3ea;border-radius:8px}.filterGroup{display:inline-flex;padding:3px;background:#edf0f4;border-radius:8px}.filterButton{min-height:36px;padding:8px 12px;font-size:14px;font-weight:700;color:#4c5a70;white-space:nowrap;background:transparent;border:0;border-radius:6px}.filterButton.active{color:#fff;background:#205eb8}.usersList{overflow:hidden;background:#fff;border:1px solid #dfe3ea;border-radius:8px}.usersHeader,.userRow{display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(210px,1.4fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(150px,.9fr) minmax(145px,auto);gap:0;align-items:center}.usersHeader{min-height:42px;font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:0;background:#fafbfc;border-bottom:1px solid #edf0f4}.usersHeader span,.cell{min-width:0;padding:12px 14px}.userRow{border-bottom:1px solid #edf0f4}.userRow:last-child{border-bottom:0}.cell{overflow:hidden;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.idCell{color:#4c5a70}.emailCell{font-weight:600}.actionCell{display:flex;justify-content:flex-end}.statusBadge{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;font-size:13px;font-weight:700;color:#17613f;background:#ecf8f2;border:1px solid #bce6d2;border-radius:6px}.emptyState{min-height:130px;padding:44px 16px;color:#64748b;text-align:center}.loadAnchor{height:1px}.loadMoreState{display:flex;justify-content:center;min-height:56px;padding:16px;font-size:14px;color:#64748b}@media(max-width:900px){.toolbar{align-items:stretch;flex-direction:column}.filterGroup{width:100%}.filterButton{flex:1;white-space:normal}.usersHeader{display:none}.userRow{display:grid;grid-template-columns:1fr;padding:12px 0}.cell{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:7px 14px;white-space:normal}.cell:before{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;content:attr(data-label)}.actionCell{display:flex;justify-content:flex-start;padding-top:12px}.actionCell:before{content:""}}@media(max-width:640px){.loginPage{align-items:center;padding:16px}.loginPanel{max-width:calc(100vw - 80px);padding:22px}.topbar,.sectionHeader{align-items:stretch;flex-direction:column}.workspace{padding:20px 12px}}
