:root{--m42-blue: #0069b4;--m42-blue-dark: #00568f;--m42-bg: #f0f2f5;--m42-surface: #ffffff;--m42-border: #dde1e6;--m42-text: #1f2937;--m42-text-muted: #6b7280;--m42-green: #1a7f37;--m42-red: #d93025;--m42-yellow: #f2b705;--m42-amber: #b45309;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--m42-text)}*{box-sizing:border-box}body{margin:0;background:var(--m42-bg)}#root{height:100vh;display:flex;flex-direction:column}.topbar{height:52px;background:var(--m42-blue);color:#fff;display:flex;align-items:center;gap:12px;padding:0 20px;flex-shrink:0}.topbar__logo{font-size:17px;font-weight:600;letter-spacing:.3px}.topbar__logo span{font-weight:300;opacity:.85}.topbar__user{margin-left:auto;position:relative;display:flex;align-items:center;font-size:13px}.topbar__right{margin-left:auto;display:flex;align-items:center;gap:18px}.topbar__right .topbar__user{margin-left:0}.notif{position:relative;display:flex;align-items:center}.notif__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer}.notif__btn:hover{background:#ffffff47}.notif__badge{position:absolute;top:-3px;right:-3px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--m42-red);color:#fff;font-size:11px;font-weight:700;line-height:17px;text-align:center;border:2px solid var(--m42-blue);box-sizing:content-box}.notif__dropdown{position:absolute;top:calc(100% + 10px);right:0;width:340px;max-height:460px;display:flex;flex-direction:column;background:var(--m42-surface);color:var(--m42-text);border:1px solid var(--m42-border);border-radius:8px;box-shadow:0 8px 24px #0000002e;z-index:40;overflow:hidden}.notif__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;border-bottom:1px solid var(--m42-border);background:#f7f9fb}.notif__markread{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--m42-border);border-radius:5px;background:var(--m42-surface);color:var(--m42-blue);font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}.notif__markread:hover{background:#eef4fa}.notif__empty{padding:20px 14px;font-size:13px;color:var(--m42-text-muted);text-align:center}.notif__list{overflow-y:auto}.notif__item{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"num subj" "time time";gap:2px 10px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #eef1f4;background:none;text-align:left;cursor:pointer}.notif__item:hover{background:#f5f7fa}.notif__item--unread{background:#f0f7ff}.notif__item--unread .notif__num:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--m42-blue);vertical-align:middle}.notif__num{grid-area:num;font-weight:600;color:var(--m42-blue);font-size:13px}.notif__subj{grid-area:subj;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif__time{grid-area:time;font-size:11px;color:var(--m42-text-muted)}.notif__all{padding:10px 14px;border:none;border-top:1px solid var(--m42-border);background:#f7f9fb;color:var(--m42-blue);font-size:13px;font-weight:600;cursor:pointer}.notif__all:hover{background:#eef4fa}.topbar__avatar{width:34px;height:34px;border-radius:50%;background:#ffffff40;border:1px solid rgba(255,255,255,.35);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:600;cursor:pointer;padding:0}.topbar__avatar:hover{background:#fff6}.topbar__menu{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;background:var(--m42-surface);color:var(--m42-text);border:1px solid var(--m42-border);border-radius:8px;box-shadow:0 12px 32px #0000002e;overflow:hidden;z-index:50}.topbar__menu-name{padding:12px 14px;font-size:13px;font-weight:600;border-bottom:1px solid var(--m42-border);background:#f7f9fb}.topbar__menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:11px 14px;border:none;background:none;color:var(--m42-text);font-size:13px;text-align:left;cursor:pointer}.topbar__menu-item:hover{background:#f5f7fa}.topbar__menu-hint{padding:11px 14px;font-size:12px;color:var(--m42-muted, #8a94a6)}.login-screen{min-height:100vh;display:grid;place-items:center;background:var(--m42-bg);padding:24px}.login-card{width:100%;max-width:380px;background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:10px;padding:32px 28px;text-align:center;box-shadow:0 6px 24px #00000014}.login-logo{font-size:20px;font-weight:600;color:var(--m42-blue);margin-bottom:16px}.login-logo span{font-weight:300;color:var(--m42-text-muted)}.login-text{font-size:13px;color:var(--m42-text-muted);margin-bottom:24px;line-height:1.5}.login-btn{width:100%;justify-content:center}.shell{flex:1;display:flex;min-height:0}.sidebar{width:230px;background:var(--m42-surface);border-right:1px solid var(--m42-border);padding:16px 0;flex-shrink:0}.sidebar__section{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--m42-text-muted);padding:8px 20px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--m42-text);text-decoration:none;font-size:14px;border-left:3px solid transparent}.sidebar__link:hover{background:#f5f7fa}.sidebar__link.active{border-left-color:var(--m42-blue);background:#e9f2fa;color:var(--m42-blue);font-weight:600}.content{flex:1;min-width:0;display:flex;flex-direction:column;padding:20px 24px;overflow:hidden}.page-title{font-size:20px;font-weight:600;margin:0 0 4px}.page-subtitle{font-size:13px;color:var(--m42-text-muted);margin:0 0 16px}.filter-row th{padding:5px 8px 7px;background:#eef2f6;border-bottom:2px solid var(--m42-border);text-transform:none}.col-filter{width:100%;height:28px;padding:0 8px;font-size:12px;font-family:inherit;color:var(--m42-text);background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:3px;outline:none;transition:border-color .12s,box-shadow .12s}.col-filter::placeholder{color:#9aa4b1;font-style:normal}input.col-filter{padding-left:26px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239aa4b1' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");background-repeat:no-repeat;background-position:8px center}select.col-filter{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:24px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 7px center}.col-filter:hover{border-color:#b8c0cc}.col-filter:focus{border-color:var(--m42-blue);box-shadow:0 0 0 2px #0069b426}select.col-filter:not([data-empty=true]){color:var(--m42-blue);font-weight:600}.filter-clear{width:26px;height:26px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;color:var(--m42-text-muted);background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:3px;cursor:pointer}.filter-clear:hover{color:var(--m42-red);border-color:var(--m42-red)}.pagination{display:flex;align-items:center;gap:16px;padding:10px 14px;border-top:1px solid var(--m42-border);background:#f7f9fb;font-size:12px;color:var(--m42-text-muted)}.pagination__info{white-space:nowrap;order:3}.pagination__pages{display:flex;align-items:center;gap:4px;margin:0 auto}.page-btn{min-width:28px;height:28px;padding:0 6px;font-size:12px;color:var(--m42-text);background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:3px;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.page-btn:hover:not(:disabled){border-color:var(--m42-blue);color:var(--m42-blue)}.page-btn--active,.page-btn--active:hover{background:var(--m42-blue);border-color:var(--m42-blue);color:#fff;font-weight:600}.page-btn:disabled{opacity:.45;cursor:default}.page-gap{padding:0 4px;color:var(--m42-text-muted)}.pagination__size{display:flex;align-items:center;gap:6px;white-space:nowrap;order:1}.pagination__size .col-filter{width:auto;min-width:60px}.chat-card{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:8px;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px}.msg{max-width:76%;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.msg--user{align-self:flex-end;background:var(--m42-blue);color:#fff;border-bottom-right-radius:3px}.msg--bot{align-self:flex-start;background:#f3f4f6;border:1px solid var(--m42-border);border-bottom-left-radius:3px}.msg--system{align-self:center;background:#fef3c7;border:1px solid #fcd34d;color:#78350f;font-size:13px;text-align:center}.msg--operator{align-self:flex-start;background:#ecfdf5;border:1px solid #6ee7b7;border-bottom-left-radius:3px}.msg__author{font-size:12px;font-weight:600;color:#047857;margin-bottom:4px}.live-banner{padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;margin-bottom:10px;text-align:center}.live-banner--waiting{background:#fef3c7;border:1px solid #fcd34d;color:#78350f}.live-banner--live{background:#ecfdf5;border:1px solid #6ee7b7;color:#047857}.live-banner--closed{background:#f3f4f6;border:1px solid var(--m42-border);color:var(--m42-text-muted, #6b7280)}.sess-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;margin-left:8px;vertical-align:middle}.sess-badge--bot{background:#f3f4f6;color:#374151}.sess-badge--waiting{background:#fef3c7;color:#78350f}.sess-badge--live{background:#d1fae5;color:#047857}.sess-badge--closed{background:#e5e7eb;color:#6b7280}.operator-toolbar{display:flex;gap:8px;margin-bottom:10px}.operator-chat{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto;padding:4px 2px;margin-bottom:10px}.msg__feedback{margin-top:8px;display:flex;gap:6px;align-items:center}.msg__feedback span{font-size:12px;color:var(--m42-text-muted)}.msg__ticket-note{margin-top:8px;font-size:12px;color:var(--m42-green);font-weight:600}.chat-input{display:flex;gap:10px;padding:14px 16px;border-top:1px solid var(--m42-border);background:#fafbfc}.chat-input textarea{flex:1;resize:none;border:1px solid var(--m42-border);border-radius:6px;padding:10px 12px;font:inherit;font-size:14px;outline:none}.chat-input textarea:focus{border-color:var(--m42-blue)}.typing{align-self:flex-start;color:var(--m42-text-muted);font-size:13px;padding:4px 8px}.btn{border:1px solid var(--m42-border);background:var(--m42-surface);border-radius:6px;padding:8px 16px;font:inherit;font-size:13px;cursor:pointer;color:var(--m42-text)}.btn:hover{background:#f5f7fa}.btn:disabled{opacity:.5;cursor:default}.btn--primary{background:var(--m42-blue);border-color:var(--m42-blue);color:#fff;font-weight:600}.btn--primary:hover:not(:disabled){background:var(--m42-blue-dark)}.btn--small{padding:4px 10px;font-size:12px}.ticket-table-card{background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:8px;overflow:auto}.ticket-table-card--full{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ticket-table-scroll{flex:1;min-height:0;overflow:auto}.ticket-table-card--full .ticket-table{height:100%}.ticket-table{width:100%;border-collapse:collapse;font-size:13px}.ticket-table th{text-align:left;padding:10px 14px;background:#f5f7fa;border-bottom:1px solid var(--m42-border);font-weight:600;color:var(--m42-text-muted);text-transform:uppercase;font-size:11px;letter-spacing:.5px;white-space:nowrap;position:sticky;top:0;z-index:3}.ticket-table .filter-row th{top:34px;z-index:2}.ticket-table td{padding:12px 14px;border-bottom:1px solid var(--m42-border);vertical-align:top}.ticket-table tr:last-child td{border-bottom:none}.row--open td:first-child{box-shadow:inset 4px 0 0 transparent,inset 7px 0 0 var(--m42-red)}.row--resolved td:first-child{box-shadow:inset 4px 0 0 transparent,inset 7px 0 0 var(--m42-yellow)}.row--closed td:first-child{box-shadow:inset 4px 0 0 transparent,inset 7px 0 0 var(--m42-green)}.ticket-number{font-weight:600;color:var(--m42-blue);white-space:nowrap}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.badge--new{background:#e9f2fa;color:var(--m42-blue)}.badge--in_progress{background:#fef3c7;color:var(--m42-amber)}.badge--resolved{background:#dcfce7;color:var(--m42-green)}.badge--closed{background:#e5e7eb;color:var(--m42-text-muted)}.empty-state{padding:48px 20px;text-align:center;color:var(--m42-text-muted);font-size:14px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;z-index:50}.modal{background:var(--m42-surface);border-radius:10px;width:min(520px,calc(100vw - 32px));box-shadow:0 20px 50px #00000040}.modal__header{padding:16px 20px;border-bottom:1px solid var(--m42-border);font-size:16px;font-weight:600}.modal__body{padding:20px;display:flex;flex-direction:column;gap:14px}.modal__ai-hint{display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--m42-border);border-radius:6px;background:#f0f7ff;color:var(--m42-blue);font-size:12px}.modal__footer{padding:14px 20px;border-top:1px solid var(--m42-border);display:flex;justify-content:flex-end;gap:10px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:var(--m42-text-muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--m42-border);border-radius:6px;padding:9px 11px;font:inherit;font-size:14px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--m42-blue)}.field textarea{resize:vertical;min-height:90px}.form-error{color:var(--m42-red);font-size:13px}.sessions-layout{flex:1;min-height:0;display:flex;gap:16px}.sessions-list{flex:1.2;min-width:0;overflow-y:auto}.transcript{flex:1;min-width:0;display:flex;flex-direction:column}.transcript__header{padding:12px 16px;border-bottom:1px solid var(--m42-border);font-size:13px;font-weight:600;color:var(--m42-text-muted);background:#f5f7fa}.transcript__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.session-row{cursor:pointer}.session-row:hover td{background:#f5f7fa}.session-row--active td{background:#e9f2fa}.badge--escalated{background:#fee2e2;color:var(--m42-red)}.status-select{border:1px solid var(--m42-border);border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600;cursor:pointer;outline:none}.status-select--new{background:#e9f2fa;color:var(--m42-blue)}.status-select--in_progress{background:#fef3c7;color:var(--m42-amber)}.status-select--resolved{background:#dcfce7;color:var(--m42-green)}.status-select--closed{background:#e5e7eb;color:var(--m42-text-muted)}.ticket-details{background:#fafbfc;border:1px solid var(--m42-border);border-radius:6px;padding:12px 14px;font-size:13px}.ticket-details pre{white-space:pre-wrap;word-break:break-word;font:inherit;margin:6px 0 0;color:var(--m42-text-muted)}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions .btn--small{min-width:112px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn--resolve{background:var(--m42-green);border-color:var(--m42-green);color:#fff;font-weight:600}.btn--resolve:hover{background:#14682d}.detail-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.detail-toolbar{display:flex;gap:8px;margin-bottom:16px}.resolve-box{background:var(--m42-surface);border:1px solid var(--m42-green);border-radius:8px;padding:14px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.detail-layout{flex:1;min-height:0;display:flex;gap:16px;overflow-y:auto;align-items:flex-start}.detail-main{flex:1.5;min-width:0;display:flex;flex-direction:column;gap:16px}.detail-side{flex:1;min-width:280px;display:flex;flex-direction:column;gap:16px}.detail-section{padding:14px 16px}.detail-section__title{font-size:11px;text-transform:uppercase;letter-spacing:.6px;font-weight:700;color:var(--m42-text-muted);margin-bottom:10px}.detail-section--resolution{border-color:var(--m42-green)}.detail-description{white-space:pre-wrap;word-break:break-word;font:inherit;font-size:14px;margin:0}.journal{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow-y:auto}.journal__entry{border-left:3px solid var(--m42-border);padding:4px 12px}.journal__entry--comment{border-left-color:var(--m42-blue)}.journal__entry--resolution{border-left-color:var(--m42-green)}.journal__entry--status{border-left-color:var(--m42-amber)}.journal__meta{font-size:11px;color:var(--m42-text-muted);margin-bottom:2px}.journal__text{font-size:13px;white-space:pre-wrap;word-break:break-word}.journal__form{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--m42-border)}.journal__form textarea{flex:1;resize:none;border:1px solid var(--m42-border);border-radius:6px;padding:8px 10px;font:inherit;font-size:13px;outline:none}.journal__form textarea:focus{border-color:var(--m42-blue)}.props{display:flex;flex-direction:column;gap:10px;font-size:13px}.props__row{display:flex;justify-content:space-between;align-items:center;gap:10px}.props__row--column{flex-direction:column;align-items:stretch}.props__row>span{color:var(--m42-text-muted)}.props__select,.props__input{border:1px solid var(--m42-border);border-radius:6px;padding:5px 8px;font:inherit;font-size:13px;outline:none}.props__input{flex:1}.detail-chat{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.detail-chat .msg{max-width:92%;font-size:12px;padding:7px 10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn svg,.msg__author svg,.live-banner svg,.journal__meta svg,.pagination__info svg,a svg{flex-shrink:0;vertical-align:middle}.msg__author,.journal__meta{display:inline-flex;align-items:center;gap:5px}.live-banner{display:flex;align-items:center;gap:8px}.prio{display:inline-flex;align-items:center;justify-content:center}.prio--high{color:var(--m42-red)}.prio--medium{color:#d9822b}.prio--low{color:#3b82f6}.build-badge{position:fixed;left:12px;bottom:10px;display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border:1px solid var(--m42-border);border-radius:6px;background:var(--m42-surface);color:var(--m42-text-muted);font-size:11px;line-height:1.4;box-shadow:0 1px 3px #00000014;z-index:20;pointer-events:auto}.analytics{display:flex;flex-direction:column;gap:16px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.kpi{position:relative;display:flex;flex-direction:column;gap:2px;padding:14px 16px;background:var(--m42-surface);border:1px solid var(--m42-border);border-left:3px solid var(--m42-blue);border-radius:8px;box-shadow:0 1px 3px #0000000d}.kpi__icon{position:absolute;top:12px;right:12px;color:var(--m42-text-muted);opacity:.55}.kpi__value{font-size:26px;font-weight:700;line-height:1.1;color:var(--m42-text)}.kpi__label{font-size:12px;color:var(--m42-text-muted)}.kpi--total{border-left-color:var(--m42-blue)}.kpi--open{border-left-color:var(--m42-red)}.kpi--progress{border-left-color:var(--m42-amber)}.kpi--done{border-left-color:var(--m42-green)}.kpi--week{border-left-color:#6366f1}.kpi--time{border-left-color:#0891b2}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.chart-card{background:var(--m42-surface);border:1px solid var(--m42-border);border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000000d}.chart-card--wide{grid-column:1 / -1}.chart-card__title{margin:0 0 14px;font-size:14px;font-weight:600;color:var(--m42-text)}.chart-empty{padding:24px 0;text-align:center;color:var(--m42-text-muted);font-size:13px}.chart-donut{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.chart-donut__svg{width:150px;height:150px;flex-shrink:0}.chart-donut__num{font-size:30px;font-weight:700;fill:var(--m42-text)}.chart-donut__cap{font-size:11px;fill:var(--m42-text-muted)}.chart-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;flex:1;min-width:120px}.chart-legend li{display:flex;align-items:center;gap:8px;font-size:13px}.chart-legend__dot{width:11px;height:11px;border-radius:3px;flex-shrink:0}.chart-legend__label{color:var(--m42-text-muted)}.chart-legend__val{margin-left:auto;font-weight:700;color:var(--m42-text)}.hbars{display:flex;flex-direction:column;gap:12px}.hbars__row{display:grid;grid-template-columns:120px 1fr 32px;align-items:center;gap:10px}.hbars__label{font-size:13px;color:var(--m42-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbars__track{height:20px;background:#eef1f5;border-radius:4px;overflow:hidden}.hbars__fill{height:100%;border-radius:4px;min-width:3px;transition:width .3s ease}.hbars__val{font-size:13px;font-weight:700;text-align:right;color:var(--m42-text)}.wbars{display:flex;flex-direction:column;gap:12px}.wbars__row{display:grid;grid-template-columns:200px 1fr 64px;align-items:center;gap:10px}.wbars__label{font-size:13px;color:var(--m42-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wbars__track{position:relative;height:20px;background:#eef1f5;border-radius:4px}.wbars__axis{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--m42-border)}.wbars__fill{position:absolute;top:0;bottom:0;min-width:2px;border-radius:3px;transition:width .3s ease}.wbars__val{font-size:13px;font-weight:700;text-align:right;color:var(--m42-text)}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.page-head .page-title{margin-bottom:2px}.page-head__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.state-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--m42-border)}.state-pill--on{color:var(--m42-green);background:#1a7f3717;border-color:#1a7f3740}.state-pill--off{color:var(--m42-text-muted);background:#f3f4f6}.btn--danger{color:var(--m42-red);border-color:#d9302559}.btn--danger:hover:not(:disabled){background:#d9302514}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.learn-note{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:8px;background:#0069b412;border:1px solid rgba(0,105,180,.2);color:var(--m42-text);font-size:13px}.learn-note svg{color:var(--m42-blue);flex-shrink:0}.learn-top{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:12px}@media(max-width:720px){.learn-top{grid-template-columns:1fr}}.learn-hero{display:flex;align-items:center;gap:20px}.gauge__svg{width:132px;height:132px;flex-shrink:0}.gauge__track{fill:none;stroke:#eef1f5;stroke-width:12}.gauge__arc{fill:none;stroke-width:12;stroke-linecap:round;transition:stroke-dasharray .5s ease}.gauge__num{font-size:30px;font-weight:700;fill:var(--m42-text);text-anchor:middle}.gauge__cap{font-size:10px;fill:var(--m42-text-muted);text-anchor:middle}.learn-hero__meta{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}.learn-hero__row{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--m42-text-muted);padding-bottom:8px;border-bottom:1px dashed var(--m42-border)}.learn-hero__row:last-child{border-bottom:none;padding-bottom:0}.learn-hero__row strong{color:var(--m42-text)}.quality__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.quality__label{font-size:20px;font-weight:700}.quality__loss{font-size:12px;color:var(--m42-text-muted)}.quality__track{height:10px;background:#eef1f5;border-radius:6px;overflow:hidden}.quality__fill{height:100%;border-radius:6px;transition:width .4s ease}.quality__hint{margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--m42-text-muted)}.chart-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.chart-card__head .chart-card__title{margin:0}.learn-legend{display:flex;gap:14px;flex-wrap:wrap}.learn-legend__item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--m42-text-muted)}.learn-info ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.learn-info li{font-size:13px;line-height:1.5;color:var(--m42-text);padding-left:2px}.learn-info .dot{display:inline-block;width:9px;height:9px;border-radius:3px;margin-right:6px;vertical-align:middle}.dot--green{background:var(--m42-green)}.dot--red{background:var(--m42-red)}.gap-list{display:flex;flex-direction:column;gap:14px}.gap-card{border:1px solid var(--m42-border);border-radius:8px;padding:16px;background:var(--m42-surface);display:flex;flex-direction:column;gap:12px}.gap-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gap-card__title{margin:0;font-size:15px;font-weight:600;color:var(--m42-text)}.gap-card__badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.gap-sev{font-size:11px;font-weight:600;padding:2px 9px;border-radius:999px;white-space:nowrap}.sev--high{background:#fdecea;color:var(--m42-red)}.sev--medium{background:#fef3e2;color:var(--m42-amber)}.sev--low{background:#eef2f6;color:var(--m42-text-muted)}.gap-count{font-size:12px;color:var(--m42-text-muted);white-space:nowrap}.gap-card__article{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:7px;background:#eef6fc;border:1px solid #d6e8f5;color:var(--m42-blue)}.gap-card__article-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.gap-card__article-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--m42-text-muted)}.gap-card__article-title{font-size:14px;font-weight:600;color:var(--m42-text)}.gap-card__copy{flex-shrink:0}.gap-card__examples{font-size:13px;color:var(--m42-text)}.gap-card__examples-label{font-size:12px;color:var(--m42-text-muted)}.gap-card__examples ul{margin:6px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:3px}.gap-card__examples li{color:var(--m42-text-muted)}.gap-card__outcomes{display:flex;flex-wrap:wrap;gap:8px}.gap-outcome{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--m42-text-muted);background:#f4f6f8;border-radius:999px;padding:2px 9px}.trend{display:flex;flex-direction:column;gap:10px}.trend__bars{display:flex;align-items:flex-end;gap:6px;height:180px}.trend__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.trend__bar-wrap{flex:1;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:3px}.trend__count{font-size:11px;font-weight:600;color:var(--m42-text-muted);line-height:1}.trend__bar{width:100%;max-width:34px;min-height:2px;background:linear-gradient(180deg,#2b8fd6,var(--m42-blue));border-radius:4px 4px 0 0;transition:height .3s ease}.trend__x{font-size:10px;color:var(--m42-text-muted);white-space:nowrap}.trend__foot{font-size:12px;color:var(--m42-text-muted);border-top:1px solid var(--m42-border);padding-top:8px}.analytics__link{align-self:flex-start}.console-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.console-restart{flex-shrink:0;margin-top:4px}.select{height:32px;padding:0 10px;border:1px solid var(--m42-border);border-radius:6px;background:var(--m42-surface);color:var(--m42-text);font-size:13px;cursor:pointer}.csat-gauge{display:flex;flex-direction:column;align-items:center;gap:4px}.csat-gauge__svg{width:200px;height:120px}.csat-gauge__num{font-size:30px;font-weight:700}.csat-gauge__cap{font-size:12px;color:var(--m42-text-muted);text-align:center}.csat-stack{width:100%;display:flex;flex-direction:column;justify-content:flex-end;border-radius:4px 4px 0 0;overflow:hidden}.csat-stack__neg{background:var(--m42-red)}.csat-stack__pos{background:var(--m42-green)}.learn-legend span{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--m42-text-muted)}.learn-legend i{width:11px;height:11px;border-radius:3px;display:inline-block}.transcript__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.session-summary{padding:12px 14px;border-bottom:1px solid var(--m42-border);background:#f7fafd;display:flex;flex-direction:column;gap:8px}.session-summary__text{margin:0;font-size:13px;line-height:1.5;color:var(--m42-text)}.session-summary__tags{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{font-size:11px;padding:2px 9px;border-radius:999px;background:#eef6fc;color:var(--m42-blue);border:1px solid #d6e8f5}.search-bar{display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--m42-border);border-radius:8px;background:var(--m42-surface);margin-bottom:16px;flex-wrap:wrap}.search-bar__icon{color:var(--m42-text-muted);flex-shrink:0}.search-bar__input{flex:1;min-width:200px;border:none;outline:none;font-size:14px;background:transparent;color:var(--m42-text)}.search-bar__filters{display:flex;gap:6px}.chip{font-size:12px;padding:4px 12px;border-radius:999px;border:1px solid var(--m42-border);background:var(--m42-surface);color:var(--m42-text-muted);cursor:pointer;transition:all .15s ease}.chip:hover{border-color:var(--m42-blue);color:var(--m42-blue)}.chip--active{background:var(--m42-blue);border-color:var(--m42-blue);color:#fff}.search-count{font-size:12px;color:var(--m42-text-muted);margin-bottom:10px}.search-results{display:flex;flex-direction:column;gap:10px}.search-result{display:block;padding:12px 14px;border:1px solid var(--m42-border);border-radius:8px;background:var(--m42-surface);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.search-result:hover{border-color:var(--m42-blue);box-shadow:0 1px 6px #0069b41a}.search-result__head{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:var(--m42-text)}.search-result__title{font-weight:600;font-size:14px}.search-result__meta{margin-left:auto;font-size:12px;color:var(--m42-text-muted)}.search-result__snippet{font-size:13px;line-height:1.5;color:var(--m42-text-muted)}.canned-replies{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.canned-chip{font-size:12px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
