:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell__header{border-bottom:1px solid #00000014;padding:12px 16px;font-weight:600}.app-shell__main{flex:1;padding:16px}.app-shell__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.role-switcher{position:relative}.role-switcher__current,.role-switcher__menu button{cursor:pointer;font:inherit;background:0 0;border:1px solid #00000026;border-radius:4px;padding:6px 10px}.role-switcher__menu{background:canvas;border:1px solid #0000001f;border-radius:4px;flex-direction:column;gap:2px;min-width:180px;margin:0;padding:4px;list-style:none;display:flex;position:absolute;top:110%;right:0}.role-switcher__menu button{text-align:left;width:100%}.role-switcher__error{color:#b00020;font-size:.875rem}.form-grid{gap:12px;max-width:480px;display:grid}.form-grid label{flex-direction:column;gap:4px;font-size:.875rem;display:flex}.form-grid input,.form-grid select{font:inherit;border:1px solid #0003;border-radius:4px;padding:6px 8px}.btn{color:#fff;cursor:pointer;font:inherit;background:#1a73e8;border:0;border-radius:4px;padding:8px 14px}.btn--ghost{color:inherit;background:0 0;border:1px solid #0003}.btn--danger{color:#fff;background:#b00020}.alert{border-radius:4px;padding:8px 12px;font-size:.875rem}.alert--error{color:#b00020;background:#b000201a}.alert--ok{color:#1a73e8;background:#1a73e81a}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table th,.table td{text-align:left;border-bottom:1px solid #00000014;padding:8px}.kpi-row{flex-wrap:wrap;gap:12px;display:flex}.kpi-card{border:1px solid #0000001f;border-radius:6px;min-width:160px;padding:12px 16px}
