:root{font-family:Arial,sans-serif;color:#1b1f23;background-color:#f5f7fb}body{margin:0}.app-shell{max-width:960px;margin:0 auto;padding:2rem}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-actions{display:flex;gap:.75rem;align-items:center}.navigation button{margin-right:.5rem;padding:.5rem 1rem;border:1px solid #ccc;background:#fff;cursor:pointer}.navigation .active{background:#004aad;color:#fff;border-color:#004aad}.form{display:grid;gap:.75rem;margin-bottom:1rem}.form label{display:flex;flex-direction:column;font-weight:700;gap:.25rem}.form input{padding:.5rem;border-radius:4px;border:1px solid #d0d7de}.form select{padding:.5rem;border-radius:4px;border:1px solid #d0d7de;background:#fff}button{border-radius:4px;border:none;background-color:#06f;color:#fff;padding:.5rem .75rem;cursor:pointer}button.ghost{background:transparent;border:1px solid #d0d7de;color:#1b1f23}button[disabled]{background-color:#c7c7c7;cursor:not-allowed}.list{list-style:none;padding:0;display:grid;gap:.75rem}.list li{background:#fff;border:1px solid #e2e2e2;padding:.75rem;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.card{background:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.card-header{display:flex;justify-content:space-between;align-items:center}.pill{display:inline-block;padding:.25rem .5rem;border-radius:999px;background:#e7f1ff;color:#004aad;font-size:.8rem}.inline-label{display:flex;flex-direction:column;gap:.35rem;width:100%;font-weight:700}.actions{display:flex;gap:.35rem;flex-wrap:wrap}.actions button:first-child{margin-right:.5rem}.panel-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.checkbox{flex-direction:row;align-items:center;gap:.5rem}.input-inline{padding:.5rem;border:1px solid #d0d7de;border-radius:4px;width:100%;margin-bottom:.5rem}.muted{color:#6c757d;margin:.2rem 0}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f2f6ff,#e9eef7)}.login-card{background:#fff;border:1px solid #e2e2e2;border-radius:12px;box-shadow:0 10px 30px #0000000f;padding:2rem;width:min(460px,90vw)}.login-card header{margin-bottom:1rem}.login-card h1{margin:0 0 .3rem}.error-text{color:#c1121f;margin:0;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button:hover:not(:disabled){opacity:.9}button:disabled{opacity:.6;cursor:not-allowed}
