:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button{font:inherit}.login-page{display:grid;min-height:100vh;place-items:center;padding:32px 20px 24px;background:radial-gradient(circle at 50% 0%,#eef4ff 0,#f7f9fc 42%,#eef2f8)}.login-card{width:min(100%,446px);padding:34px 38px 29px;border:1px solid rgba(208,220,239,.85);border-radius:22px;background:#fffffff5;box-shadow:0 24px 70px #203d6a1f,0 4px 12px #203d6a0a;animation:card-enter .45s ease-out both}.login-card-header{display:flex;align-items:center;justify-content:space-between}.login-brand-mark{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;background:#173b80;color:#fff;font-size:1.08rem;font-weight:800;letter-spacing:-.04em}.access-badge{padding:7px 11px;border:1px solid #dbe5f4;border-radius:999px;background:#f8faff;color:#60759b;font-size:.69rem;font-weight:700;letter-spacing:.02em}.login-heading{margin-top:46px;text-align:center}.login-heading h1{margin:12px 0 10px;font-size:clamp(2rem,6vw,2.55rem);letter-spacing:-.05em}.login-heading p{margin:0;color:#71809a;font-size:.92rem;line-height:1.55}.google-login-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;margin-top:32px;padding:0 20px;border:1px solid #173b80;border-radius:11px;background:#173b80;color:#fff;font-size:.96rem;font-weight:700;text-decoration:none;box-shadow:0 8px 18px #173b802e;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.google-login-button:hover{background:#102f6b;box-shadow:0 12px 24px #173b8040;transform:translateY(-2px)}.google-login-button:focus-visible{outline:3px solid rgba(66,133,244,.35);outline-offset:3px}.google-icon{flex:0 0 20px;width:20px;height:20px;padding:3px;border-radius:50%;background:#fff}.login-hint{margin:17px auto 0;max-width:320px;color:#7b879b;font-size:.76rem;line-height:1.55;text-align:center}.login-error{margin:24px 0 -8px;padding:12px 14px;border:1px solid #f1caca;border-radius:10px;background:#fff7f7;color:#a13a3a;font-size:.82rem;line-height:1.45;text-align:center}.login-security-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:28px 0 0;color:#9aa7bb;font-size:.7rem}.lock-mark{display:inline-grid;width:15px;height:15px;place-items:center;border:1px solid #b6c3d7;border-radius:50%;font-size:.72rem;line-height:1}.login-footer{position:absolute;bottom:24px;margin:0;color:#9aa7bb;font-size:.69rem;letter-spacing:.02em}@keyframes card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shell{min-height:100vh;max-width:1180px;margin:0 auto;padding:28px 38px 32px}.topbar{display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:.84rem}.brand,.brand-button{color:#173b80;font-weight:800;letter-spacing:.16em;font-size:1.25rem}.brand-button{border:0;background:transparent;cursor:pointer;padding:0}.topbar span{display:block;margin-top:4px}.account{display:flex;flex-direction:column;align-items:flex-end;gap:3px;color:#3d4d6b;font-size:.78rem;font-weight:700}.account small{color:#8a98ae;font-size:.68rem;font-weight:500}.topbar-actions{display:flex;align-items:center;gap:10px}.action-status{cursor:pointer;color:#173b80}.logout-button{padding:8px 12px;border:0;background:transparent;color:#74829a;cursor:pointer;font-size:.78rem}.logout-button:hover{color:#173b80}.loading-page{display:grid;min-height:100vh;place-items:center;background:#f4f7fb}.loading-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;background:#173b80;color:#fff;font-weight:800;animation:pulse 1.2s infinite ease-in-out}.admin-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:9vh 0 38px}.admin-heading h1{margin-bottom:10px;font-size:clamp(2.1rem,4vw,3.4rem)}.admin-heading p{margin:0;color:#71809a}.admin-grid{display:grid;grid-template-columns:minmax(230px,.32fr) minmax(0,1fr);gap:20px;align-items:start}.admin-form,.users-panel{padding:25px}.audit-panel{margin-top:20px;padding:25px}.panel-title{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-bottom:22px;color:#173b80}.panel-title strong{font-size:1rem}.panel-title span{color:#98a2b3;font-size:.72rem}.admin-form label{display:block;margin-top:15px;color:#536581;font-size:.76rem;font-weight:700}.admin-form input,.admin-form select,.admin-form textarea,.search-row input{width:100%;margin-top:7px;padding:11px 12px;border:1px solid #dbe4f1;border-radius:9px;background:#fbfcfe;color:#172033;font:inherit;font-size:.82rem;outline:none}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.search-row input:focus{border-color:#6e94d5;box-shadow:0 0 0 3px #4674bd1a}.admin-form textarea{resize:vertical}.primary-action{width:100%;margin-top:20px;padding:12px;border:0;border-radius:9px;background:#173b80;color:#fff;cursor:pointer;font-size:.82rem;font-weight:700}.primary-action:hover{background:#102f6b}.form-message{margin:12px 0 0;color:#4d7b61;font-size:.74rem}.search-row{display:flex;gap:9px;margin-bottom:18px}.search-row input{margin:0}.search-row .secondary{margin:0;white-space:nowrap}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.75rem;white-space:nowrap}th{padding:10px 11px;border-bottom:1px solid #dfe7f2;color:#8090a8;font-size:.67rem;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.05em}td{padding:13px 11px;border-bottom:1px solid #edf1f7;color:#4b5c78}.role-chip,.status-chip{display:inline-block;padding:4px 7px;border-radius:999px;background:#f0f4fb;color:#5d7194;font-size:.64rem;font-weight:800}.status-chip.active{background:#edf8f1;color:#3d875b}.table-action{border:0;background:transparent;color:#4674bd;cursor:pointer;font-size:.73rem;font-weight:700}.table-action:hover{text-decoration:underline}@keyframes pulse{0%,to{opacity:.55;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}.status{border:1px solid #d7e1f2;border-radius:999px;padding:8px 13px;background:#fff}.hero{padding:15vh 0 54px;max-width:650px}.eyebrow{color:#4674bd;letter-spacing:.18em;font-size:.72rem;font-weight:800}h1{margin:15px 0 12px;color:#14264d;font-size:clamp(2.2rem,5vw,4.25rem);line-height:1.02;letter-spacing:-.055em}.hero p,.placeholder p{color:#667085;font-size:1.08rem;line-height:1.6;margin:0}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.module-card{display:flex;align-items:center;gap:20px;min-height:150px;padding:28px;border:1px solid #e0e7f2;border-radius:18px;background:#fff;color:#172033;text-align:left;cursor:pointer;box-shadow:0 10px 30px #1d3a6a0f;transition:transform .2s,border-color .2s,box-shadow .2s}.module-card:hover{transform:translateY(-3px);border-color:#7b9bd2;box-shadow:0 14px 35px #1d3a6a1f}.card-index{color:#91a5c7;font-size:.8rem;font-weight:800}.module-card strong{display:block;color:#173b80;font-size:1.2rem}.module-card small{display:block;max-width:240px;margin-top:9px;color:#667085;line-height:1.45}.arrow{margin-left:auto;color:#4674bd;font-size:1.5rem}footer{margin-top:46px;color:#98a2b3;font-size:.8rem}.placeholder{margin-top:14vh;max-width:650px}.panel{padding:48px;border:1px solid #e0e7f2;border-radius:18px;background:#fff;box-shadow:0 10px 30px #1d3a6a0f}.secondary{margin-top:30px;padding:11px 16px;border:1px solid #cbd7eb;border-radius:10px;background:#fff;color:#173b80;cursor:pointer}@media(max-width:700px){.shell{padding:22px 20px 28px}.topbar{align-items:flex-start;gap:16px}.status{font-size:.72rem}.hero{padding-top:18vh}.cards{grid-template-columns:1fr}.panel{padding:30px}.admin-heading{align-items:flex-start;flex-direction:column;padding-top:8vh}.admin-grid{grid-template-columns:1fr}.account{align-items:flex-end;max-width:180px;text-align:right}.topbar-actions{gap:4px}.login-page{padding:24px 16px 68px}.login-card{padding:28px 23px 24px;border-radius:18px}.login-heading{margin-top:38px}.login-footer{bottom:18px;font-size:.64rem;text-align:center}}
