:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f7f4;color:#242722;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;margin:0;background:linear-gradient(180deg,#eef4f1 0,#f6f7f4 320px),#f6f7f4}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}#app{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px clamp(18px,4vw,56px);border-bottom:1px solid #d8ded8;background:#fafbf8e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.topbar-actions,.panel-heading,.admin-heading,.status-card>div{display:flex;align-items:center;gap:14px}.brand-mark{display:inline-grid;width:44px;height:44px;place-items:center;border-radius:8px;background:#23443a;color:#f7faf6;font-weight:800;letter-spacing:0}.eyebrow{margin:0 0 4px;color:#68736b;font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.35rem,3vw,2rem);line-height:1.1}h2{margin-bottom:10px;font-size:clamp(1.65rem,4vw,2.5rem);line-height:1.05}h3{margin-bottom:0;font-size:1.2rem;line-height:1.2}main{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:34px 0 56px}.login-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:20px;align-items:stretch}.login-panel,.system-strip,.screen-panel,.notice,.center-panel{border:1px solid #d9ded6;border-radius:8px;background:#fbfcf9;box-shadow:0 20px 50px #32392e14}.login-panel{min-height:360px;padding:clamp(26px,5vw,48px)}.login-panel p{max-width:620px;color:#5f675e;line-height:1.65}.system-strip{display:grid;align-content:center;gap:16px;padding:26px}.system-strip div{display:flex;align-items:center;gap:12px;min-height:44px}.system-strip p{margin:0;color:#424940;line-height:1.35}.primary-button,.secondary-button,.ghost-button,.tab-button,.table-action{min-height:40px;border-radius:8px;border:1px solid transparent;padding:0 16px;font-weight:800}.primary-button{background:#27624f;color:#fff;box-shadow:0 12px 24px #27624f3d}.primary-button:hover{background:#1d503f}.secondary-button,.table-action{border-color:#b9c4ba;background:#fff;color:#24483c}.secondary-button:hover,.table-action:hover,.ghost-button:hover{border-color:#789487;background:#eef5f1}.ghost-button{border-color:#ccd5ce;background:transparent;color:#374039}.muted,.session-summary,.status-line{color:#677166}.status-line{min-height:22px;margin-top:16px}.center-panel,.notice{padding:30px}.center-panel{display:grid;min-height:260px;place-items:center;text-align:center}.notice{display:flex;align-items:center;justify-content:space-between;gap:20px}.notice.warning{border-color:#e3c882;background:#fffaf0}.notice.critical{border-color:#dfaaa2;background:#fff7f5}.loading-spinner{width:38px;height:38px;border:4px solid #dce3dd;border-top-color:#27624f;border-radius:999px;animation:spin .9s linear infinite}.admin-shell{display:grid;gap:18px}.admin-heading{justify-content:space-between}.verification-pill{margin:0;border:1px solid #c7d5c2;border-radius:999px;padding:8px 12px;background:#eff8ed;color:#315f37;font-size:.88rem;font-weight:800}.tabs{display:flex;gap:8px;padding:6px;border:1px solid #d9ded6;border-radius:8px;background:#fff}.tab-button{flex:0 0 auto;background:transparent;color:#4f594f}.tab-button.active{background:#223c35;color:#fff}.screen-panel{padding:clamp(18px,3vw,28px)}.panel-heading{justify-content:space-between;margin-bottom:18px}.table-wrap{overflow-x:auto;border:1px solid #e0e4de;border-radius:8px}table{width:100%;min-width:760px;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #e6eae4;text-align:left;vertical-align:middle}th{background:#f1f5ef;color:#566356;font-size:.78rem;letter-spacing:0;text-transform:uppercase}td strong,td span{display:block}td span{margin-top:4px;color:#69746a;font-size:.9rem}tr:last-child td{border-bottom:0}code{border-radius:6px;background:#eef2ed;padding:3px 6px;color:#2c483e;font-size:.88rem}.state-chip{display:inline-block;width:fit-content;border:1px solid #c7d5c2;border-radius:999px;padding:5px 9px;background:#f4fbf2;color:#315f37;font-weight:800}.provision-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.provision-form label{display:grid;gap:8px;color:#424b42;font-weight:800}.provision-form input,.provision-form select,#statusClientSelect{min-height:44px;width:100%;border:1px solid #c9d2c9;border-radius:8px;background:#fff;color:#252a25;padding:0 12px}.provision-form input:focus,.provision-form select:focus,#statusClientSelect:focus{outline:3px solid rgba(39,98,79,.18);border-color:#27624f}.form-submit{align-self:end}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.status-card{min-height:150px;border:1px solid #dfe5dd;border-radius:8px;padding:16px;background:#fff}.status-card strong{line-height:1.25}.status-card p{margin-bottom:0}.status-state{margin-top:16px;color:#26312a;font-size:1.35rem;font-weight:800}.status-dot{flex:0 0 auto;width:12px;height:12px;border-radius:999px;background:#9aa39b}.status-dot.good{background:#2d8b57}.status-dot.attention{background:#c88920}.status-dot.idle{background:#7a879a}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:820px){.topbar,.notice,.admin-heading,.panel-heading{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;justify-content:space-between}.login-grid,.provision-form,.status-grid{grid-template-columns:1fr}.tabs{overflow-x:auto}}
