:root{color:#1f2937;background:#f4f7f9;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed;opacity:.65}.app-shell{width:min(100% - 32px,1180px);min-height:100vh;margin:0 auto}.auth-layout{display:grid;width:min(100% - 32px,520px);place-content:center}.workspace-layout{display:grid;grid-template-columns:240px 1fr;gap:16px;padding:16px 0}.auth-panel,.sidebar,.status-panel,.page-panel{background:#fff;border:1px solid #d9e1ea;border-radius:8px;box-shadow:0 12px 32px #232e3c14}.auth-panel{width:100%;padding:28px}.auth-copy{margin-bottom:22px}.eyebrow{margin:0 0 8px;color:#0f766e;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;color:#111827;line-height:1.15}h1{margin-bottom:10px;font-size:28px}h2{margin-bottom:12px;font-size:20px}p{margin:0;color:#526173;font-size:16px;line-height:1.5}.auth-form{display:grid;gap:14px}label{display:grid;gap:7px;color:#334155;font-size:14px;font-weight:700}input{width:100%;min-height:44px;padding:10px 12px;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:6px}select{width:100%;min-height:40px;padding:8px 34px 8px 10px;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:6px}input[type=checkbox]{width:16px;min-height:16px;padding:0}input:focus,select:focus{border-color:#0f766e;outline:none;box-shadow:0 0 0 3px #0f766e29}.primary{min-height:46px;margin-top:4px;color:#fff;font-weight:800;background:#0f766e;border-radius:6px}.secondary,.danger{min-height:36px;padding:0 12px;font-weight:700;border-radius:6px}.secondary{color:#1f2937;background:#e2e8f0}.danger{color:#fff;background:#b91c1c}.status{min-height:22px;margin-top:10px;color:#526173;font-size:14px;line-height:1.45}.sidebar{display:flex;flex-direction:column;gap:14px;min-height:auto;padding:16px}.brand-block .eyebrow{margin-bottom:0}.section-select{display:grid;gap:7px}.page-heading{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.account-inline{display:flex;flex:0 1 auto;gap:8px;align-items:center;justify-content:flex-end;min-width:180px}.account-inline span{overflow:hidden;color:#334155;font-size:13px;font-weight:700;text-align:right;text-overflow:ellipsis;white-space:nowrap}.account-inline button{min-height:28px;padding:0 10px;color:#1f2937;font-size:12px;font-weight:800;background:#e2e8f0;border-radius:6px}.content{display:grid;gap:12px}.status-panel,.page-panel{padding:16px}.page-panel{display:grid;gap:14px}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.status-item{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;min-height:46px;align-items:center;padding:8px 10px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px}.status-dot{width:11px;height:11px;border-radius:50%}.status-dot.unknown{background:#f59e0b}.status-item strong{grid-column:2;color:#64748b;font-size:13px;font-weight:700}.compact-status-panel{padding:10px;background:#f7fafc;box-shadow:none}.compact-status-panel h2{margin-bottom:8px;font-size:14px}.compact-status-panel .status-grid{grid-template-columns:1fr;gap:6px}.compact-status-panel .status-item{min-height:34px;padding:6px 8px;font-size:12px}.compact-status-panel .status-dot{width:9px;height:9px}.compact-status-panel .status-item strong{font-size:11px}.placeholder{min-height:180px;display:grid;place-items:center;padding:24px;color:#64748b;text-align:center;background:#f7fafc;border:1px dashed #b8c5d3;border-radius:8px}.admin-panel{display:grid;grid-template-columns:minmax(230px,27%) minmax(0,1fr);gap:12px;align-items:start}.admin-card{display:grid;gap:10px;padding:12px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px}.admin-form.creating{background:#f0fdfa;border-color:#99f6e4;border-left:4px solid #0f766e}.admin-form.editing{border-left:4px solid #64748b}.admin-form-header{display:flex;gap:12px;align-items:center;justify-content:space-between}.admin-form-header h2{margin-bottom:0;font-size:17px}.admin-form-grid{display:grid;grid-template-columns:1fr;gap:9px}.admin-active{display:flex;gap:8px;align-items:center;min-height:24px;margin-top:0}.category-fieldset{padding:10px;border:1px solid #cbd5e1;border-radius:8px}.category-fieldset legend{padding:0 6px;color:#334155;font-size:14px;font-weight:700}.category-checks{display:grid;grid-template-columns:1fr;gap:6px}.category-checks label{display:flex;gap:8px;align-items:center;padding:6px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.admin-table{width:100%;border-collapse:collapse;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.admin-table th,.admin-table td{padding:5px 7px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle;font-size:13px}.admin-table th{color:#475569;font-size:12px;background:#eef3f7}.admin-table tr:last-child td{border-bottom:0}.pill{display:inline-flex;min-height:20px;align-items:center;padding:0 6px;font-size:12px;font-weight:700;border-radius:999px}.pill.active{color:#14532d;background:#dcfce7}.pill.blocked{color:#7f1d1d;background:#fee2e2}.pill.recovery{margin-top:3px;margin-left:0;color:#713f12;background:#fef3c7}.row-actions{display:flex;flex-wrap:wrap;gap:4px}.session-count{display:inline-grid;width:22px;height:22px;place-items:center;color:#64748b;font-size:12px;font-weight:800;background:#eef3f7;border-radius:50%}.session-count.online{color:#14532d;background:#dcfce7}.icon-action{display:inline-grid;width:28px;height:28px;place-items:center;color:#1f2937;font-size:15px;font-weight:900;line-height:1;background:#e2e8f0;border-radius:6px}.danger-icon{color:#fff;background:#b91c1c}.admin-page-panel>.status-panel h2{margin-bottom:8px;font-size:16px}.admin-page-panel{gap:8px;padding:12px}.admin-page-panel>div:first-child p:not(.eyebrow){display:none}.admin-page-panel .page-heading p:not(.eyebrow){display:none}.admin-page-panel .page-heading .eyebrow{margin-bottom:4px}.admin-page-panel .page-heading h2{margin-bottom:0;font-size:18px}.admin-page-panel>.status-panel{padding:10px}.admin-page-panel .status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page-panel .status-item{min-height:40px}.admin-table-wrap{overflow:auto}.admin-table{min-width:560px}.admin-table th:nth-child(2),.admin-table td:nth-child(2),.admin-table th:nth-child(4),.admin-table td:nth-child(4){width:1%;white-space:nowrap}.admin-table th:nth-child(6),.admin-table td:nth-child(6){width:96px}.admin-form .primary{min-height:40px}.admin-form input{min-height:38px;padding:8px 10px}.admin-form label,.category-fieldset legend{font-size:13px}.admin-form .secondary,.admin-table .secondary,.admin-table .danger{min-height:30px;padding:0 9px;font-size:12px}@media(max-width:760px){.workspace-layout{grid-template-columns:1fr}.sidebar{min-height:auto}.admin-panel{grid-template-columns:1fr}.admin-table-wrap{overflow-x:auto}}@media(max-width:520px){.auth-panel,.sidebar,.status-panel,.page-panel{padding:20px}h1{font-size:28px}.admin-form-grid{grid-template-columns:1fr}.admin-active{margin-top:0}}
