:root{color-scheme:light;font-family:IBM Plex Sans,Segoe UI,sans-serif;line-height:1.45;color:#1f2937;background:linear-gradient(180deg,#f4f7fb,#e7edf4)}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#0f4ea8;text-decoration:none}a:hover{text-decoration:underline}.centered-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;height:64px;background:#10243f;color:#f9fafb;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;gap:1rem}.brand{color:#f9fafb;font-weight:700}.topnav{display:flex;gap:1rem}.topnav a{color:#c8d4e7}.topnav a.active{color:#fff;font-weight:600}.topbar-user{display:flex;align-items:center;gap:.75rem}.content{width:min(1200px,100% - 2rem);margin:1.5rem auto}.panel{background:#fff;border-radius:10px;padding:1rem;border:1px solid #d8e0ea;box-shadow:0 1px 3px #10243f14}.stack{display:grid;gap:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card h3{margin:0;color:#4b5563}.stat-card strong{font-size:2rem}.split-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.form-grid{display:grid;gap:.75rem}label{display:grid;gap:.35rem;font-weight:600;font-size:.92rem}input,select,button{font:inherit}input,select{width:100%;border:1px solid #bfccde;border-radius:8px;padding:.55rem .65rem;background:#fff}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-weight:500}.checkbox-row input{width:auto}.button{border:0;border-radius:8px;padding:.55rem .9rem;background:#0f4ea8;color:#fff;cursor:pointer;font-weight:600}.button:disabled{opacity:.65;cursor:not-allowed}.button.ghost{background:#e8eff8;color:#0f2f5c}.button.danger{background:#c62828;color:#fff}.error-message{border-radius:8px;border:1px solid #f3c2c2;background:#fff2f2;color:#9f1d1d;padding:.6rem .8rem}.success-message{border-radius:8px;border:1px solid #b8e2c7;background:#effcf3;color:#166534;padding:.6rem .8rem}.empty-state{border:1px dashed #c3d0de;border-radius:8px;padding:1rem;color:#4b5563;text-align:center}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;border-bottom:1px solid #e1e8f2;padding:.6rem .5rem}.table th{color:#374151;font-size:.85rem;letter-spacing:.02em}.licence-row-enabled{background:#ecfdf3}.licence-row-disabled{background:#f3f4f6}.logo-help-text{margin:0;color:#4b5563;font-size:.9rem}.logo-preview-box{width:100%;min-height:180px;border:1px dashed #bfccde;border-radius:8px;padding:.75rem;display:grid;place-items:center;background:#f8fbff;color:#4b5563}.logo-preview-image{width:auto;height:auto;max-width:min(100%,320px);max-height:180px;object-fit:contain}.logo-actions-row{display:flex;gap:.5rem;flex-wrap:wrap}.auth-card{width:min(430px,100%)}@media(max-width:760px){.topbar{height:auto;flex-wrap:wrap;justify-content:flex-start;padding:.8rem}.content{width:calc(100% - 1rem)}}
