*{box-sizing:border-box}body{margin:0;background:#f4f7fc;color:#111827;font-family:Segoe UI,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}.page-loading{margin:2rem}.login-container{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-form{width:min(420px,100%);background:#fff;border:1px solid #dbe4f2;border-radius:1rem;padding:1.5rem;display:grid;gap:.9rem}.login-title{margin:0;display:grid;gap:.25rem;font-size:1.35rem}.login-highlight{color:#1448c8}.login-field{display:grid;gap:.35rem}.login-field span{font-size:.9rem;font-weight:600}.home-user-form input,.home-user-form select,.login-field input{width:100%;border:1px solid #cfd9ee;border-radius:.7rem;min-height:42px;padding:0 .75rem;font:inherit}.home-add-user-button,.home-shell__user button,.home-user-form button,.home-user-list__actions button,.login-form button{border:1px solid #1448c8;background:#1448c8;color:#fff;border-radius:.7rem;min-height:40px;padding:0 .9rem;cursor:pointer}.login-error{margin:0;color:#b42318}.home-shell{min-height:100vh}.home-shell__header{padding:1rem clamp(1rem,4vw,2.2rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8e0f0;background:#fff}.home-shell__eyebrow{margin:0;font-size:.8rem;letter-spacing:.11em;text-transform:uppercase;color:#4f5f82;font-weight:600}.home-shell__user{display:flex;align-items:center;gap:.75rem}.home-shell__user p{margin:0;font-weight:600}.home-shell__user button{width:2.4rem;min-height:2.4rem;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.home-add-user-button svg,.home-shell__user button svg,.home-user-form button svg,.home-user-list__actions button svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-shell__content{padding:clamp(1rem,4vw,2.2rem)}.home-breadcrumb{margin-bottom:1rem}.home-breadcrumb ol{margin:0;padding:0;list-style:none;display:flex;gap:.45rem;align-items:center}.home-breadcrumb__link{color:#1448c8;text-decoration:underline;text-underline-offset:.15rem}.home-breadcrumb__separator{color:#6b7280}.home-modules{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,220px));gap:1.2rem}.home-module{min-height:150px;background:#fff;border:1px solid #dbe4f2;display:flex;flex-direction:column;gap:.8rem;align-items:center;place-items:center;padding:1rem}.home-module,.home-module__icon{border-radius:1rem;justify-content:center}.home-module__icon{width:3.5rem;height:3.5rem;background:#e7efff;color:#1448c8;display:inline-flex;align-items:center}.home-module__icon svg{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-module__title{font-size:1.05rem;font-weight:700}.home-panel{width:min(820px,100%);background:#fff;border:1px solid #dbe4f2;border-radius:1rem;padding:1.2rem}.home-panel h2{margin:0 0 .6rem}.home-panel p{margin:0;color:#4f5f82}.home-user-list__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.home-add-user-button{width:2.2rem;min-height:2.2rem;padding:0;border-radius:999px}.home-user-list{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.home-user-list li{border:1px solid #dbe4f2;border-radius:.7rem;padding:.65rem .8rem;display:grid;grid-template-columns:1fr auto auto;gap:.7rem;align-items:center}.home-user-list__actions{display:flex;gap:.45rem}.home-user-list__actions button{width:2.1rem;min-height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center}.home-user-form{margin-top:.9rem;display:grid;gap:.7rem}.home-user-form button{width:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.home-user-form label{display:grid;gap:.3rem}.home-user-form span{font-size:.9rem;font-weight:600}@media (max-width:760px){.home-modules,.home-user-list li{grid-template-columns:1fr}}