:root{font-family:Segoe UI,Hiragino Sans,sans-serif;line-height:1.5;color:#111827;background:#eef1f7;--brand: #002677;--brand-dark: #001a52;--brand-light: #003d99;--brand-accent: #1a5fd4;--brand-tint: rgba(0, 38, 119, .08);--brand-on: #ffffff;--sidebar-bg: #001a52;--sidebar-text: #f0f0f1;--sidebar-muted: #a7aaad;--sidebar-hover: #002677;--sidebar-active: var(--brand-light);--main-bg: #f0f0f1;--card-bg: #ffffff;--border: #d8e0ed}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;padding:10px 14px;border:none;border-radius:8px;background:var(--brand);color:var(--brand-on);cursor:pointer;transition:background .15s ease}button:hover{background:var(--brand-light)}button.secondary{background:#e8edf5;color:var(--brand)}button.secondary:hover{background:#d8e0ed}input,textarea,select{font:inherit;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand-accent);box-shadow:0 0 0 3px var(--brand-tint)}label{display:grid;gap:6px;font-size:14px}.grid{display:grid;gap:12px}.card{background:var(--card-bg);border:1px solid #c3c4c7;border-radius:0;padding:20px;box-shadow:0 1px 1px #0000000a}.error{color:#b91c1c;font-size:14px}.muted{color:#64748b;font-size:14px}table{width:100%;border-collapse:collapse}th{color:var(--brand);font-weight:600;font-size:13px}th,td{border-bottom:1px solid var(--border);padding:12px 10px;text-align:left}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.auth-brand{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand) 55%,var(--brand-light) 100%);color:var(--brand-on);padding:48px}.auth-brand h1{margin:0;font-size:2rem;letter-spacing:.02em}.auth-panel{display:flex;align-items:center;justify-content:center;padding:48px 32px;background:var(--main-bg)}.auth-panel .card{width:min(420px,100%);border-radius:8px;box-shadow:0 20px 45px #0026771a}.dashboard{min-height:100vh;display:grid;grid-template-columns:160px 1fr;background:var(--main-bg)}.dashboard-loading{min-height:100vh;display:grid;place-items:center;background:var(--main-bg)}.dashboard-sidebar{background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;padding:0;position:sticky;top:0;height:100vh;overflow-y:auto}.dashboard-brand{padding:14px 10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.dashboard-brand-title{display:block;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-mobile-bar{display:none}.dashboard-nav{flex:0 0 auto}.dashboard-menu{list-style:none;margin:0;padding:8px 0}.dashboard-menu-item{margin:0}.dashboard-menu-link{display:flex;align-items:center;gap:8px;padding:8px 10px 8px 8px;color:var(--sidebar-text);font-size:13px;line-height:1.3;border-left:4px solid transparent;transition:background .1s ease,color .1s ease,border-color .1s ease}.dashboard-menu-link:hover{background:var(--sidebar-hover);color:#72aee6}.dashboard-menu-link.is-active{background:var(--sidebar-active);border-left-color:#72aee6;color:#fff;font-weight:400}.dashboard-nav-icon{flex:0 0 20px;width:20px;height:20px;opacity:.85}.dashboard-nav-icon svg{display:block;width:20px;height:20px}.dashboard-menu-link.is-active .dashboard-nav-icon,.dashboard-menu-link:hover .dashboard-nav-icon{opacity:1}.dashboard-menu-label{flex:1;min-width:0}.dashboard-sidebar-footer{margin-top:auto;padding:8px 0 12px;border-top:1px solid rgba(255,255,255,.08)}.dashboard-logout{display:block;width:calc(100% - 16px);margin:0 8px;padding:8px;border:none;border-radius:0;background:transparent;color:var(--sidebar-muted);font-size:13px;text-align:left;cursor:pointer}.dashboard-logout:hover{background:var(--sidebar-hover);color:#72aee6}.dashboard-main{min-width:0;min-height:100vh;overflow:auto}.dashboard-page{min-height:100vh;display:flex;flex-direction:column}.dashboard-page-header{padding:20px 24px 0;background:var(--main-bg)}.dashboard-page-header h2{margin:0;font-size:1.5rem;font-weight:400;color:#1d2327}.dashboard-page-header p{margin:6px 0 0;color:#646970}.dashboard-page-content{padding:16px 24px 24px;display:grid;gap:16px;flex:1}.password-cell{display:grid;gap:8px}.password-cell-value,.password-cell-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.password-reset-form{margin-top:4px}.password-reset-actions{display:flex;gap:8px}.dashboard-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:16px}.modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#00000080;cursor:pointer}.modal-dialog{position:relative;width:min(480px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #c3c4c7;box-shadow:0 8px 24px #0000002e}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #dcdcde}.modal-header h3{margin:0;font-size:1rem;font-weight:600;color:#1d2327}.modal-close{width:32px;height:32px;padding:0;border:none;border-radius:0;background:transparent;color:#646970;font-size:22px;line-height:1;cursor:pointer}.modal-close:hover{background:#f0f0f1;color:#1d2327}.modal-body{padding:16px}.modal-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:782px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:180px}.dashboard{grid-template-columns:1fr;grid-template-rows:auto 1fr}.dashboard-mobile-bar{display:flex;align-items:center;gap:8px;position:fixed;top:0;left:0;right:0;height:46px;padding:0 8px;background:var(--sidebar-bg);color:var(--sidebar-text);border-bottom:1px solid rgba(255,255,255,.08);z-index:1001}.dashboard-menu-toggle{flex:0 0 40px;width:40px;height:40px;padding:0;border:none;border-radius:0;background:transparent;color:var(--sidebar-text);cursor:pointer}.dashboard-menu-toggle:hover{background:var(--sidebar-hover);color:#72aee6}.dashboard-menu-toggle-icon{display:block;width:20px;height:2px;margin:0 auto;background:currentColor;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor}.dashboard-mobile-title{flex:1;min-width:0;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-overlay{position:fixed;right:0;bottom:0;left:0;top:46px;border:none;padding:0;background:#00000073;z-index:999;cursor:pointer}.dashboard-sidebar{position:fixed;top:46px;left:0;bottom:0;width:min(240px,85vw);height:auto;z-index:1000;transform:translate(-100%);transition:transform .2s ease;box-shadow:2px 0 8px #00000026}.dashboard.is-menu-open .dashboard-sidebar{transform:translate(0)}.dashboard-brand{display:none}.dashboard-main{padding-top:46px;min-height:calc(100vh - 46px)}.dashboard-page-header{padding:16px 16px 0}.dashboard-page-content{padding:12px 16px 20px}.dashboard-grid-2{grid-template-columns:1fr}table{display:block;overflow-x:auto;white-space:nowrap}}@media(max-width:960px)and (min-width:783px){.dashboard-grid-2{grid-template-columns:1fr}}
