:root{--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-12: 12px;--font-size-13: 13px;--font-size-14: 14px;--font-size-16: 16px;--font-size-20: 20px;--font-size-24: 24px;--line-height-tight: 1.25;--line-height-base: 1.45;--line-height-relaxed: 1.6;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-pill: 999px;--control-h-sm: 32px;--control-h-md: 38px;--control-h-lg: 44px;--bg: #f3f5f8;--panel: #ffffff;--surface-muted: #f8fafc;--text: #0f172a;--text-muted: #475569;--accent: #2563eb;--accent-soft: #dbeafe;--line: #e2e8f0;--line-strong: #cbd5e1;--success: #059669;--error: #dc2626;--warning: #d97706;--disabled: #94a3b8;--focus-ring: rgba(37, 99, 235, .35);--sidebar-width: 252px;--card-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 6px 16px rgba(15, 23, 42, .05);--max-content-width: 1440px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family-base);font-size:var(--font-size-14);line-height:var(--line-height-base);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,#fff,#fbfdff);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:var(--space-20);box-shadow:none;position:sticky;top:0;height:100vh;overflow:hidden}.sidebar-header{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e6edf7}.sidebar-header h2{margin:0 0 24px;font-size:var(--font-size-20);line-height:var(--line-height-tight);color:var(--text);letter-spacing:0}.sidebar-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.sidebar-title-row h2{margin:0}.env-chip{display:inline-flex;align-items:center;border-radius:var(--radius-pill);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.08em;padding:4px 8px;border:1px solid transparent}.env-chip.test{background:#fff1f2;border-color:#fecdd3;color:#be123c}.env-chip.prod{background:#ecfeff;border-color:#a5f3fc;color:#0f766e}.env-banner{display:inline-flex;align-items:center;border-radius:var(--radius-pill);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.08em;padding:6px 10px;margin-bottom:12px;border:1px solid transparent}.env-banner.test{background:#fff1f2;border-color:#fecdd3;color:#be123c}.env-banner.prod{background:#ecfeff;border-color:#a5f3fc;color:#0f766e}.nav-menu{flex:1;padding-bottom:24px;padding-right:4px;overflow-y:auto;min-height:0}.nav-section{margin-bottom:20px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.nav-section:last-child{margin-bottom:0}.nav-section-title{font-size:11px;font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;color:#59708b;padding:0 2px;margin-bottom:10px}.nav-collapsible{margin-bottom:20px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.nav-collapsible[open]{padding-bottom:0}.nav-collapsible-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;color:#59708b;padding:12px 14px;margin-bottom:0;-webkit-user-select:none;user-select:none;border:1px solid #e4ebf5;border-radius:12px;background:#fff}.nav-collapsible[open] .nav-collapsible-summary{margin-bottom:10px}.nav-collapsible-summary::-webkit-details-marker{display:none}.nav-collapsible-summary:after{content:"▾";color:#94a3b8;font-size:12px;line-height:1;flex-shrink:0}.nav-collapsible:not([open]) .nav-collapsible-summary:after{content:"▸"}.nav-section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.nav-section-list li{margin-bottom:0}.nav-section-list a{display:block;text-decoration:none;color:var(--text-muted);border-radius:12px;font-size:var(--font-size-14);font-weight:var(--weight-semibold);transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;border:1px solid #e4ebf5;position:relative;padding:12px 14px 12px 30px;background:#fff}.nav-section-list a:before{content:"";position:absolute;left:11px;top:50%;width:8px;height:8px;transform:translateY(-50%);border-radius:2px;background:#94a3b8;transition:background .18s ease,transform .18s ease}.nav-section-list a:hover{background:#fff;color:var(--text);transform:none;border-color:#d6e2f7;box-shadow:0 2px 8px #0f172a0d}.nav-section-list a:hover:before{background:#64748b}.nav-section-list a.active{background:#edf4ff;color:#1d4ed8;border-color:#bcd4fb;box-shadow:0 2px 8px #2563eb14}.nav-section-list a.active:before{background:var(--accent);transform:translateY(-50%) scale(1.05)}.sidebar-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;flex-shrink:0}.logout-btn{width:auto;background:#fff;color:var(--text);border:1px solid var(--line-strong)}.sidebar-footer .logout-btn{width:100%}.sidebar-search-trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border:1px solid #cfe0ff;border-radius:var(--radius-md);background:linear-gradient(180deg,#f8fbff,#eef5ff);color:var(--text);font-size:var(--font-size-13);font-weight:var(--weight-medium);box-shadow:0 4px 12px #2563eb14;text-align:left}.sidebar-search-trigger kbd{border:1px solid var(--line-strong);border-bottom-width:2px;border-radius:6px;background:#fff;padding:2px 6px;font-size:11px;color:var(--text-muted);margin-top:1px;flex-shrink:0}.sidebar-search-trigger-main{min-width:0}.sidebar-search-trigger-title{font-size:var(--font-size-14);font-weight:var(--weight-semibold);color:var(--text);line-height:1.2;margin-bottom:4px}.sidebar-search-trigger-subtitle{font-size:12px;line-height:1.35;color:#64748b}.main-content{flex:1;overflow-y:auto}.page{max-width:var(--max-content-width);margin:0 auto;padding:var(--space-24)}.page h1{margin:0 0 var(--space-20) 0;font-size:var(--font-size-24);line-height:var(--line-height-tight);font-weight:var(--weight-semibold);letter-spacing:-.01em}.page>.row:first-child{margin-bottom:var(--space-20)}.page>.row:first-child>h1{margin:0}.page-subtitle{margin:-6px 0 var(--space-16);color:var(--text-muted);font-size:var(--font-size-14);line-height:var(--line-height-relaxed);max-width:920px}.row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);margin-bottom:var(--space-16)}.row:last-child{margin-bottom:0}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-20);margin-bottom:var(--space-20);box-shadow:var(--card-shadow)}.panel+.panel{margin-top:0}.glass{background:linear-gradient(180deg,#ffffffe6,#f4faffd1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(183,211,240,.9)}.panel h2{margin:0 0 var(--space-12) 0;font-size:var(--font-size-16);line-height:var(--line-height-tight);font-weight:var(--weight-semibold);color:var(--text)}.blocked-clients-list{display:flex;flex-wrap:wrap;gap:10px}.blocked-client-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #f1c8d3;background:#fff2f6;border-radius:999px;padding:6px 12px;max-width:100%}.blocked-client-id{font-weight:700;color:#9a2f50}.blocked-client-name{color:#4f6780}.narrow{max-width:420px;margin:80px auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:20px;text-align:center;box-shadow:var(--card-shadow)}.stat-label{font-size:14px;color:#55779a;margin-bottom:8px}.stat-value{font-size:30px;font-weight:600;color:var(--accent)}form{display:flex;flex-direction:column;gap:var(--space-12)}label{display:flex;flex-direction:column;gap:var(--space-8);font-size:var(--font-size-13);color:var(--text-muted);font-weight:var(--weight-medium)}.checkbox-label{flex-direction:row;align-items:center}.checkbox-label input{margin-right:8px}input,button,select{border-radius:var(--radius-md);border:1px solid var(--line-strong);min-height:var(--control-h-md);padding:0 var(--space-12);font-size:var(--font-size-14);font-family:inherit;line-height:1;background:#fff;color:var(--text)}input:focus,select:focus{box-shadow:0 0 0 3px var(--focus-ring)}input:focus,input:focus-visible,select:focus,select:focus-visible,button:focus,button:focus-visible,.nav-menu a:focus,.nav-menu a:focus-visible{outline:none;border-color:var(--accent)}input::placeholder{color:#94a3b8}button{background:var(--accent);color:#fff;border:1px solid transparent;cursor:pointer;font-weight:var(--weight-medium);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}button:hover{background:#1d4ed8;transform:translateY(-.5px)}button:active{transform:translateY(0);background:#1e40af}button:disabled{opacity:1;background:#f1f5f9;color:var(--disabled);border-color:var(--line);cursor:not-allowed;transform:none}.btn-sm{min-height:var(--control-h-sm);padding:0 10px;font-size:var(--font-size-13);margin-right:var(--space-8)}.btn-md{min-height:var(--control-h-md);font-size:var(--font-size-14)}.btn-lg{min-height:var(--control-h-lg);padding:0 var(--space-16);font-size:var(--font-size-14)}.btn-danger{background:var(--error);border-color:var(--error)}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.btn-secondary{background:#fff;color:var(--text);border-color:var(--line-strong)}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn-ghost{background:transparent;color:var(--text);border-color:transparent}.btn-ghost:hover{background:#f1f5f9}table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.table-compact th{padding:8px;font-size:11px}.table-compact td{padding:8px;font-size:13px}.table-compact td input{width:100%}th{text-align:left;padding:12px 8px;border-bottom:2px solid var(--line);font-size:var(--font-size-12);font-weight:var(--weight-semibold);color:#475569;text-transform:uppercase;letter-spacing:.03em;background:var(--surface-muted)}thead th{white-space:nowrap}td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);font-size:var(--font-size-14);color:var(--text);vertical-align:middle}tr.error-row{background:#fef2f2}tr.selected-row{background:#eff6ff}tr.selected-row td{border-bottom-color:#a8c8ef}.table-compact tbody tr{cursor:default}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.table-scroll table{margin:0;border:0}.table-scroll thead th{position:sticky;top:0;z-index:2;box-shadow:inset 0 -1px 0 var(--line)}.table-scroll--bots{max-height:min(62vh,720px)}.row-clickable{cursor:pointer!important}tbody tr:hover{background:#f8fafc}tbody tr:nth-child(2n){background:#fcfdff}tbody tr.error-row:nth-child(2n),tbody tr.selected-row:nth-child(2n){background:inherit}.tasks-split-layout{display:grid;grid-template-columns:minmax(560px,1.3fr) minmax(420px,1fr);gap:16px;align-items:start}.tasks-split-left,.tasks-split-right{margin-bottom:0}.tasks-split-right{position:sticky;top:16px;max-height:calc(100vh - 34px);overflow:auto}.bot-users-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(360px,.95fr);gap:16px;align-items:start}.bot-users-card-panel{position:sticky;top:16px;max-height:calc(100vh - 34px);overflow:auto}.bot-users-table-scroll{overflow-x:auto;overflow-y:visible}.bot-users-table{table-layout:fixed}.bot-users-table th,.bot-users-table td{white-space:normal;word-break:break-word;vertical-align:middle}.bot-users-table th:first-child,.bot-users-table td:first-child{width:44px}.bot-users-table th:nth-child(2),.bot-users-table td:nth-child(2){width:110px}.bot-users-table th:nth-child(3),.bot-users-table td:nth-child(3){width:220px}.bot-users-table th:nth-child(4),.bot-users-table td:nth-child(4),.bot-users-table th:nth-child(5),.bot-users-table td:nth-child(5),.bot-users-table th:nth-child(6),.bot-users-table td:nth-child(6),.bot-users-table th:nth-child(9),.bot-users-table td:nth-child(9){width:84px}.bot-users-table th:nth-child(7),.bot-users-table td:nth-child(7){width:168px}.bot-users-table th:nth-child(8),.bot-users-table td:nth-child(8){width:120px}.bot-users-table th:nth-child(10),.bot-users-table td:nth-child(10){width:180px}.bot-users-preset-row{overflow:visible}.bot-users-filter-intro{margin-bottom:8px}.bot-users-filter-section{margin-bottom:14px}.bot-users-filter-section-title{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.bot-users-chip-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start}.bot-users-filter-grid,.bot-users-bulk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 12px;align-items:end}.bot-users-filter-grid>label,.bot-users-bulk-grid>label{min-width:0}.bot-users-filter-grid--toolbar{margin-bottom:10px}.bot-users-filter-wide{grid-column:span 2}.bot-users-filter-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start;margin-top:2px}.bot-users-toolbar-panel{padding:16px}.bot-users-toolbar-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.bot-users-toolbar-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:4px;text-transform:uppercase;letter-spacing:.03em}.bot-users-toolbar-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;align-items:center}.bot-users-meta-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border-radius:var(--radius-pill);background:#eef4fb;border:1px solid #d6e3f2;color:#38526d;font-size:12px;font-weight:600}.bot-users-saved-views{border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.bot-users-saved-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.bot-users-saved-row>input{flex:0 1 220px}.bot-users-saved-pill{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:var(--radius-pill);border:1px solid var(--line);background:#fff}.bot-users-saved-remove{min-width:28px;padding:0 6px}.bot-users-list-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.bot-users-summary-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.bot-users-summary-pill{display:flex;align-items:center;gap:10px;min-height:34px;padding:0 10px;border-radius:12px;background:#f8fbff;border:1px solid #dbe8f6;color:#4b647f;font-size:12px}.bot-users-summary-pill strong{color:var(--text);font-size:13px}.bot-users-bulk-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:10px 12px;border:1px solid #dbe8f6;border-radius:12px;background:#f8fbff;margin-bottom:12px}.bot-users-bulk-count{font-weight:700;color:var(--text)}.bot-users-bulk-inline{display:flex;flex:1 1 600px;flex-wrap:wrap;gap:8px;align-items:center}.bot-users-bulk-inline>input{flex:1 1 220px}.bot-users-table--dense th{padding:8px;font-size:10px}.bot-users-table--dense td{padding:8px;font-size:12px;line-height:1.35}.bot-users-name{font-weight:700;color:var(--text)}.bot-users-subline{font-size:11px;color:#64748b;line-height:1.35}.bot-users-id-cell{font-weight:700;color:#29496e}.bot-users-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}.bot-users-checkbox{width:16px;height:16px;min-height:16px;min-width:16px;padding:0;margin:0;border-radius:4px;vertical-align:middle}.bot-users-table td:first-child,.bot-users-table th:first-child{text-align:center}.tasks-divider{border-top:1px solid var(--line);margin:14px 0}.tasks-danger-actions{display:flex;flex-wrap:wrap;gap:var(--space-8);align-items:center;justify-content:flex-start}.tasks-danger-actions .btn-danger{min-height:var(--control-h-md);min-width:240px;padding:0 var(--space-12);margin-right:0;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.status-badge{display:inline-flex;align-items:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:4px 12px;border-radius:var(--radius-pill);font-size:var(--font-size-12);font-weight:var(--weight-semibold)}.status-badge.success{background:#daf6eb;color:#0f6d4e}.status-badge.error{background:#ffe4ea;color:#a93e54}.status-badge.warning{background:#fff0d8;color:#95631a}.status-badge.disabled{background:#e7eef8;color:#4a6582}.status-badge:before{content:"";display:inline-block;flex:0 0 auto;width:8px;height:8px;border-radius:50%;margin-right:7px;background:currentColor}.muted{color:var(--text-muted);font-size:var(--font-size-12)}.text-danger{color:var(--error);font-weight:600}.log-snippet{max-width:480px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logs-box{margin:0;padding:12px;border:1px solid var(--line);border-radius:var(--radius-md);background:#102843;color:#d7e8ff;max-height:420px;overflow:auto;font-size:12px;line-height:1.35;white-space:pre-wrap}.history-cell{max-width:360px;white-space:pre-wrap;word-break:break-word;line-height:1.35}.history-cell--scroll{white-space:nowrap;overflow-x:auto;overflow-y:hidden;word-break:normal;overflow-wrap:normal;text-overflow:clip;scrollbar-width:thin}.history-cell--scroll::-webkit-scrollbar{height:8px}.ai-user-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ai-user-actions input{width:88px;min-width:88px}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-bottom:18px}.account-tile{text-align:left;background:linear-gradient(180deg,#fff,#f3f9ff);color:var(--text);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--card-shadow);overflow:hidden}.account-tile:hover{background:linear-gradient(180deg,#fff,#eaf4ff)}.account-tile.active{border-color:#6ea5ea;box-shadow:0 0 0 3px #6ea5ea38}.account-tile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:10px}.account-line{overflow-wrap:anywhere;word-break:break-word}.modal-overlay{position:fixed;inset:0;background:#14305559;display:flex;align-items:center;justify-content:center;z-index:1000}.entity-search-overlay{z-index:2200}.modal{background:var(--panel);border-radius:16px;border:1px solid var(--line);padding:24px;max-width:560px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:var(--card-shadow)}.modal h2{margin:0 0 20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.modal-actions button{min-width:100px}.modal-actions button[type=button]{background:#fff;color:var(--text);border:1px solid var(--line-strong)}.error{color:var(--error);font-size:14px;margin-top:8px}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:var(--radius-md);padding:var(--space-12);margin:0 0 16px}.password-input-wrap{position:relative}.password-input-wrap input{width:100%;padding-right:48px}.password-visibility-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:1px solid var(--line-strong);background:#fff;color:var(--text-muted);border-radius:var(--radius-sm);padding:4px 8px;font-size:14px;line-height:1}.password-visibility-btn:hover{opacity:1}@media(max-width:860px){.app-layout{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--line);position:static;height:auto;overflow-y:visible}.sidebar-footer{position:static;-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent}.page{padding:12px}.row{flex-wrap:wrap;align-items:flex-start}.panel{padding:16px;border-radius:14px}table{display:block;overflow-x:auto}.table-compact th,.table-compact td{white-space:nowrap}.table-compact td .btn-sm{margin-top:4px}.table-scroll--bots{max-height:min(56vh,560px)}.stats-grid,.tasks-split-layout{grid-template-columns:1fr}.tasks-split-right{position:static;max-height:none;overflow:visible}.bot-users-layout{grid-template-columns:1fr}.bot-users-card-panel{position:static;max-height:none;overflow:visible}.bot-users-toolbar-top,.bot-users-list-header{flex-direction:column}.bot-users-toolbar-meta,.bot-users-summary-strip{justify-content:flex-start}.bot-users-filter-wide{grid-column:span 1}}.dialog-modal{max-width:680px;width:95%;padding:20px}.dialog-modal-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.dialog-modal-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1}.user-profile-drawer{max-width:1120px;width:min(1120px,96vw)}.user-profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.task-ops-drawer{max-width:1080px;width:min(1080px,96vw)}.provider-ops-drawer,.entity-search-dialog{max-width:1080px;width:min(1080px,96vw);position:relative;z-index:2201}.task-ops-actions,.provider-ops-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.task-ops-grid,.provider-ops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.task-ops-fields,.provider-ops-fields{display:grid;gap:8px}.task-ops-preview,.provider-ops-preview{white-space:pre-wrap;word-break:break-word;line-height:1.5}.entity-search-form{display:flex;gap:12px;margin-bottom:16px}.entity-search-form input{flex:1}.provider-filter-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.provider-filter-row input{min-width:180px}.task-ops-audit-list{display:flex;flex-direction:column;gap:10px}.task-ops-audit-item{border:1px solid #dbe4f0;border-radius:12px;padding:10px 12px;background:#f8fbff}.task-ops-audit-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:4px}.task-ops-audit-head span{color:#64748b;font-size:12px}.task-ops-audit-details{margin-top:6px;color:#314158;white-space:pre-wrap;word-break:break-word}.user-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.user-profile-panel-wide{grid-column:1 / -1}.user-profile-kv{display:grid;gap:8px}.user-profile-list{display:grid;gap:10px}.user-profile-list-item{border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:var(--surface-muted)}@media(max-width:980px){.task-ops-grid,.provider-ops-grid,.user-profile-grid{grid-template-columns:1fr}.entity-search-form{flex-direction:column}}.chat-thread{display:flex;flex-direction:column;gap:14px}.chat-bubble-wrap{display:flex;flex-direction:column;gap:3px;max-width:88%}.chat-bubble-wrap--user{align-self:flex-end;align-items:flex-end}.chat-bubble-wrap--bot{align-self:flex-start;align-items:flex-start}.chat-bubble-author{font-size:11px;font-weight:600;color:var(--text-muted);padding:0 4px}.chat-bubble{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.55;word-break:break-word;white-space:pre-wrap}.chat-bubble--user{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat-bubble--bot{background:var(--surface-muted);border:1px solid var(--line);color:var(--text);border-bottom-left-radius:4px}.chat-bubble--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-bottom-left-radius:4px}.chat-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-pill);background:var(--accent-soft);color:#1d4ed8;font-size:12px;font-weight:600}.user-req-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-md)}.user-req-table-wrap table{margin:0;border:0;min-width:420px}.user-req-pagination{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:13px}.bot-users-detail-tabs{display:flex;flex-wrap:wrap;gap:8px}.bot-users-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;align-items:start}@media(max-width:640px){.sidebar{padding:12px}.sidebar-header h2{margin-bottom:12px;font-size:18px}.nav-menu a{padding:10px 12px}.page{padding:10px}.page h1{font-size:22px;margin-bottom:14px}.panel{padding:12px;margin-bottom:12px}.panel h2{font-size:16px;margin-bottom:10px}.stat-card{padding:14px;border-radius:12px}.stat-label{font-size:13px}.stat-value{font-size:24px}.row>h1,.row>h2{flex:1 0 100%}.row>button{flex:1 1 calc(50% - 6px)}.tasks-danger-actions{width:100%;justify-content:stretch}.tasks-danger-actions .btn-danger{width:100%;min-width:0;white-space:normal}input,button,select{min-height:40px}.btn-sm{font-size:12px;padding:7px 10px}.logs-box{max-height:300px;font-size:11px}.bot-users-detail-tabs{flex-direction:column}.account-grid{grid-template-columns:1fr}.modal{width:calc(100% - 16px);max-width:100%;max-height:88vh;padding:14px;border-radius:12px}.modal-actions{flex-direction:column-reverse;gap:8px}.modal-actions button{width:100%}}.stat-value-compact{font-size:18px;line-height:1.35;color:var(--text)}.heatmap-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start;margin-top:16px}.heatmap-table-wrap{overflow-x:hidden}.heatmap-table{width:100%;min-width:0;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:11px}.heatmap-table th,.heatmap-table td{border:1px solid var(--line);padding:6px 4px;text-align:center;white-space:nowrap}.heatmap-table thead th,.heatmap-table tfoot th,.heatmap-table tbody th{background:#f8fafc;color:var(--text-muted);font-weight:var(--weight-semibold)}.heatmap-cell{min-width:0;font-variant-numeric:tabular-nums;transition:transform .15s ease,filter .15s ease}.heatmap-cell:hover{transform:translateY(-1px);filter:saturate(1.05)}.heatmap-total-cell{background:#eff6ff;color:#1d4ed8;font-weight:var(--weight-semibold)}.heatmap-sidecars{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(max-width:1100px){.heatmap-table-wrap{overflow-x:auto}.heatmap-table{min-width:860px}.heatmap-sidecars{grid-template-columns:1fr}}
