.app-shell__topbar{background:var(--brand-dark);color:var(--brand-text-on-dark);align-items:center;gap:1.5rem;padding:.75rem 1.5rem;display:flex}.app-shell__brand{white-space:nowrap;font-weight:700}.app-shell__nav{flex:1;gap:1rem;display:flex}.app-shell__nav a{color:var(--brand-text-on-dark);opacity:.8;font-size:.9rem;text-decoration:none}.app-shell__nav a:hover,.app-shell__nav a.active{opacity:1;text-decoration:underline}.app-shell__user{white-space:nowrap;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.app-shell__content{max-width:72rem;margin:0 auto;padding:1.5rem}.login-page{background:var(--brand-dark);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-page__card{background:#fff;border-radius:8px;width:100%;max-width:22rem;padding:2rem}:root{font:15px/1.5 var(--brand-font-family);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1f2933;--brand-dark:#0a1330;--brand-text-on-dark:#fff;--brand-primary:#1175ff;--brand-primary-hover:#0e60d1;--brand-primary-tint:#6ee7f3;--brand-secondary:#00c4b3;--brand-text-on-primary:#fff;--brand-bg-light:#f2f6fa;--brand-font-family:"Poppins", system-ui, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{background:var(--brand-bg-light);font-family:var(--brand-font-family);margin:0}#root{min-height:100vh}h1{margin:0 0 1rem;font-size:1.4rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e4e7eb;padding:.5rem .75rem;font-size:.9rem}th{color:#52606d;font-weight:600}button{font:inherit}.page-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.button{background:var(--brand-primary);color:var(--brand-text-on-primary);cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover{background:var(--brand-primary-hover)}.button--secondary{color:var(--brand-primary);border:1px solid var(--brand-primary);background:0 0}.button--secondary:hover{background:#f5f7fa}.button--danger{background:#b42318}.button--danger:hover{background:#8f1c10}.button--small{padding:.3rem .6rem;font-size:.8rem}.button:disabled{opacity:.5;cursor:not-allowed}.form{flex-direction:column;gap:.9rem;max-width:24rem;display:flex}.form label{color:#334;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.form input,.form select{border:1px solid #cbd2d9;border-radius:4px;padding:.5rem .6rem;font-family:inherit;font-size:.95rem}.form__actions{gap:.5rem;margin-top:.5rem;display:flex}.error-text{color:#b42318;font-weight:600}.row--clickable{cursor:pointer}.row--clickable:hover{background:var(--brand-bg-light)}.stat-cards{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.stat-card{background:#fff;border:1px solid #e4e7eb;border-radius:8px;min-width:12rem;padding:1rem 1.25rem}.stat-card__label{color:#52606d;margin:0 0 .35rem;font-size:.8rem}.stat-card__value{margin:0;font-size:1.6rem;font-weight:700}.stat-card__sub{color:#7b8794;margin:.2rem 0 0;font-size:.8rem}.badge{background:var(--brand-primary-tint);color:#0a1330;border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}
