:root{color:#17212b;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.auth-shell,.shell{width:min(100% - 32px,960px);min-height:100vh;margin:0 auto;padding:16px 0 72px}.auth-shell{display:grid;place-items:center}.login-panel{width:min(100%,420px);border:1px solid #d8dee5;border-radius:8px;background:#fff;padding:28px;box-shadow:0 18px 42px #142a3a1a}.topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #d8dee5;padding-bottom:8px}.user-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:.88rem}.shell-wide{width:100%;padding:8px 0 0}.shell-wide .topbar{width:min(100% - 24px,960px);margin:0 auto}.eyebrow{margin:0 0 8px;color:#7a3d18;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;color:#111820}h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}h2{font-size:1.35rem;line-height:1.2}.login-panel h1{font-size:2rem;line-height:1.1}.login-form,.admin-form,.password-form{display:grid;gap:16px;margin-top:24px}label,fieldset{display:grid;gap:7px}label span,legend{color:#344354;font-size:.92rem;font-weight:700}input[type=text],input:not([type]){width:100%}input:not([type=checkbox]){min-height:44px;border:1px solid #b8c3cf;border-radius:8px;background:#fff;padding:9px 12px}input:not([type=checkbox]):focus{border-color:#2563eb;outline:3px solid rgba(37,99,235,.18)}fieldset{margin:0;border:1px solid #d5dde5;border-radius:8px;padding:14px}.checkbox-row{display:flex;align-items:center;gap:8px}.checkbox-row input{width:18px;height:18px;accent-color:#2563eb}.primary-button,.secondary-button,.danger-button,.home-button{min-height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;font-size:.9rem;font-weight:750;text-decoration:none}.primary-button{border:1px solid #2563eb;background:#2563eb;color:#fff}.secondary-button,.home-button{border:1px solid #b8c3cf;background:#fff;color:#17212b}.danger-button{border:1px solid #9b2d2d;background:#fff;color:#9b2d2d}.primary-button:hover,.primary-button:focus-visible,.secondary-button:hover,.secondary-button:focus-visible,.danger-button:hover,.danger-button:focus-visible,.home-button:hover,.home-button:focus-visible{outline:3px solid rgba(37,99,235,.18)}.form-error,.floating-error{margin:0;color:#9b2d2d;font-weight:700}.form-success{margin:16px 0 0;color:#2563eb;font-weight:700}.floating-error{position:fixed;top:16px;left:50%;z-index:1;width:min(100% - 32px,520px);transform:translate(-50%);border:1px solid #e6b9b9;border-radius:8px;background:#fff4f4;padding:12px 14px}.page-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:36px}.page-link{display:flex;min-height:132px;flex-direction:column;justify-content:space-between;border:1px solid #d5dde5;border-radius:8px;background:#fff;padding:20px;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.page-link:hover,.page-link:focus-visible{border-color:#2563eb;box-shadow:0 12px 28px #142a3a1f;outline:none;transform:translateY(-2px)}.page-link span{font-size:1.35rem;font-weight:800}.page-link small{color:#506071;font-size:.95rem}.page-message{display:grid;gap:36px;margin-top:40px;border-left:6px solid #2563eb;padding-left:24px}.home-button{width:fit-content}.admin-page{display:grid;gap:20px;margin-top:36px}.embedded-page{display:block;margin-top:16px}.embedded-frame{display:block;width:100%;height:calc(100vh - 97px);min-height:720px;border:0;background:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.admin-form,.password-form{align-items:end;border:1px solid #d8dee5;border-radius:8px;background:#fff;padding:16px}.admin-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(160px,.8fr) auto}.password-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.settings-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #d8dee5;border-radius:8px;background:#fff;padding:16px}.settings-panel .form-success,.settings-panel .form-error{margin-top:8px}.switch-row{display:flex;grid-template-columns:none;align-items:center;gap:10px}.switch-input{position:relative;width:46px;height:26px;appearance:none;border:1px solid #9aa8b7;border-radius:999px;background:#d8dee5;cursor:pointer;transition:background .16s ease,border-color .16s ease}.switch-input:before{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #17212b40;content:"";transition:transform .16s ease}.switch-input:checked{border-color:#2563eb;background:#2563eb}.switch-input:checked:before{transform:translate(20px)}.switch-input:focus-visible{outline:3px solid rgba(37,99,235,.18)}.management-heading{margin-top:12px}.user-table{overflow:hidden;border:1px solid #d8dee5;border-radius:8px;background:#fff}.user-table-header,.user-table-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(240px,1.5fr) minmax(96px,.5fr);gap:16px;align-items:center;padding:14px 16px}.user-table-header{border-bottom:1px solid #d8dee5;background:#eef2f5;color:#344354;font-size:.85rem;font-weight:800;text-transform:uppercase}.user-table-row+.user-table-row{border-top:1px solid #e8edf2}.user-cell{display:flex;align-items:center;gap:10px}.access-cell{display:flex;flex-wrap:wrap;gap:10px 16px}.action-cell{display:flex;justify-content:flex-end}.badge,.admin-note{border-radius:999px;background:#f2e7cf;color:#5b3b12;font-size:.78rem;font-weight:800;padding:3px 8px}.admin-note{background:#eff6ff;color:#1d4ed8}.empty-state{margin:18px 0;color:#506071;font-weight:700}@media(max-width:780px){.auth-shell,.shell{width:min(100% - 24px,960px);padding:12px 0 48px}.topbar,.section-heading{align-items:start;flex-direction:column}.user-actions{width:100%;justify-content:flex-start}.shell.shell-wide{width:100%;padding:8px 0 0}.shell-wide .topbar{width:min(100% - 16px,960px);padding-bottom:8px}.embedded-page{margin-top:12px}.embedded-frame{height:calc(100vh - 145px);min-height:620px}.page-links,.settings-panel,.admin-form,.password-form,.user-table-header,.user-table-row{grid-template-columns:1fr}.settings-panel{align-items:start;flex-direction:column}.user-table-header{display:none}.user-table-row{gap:12px;align-items:start}.action-cell{justify-content:flex-start}}
