*{color-scheme:dark}:root{--bg-grad-start: #1a1f2e;--bg-grad-end: #16213e;--panel: #1e293b;--panel-2: #0f172a;--panel-3: #334155;--panel-4: #475569;--text: #e2e8f0;--muted: #94a3b8;--muted-2: #cbd5e1;--brand: #0ea5e9;--brand-2: #06b6d4;--brand-3: #14b8a6;--blue: #3b82f6;--cyan: #22d3ee;--cyan50: rgba(34, 211, 238, .65);--amber50: rgba(245, 158, 11, .65);--white50: rgba(255, 255, 255, .65);--emerald: #10b981;--violet: #8b5cf6;--amber: #f59e0b;--orange: #f97316;--red: #dc2626;--white: rgb(255, 255, 255);--shadow-sm: 0 2px 8px rgba(14, 165, 233, .2);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .3);--radius: 12px;--radius-sm: 8px;--radius-xs: 6px;--ring: 0 0 0 3px rgba(14, 165, 233, .15)}*{box-sizing:border-box}html,body{height:100%}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;background:linear-gradient(135deg,var(--bg-grad-start) 0%,var(--bg-grad-end) 100%);color:var(--text);min-height:100vh}.container{max-width:1400px;margin:20px auto;background:var(--panel);padding:20px;border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--panel-3);position:relative}.auth-bar__env{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase}.auth-bar__env--dev{background:#facc1526;border:1px solid rgba(250,204,21,.4);color:#facc15}.auth-bar__ver-badge{font-size:11px;padding:2px 8px;border-radius:4px;background:var(--panel-3);border:1px solid rgba(255,255,255,.08);color:var(--muted);font-family:JetBrains Mono,ui-monospace,monospace;letter-spacing:-.02em;white-space:nowrap}.chat-delay-menu{min-width:320px;max-width:420px;padding:24px;color:#e2e8f0;display:flex;flex-direction:column;gap:12px}.chat-delay-menu__title{font-weight:600;font-size:.95rem}.chat-delay-menu__slider{display:flex;flex-direction:column;gap:6px;--delay-slider-gutter: 10px}.chat-delay-menu__slider input[type=range]{width:100%;accent-color:#22d3ee}.chat-delay-menu__slider-bar{position:relative;width:100%;display:flex;flex-direction:column;gap:12px;padding:8px var(--delay-slider-gutter) 12px}.chat-delay-menu__slider-bar input[type=range]{position:relative;z-index:1;background:transparent;height:26px;width:100%;margin:0;-webkit-appearance:none;appearance:none;touch-action:none}.chat-delay-menu__slider-bar input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#4e90e759,#ab3751bd)}.chat-delay-menu__slider-bar input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#0ea5e9;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0ea5e966;margin-top:-6px}.chat-delay-menu__slider-bar input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#e2e8f059,#0f172aa6)}.chat-delay-menu__slider-bar input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#0ea5e9;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0ea5e966}.chat-delay-menu__slider-bar input[type=range]::-ms-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#e2e8f059,#0f172aa6);border-color:transparent;color:transparent}.chat-delay-menu__slider-bar input[type=range]::-ms-fill-lower,.chat-delay-menu__slider-bar input[type=range]::-ms-fill-upper{background:#94a3b873}.chat-delay-menu__slider-meta{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#94a3b8;gap:12px}.chat-delay-menu__slider-label{text-transform:uppercase;letter-spacing:.05em}.chat-delay-menu__slider-value{font-weight:600;color:#f1f5f9;min-width:120px;text-align:right;font-variant-numeric:tabular-nums}.chat-delay-menu__slider-ruler{position:relative;width:100%;height:28px;margin:-20px 0 0;pointer-events:none}.chat-delay-menu__slider-ruler-track{position:relative;width:100%;height:100%}.chat-delay-menu__slider-ruler-track:before{content:none}.chat-delay-menu__slider-ruler-tick{position:absolute;left:var(--delay-slider-mark-position, 0%);bottom:0;width:2px;height:14px;background:#94a3b8d9;border-radius:999px;transform:translate(-50%);z-index:1;box-shadow:0 1px 2px #0f172a73}.chat-delay-menu__slider-ruler-tick--major{height:20px;background:#f8fafc;box-shadow:0 0 6px #f8fafca6}.chat-delay-menu__slider-ruler-tick--highlight{background:#38bdf8;box-shadow:0 0 10px #38bdf899}.chat-delay-menu__slider-ruler-labels{position:relative;font-size:.68rem;color:#64748b;letter-spacing:.01em;padding:0;margin-top:4px;min-height:18px}.chat-delay-menu__slider-ruler-label{position:absolute;--delay-slider-label-shift: -50%;top:0;left:var(--delay-slider-mark-position, 0%);transform:translate(var(--delay-slider-label-shift));text-align:center;font-variant-numeric:tabular-nums;white-space:nowrap;background:transparent;border:none;padding:2px 6px;color:inherit;font:inherit;cursor:pointer;line-height:1.1;display:inline-flex;align-items:center;justify-content:center;min-width:44px;z-index:1;pointer-events:auto;margin:0;box-shadow:none;transition:color .15s ease}.chat-delay-menu__slider-ruler-label--muted{color:#475569;opacity:.85}.chat-delay-menu__slider-ruler-label--prominent{color:#cbd5f5;font-weight:500}.chat-delay-menu__slider-ruler-label--primary{color:#38bdf8;font-weight:600}.chat-delay-menu__slider-ruler-label--edge-start{align-items:center;min-width:44px;z-index:2;--delay-slider-label-shift: 0;text-align:left}.chat-delay-menu__slider-ruler-label--edge-end{--delay-slider-label-shift: -100%;text-align:right}.chat-delay-menu__slider-ruler-label:focus-visible,.chat-delay-menu__slider-ruler-label:hover{outline:none;text-decoration:none;transform:translate(var(--delay-slider-label-shift));box-shadow:none;filter:none}.chat-delay-menu__actions{display:flex;gap:8px}.chat-delay-menu__queue{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto;padding-top:4px;border-top:1px solid #1e293b}.chat-delay-menu__queue-title{font-size:.85rem;color:#94a3b8}.chat-delay-menu__queue-empty{font-size:.85rem;color:#64748b}.chat-delay-menu__queue-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px;border:1px solid #1e293b;border-radius:8px;background:#111a2b}.chat-delay-menu__queue-text{display:flex;flex-direction:column;gap:2px;font-size:.85rem;flex:1}.chat-delay-menu__queue-text strong{font-size:.9rem}.chat-delay-menu__queue-text small{color:#94a3b8;font-size:.75rem}.chat-delay-menu__queue-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.chat-delay-menu__queue-send,.chat-delay-menu__queue-remove{width:34px;height:34px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:#0f172ad9;color:#e2e8f0;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 6px #0284c733;transition:border-color .2s ease,background .2s ease,color .2s ease}.chat-delay-menu__queue-send svg{width:18px;height:18px}.chat-delay-menu__queue-send:hover{border-color:#10b981e6;background:#10b98126;color:#34d399}.chat-delay-menu__queue-remove{border-color:#f8717199;background:#7f1d1d73;color:#fecaca;font-size:1rem}.chat-delay-menu__queue-remove:hover{border-color:#f87171e6;background:#f8717126;color:#fff}.chat-form__reply-banner{display:flex;align-items:center;gap:8px;padding:6px 12px;margin:0 4px;background:#8b5cf626;border-left:3px solid #8b5cf6;border-radius:4px;font-size:12px;line-height:1.3}.chat-form__reply-content{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.chat-form__reply-label{color:#8b5cf6;font-weight:600;white-space:nowrap}.chat-form__reply-text{color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-form__reply-close{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;background:#ffffff1a;color:#ffffff80;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;padding:0;transition:background .15s,color .15s}.chat-form__reply-close:hover{background:#fff3;color:#fff}.chat-form__composer-row{display:flex;flex-direction:column;gap:0;margin-top:auto;padding-top:12px;width:100%}.chat-form__target-bar{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:5px 14px;margin:0 14px;font-size:.75em;background:#080d19f2;border:1px solid #1f2937;border-bottom:none;border-radius:14px 14px 0 0;min-height:26px}.chat-form__target-bar-dice{font-size:1em;flex-shrink:0}.chat-form__target-bar-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chat-form__target-bar-status--known{background-color:#22c55e;box-shadow:0 0 6px #22c55e80}.chat-form__target-bar-status--unknown{background-color:#ef4444;box-shadow:0 0 6px #ef444480}.chat-form__target-bar-user{color:var(--brand, #0ea5e9);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.chat-form__target-bar-empty{color:var(--muted, #94a3b8);font-style:italic}.chat-form__target-bar-arrow{color:var(--muted, #94a3b8);flex-shrink:0}.chat-form__target-bar-channel{display:flex;align-items:center;gap:6px;color:var(--text, #e2e8f0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;min-width:0;max-width:45%}.chat-form__target-bar-indicator{width:8px;height:8px;border-radius:50%;background-color:var(--channel-color, var(--muted, #94a3b8));flex-shrink:0}.chat-form__composer-shell{flex:1;display:flex;align-items:flex-end;padding:0;border-radius:28px;background:#080d19eb;border:1px solid #1f2937;box-shadow:inset 0 1px #ffffff0a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;min-width:0;max-width:100%}.chat-form__composer-editor{flex:1;min-height:38px;max-height:220px;padding:8px 0;outline:none;border:none;color:#e2e8f0;font-size:.9rem;line-height:1.4;background:transparent;white-space:pre-wrap;word-break:break-word;overflow-y:auto;position:relative}.chat-form__composer-editor[data-empty=true]:before{content:attr(data-placeholder);color:#475569;pointer-events:none;position:absolute;top:8px;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.chat-form__recording-row{display:flex;align-items:center;width:100%;padding:0 0 0 12px;border-radius:28px;background:#080d19eb;border:1px solid rgba(100,116,139,.25);min-width:0}.chat-form__recording-row--transcribing{border-color:#6366f166}.chat-form__recording{flex:1;display:flex;align-items:center;gap:10px;height:40px;min-width:0}.chat-form__recording-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:recording-pulse 1.2s ease-in-out infinite}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.3}}.chat-form__recording-timer{font-size:12px;font-variant-numeric:tabular-nums;color:#e2e8f0b3;flex-shrink:0;min-width:28px}.chat-form__recording-waveform{flex:1;height:32px;min-width:0}.chat-form__recording-status{flex:1;font-size:12px;color:#94a3b8cc;animation:recording-pulse 1.2s ease-in-out infinite}.chat-form__recording-cancel,.chat-form__recording-confirm{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;padding:0;cursor:pointer;flex-shrink:0;background:transparent;transition:background .15s ease,color .15s ease;box-shadow:none}.chat-form__recording-cancel{color:#94a3b8}.chat-form__recording-cancel:hover:not(:disabled){background:#ef444426;color:#f87171}.chat-form__recording-cancel:disabled{opacity:.4;cursor:not-allowed}.chat-form__recording-confirm{color:#2dd4bf}.chat-form__recording-confirm:hover:not(:disabled){background:#2dd4bf33}.chat-form__recording-confirm:disabled{opacity:.4;cursor:not-allowed}.chat-form__recording-spinner{width:18px;height:18px;border:2px solid rgba(45,212,191,.3);border-top-color:#2dd4bf;border-radius:50%;animation:recording-spin .8s linear infinite}@keyframes recording-spin{to{transform:rotate(360deg)}}.widget-dock__toggle{position:fixed;top:50%;transform:translateY(-50%);z-index:1400;width:38px;height:48px;border:1px solid rgba(148,163,184,.4);border-radius:0 12px 12px 0;background:#0f172af2;color:#e2e8f0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;box-shadow:0 6px 18px #02061773;padding:0}.widget-dock__toggle svg{flex-shrink:0}button.widget-dock__toggle{transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}button.widget-dock__toggle:hover{transform:translateY(-50%);box-shadow:0 6px 18px #0206178c;filter:none}button.widget-dock__toggle.widget-dock__toggle--open:hover{transform:translateY(-50%) translate(265px)}button.widget-dock__toggle:active,button.widget-dock__toggle:active:not(:disabled){transform:translateY(-50%)}button.widget-dock__toggle.widget-dock__toggle--open:active,button.widget-dock__toggle.widget-dock__toggle--open:active:not(:disabled){transform:translateY(-50%) translate(265px)}button.widget-dock__toggle:focus-visible{outline:none;box-shadow:0 0 0 2px #0ea5e980}.widget-dock__toggle--open{transform:translateY(-50%) translate(265px);background:#0ea5e9d9;color:#020617;border-color:#0ea5e9b3}.widget-dock{position:fixed;top:80px;bottom:40px;left:0;width:280px;padding:20px 18px;background:#080d19fa;border-right:1px solid rgba(15,23,42,.9);box-shadow:8px 0 24px #02061799;transform:translate(-110%);transition:transform .2s ease;z-index:1350;display:flex;flex-direction:column;gap:12px;overflow-x:hidden;overflow-y:auto}.widget-dock--open{transform:translate(0)}.widget-dock__section h3{margin:0 0 6px;font-size:1rem}.widget-dock__description{margin:0 0 12px;color:#94a3b8;font-size:.85rem}.widget-dock__card{border:1px solid rgba(15,23,42,.9);background:#020617a6;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 1px #ffffff0a}.widget-dock__card-header{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.widget-dock__badge{background:#0ea5e933;border:1px solid rgba(14,165,233,.5);color:#7dd3fc;border-radius:999px;padding:2px 8px;font-size:.7rem;text-transform:uppercase}.widget-dock__field{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:#94a3b8}.widget-dock__field input{border-radius:10px;border:1px solid rgba(51,65,85,.8);background:#0f172acc;padding:8px 10px;color:#e2e8f0}.widget-dock__field input:focus{outline:none;border-color:#0ea5e9b3;box-shadow:0 0 0 1px #0ea5e940}.widget-dock__action{border:none;border-radius:999px;padding:10px 16px;background:linear-gradient(135deg,#22d3ee,#0ea5e9);color:#020617;font-weight:600;cursor:pointer}.widget-dock__empty{margin:12px 0 0;color:#64748b;font-size:.8rem}.widget-dock__list{margin:12px 0 0;padding-left:0;font-size:.85rem;color:#cbd5f5;max-height:120px;overflow-y:auto;list-style:none}.widget-dock__list li{margin-bottom:8px;display:flex;flex-direction:column;gap:2px}.widget-dock__list-title{font-weight:600;color:#e2e8f0;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-dock__list-subtitle{font-size:.75rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-dock__list-meta{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.widget-dock__section-title{margin:14px 0 4px;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.widget-dock__history-header{display:flex;align-items:center;justify-content:space-between}.widget-dock__history-clear{margin:0;padding:2px 8px;font-size:.7rem;background:transparent;border:1px solid rgba(148,163,184,.15);border-radius:4px;color:#64748b;cursor:pointer;box-shadow:none;transform:none}.widget-dock__history-clear:hover{color:#94a3b8;border-color:#94a3b84d;background:transparent;box-shadow:none;transform:none}.widget-dock__history-clear:active{transform:none}.widget-dock__history-item{flex-direction:row!important;align-items:center!important;gap:8px!important}.widget-dock__history-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;cursor:pointer;padding:4px 6px;border-radius:4px;transition:background .15s}.widget-dock__history-info:hover{background:#2dd4bf14}.widget-dock__history-remove{margin:0;padding:0;width:20px;height:20px;font-size:.85rem;line-height:1;background:transparent;border:none;color:#475569;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:none;transform:none}.widget-dock__history-remove:hover{color:#f87171;background:#ef44441a;box-shadow:none;transform:none}.widget-dock__history-remove:active{transform:none}.widget-dock__mode-toggle{display:flex;gap:12px;font-size:.78rem;color:#cbd5f5}.widget-dock__mode-toggle label{display:flex;align-items:center;gap:6px;cursor:pointer}.widget-dock__mode-toggle input{accent-color:#0ea5e9}.widget-dock__error{margin:0;font-size:.75rem;color:#f87171}.widget-card{position:fixed;width:320px;height:420px;background:#020617f2;border:1px solid rgba(15,23,42,.9);border-radius:18px;box-shadow:0 25px 60px #020617cc;z-index:1200;display:flex;flex-direction:column;overflow:hidden;transition:opacity .2s ease}.widget-card__header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;cursor:grab;background:#0f172ad9;border-bottom:1px solid rgba(15,23,42,.9)}.widget-card__title{font-size:.95rem;font-weight:600}.widget-card__subtitle{font-size:.75rem;color:#94a3b8}.widget-card__header-actions{display:flex;gap:4px;align-items:center}.widget-card__refresh,.widget-card__close{margin:0;padding:0;border:1px solid rgba(148,163,184,.45);background:#0f172acc;color:#e2e8f0;border-radius:8px;width:28px;height:28px;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}.widget-card__refresh svg,.widget-card__close svg{width:16px;height:16px}button.widget-card__refresh:hover,button.widget-card__refresh:focus-visible{background:#60a5fa33;color:#fff;border-color:#60a5faa6;outline:none}button.widget-card__close:hover,button.widget-card__close:focus-visible{background:#f8717133;color:#fff;border-color:#f87171a6;outline:none}.widget-card__body{flex:1;display:flex;flex-direction:column;padding:0 12px 42px;gap:12px;position:relative;min-height:0}.widget-card__iframe{flex:1;width:100%;border:none;border-radius:14px;background:#000}.widget-card__hint{font-size:.75rem;color:#94a3b8;margin:0}.widget-card__placeholder{flex:1;border:1px dashed rgba(148,163,184,.4);border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:#94a3b8;font-size:.85rem}.widget-dock__card-desc{margin:0 0 6px;font-size:.75rem;color:#64748b;line-height:1.3}.voice-notes{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid rgba(51,65,85,.9);border-radius:12px;background:#0f172ad9;overflow:hidden}.voice-notes__list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:10px}.voice-notes__spacer{flex:1}.voice-notes__empty{text-align:center;color:#64748b;font-size:.8rem;margin:auto 0;padding:20px}.voice-notes__item{position:relative;padding:8px 10px;border-radius:8px;background:#1e293b99;border:1px solid rgba(51,65,85,.4);cursor:pointer;transition:background .15s,border-color .15s}.voice-notes__item:hover{background:#1e293bd9;border-color:#8b5cf64d}.voice-notes__item--copied{border-color:#2dd4bf80}.voice-notes__item-text{font-size:.82rem;color:#e2e8f0;line-height:1.4;word-break:break-word;-webkit-user-select:text;user-select:text}.voice-notes__item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.voice-notes__item-time{font-size:.7rem;color:#64748b}.voice-notes__item--copied .voice-notes__item-time{color:#2dd4bf}.voice-notes__item-actions{display:flex;gap:2px}.voice-notes__copy-btn,.voice-notes__delete-btn{width:26px;height:26px;padding:0;border-radius:6px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.voice-notes__copy-btn:hover{background:#8b5cf626;color:#8b5cf6}.voice-notes__copy-btn--done{color:#2dd4bf}.voice-notes__delete-btn:hover{background:#ef444426;color:#ef4444}.voice-notes__rec-row{display:flex;align-items:center;padding:4px 4px 4px 12px;border:1px solid rgba(239,68,68,.3);border-radius:10px;margin:0 8px 8px;background:#0f172a80;min-width:0;flex-shrink:0}.voice-notes__rec-row--transcribing{border-color:#6366f166}.voice-notes__rec-inner{flex:1;display:flex;align-items:center;gap:10px;height:40px;min-width:0}.voice-notes__rec-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0;animation:recording-pulse 1.2s ease-in-out infinite}.voice-notes__rec-timer{font-size:12px;font-variant-numeric:tabular-nums;color:#e2e8f0b3;flex-shrink:0;min-width:28px}.voice-notes__rec-waveform{flex:1;height:32px;min-width:0}.voice-notes__rec-status{flex:1;font-size:12px;color:#94a3b8cc;animation:recording-pulse 1.2s ease-in-out infinite}.voice-notes__rec-cancel,.voice-notes__rec-confirm{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;padding:0;cursor:pointer;flex-shrink:0;background:transparent;transition:background .15s,color .15s;box-shadow:none}.voice-notes__rec-cancel{color:#94a3b8}.voice-notes__rec-cancel:hover:not(:disabled){background:#ef444426;color:#f87171}.voice-notes__rec-cancel:disabled{opacity:.4;cursor:not-allowed}.voice-notes__rec-confirm{color:#2dd4bf}.voice-notes__rec-confirm:hover:not(:disabled){background:#2dd4bf33}.voice-notes__rec-confirm:disabled{opacity:.4;cursor:not-allowed}.voice-notes__rec-spinner{width:18px;height:18px;border:2px solid rgba(45,212,191,.3);border-top-color:#2dd4bf;border-radius:50%;animation:recording-spin .8s linear infinite}.voice-notes__mic-row{display:flex;align-items:center;padding:4px 4px 4px 12px;flex-shrink:0;border:1px solid rgba(51,65,85,.5);border-radius:10px;margin:0 8px 8px;background:#0f172a80}.voice-notes__mic-row-label{flex:1;font-size:.78rem;color:#64748b;padding-left:4px}.voice-notes__mic-btn{width:38px;height:38px;padding:0;border-radius:50%;border:1px solid rgba(45,212,191,.25);background:#2dd4bf33;color:#2dd4bf;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.voice-notes__mic-btn svg{width:22px;height:22px}.voice-notes__mic-btn:hover{background:#2dd4bf4d;border-color:#2dd4bf66}.twitch-chat{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid rgba(51,65,85,.9);border-radius:12px;background:#0f172ad9;overflow:hidden;position:relative}.twitch-chat__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#0f172ae6;border-bottom:1px solid rgba(30,41,59,.8);font-size:.8rem}.twitch-chat__channel{font-weight:600;text-transform:lowercase;color:#e2e8f0}.twitch-chat__status{font-size:.75rem;color:#94a3b8}.twitch-chat__status--connected{color:#34d399}.twitch-chat__status--connecting,.twitch-chat__status--reconnecting{color:#facc15}.twitch-chat__status--disconnected,.twitch-chat__status--error{color:#f87171}.twitch-chat__messages{flex:1;min-height:0;padding:10px 10px 54px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.twitch-chat__message{display:flex;flex-direction:column;gap:6px;padding:6px 40px 6px 8px;border-radius:10px;background:#02061759;font-size:.8rem;color:#e2e8f0;position:relative;cursor:pointer;transition:background .2s ease,border .2s ease;outline:none;border:1px solid transparent}.twitch-chat__badges{display:flex;gap:2px;align-items:center}.twitch-chat__badge{min-width:12px;height:12px;border-radius:3px;background:#94a3b84d;font-size:.6rem;padding:0 3px;text-transform:uppercase;color:#cbd5f5}.twitch-chat__name{font-weight:600}.twitch-chat__text{flex:1;min-width:0}.twitch-chat__separator{opacity:.6}.twitch-chat__placeholder{text-align:center;color:#94a3b8;padding:16px 0;font-size:.8rem}.twitch-chat__message-header{display:flex;justify-content:space-between;gap:8px;align-items:center}.twitch-chat__message-heading{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.twitch-chat__message:hover,.twitch-chat__message:focus-visible{background:#0ea5e91f;border-color:#0ea5e966}.twitch-chat__resume{position:absolute;left:50%;bottom:16px;transform:translate(-50%);padding:6px 18px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(14,165,233,.6);background:#0f172af2;color:#e2e8f0;font-size:.78rem;font-weight:500;cursor:pointer;box-shadow:0 6px 18px #0206178c;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;z-index:2}.twitch-chat__resume:hover,.twitch-chat__resume:focus-visible{transform:translate(-50%);border-color:#3b82f6e6;background:#0ea5e94d;color:#f8fafc;outline:none;box-shadow:0 8px 24px #0ea5e966}.twitch-chat__resume-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.twitch-chat__username{font-size:.7rem;color:#94a3b8}.twitch-chat__copy-indicator{position:absolute;top:8px;right:10px;width:18px;height:18px;color:#cbd5f5;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.6;transition:opacity .2s ease}.twitch-chat__message:hover .twitch-chat__copy-indicator,.twitch-chat__message:focus-visible .twitch-chat__copy-indicator{opacity:1}.twitch-chat__text{line-height:1.4;word-break:break-word}.wtv-chat{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid rgba(51,65,85,.9);border-radius:12px;background:#0f172ad9;overflow:hidden;position:relative}.wtv-chat__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#0f172ae6;border-bottom:1px solid rgba(30,41,59,.8);font-size:.8rem}.wtv-chat__channel{font-weight:600;color:#e2e8f0}.wtv-chat__header-right{display:flex;align-items:center;gap:8px}.wtv-chat__font-controls{display:flex;gap:2px}.wtv-chat__font-btn{padding:1px 6px;font-size:.7rem;font-weight:600;color:#94a3b8;background:#1e293b99;border:1px solid rgba(51,65,85,.5);border-radius:4px;cursor:pointer;line-height:1.4;transition:color .15s,background .15s}.wtv-chat__font-btn:hover:not(:disabled){color:#e2e8f0;background:#334155cc}.wtv-chat__font-btn:disabled{opacity:.3;cursor:default}.wtv-chat__status{font-size:.75rem;color:#94a3b8}.wtv-chat__status--connected{color:#34d399}.wtv-chat__status--resolving,.wtv-chat__status--connecting,.wtv-chat__status--reconnecting{color:#facc15}.wtv-chat__status--disconnected,.wtv-chat__status--error{color:#f87171}.wtv-chat__messages{flex:1;min-height:0;padding:10px 10px 54px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.wtv-chat__message{display:flex;flex-direction:column;gap:4px;padding:6px 8px;border-radius:10px;background:#02061759;font-size:inherit;color:#e2e8f0;cursor:pointer;transition:background .2s ease,border .2s ease;outline:none;border:1px solid transparent}.wtv-chat__message:hover,.wtv-chat__message:focus-visible{background:#0ea5e91f;border-color:#0ea5e966}.wtv-chat__message--selected{background:#0ea5e933;border-color:#3b82f6b3}.wtv-chat__message--deleted{opacity:.4;cursor:default}.wtv-chat__message--deleted .wtv-chat__text{text-decoration:line-through}.wtv-chat__message--human{background:#ffffff12;border-left:2px solid rgba(255,255,255,.25)}.wtv-chat__message--bot-dead{opacity:.45;border-left:2px solid #ef4444}.wtv-chat__reply{border-left:2px solid #6b7280;padding:2px 0 2px 8px;margin-bottom:2px;font-size:.8em;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wtv-chat__reply-author{font-weight:600;color:#a78bfa;margin-right:4px}.wtv-chat__reply-text{color:#94a3b8}.wtv-chat__message-header{display:flex;gap:4px;align-items:center}.wtv-chat__badge{display:flex;align-items:center;flex-shrink:0}.wtv-chat__badge--owner{color:#facc15}.wtv-chat__badge--mod{color:#22c55e}.wtv-chat__badge--verified{color:#60a5fa}.wtv-chat__name{font-weight:600}.wtv-chat__instance-tag{font-size:.65rem;color:#475569;font-weight:400;margin-left:2px}.wtv-chat__instance-tag--dead{color:#ef4444}.wtv-chat__text{line-height:1.4;word-break:break-word}.wtv-chat__deleted-content{text-decoration:line-through;opacity:.5}.wtv-chat__deleted-label{font-style:italic;color:#64748b}.wtv-chat__placeholder{text-align:center;color:#94a3b8;padding:16px 0;font-size:.8rem}.wtv-chat__resume{position:absolute;left:0;right:0;bottom:16px;width:fit-content;margin:0 auto;padding:6px 18px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(14,165,233,.6);background:#0f172af2;color:#e2e8f0;font-size:.78rem;font-weight:500;cursor:pointer;box-shadow:0 6px 18px #0206178c;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;z-index:2}.wtv-chat__resume:hover,.wtv-chat__resume:focus-visible{border-color:#3b82f6e6;background:#0ea5e94d;color:#f8fafc;outline:none;box-shadow:0 8px 24px #0ea5e966}.wtv-chat__resume-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.wtv-chat__ctx-menu{z-index:9999;background:var(--bg-surface, #1e293b);border:1px solid var(--border-color, #334155);border-radius:6px;padding:4px 0;min-width:140px;box-shadow:0 4px 12px #0000004d}.wtv-chat__ctx-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;text-align:left;cursor:pointer;background:none;border:none;color:#e2e8f0;font-size:.82rem;transition:background .15s ease,color .15s ease}.wtv-chat__ctx-menu button svg{flex-shrink:0;opacity:.7}.wtv-chat__ctx-menu button:hover{background:#ffffff14}.wtv-chat__ctx-menu button:hover svg{opacity:1}.wtv-chat__ctx-menu-danger{color:#f87171!important}.wtv-chat__ctx-menu-danger:hover{background:#f871711f!important}.widget-card__controls{display:flex;align-items:flex-end;gap:12px;font-size:.78rem;color:#94a3b8}.widget-card__controls label{flex:1;display:flex;flex-direction:column;gap:6px}.widget-card__slider{width:100%;accent-color:#22d3ee}.widget-card__size-indicator{min-width:90px;text-align:right;color:#e2e8f0;font-size:.75rem}.widget-card__resize-handle{position:absolute;right:12px;bottom:12px;width:28px;height:28px;border:1px solid rgba(148,163,184,.35);border-radius:6px;background:#0f172acc;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:se-resize;-webkit-user-select:none;user-select:none;box-shadow:inset 0 1px #ffffff0f;transition:border-color .2s ease,color .2s ease,background .2s ease}.widget-card__resize-handle:hover,.widget-card__resize-handle:focus-visible{border-color:#0ea5e9cc;color:#e0f2fe;background:#0ea5e933;outline:none}@media(max-width:1100px){.widget-dock__toggle{top:auto;bottom:16px;transform:none}.widget-dock__toggle--open{transform:translate(265px)}.widget-card{width:280px;height:360px}}.chat-form__composer-editor:focus{outline:none}.chat-form__composer-editor::-webkit-scrollbar{width:6px}.chat-form__composer-editor::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:3px}.chat-form__composer-emote{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin:0 2px}.chat-form__composer-emote img{width:24px;height:24px;object-fit:contain;pointer-events:none}.chat-form__composer-shell--focused{background:#080d19fa;border-color:#22c55e80;box-shadow:0 0 0 1px #22c55e33}.emote-image{display:inline-block;object-fit:contain}.emote-image--placeholder{background:#1e293ba6;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.chat-form__composer-tools{display:flex;align-items:center;gap:4px;transition:opacity .18s ease;flex-shrink:0;align-self:flex-end}.chat-form__composer-tools--hidden{display:none}button.chat-form__icon-button{top:-7px;border-radius:50%;border:none;background:transparent;color:#94a3b8;display:flex;justify-content:center;padding:0;box-shadow:none;transition:color .2s ease,background .2s ease;position:relative;flex-shrink:0;align-self:flex-end}.chat-form__icon-button svg{width:20px;height:20px}button.chat-form__icon-button:hover{background:#94a3b82e;color:#fff;transform:none}button.chat-form__icon-button:disabled{opacity:.4;pointer-events:none}button.chat-form__emoji-button{color:#e2e8f0}button.chat-form__emoji-button:hover{background:#e2e8f033}.chat-form__tool-indicator{position:absolute;top:13px;right:1px;width:6px;height:6px;border-radius:50%;background:#f87171}button.chat-form__send-button{width:38px;height:38px;border-radius:50%;margin:0 0 0 8px;padding:0;background:#2dd4bf33;border:1px solid rgba(45,212,191,.25);color:#2dd4bf;display:flex;align-items:center;justify-content:center;box-shadow:none;flex-shrink:0;align-self:flex-end}.chat-form__send-button svg{width:22px;height:22px}.chat-form__send-button--focused{background:#22d3ee33;border-color:#22d3ee4d;color:#22d3ee}button.chat-form__send-button:hover:not(:disabled){background:#2dd4bf4d;border-color:#2dd4bf66;transform:none;box-shadow:none}button.chat-form__send-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.notification-stack{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:999;pointer-events:none}.notification{min-width:260px;max-width:360px;padding:12px 14px 12px 16px;border-radius:var(--radius-sm);background:#0f172aeb;color:var(--text);border-left:4px solid var(--brand);box-shadow:var(--shadow-md);display:flex;align-items:flex-start;gap:12px;pointer-events:auto}.notification__message{flex:1;font-size:.9em;line-height:1.4}.notification__close{border:none;background:transparent;color:var(--muted-2);font-size:1.1em;cursor:pointer;line-height:1;padding:2px;transition:color .2s ease}.notification__close:hover,.notification__close:focus-visible{color:#fff}.notification--success{border-left-color:var(--emerald);background:#052e16e6}.notification--warning{border-left-color:var(--amber);background:#452803eb}.notification--error{border-left-color:var(--red);background:#410c0ceb}.auth-bar{display:flex;justify-content:space-between;align-items:center;background:var(--panel-2);border:1px solid var(--panel-3);padding:10px 14px;border-radius:var(--radius-sm);margin-bottom:16px}.auth-bar__info{display:flex;gap:12px;align-items:center;color:var(--muted)}.auth-bar__email{font-weight:600;color:var(--text)}.auth-bar__actions .danger{margin:0}.auth-bar__actions{display:flex;gap:10px;align-items:center}.auth-bar__actions button{margin:0}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.tabs{display:flex;border-bottom:1px solid var(--panel-3);margin-bottom:25px;background:var(--panel-2);border-radius:8px 8px 0 0;overflow:hidden}.tab{padding:15px 25px;cursor:pointer;background:var(--panel);color:var(--muted);border-right:1px solid var(--panel-3);transition:all .2s ease;font-weight:500;display:inline-flex;align-items:center;gap:6px}.tab:last-child{border-right:none}.tab.active{background:#2dd4bf1f;color:#2dd4bf;box-shadow:inset 0 -2px #2dd4bf}.tab:hover:not(.active){background:var(--panel-3);color:var(--text)}.tab:focus-visible{outline:none;box-shadow:var(--ring)}.tab-content{display:none}.tab-content.active{display:block}.stats-spacer{height:0}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:10px 0;margin-bottom:20px;z-index:50;background:var(--panel)}.stat-card{background:#0f172aa6;padding:12px 14px;border-radius:10px;border:1px solid rgba(51,65,85,.6);display:flex;align-items:center;gap:12px;transition:all .2s ease}.stat-card:hover{border-color:#64748b80}.stat-card__icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;transition:width .2s ease,height .2s ease}.stat-card__icon svg{width:16px;height:16px}.stat-card__icon--green{background:#22c55e26;color:#4ade80}.stat-card__icon--cyan{background:#22d3ee26;color:#22d3ee}.stat-card__icon--blue{background:#3b82f626;color:#60a5fa}.stat-card__icon--orange{background:#fb923c26;color:#fb923c}.stat-card__icon--purple{background:#a855f726;color:#a855f7}.stat-card__icon--rose{background:#f43f5e26;color:#fb7185}.stat-card__text{display:flex;flex-direction:column;min-width:0}.stat-label{font-size:.7em;color:var(--muted);font-weight:500;letter-spacing:.3px;line-height:1.2;margin-bottom:2px;transition:font-size .2s ease}.stat-value{font-size:1.3em;font-weight:700;color:#e2e8f0;line-height:1.2;transition:font-size .2s ease}.stats--compact{gap:8px;padding:6px 0}.stats--compact .stat-card{padding:6px 10px;gap:8px}.stats--compact .stat-card__icon{width:26px;height:26px;border-radius:6px}.stats--compact .stat-card__icon svg{width:13px;height:13px}.stats--compact .stat-label{font-size:.6em;margin-bottom:0}.stats--compact .stat-value{font-size:1em}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.control-group{background:#0f172aa6;padding:25px;border-radius:var(--radius);border:1px solid rgba(51,65,85,.8);box-shadow:inset 0 1px #ffffff08,0 12px 24px #02061759;transition:border-color .2s ease;position:relative;overflow:hidden}.control-group:hover{border-color:#334155cc}.control-group h3{margin:0 0 20px;color:var(--text);font-size:1.2em;font-weight:600;display:flex;align-items:center;gap:10px}.input-group{margin-bottom:18px}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--muted);font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.input-group input,.input-group select,.input-group textarea{width:100%;padding:12px 16px;border:1px solid var(--panel-3);border-radius:8px;background:var(--panel-2);color:var(--text);font-size:.95em;transition:all .2s ease}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.input-group input::placeholder{color:#64748b}.input-row{display:flex;gap:12px;align-items:center}.input-row input{flex:1}.channel-gallery{margin:6px 0 16px}.channel-track{display:flex;align-items:stretch;gap:12px;min-height:88px}.channel-track__list{display:grid;grid-template-columns:repeat(2,minmax(210px,1fr));gap:10px;flex:1 1 auto;width:100%;max-width:460px;min-width:0}.channel-track__actions{display:flex;flex-direction:column;gap:8px;flex:0 0 140px;width:140px;margin-left:12px}.channel-tile{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(51,65,85,.7);background:linear-gradient(135deg,#151e2ef5,#0a131ff5);color:var(--text);cursor:pointer;min-height:82px;box-shadow:0 18px 36px #080f1e59,0 12px 24px #0ea5e91f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.channel-track__list .channel-tile{width:100%;max-width:none}.channel-track__list .channel-tile.placeholder{grid-column:1 / -1;width:100%}.channel-track__actions .channel-tile{width:100%;min-height:44px;flex:1 1 auto}.channel-tile:hover{transform:translateY(-2px);border-color:var(--brand);box-shadow:0 16px 32px #0ea5e947}.channel-tile.selected{border-color:var(--brand);box-shadow:inset 0 0 9px #0ea5e95c}.channel-tile.placeholder{pointer-events:none;opacity:.65;border-style:dashed;border-color:#47556999;background:linear-gradient(135deg,#0f172aa6,#0f172a73);box-shadow:none}.channel-avatar{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#0f172aeb;border:1px solid rgba(148,163,184,.35);box-shadow:0 12px 26px #080f1e59;overflow:hidden;flex-shrink:0;padding:4px}.channel-avatar img{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.25))}.channel-avatar--popover{width:36px;height:36px;border-radius:10px;padding:3px;box-shadow:0 6px 16px #080f1e40;background:#0f172ad9}.channel-avatar--popover img{width:24px;height:24px}.channel-avatar.placeholder{background:#0f172a99;border-color:#94a3b84d;box-shadow:none;padding:0}.channel-avatar.placeholder span{font-size:26px}.channel-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto;width:100%;overflow:hidden}.channel-label{font-weight:600;font-size:.92em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.channel-url{font-size:.75em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.channel-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:8px;border:none;background:#0f172ad1;color:var(--muted-2);font-size:16px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background-color .2s ease,color .2s ease;padding:0;margin:0;box-shadow:none}.channel-remove:hover{background:#94a3b83d;color:var(--text)}.channel-tile.add,.channel-tile.more{min-height:44px;padding:8px 12px;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;box-shadow:0 10px 18px #080f1e33}.channel-track__actions .channel-tile.more,.channel-track__actions .channel-tile.add{border-radius:12px}.channel-tile.add{background:linear-gradient(135deg,#14b8a62e,#0ea5e933);border:1px dashed rgba(45,212,191,.6);color:var(--muted-2)}.channel-tile.add:hover{border-color:#22d3eed1;color:#22d3ee;box-shadow:0 16px 32px #22d3ee4d}.channel-tile.more{background:#0f172ad9;border:1px solid rgba(71,85,105,.85);color:var(--muted-2)}.channel-tile.more.disabled{opacity:.4;cursor:default;pointer-events:none}.channel-tile.more{background:#0f172ad1;border:1px solid rgba(71,85,105,.8);color:var(--muted-2);box-shadow:0 14px 30px #080f1e61}.channel-tile.more:hover,.channel-tile.more.active{border-color:var(--brand);color:#fff}.channel-tile__icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:16px;background:#94a3b826;color:var(--muted-2);order:2;margin-left:6px}.channel-tile.add .channel-tile__icon{background:#22d3ee33;color:#22d3ee}.channel-tile.more .channel-tile__icon{background:#33415573;color:inherit}.channel-tile__label{font-size:.78em;font-weight:600;letter-spacing:.5px;text-transform:uppercase;order:1;flex:1;text-align:left}.channel-more-wrapper{position:relative;display:flex}.channel-popover{position:absolute;top:calc(100% + 10px);right:0;width:280px;max-height:320px;overflow-y:auto;background:linear-gradient(135deg,#0f172afa,#161e2efa);border-radius:16px;border:1px solid rgba(51,65,85,.9);box-shadow:0 22px 48px #030812a6;padding:14px 16px;z-index:1200}.channel-popover__header{font-size:.82em;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.channel-popover__close{border:none;background:#0f172acc;color:var(--muted-2);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:16px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.channel-popover__close:hover{background:#94a3b833;color:var(--text)}.channel-popover__list{display:flex;flex-direction:column;gap:8px}.channel-popover__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid rgba(51,65,85,.7);background:#0f172acc;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;position:relative}.channel-popover__item:hover{border-color:var(--brand);background:#0ea5e91f}.channel-popover__item.active{border-color:var(--brand);background:#0ea5e92e}.channel-popover__text{display:flex;flex-direction:column;gap:2px;min-width:0}.channel-popover__label{font-weight:600;font-size:.88em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-popover__url{font-size:.72em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-popover__remove{border:none;background:transparent;color:var(--muted-2);width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:16px;margin-left:auto;cursor:pointer;transition:background-color .2s ease,color .2s ease}.channel-popover__remove:hover{background:#94a3b82e;color:var(--text)}.channel-modal-overlay{position:fixed;inset:0;background:#020617cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2500;padding:20px}.channel-modal-overlay--local{position:absolute;inset:0;padding:12px;overflow:auto}.channel-modal{width:min(520px,100%);background:linear-gradient(135deg,#0f172afa,#1e293bfa);border-radius:18px;border:1px solid rgba(51,65,85,.7);box-shadow:0 24px 64px #02061799;padding:24px 28px;display:flex;flex-direction:column;gap:20px;color:var(--text);position:relative}.channel-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.channel-modal__header h3{margin:0 0 6px;font-size:1.2em}.channel-modal__header p{margin:0;color:var(--muted);font-size:.9em}.channel-modal__close{background:#0f172ad9;border:1px solid rgba(71,85,105,.8);color:var(--muted-2);font-size:20px;line-height:1;padding:0;cursor:pointer;box-shadow:none;margin:0;width:32px;height:32px;border-radius:10px;display:grid;place-items:center}.channel-modal__close:hover{color:var(--text);border-color:var(--brand)}.channel-list{display:flex;flex-direction:column;gap:16px}.channel-list__items{display:flex;flex-direction:column;gap:10px;max-height:340px;overflow-y:auto}.channel-list__empty{padding:20px;text-align:center;color:var(--muted);border:1px dashed rgba(71,85,105,.6);border-radius:12px;background:#0f172a99}.channel-list__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(51,65,85,.8);background:#0f172ad9;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;position:relative}.channel-list__item:hover{border-color:var(--brand);background:#0ea5e914}.channel-list__item.active{border-color:var(--brand);background:#0ea5e926}.channel-list__avatar{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.35);background:#0f172ae6;flex-shrink:0;overflow:hidden}.channel-list__avatar img{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(0,0,0,.25))}.channel-list__content{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.channel-list__label{font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-list__url{font-size:.78em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-list__remove{border:none;background:#0f172ad9;color:var(--muted-2);width:25px;height:25px;border-radius:999px;display:grid;place-items:center;font-size:16px;margin-left:12px;flex-shrink:0;cursor:pointer;box-shadow:none;padding:0;transition:background-color .2s ease,color .2s ease,transform .15s ease}.channel-list__remove:hover{background:#94a3b833;color:var(--text);transform:translateY(-1px)}.channel-list__footer{justify-content:flex-end}.channel-modal__body{display:flex;flex-direction:column;gap:18px}.channel-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.channel-type-option{border:1px solid rgba(51,65,85,.8);border-radius:12px;padding:12px;background:#0f172abf;color:var(--muted-2);text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;box-shadow:none;margin:0}.channel-type-option:hover{transform:translateY(-1px);border-color:var(--brand);box-shadow:0 8px 18px #0ea5e933}.channel-type-option.active{border-color:var(--brand);background:#0ea5e91f;color:var(--text)}.channel-type-option__label{display:block;font-weight:600;margin-bottom:6px}.channel-type-option__description{font-size:.8em;color:var(--muted)}.channel-modal__form{display:flex;flex-direction:column;gap:10px}.channel-modal__form label{font-size:.8em;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.channel-modal__form input{background:#0f172ad9;border-radius:10px;border:1px solid rgba(51,65,85,.9);padding:12px 16px;color:var(--text);font-size:.95em;transition:border-color .2s ease,box-shadow .2s ease}.channel-modal__form input:focus{border-color:var(--brand);box-shadow:var(--ring);outline:none}.channel-modal__hint{font-size:.75em;color:var(--muted)}.channel-modal__error{background:#dc26261f;color:#fecaca;border:1px solid rgba(220,38,38,.35);padding:8px 12px;border-radius:8px;font-size:.85em}.channel-modal__footer{display:flex;justify-content:flex-end;gap:10px}button{background:#0f172acc;color:#e2e8f0;border:1px solid rgba(148,163,184,.2);padding:8px 16px;border-radius:6px;cursor:pointer;margin:3px;font-weight:500;font-size:.85em;transition:all .15s ease;box-shadow:none}button:hover:not(:disabled){background:#1e293be6;border-color:#94a3b859;color:#fff}button:focus-visible{outline:none;box-shadow:var(--ring)}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.4;cursor:not-allowed}button.primary{background:#2dd4bf26;border-color:#2dd4bf40;color:#2dd4bf}button.primary:hover:not(:disabled){background:#2dd4bf40;border-color:#2dd4bf66;color:#5eead4}button.success{background:#22c55e1f;border-color:#22c55e33;color:#4ade80}button.success:hover:not(:disabled){background:#22c55e33;border-color:#22c55e59;color:#86efac}button.danger{background:#ef44441a;border-color:#ef444433;color:#f87171}button.danger:hover:not(:disabled){background:#ef444433;border-color:#ef444459;color:#fca5a5}button.secondary{background:#33415566;border-color:#94a3b826;color:#94a3b8}button.secondary:hover:not(:disabled){background:#33415599;border-color:#94a3b84d;color:#cbd5e1}.checkbox-group{display:flex;flex-wrap:wrap;gap:18px;margin:15px 0}.checkbox-item{display:flex;align-items:center;padding:8px 12px;background:var(--panel-2);border-radius:var(--radius-xs);border:1px solid var(--panel-3);transition:all .2s ease}.checkbox-item:hover{background:var(--panel);border-color:var(--brand)}.checkbox-item input[type=checkbox]{margin-right:10px;accent-color:var(--brand)}.checkbox-item label{color:var(--muted);cursor:pointer;font-size:.9em}.instances{margin-top:25px;background:#0f172aa6;padding:25px;border-radius:var(--radius);border:1px solid rgba(51,65,85,.8);box-shadow:inset 0 1px #ffffff08,0 12px 24px #02061759}.instances h3{color:var(--text);margin-bottom:20px;font-size:1.2em;font-weight:600;display:flex;align-items:center;gap:8px}.instances__header-actions{margin-left:auto;display:flex;align-items:center;gap:6px}.instances__drawer-toggle{background:transparent;border:1px solid var(--panel-3, #334155);border-radius:6px;color:var(--muted, #94a3b8);cursor:pointer;padding:4px 8px;display:inline-flex;align-items:center;gap:4px;transition:color .2s ease,border-color .2s ease,background .2s ease;font-size:12px;line-height:1}.instances__drawer-toggle:hover{color:#2dd4bf;border-color:#2dd4bf}.instances__drawer-toggle--active{color:#2dd4bf;border-color:#2dd4bf;background:#2dd4bf1a}.chatter-drawer{position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--panel, #1e293b);border-left:1px solid var(--panel-3, #334155);box-shadow:-8px 0 24px #0000004d;display:flex;flex-direction:column;z-index:200;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.chatter-drawer--open{transform:translate(0);pointer-events:auto}.chatter-drawer__header{padding:14px 16px;border-bottom:1px solid var(--panel-3, #334155);display:flex;align-items:center;justify-content:space-between;background:#0f172acc;flex-shrink:0}.chatter-drawer__header>span{font-weight:600;font-size:14px;color:#e2e8f0;display:flex;align-items:center;gap:6px}.chatter-drawer__close{background:transparent;border:none;color:var(--muted, #94a3b8);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.chatter-drawer__close:hover{color:#e2e8f0;background:#ffffff0f}.chatter-drawer__search{padding:8px 12px;border-bottom:1px solid var(--panel-3, #334155);flex-shrink:0}.chatter-drawer__search input{width:100%;background:#0f172a99;border:1px solid var(--panel-3, #334155);border-radius:6px;padding:6px 10px;color:#e2e8f0;font-size:13px;outline:none;transition:border-color .15s ease}.chatter-drawer__search input:focus{border-color:#2dd4bf80}.chatter-drawer__search input::placeholder{color:var(--muted, #94a3b8);opacity:.6}.chatter-drawer__list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;overscroll-behavior:contain;display:flex;flex-direction:column;gap:4px}.chatter-drawer__list::-webkit-scrollbar{width:6px}.chatter-drawer__list::-webkit-scrollbar-track{background:transparent}.chatter-drawer__list::-webkit-scrollbar-thumb{background:var(--panel-4, #475569);border-radius:3px}.chatter-drawer__item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0f172a66;border:1px solid transparent;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:13px;transition:background .15s ease,border-color .15s ease;text-align:left;width:100%}.chatter-drawer__item:hover{background:#2dd4bf14;border-color:#2dd4bf33}.chatter-drawer__item--active{background:#2dd4bf26;border-color:#2dd4bf;color:#2dd4bf}.chatter-drawer__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;display:flex;align-items:center;gap:6px}.chatter-drawer__item-sends{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#6366f140;color:#818cf8;font-size:10px;font-weight:600;flex-shrink:0;line-height:1}.chatter-drawer__item-meta{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:8px}.chatter-drawer__item-uptime{font-size:11px;color:var(--emerald, #10b981);opacity:.8}.chatter-drawer__item-instance{font-size:11px;color:var(--muted, #94a3b8);opacity:.7;flex-shrink:0}.chatter-drawer__empty{text-align:center;color:var(--muted, #94a3b8);font-size:13px;padding:20px 10px;opacity:.7}.chatter-drawer__footer{padding:10px 12px;border-top:1px solid var(--panel-3, #334155);flex-shrink:0}.chatter-drawer__reset{width:100%;padding:6px 12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#f87171;cursor:pointer;font-size:12px;transition:background .15s ease,border-color .15s ease}.chatter-drawer__reset:hover{background:#ef444433;border-color:#ef444480}.info-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;color:var(--text-muted);transition:color .2s ease}.info-button:hover{color:var(--brand)}.info-button .info-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background:var(--panel);border:1px solid var(--panel-3);border-radius:8px;padding:12px 16px;box-shadow:0 8px 24px #0006;z-index:1000;white-space:nowrap;min-width:180px}.info-button:hover .info-tooltip{display:block}.info-tooltip-title{font-weight:600;font-size:12px;color:var(--text);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--panel-3)}.info-tooltip-legend{display:flex;flex-direction:column;gap:6px}.info-tooltip-item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-muted)}.info-tooltip-item .instance-box{width:12px;height:12px;flex-shrink:0;cursor:default}.info-tooltip-item .instance-box:hover{transform:none}.info-tooltip-footer{margin-top:10px;padding-top:6px;border-top:1px solid var(--panel-3);font-size:10px;color:var(--text-muted)}.instance-grid{display:grid;grid-template-columns:repeat(77,14px);gap:3px;margin-top:15px}.instance-box{width:14px;height:14px;border:1px solid var(--panel-3);border-radius:3px;cursor:pointer;position:relative;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.instance-box.inactive{background:var(--panel);border-color:var(--panel-4)}.instance-box.networking{background:var(--red);border-color:#ed3a3a;box-shadow:0 0 8px #f65c5c66}.instance-box.watching{background:var(--emerald);border-color:#059669;box-shadow:0 0 8px #10b98166}.instance-box.logged-in{background:var(--blue);border-color:#2563eb;box-shadow:0 0 8px #3b82f666}.instance-box.detected{background:#0000fe;border-color:#0000d0;box-shadow:0 0 8px #0000fe66}.instance-box.reconnecting{background:#b45309;border-color:#92400e;box-shadow:0 0 8px #b4530966}.instance-box.degraded{background:#9ca3af;border-color:#6b7280;box-shadow:0 0 8px #9ca3af66}.instance-box.ended{background:#cc417f;border-color:#b6336a;box-shadow:0 0 8px #cc417f66}.instance-box.paused{background:#025669;border-color:#01434f;box-shadow:0 0 8px #02566966}.instance-box.prewarming{background:var(--white50);border-color:var(#bbbbbb);box-shadow:0 0 8px #22d3ee66}.instance-box.warming{background:var(--white);border-color:var(#bbbbbb);box-shadow:0 0 8px #22d3ee66}.instance-box.prestarting{background:var(--amber50);border-color:#d97706;box-shadow:0 0 8px #f59e0b66}.instance-box.starting{background:var(--amber);border-color:#d97706;box-shadow:0 0 8px #f59e0b66}.instance-box.preready_for_navigation{background:var(--cyan50);border-color:var(--brand-2);box-shadow:0 0 8px #22d3ee66}.instance-box.ready_for_navigation{background:var(--cyan);border-color:var(--brand-2);box-shadow:0 0 8px #22d3ee66}.instance-box:hover{transform:scale(1.1);z-index:10}.instance-box__destroy-overlay{position:absolute;inset:1px;border-radius:2px;overflow:hidden;pointer-events:none;z-index:1}.instance-box__destroy-fill{position:absolute;inset:0;background:#0f172a80;transform-origin:bottom;animation-name:instance-box-destroy-drain;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes instance-box-destroy-drain{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.instance-box .info-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background:var(--panel);border:1px solid var(--panel-3);border-radius:8px;padding:12px 16px;box-shadow:0 8px 24px #0006;z-index:1000;white-space:nowrap;min-width:180px;pointer-events:none;font-size:11px}.instance-box .info-tooltip .info-tooltip-title{font-size:12px}.instance-box .info-tooltip .info-tooltip-item{font-size:11px}.instance-box .info-tooltip .info-tooltip-footer{font-size:10px}@keyframes instance-box-highlight{0%{transform:scale(1);box-shadow:0 0 #0ea5e966}50%{transform:scale(1.25);box-shadow:0 0 18px 6px #0ea5e999}to{transform:scale(1);box-shadow:0 0 #0ea5e900}}.instance-box--highlight{animation:instance-box-highlight 1.4s ease-in-out;border:2px solid rgba(255,255,255,.85)!important;z-index:20}.emote-picker{width:min(720px,90vw);max-height:min(80vh,calc(100% - 24px));overflow:hidden;display:flex;flex-direction:column;gap:16px}.emote-picker__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.emote-picker__search input{width:100%;padding:10px 14px;border-radius:var(--radius-sm);border:1px solid var(--panel-3);background:#020617a6;color:var(--text)}.emote-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:12px;overflow-y:auto;padding-bottom:8px;flex:1;min-height:0}.emote-picker__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;border-radius:var(--radius-sm);background:#080d19e6;border:1px solid transparent;cursor:pointer;transition:border-color .15s ease,transform .15s ease;position:relative;overflow:visible}.emote-picker__item:hover{border-color:#0ea5e966;transform:translateY(-2px)}.emote-picker__tooltip{position:fixed;background:#0a1120f0;color:var(--text);padding:8px 12px;border-radius:10px;font-size:.82rem;line-height:1.3;white-space:nowrap;z-index:10001;border:1px solid rgba(51,65,85,.9);box-shadow:0 12px 28px #0206178c;pointer-events:none}.emote-picker__tooltip:after{content:"";position:absolute;border-style:solid}.emote-picker__tooltip[data-placement=top]:after{top:100%;left:50%;transform:translate(-50%);border-width:8px 7px 0 7px;border-color:rgba(10,17,32,.94) transparent transparent transparent}.emote-picker__tooltip[data-placement=bottom]:after{bottom:100%;left:50%;transform:translate(-50%);border-width:0 7px 8px 7px;border-color:transparent transparent rgba(10,17,32,.94) transparent}.emote-picker__tooltip[data-placement=left]:after{top:50%;right:-10px;transform:translateY(-50%);border-width:8px 0 8px 10px;border-color:transparent transparent transparent rgba(10,17,32,.94)}.emote-picker__tooltip[data-placement=right]:after{top:50%;left:-10px;transform:translateY(-50%);border-width:8px 10px 8px 0;border-color:transparent rgba(10,17,32,.94) transparent transparent}.emote-picker__item img,.emote-picker__item .emote-image{width:32px;height:32px;object-fit:contain}.emote-picker__fallback{display:inline-flex;align-items:center;justify-content:center;min-height:40px;font-size:.78rem;text-align:center;padding:4px}.emote-picker__label{font-size:.75rem;color:var(--muted)}.emote-picker__status{text-align:center;color:var(--muted);padding:8px 0}.emote-picker__status--error{color:#fda4af}.emote-picker-popup{width:341px;height:390px;background:var(--panel, #1e293b);border:1px solid var(--panel-3, #334155);border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden}.emote-picker-popup:has(.emote-picker-popup__sidebar){width:410px}.emote-picker-popup__layout{display:flex;flex-direction:row;flex:1;min-height:0}.emote-picker-popup__main{flex:1;display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.emote-picker-popup__sidebar{width:40px;min-width:40px;background:var(--panel-2, #0f172a);border-left:1px solid var(--panel-3, #334155);display:flex;flex-direction:column;align-items:center;padding:6px 0;gap:2px;overflow-y:auto;overflow-x:hidden;flex-shrink:0}.emote-picker-popup__sidebar::-webkit-scrollbar{width:4px}.emote-picker-popup__sidebar::-webkit-scrollbar-thumb{background:var(--panel-4, #475569);border-radius:2px}.emote-picker-popup__sidebar-btn{position:relative;width:32px;height:32px;min-width:32px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;font-size:18px;box-sizing:border-box;overflow:hidden;flex-shrink:0}.emote-picker-popup__sidebar-btn:hover,.emote-picker-popup__sidebar-btn--active{background:var(--panel-3, #334155)}.emote-picker-popup__sidebar-btn--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:18px;background:var(--brand, #0ea5e9);border-radius:0 2px 2px 0}.emote-picker-popup__emoji{font-size:22px;line-height:1}.emote-picker-popup__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--panel-3, #334155);background:var(--panel-2, #0f172a)}.emote-picker-popup__search-icon{color:var(--muted, #94a3b8);flex-shrink:0}.emote-picker-popup__search-input{flex:1;background:transparent;border:none;outline:none;color:var(--text, #e2e8f0);font-size:.9em}.emote-picker-popup__search-input::placeholder{color:var(--muted, #64748b)}.emote-picker-popup__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;overscroll-behavior:contain}.emote-picker-popup__content::-webkit-scrollbar{width:6px}.emote-picker-popup__content::-webkit-scrollbar-track{background:transparent}.emote-picker-popup__content::-webkit-scrollbar-thumb{background:var(--panel-4, #475569);border-radius:3px}.emote-picker-popup__grid{display:flex;flex-direction:column;gap:8px;overflow:hidden}.emote-picker-popup__section-label{font-size:.75em;color:var(--muted, #94a3b8);text-transform:uppercase;letter-spacing:.05em;padding:4px 4px 0}.emote-picker-popup__section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:4px;max-width:100%;overflow:hidden}.emote-picker-popup__divider{height:1px;background:var(--panel-3, #334155);margin:4px 0}.emote-picker-popup__emote{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:4px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.emote-picker-popup__emote:hover{background:var(--panel-3, #334155)}.emote-picker-popup__emote img,.emote-picker-popup__emote .emote-image{max-width:28px;max-height:28px;object-fit:contain}.emote-picker-popup__emote-fallback{font-size:.65em;color:var(--muted, #94a3b8);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.emote-picker-popup__status{text-align:center;color:var(--muted, #94a3b8);padding:24px 12px;font-size:.85em}.emote-picker-popup__status--error{color:#fda4af}.emote-picker-popup__status--hint{color:var(--muted, #64748b);font-size:.8em;line-height:1.5}.emote-picker-popup__tabs{display:flex;align-items:center;gap:2px;padding:8px 8px 0;border-bottom:1px solid var(--panel-3, #334155);background:var(--panel-2, #0f172a)}.emote-picker-popup__tab{position:relative;display:flex;align-items:center;justify-content:center;min-width:36px;height:32px;padding:0 10px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted, #94a3b8);font-size:.85em;font-weight:600;cursor:pointer;transition:all .15s ease}.emote-picker-popup__tab svg{width:18px;height:18px;flex-shrink:0}.emote-picker-popup__tab:hover{color:var(--text, #e2e8f0);background:var(--panel-3, #334155)}.emote-picker-popup__tab--active{color:var(--brand, #0ea5e9);border-bottom-color:var(--brand, #0ea5e9)}.emote-picker-popup__tab-badge{position:absolute;top:2px;right:2px;min-width:14px;height:14px;padding:0 4px;background:var(--brand, #0ea5e9);border-radius:7px;color:#fff;font-size:.65em;font-weight:700;line-height:14px;text-align:center}.emote-picker-popup__emote--favorite{position:relative}.emote-picker-popup__emote-star{position:absolute;top:2px;right:2px;font-size:8px;color:#fbbf24;text-shadow:0 1px 2px rgba(0,0,0,.5);pointer-events:none}.template-picker-popup{width:420px;height:390px;background:var(--panel, #1e293b);border:1px solid var(--panel-3, #334155);border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden}.template-picker-popup__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--panel-3, #334155);background:var(--panel-2, #0f172a);flex-shrink:0}.template-picker-popup__title{display:flex;align-items:center;gap:6px;font-size:.85em;font-weight:600;color:var(--text, #e2e8f0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 0}.template-picker-popup__close{width:28px;height:28px;min-width:28px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:var(--muted, #94a3b8);font-size:1.2em;cursor:pointer;transition:all .15s ease;flex-shrink:0}.template-picker-popup__close:hover{background:var(--panel-3, #334155);color:var(--text, #e2e8f0)}.template-picker-popup__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;overscroll-behavior:contain}.template-picker-popup__content::-webkit-scrollbar{width:6px}.template-picker-popup__content::-webkit-scrollbar-track{background:transparent}.template-picker-popup__content::-webkit-scrollbar-thumb{background:var(--panel-4, #475569);border-radius:3px}.template-picker-popup__list{display:flex;flex-direction:column;gap:6px}.template-picker-popup__card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid rgba(51,65,85,.75);border-radius:10px;background:#0f172ad1;transition:border-color .15s ease}.template-picker-popup__card:hover{border-color:var(--brand, #0ea5e9)}.template-picker-popup__card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.template-picker-popup__card-info strong{font-size:.85em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-picker-popup__card-info span{font-size:.75em;color:var(--muted, #94a3b8)}.template-picker-popup__card-actions{display:flex;gap:6px;align-items:center;flex-shrink:0}.template-picker-popup__icon-btn{width:32px;height:32px;padding:0;margin:0;display:grid;place-items:center;border-radius:8px;border:1px solid rgba(51,65,85,.5);background:transparent;color:var(--muted, #94a3b8);cursor:pointer;transition:border-color .15s,color .15s,background .15s;box-sizing:border-box;flex-shrink:0}.template-picker-popup__icon-btn:hover:not(:disabled){border-color:#2dd4bf66;color:var(--text, #e2e8f0)}.template-picker-popup__icon-btn:disabled{opacity:.4;cursor:not-allowed}.template-picker-popup__icon-btn.schedule-btn{background:#2dd4bf26;border-color:#2dd4bf26;color:#2dd4bf}.template-picker-popup__icon-btn.schedule-btn:hover:not(:disabled){background:#2dd4bf40;border-color:#2dd4bf4d}.template-picker-popup__send-btn{background:#2dd4bf33;border-color:#2dd4bf40;color:#2dd4bf;border-radius:50%}.template-picker-popup__send-btn:hover:not(:disabled){background:#2dd4bf4d;border-color:#2dd4bf66}.template-picker-popup__preview-btn{width:32px;height:32px;padding:0;margin:0;display:grid;place-items:center;background:#0f172abf;border:1px solid rgba(51,65,85,.8);border-radius:8px;color:var(--muted, #94a3b8);cursor:pointer;transition:border-color .15s ease,color .15s ease}.template-picker-popup__preview-btn:hover,.template-picker-popup__preview-btn:focus-visible{border-color:var(--brand, #0ea5e9);color:var(--text, #e2e8f0)}.template-picker-popup__preview-btn:disabled,.template-picker-popup__preview-btn:disabled:hover{cursor:not-allowed;opacity:.4;border-color:#33415580;color:var(--muted, #94a3b8)}.template-picker-popup__pin-btn{width:32px;height:32px;padding:0;margin:0;display:grid;place-items:center;background:#0f172abf;border:1px solid rgba(51,65,85,.8);border-radius:8px;color:var(--muted, #94a3b8);cursor:pointer;opacity:.4;transition:border-color .15s ease,color .15s ease,opacity .15s ease}.template-picker-popup__pin-btn:hover{opacity:.7;border-color:#a855f799}.template-picker-popup__pin-btn--active{opacity:1;color:#a855f7;border-color:#a855f7b3}.template-picker-popup__pin-btn:disabled{cursor:not-allowed;opacity:.2}.template-picker-popup__random{display:flex;flex-direction:column;gap:10px;height:100%}.template-picker-popup__random-list{display:flex;flex-direction:column;gap:6px;flex:1;overflow-y:auto;min-height:0}.template-picker-popup__checkbox{display:flex;gap:8px;align-items:center;padding:8px 10px;border:1px solid rgba(51,65,85,.8);border-radius:8px;background:#0f172abf}.template-picker-popup__checkbox-label{display:flex;gap:8px;align-items:flex-start;flex:1;cursor:pointer;font-size:.85em}.template-picker-popup__checkbox-label input{margin-top:3px;flex-shrink:0}.template-picker-popup__slider{display:flex;flex-direction:column;gap:4px;padding:8px 4px 0;font-size:.8em;color:var(--muted, #94a3b8);flex-shrink:0}.template-picker-popup__slider input[type=range]{width:100%;accent-color:var(--brand, #0ea5e9)}.template-picker-popup__actions{display:flex;justify-content:flex-end;gap:8px;padding-top:6px;flex-shrink:0}.template-picker-popup__actions button{font-size:.8em;padding:5px 12px}.template-picker-popup__actions .template-picker-popup__icon-btn{padding:0;font-size:inherit;align-self:center}.template-picker-popup__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:var(--muted, #94a3b8);font-size:.9em;text-align:center}.context-menu-card{display:flex;align-items:stretch;background:#1e293b99;border-radius:12px;overflow:hidden;border:1px solid rgba(51,65,85,.5);box-shadow:0 20px 50px #0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cm-close-btn{position:relative;width:24px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#1e293b80;border:none;border-right:1px solid rgba(51,65,85,.5);cursor:pointer;transition:all .15s;box-shadow:var(--shadow-sm)}.cm-close-btn:hover{color:#fff;background:#ef44444d}.cm-close-btn svg{flex-shrink:0}.cm-main{width:240px;min-width:0;background:#0f172acc;display:flex;flex-direction:column;overflow:hidden}.cm-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#1e293b99;border-bottom:1px solid rgba(51,65,85,.5)}.cm-title{font-weight:600;font-size:.875rem;color:#f1f5f9}.cm-status-badge{padding:2px 6px;font-size:10px;font-weight:700;border-radius:4px;border:1px solid;text-transform:uppercase;letter-spacing:.02em}.cm-body{padding:8px;display:flex;flex-direction:column;gap:8px;min-width:0}.cm-fieldset{border:1px solid rgba(51,65,85,.4);border-radius:8px;padding:0 10px 8px;margin:0;min-width:0;overflow:hidden}.cm-legend{padding:0 6px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.cm-legend-count{color:#475569;margin-left:2px}.cm-fields{display:flex;flex-direction:column;gap:4px;max-height:96px;overflow-y:auto;padding-right:4px}.cm-fields::-webkit-scrollbar{width:4px}.cm-fields::-webkit-scrollbar-track{background:transparent}.cm-fields::-webkit-scrollbar-thumb{background:#475569;border-radius:2px}.cm-fields::-webkit-scrollbar-thumb:hover{background:#64748b}.cm-field-row{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:0}.cm-field-key{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#64748b;flex-shrink:0}.cm-field-value{font-family:ui-monospace,monospace;font-size:12px;color:#e2e8f0;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.cm-value-empty{color:#475569}.cm-value-text,.cm-value-url,.cm-value-id{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-value-text{color:#e2e8f0}.cm-value-url{color:#22d3ee}.cm-value-id{color:#64748b}.cm-value-bool-yes{color:#4ade80}.cm-value-bool-no{color:#64748b}.cm-no-data{color:#475569;font-size:12px}.cm-actions-fieldset{padding-bottom:6px;overflow:visible}.cm-actions-row{display:flex;align-items:flex-end;overflow:visible}.cm-quick-actions{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.cm-action-group{display:flex;align-items:center;gap:0;background:#3b82f61f;border-radius:5px;padding:1px;border:1px solid rgba(59,130,246,.2);margin:-1px}.cm-action-group .cm-action-wrapper{position:relative}.cm-action-group .cm-action-btn{border-radius:3px}.cm-action-wrapper{position:relative}.cm-more-wrapper{position:relative;flex-shrink:0}.cm-action-btn{padding:6px;border-radius:4px;background:transparent;border:none;box-shadow:none;color:#64748b;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.cm-action-btn:hover:not(:disabled){background:#22d3ee1a;color:#22d3ee;transform:scale(1.1)}.cm-action-btn:active:not(:disabled){transform:scale(.95)}.cm-action-btn:disabled{opacity:.4;cursor:not-allowed}.cm-action-btn.danger:hover:not(:disabled){background:#ef444433;color:#f87171}.cm-action-btn.pending{color:#60a5fa}.cm-action-btn.success{color:#4ade80}.cm-spinner{width:14px;height:14px;border:2px solid rgba(96,165,250,.2);border-top-color:#60a5fa;border-radius:50%;animation:cm-spin .7s linear infinite}@keyframes cm-spin{to{transform:rotate(360deg)}}.cm-action-btn svg{width:14px;height:14px}.cm-spinner,.cm-success{font-size:12px}.cm-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;padding:4px 8px;background:#334155;color:#e2e8f0;font-size:10px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(51,65,85,.5);z-index:10}.cm-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#334155}.cm-action-wrapper:hover .cm-tooltip,.cm-more-wrapper:hover .cm-tooltip{opacity:1}.cm-more-backdrop{position:fixed;inset:0;z-index:10}.cm-more-menu{position:absolute;right:0;bottom:100%;margin-bottom:4px;width:144px;background:#1e293b;border:1px solid rgba(51,65,85,.5);border-radius:8px;box-shadow:0 12px 32px #0006;z-index:20;padding:4px 0;overflow:hidden}.cm-more-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:transparent;border:none;color:#cbd5e1;font-size:12px;text-align:left;cursor:pointer;transition:background .15s}.cm-more-item:hover:not(:disabled){background:#33415580}.cm-more-item:disabled{opacity:.4;cursor:not-allowed}.cm-more-icon{display:flex;align-items:center;justify-content:center;width:14px;height:14px}.cm-more-icon svg{width:14px;height:14px}.chat-hotkeys-hint{display:flex;gap:16px;flex-wrap:wrap;padding:8px 14px;margin-bottom:6px;font-size:.72em;color:#94a3b880;letter-spacing:.2px}.chat-hotkeys-hint kbd{display:inline-block;padding:1px 5px;font-size:.9em;font-family:inherit;background:#33415559;border:1px solid rgba(71,85,105,.4);border-radius:4px;color:#94a3b8a6;line-height:1.4}.chat-mode-toggle{display:inline-flex;background:#0f172a99;border:1px solid rgba(71,85,105,.3);border-radius:8px;padding:2px;gap:2px}.chat-mode-toggle__btn{padding:4px 10px;font-size:.78em;border:none;border-radius:6px;background:transparent;color:#64748b;cursor:pointer;transition:color .15s ease,background .15s ease;white-space:nowrap;font-weight:500;margin:0;box-shadow:none;transform:none}.chat-mode-toggle__btn:hover:not(:disabled){color:#94a3b8;background:transparent;border:none;box-shadow:none;transform:none}.chat-mode-toggle__btn:active:not(:disabled){transform:none}.chat-mode-toggle__btn--active{background:#2dd4bf26;color:#2dd4bf;border:none}.chat-mode-toggle__btn--active:hover:not(:disabled){background:#2dd4bf33;color:#5eead4;border:none}.chat-controls{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.chat-message{flex:1;min-width:200px}.chat-target{min-width:150px}.chat-form{position:relative;display:flex;flex-direction:column;height:100%;transition:border-color .15s ease}.chat-form:focus-within,.chat-form--recording{border-color:#2dd4bf8c!important;box-shadow:0 0 0 1px #2dd4bf26,0 0 12px #2dd4bf1a!important}.chat-form__content{display:flex;flex-direction:column;gap:12px;flex:1}.chat-form__title-row{display:flex;align-items:center;gap:6px}.chat-form__title-text{font-weight:600;color:var(--text);font-size:.95em}.chat-form__title-edit{width:auto;height:auto;border:none;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;padding:2px;cursor:pointer;border-radius:6px;transition:color .2s ease;box-shadow:none}.chat-form__title-edit:hover,.chat-form__title-edit:focus-visible{color:var(--text)}.chat-form__title-edit svg{width:14px;height:14px}.chat-form__overlay{position:absolute;inset:0;background:#020617cc;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--text);z-index:5;text-align:center}.chat-form__spinner svg{width:64px;height:64px}.chat-form__quick-targets{display:flex;flex-wrap:wrap;gap:6px;padding:6px 8px;border:1px dashed rgba(148,163,184,.35);border-radius:8px;background:#0f172a99;cursor:pointer;box-shadow:unset}.chat-form__quick-targets-row{display:flex;align-items:center;gap:8px}.chat-form__quick-targets-row .chat-form__quick-targets{flex:1}.chat-form__quick-target{font-size:.7em;padding:4px 8px;border-radius:999px;border:1px solid rgba(51,65,85,.8);background:#1e293bcc;color:#94a3b8;transition:color .2s ease,border-color .2s ease;box-shadow:unset}.chat-form__quick-target--random{padding:0;width:34px;height:34px;border-radius:10px;border:1px solid transparent;background:#0ea5e91a;color:#22d3ee;display:inline-flex;align-items:center;justify-content:center}.chat-form__quick-target--random svg{width:24px;height:24px}.chat-form__quick-target--active{color:#22c55e;border-color:#22c55ee6}.chat-form__quick-target--status-offline{color:#ef4444;border-color:#ef4444d9;box-shadow:0 0 10px #ef44444d}.chat-form__quick-target--selected{background:#0ea5e91f;border-color:#0ea5e999;color:#22d3ee}.chat-form__quick-target--placeholder{border-style:dashed;color:#64748b}.chat-form__quick-target-channel{width:6px;height:6px;border-radius:50%;background-color:var(--channel-color, #6B7280);margin-left:4px;flex-shrink:0}.chat-form__quick-target--placeholder:hover{color:#0ea5e9;border-color:#0ea5e9}.chat-form__quick-targets-empty{font-size:.75em;color:#64748b;margin-right:auto}.chat-form__quick-targets-legend{font-size:.75em;padding:0 6px;color:#64748b;margin-right:auto}.chat-form__pinned-templates{display:flex;flex-wrap:wrap;gap:6px}.chat-form__pinned-template{position:relative;font-size:.7em;padding:4px 10px;border-radius:999px;border:1px solid rgba(168,85,247,.5);background:#581c874d;color:#c4b5fd;cursor:pointer;overflow:hidden;-webkit-user-select:none;user-select:none;transition:border-color .2s,background .2s;box-shadow:unset}.chat-form__pinned-template:hover{border-color:#a855f7cc;background:#581c8780}.chat-form__pinned-template:disabled{opacity:.5;cursor:not-allowed}.chat-form__pinned-template-label{position:relative;z-index:1}.chat-form__pinned-template-progress{position:absolute;inset:0;background:linear-gradient(90deg,#a855f78c,#c084fc73);transform:scaleX(0);transform-origin:left;pointer-events:none;border-radius:inherit}.chat-form__pinned-template--holding{border-color:#a855f7e6;box-shadow:0 0 8px #a855f766}.chat-form__header{display:flex;justify-content:space-between;align-items:center;padding:6px 8px 6px 14px;margin:-10px -10px 0;background:#0f172a99;border-bottom:1px solid rgba(51,65,85,.6);border-radius:10px 10px 0 0}.chat-form__header-actions{display:flex;align-items:center;gap:4px}.chat-form__header-btn{width:28px;height:28px;margin:0;padding:0;border-radius:6px;background:#33415566;border:1px solid rgba(51,65,85,.6);color:#64748b;box-shadow:none;cursor:pointer;display:grid;place-items:center;transition:all .15s}.chat-form__header-btn:hover:not(:disabled){background:#22d3ee1a;border-color:#22d3ee4d;color:#22d3ee}.chat-form__header-btn:disabled{opacity:.4;cursor:not-allowed}.chat-form__header-btn--danger{background:#ef44441f;border-color:#ef444433;color:#f87171}.chat-form__header-btn--danger:hover:not(:disabled){background:#ef444438;border-color:#ef444459;color:#fca5a5}.chat-form__header-btn svg{width:16px;height:16px}.chat-form__nick-list{width:420px;max-width:90vw;height:390px;background:var(--panel, #1e293b);border:1px solid var(--panel-3, #334155);border-radius:12px;box-shadow:0 16px 40px #00000073;display:flex;flex-direction:column;overflow:hidden}.chat-form__nick-list-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--panel-3, #334155);background:var(--panel-2, #0f172a);flex-shrink:0}.chat-form__nick-list-title{display:flex;align-items:center;gap:6px;font-size:.85em;font-weight:600;color:var(--text, #e2e8f0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-form__nick-list-close{width:28px;height:28px;min-width:28px;padding:0;margin:0;background:transparent;border:1px solid transparent;color:var(--muted, #94a3b8);border-radius:8px;display:grid;place-items:center;cursor:pointer;transition:all .15s ease;flex-shrink:0;box-shadow:none}.chat-form__nick-list-close:hover{background:var(--panel-3, #334155);color:var(--text, #e2e8f0)}.chat-form__nick-list-close svg{width:16px;height:16px}.chat-form__nick-list-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;overscroll-behavior:contain;display:flex;flex-direction:column;gap:6px}.chat-form__nick-list-content::-webkit-scrollbar{width:6px}.chat-form__nick-list-content::-webkit-scrollbar-track{background:transparent}.chat-form__nick-list-content::-webkit-scrollbar-thumb{background:var(--panel-4, #475569);border-radius:3px}.chat-form__nick-list-section-label{display:block;margin-top:4px;font-size:.75em;text-transform:uppercase;letter-spacing:.5px;color:#f87171}.chat-form__nick-list-search{position:relative;display:flex;align-items:center;padding:8px 8px 2px;flex-shrink:0}.chat-form__nick-list-search input{width:100%;padding:8px 34px 8px 12px;border-radius:8px;border:1px solid rgba(51,65,85,.8);background:#0f172ad9;color:var(--text);font-size:.85em}.chat-form__nick-list-search input:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.chat-form__nick-list-search-clear{position:absolute;right:14px;width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:var(--muted);display:grid;place-items:center;font-size:1rem;cursor:pointer;margin:0;padding:0;box-shadow:none;transition:color .2s ease}.chat-form__nick-list-search-clear:hover{color:var(--text);background:transparent;transform:none}.chat-form__nick-list-content button{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid rgba(51,65,85,.8);border-radius:10px;background:#0f172ad1;color:var(--text, #e2e8f0);font-size:.85em;text-align:left;cursor:pointer;transition:border-color .15s ease}.chat-form__nick-list-content button:hover{border-color:var(--brand, #0ea5e9)}.chat-form__nick-list-content button.active,.chat-form__nick-list-content button.selected{border-color:#22c55ee6;color:#22c55e}.chat-form__nick-list-item--offline{border-color:#ef444499!important;color:#f87171!important;background:#1e080c8c!important}.chat-form__nick-list-item--offline:hover{border-color:#f43f5e!important;color:#fecdd3!important}.chat-form__nick-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:var(--muted, #94a3b8);font-size:.9em;text-align:center}.chat-target select{width:100%;padding:10px 14px;border:1px solid var(--panel-3);border-radius:8px;box-sizing:border-box;background:var(--panel-2);color:var(--text);font-size:.9em;transition:all .3s ease}.chat-target select:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.chat-target select.warning{border-color:var(--orange);color:var(--orange)}.chat-target__controls{display:flex;gap:8px;align-items:center}.chat-target__controls select{flex:1 1 auto}.chat-target__refresh,.chat-target__history{margin:0;min-width:28px;height:28px;border-radius:6px;padding:0;display:grid;place-items:center;background:transparent;border:none;color:#64748b;box-shadow:none;transition:all .15s}.chat-target__refresh svg,.chat-target__history svg{width:18px;height:18px}.chat-target__refresh:hover:not(:disabled),.chat-target__history:hover:not(:disabled){background:#22d3ee1a;color:#22d3ee;transform:scale(1.1)}.chat-target__refresh:active:not(:disabled),.chat-target__history:active:not(:disabled){transform:scale(.95)}.chat-target__refresh:disabled,.chat-target__history:disabled{opacity:.4;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#020617cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2500;padding:20px}.chat-history-modal{width:min(600px,95vw);max-height:80vh;background:linear-gradient(135deg,#0f172afa,#1e293bfa);border-radius:18px;border:1px solid rgba(51,65,85,.7);box-shadow:0 24px 64px #02061799;display:flex;flex-direction:column;color:var(--text);overflow:hidden}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(51,65,85,.6)}.modal__header-info{display:flex;flex-direction:column;gap:4px}.modal__header h3{margin:0;font-size:1.1em}.chat-history-header-email{font-size:.8em;color:var(--muted);opacity:.8}.modal__close{width:32px;height:32px;border-radius:8px;background:var(--panel-3);border:1px solid var(--panel-4);color:var(--text);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:Arial,sans-serif}.modal__close:hover{border-color:var(--brand);color:#fff}.modal__content{flex:1;overflow-y:auto;padding:16px 20px}.chat-history-loading,.chat-history-empty{padding:40px 20px;text-align:center;color:var(--muted)}.chat-history-list{display:flex;flex-direction:column;gap:8px}.chat-history-date-separator{display:flex;align-items:center;justify-content:center;padding:2px 0}.chat-history-date-separator span,.chat-history-sticky-date span{padding:5px 12px;background:#1e293bd9;border-radius:16px;font-size:.75em;font-weight:500;color:var(--muted)}.chat-history-sticky-date{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:2px 0;pointer-events:none;opacity:0;transition:opacity .2s ease}.chat-history-sticky-date.visible{opacity:1}.chat-history-item{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#0f172a99;border-radius:8px;font-size:.9em}.chat-history-item__header{display:flex;gap:8px;align-items:center;opacity:.7;font-size:.75em;text-transform:uppercase;letter-spacing:.3px}.chat-history-item__body{display:flex;gap:10px;align-items:baseline}.chat-history-time{color:var(--muted);font-size:.8em;flex-shrink:0;opacity:.6}.chat-history-user{font-weight:600;flex-shrink:0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-message{color:var(--text);word-break:break-word}.chat-history-profile{color:var(--muted);flex-shrink:0}.chat-history-actor{font-weight:500;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-load-more{display:flex;align-items:center;justify-content:center;gap:4px;margin:6px auto!important;padding:8px 12px;background:#33415580;border:1px solid rgba(71,85,105,.6);border-radius:8px;color:var(--brand);font-size:.9em;cursor:pointer;transition:all .2s ease}.chat-history-load-more:hover:not(:disabled){background:#47556999;border-color:var(--brand)}.chat-history-load-more:disabled{opacity:.5;cursor:not-allowed}.chat-history-tab{flex:1;min-width:0}.chat-history-tab__email{font-size:.85em;color:var(--muted);margin:0 0 16px}.chat-history-tab__content,.chat-history-content{position:relative;max-height:60vh;overflow-y:auto}.chat-history-tab__content .chat-history-list,.chat-history-content .chat-history-list{gap:6px}.chat-history-refresh-btn{display:block;margin-top:12px;padding:8px 16px;background:#2dd4bf26;border:1px solid rgba(45,212,191,.2);border-radius:6px;color:#2dd4bf;font-size:.9em;cursor:pointer;transition:all .15s ease}.chat-history-refresh-btn:hover{background:#2dd4bf40;border-color:#2dd4bf59}.controls--row{display:flex;gap:20px;align-items:flex-start}.chat-history-filters{flex-shrink:0;width:200px;padding:12px;background:#0f172a66;border-radius:8px;border:1px solid rgba(51,65,85,.5)}.chat-history-filters__row{margin-bottom:12px}.chat-history-filters__label{display:flex;flex-direction:column;gap:4px;font-size:.85em;color:var(--muted)}.chat-history-filters__input{padding:6px 10px;background:#1e293bcc;border:1px solid rgba(71,85,105,.6);border-radius:6px;color:var(--text);font-size:.9em}.chat-history-filters__input:focus{outline:none;border-color:var(--brand)}.chat-history-filters__btn{width:100%;padding:8px 12px;background:#2dd4bf26;border:1px solid rgba(45,212,191,.2);border-radius:6px;color:#2dd4bf;font-size:.9em;cursor:pointer;transition:all .15s ease}.chat-history-filters__btn:hover:not(:disabled){background:#2dd4bf40;border-color:#2dd4bf59}.chat-history-filters__btn:disabled{opacity:.4;cursor:not-allowed}.template-controls{display:flex;flex-direction:column;gap:18px}.template-controls__grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:20px}@media(max-width:1100px){.template-controls__grid{grid-template-columns:1fr}}.template-controls__list,.template-controls__editor{background:#0f172aa6;border:1px solid rgba(51,65,85,.8);border-radius:16px;padding:20px 22px;box-shadow:inset 0 1px #ffffff08,0 12px 24px #02061759}.template-controls__list header,.template-controls__editor header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.template-controls__list header h3,.template-controls__editor header h3{margin:0;font-size:1rem}.template-controls__list header span{color:var(--muted);font-weight:600}.template-controls__empty{padding:40px 20px;text-align:center;color:var(--muted);border:1px dashed rgba(148,163,184,.35);border-radius:12px;background:#0f172a8c}.template-card{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid rgba(51,65,85,.75);background:#0f172acc;box-shadow:0 8px 20px #02061759;gap:16px}.template-card+.template-card{margin-top:12px}.template-card strong{display:block;font-size:.95rem;margin-bottom:4px}.template-card span{color:var(--muted);font-size:.85rem}.template-card__info{flex:1;min-width:0}.template-card__actions{display:flex;gap:6px;flex-shrink:0}.template-card__actions button.small{padding:5px 10px;font-size:.8rem}.template-card__actions button.icon{padding:6px;display:flex;align-items:center;justify-content:center}.template-card__content{flex:1;min-width:0}.template-card__header{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.template-card__preview{display:flex;flex-direction:column;gap:2px}.template-card__message{font-size:.82rem;color:#e2e8f0b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.template-card__more{font-size:.78rem;color:var(--muted);font-style:italic}.template-controls__editor .rich-editor__input{color:#e2e8f0!important;background:#0f172ad9;border:1px solid rgba(51,65,85,.9);border-radius:10px}.template-controls__editor .template-form{display:flex;flex-direction:column;gap:14px}.template-controls__editor input,.template-controls__editor textarea{width:100%;background:#0f172ad9;border:1px solid rgba(51,65,85,.9);border-radius:10px;padding:10px 14px;color:var(--text);font-size:.95rem}.template-controls__editor input:focus,.template-controls__editor textarea:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.template-form__error{background:#dc26261f;border:1px solid rgba(220,38,38,.3);color:#fecaca;padding:10px 12px;border-radius:8px;font-size:.88rem}.template-form__actions{display:flex;justify-content:flex-end}.template-form__field{display:flex;flex-direction:column;gap:6px}.template-form__label{font-size:.9rem;color:var(--text)}.template-confirm-overlay{position:fixed;inset:0;z-index:10000;background:#0009;display:flex;align-items:center;justify-content:center}.template-confirm-dialog{background:var(--bg-card, #1e293b);border:1px solid rgba(255,255,255,.15);border-radius:12px;width:min(480px,90vw);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080}.template-confirm-dialog__header{padding:16px 20px;font-size:1.1rem;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.template-confirm-dialog__body{padding:16px 20px;overflow-y:auto;flex:1}.template-confirm-dialog__meta{margin-bottom:10px;color:var(--text-secondary, #94a3b8);font-size:.9rem}.template-confirm-dialog__meta strong{color:var(--text, #e2e8f0)}.template-confirm-dialog__list{list-style:decimal;padding-left:24px;margin:0;display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--text, #e2e8f0)}.template-confirm-dialog__list li{padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05);word-break:break-word}.template-confirm-dialog__footer{padding:12px 20px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid rgba(255,255,255,.1)}.channel-modal.template-picker{width:min(860px,96vw);max-height:90vh}.template-picker__content{display:flex;flex-direction:column;gap:18px;max-height:520px;overflow-y:auto;padding-right:6px}.template-picker__list{display:flex;flex-direction:column;gap:12px;max-height:420px;overflow-y:auto;padding-right:4px}.template-picker__list--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;min-height:0}.template-picker__item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px;border-radius:14px;border:1px solid rgba(51,65,85,.75);background:#0f172ad1}.template-picker__card{border-radius:14px;border:1px solid rgba(51,65,85,.75);background:#0f172ad1;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:inset 0 1px #ffffff08,0 10px 24px #02061766;transition:border-color .2s ease,transform .2s ease;position:relative}.template-picker__card:hover{border-color:var(--brand);transform:translateY(-2px)}.template-picker__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.template-picker__card-title{display:flex;flex-direction:column;gap:4px}.template-picker__card-title strong{font-size:1rem}.template-picker__card-title span{font-size:.8rem;font-weight:600;color:var(--muted)}.template-picker__card-action{min-width:120px;margin:0;position:relative;min-height:0}.template-picker__card-actions{display:flex;gap:8px;align-items:center}.template-picker__card-preview-toggle{width:36px;height:36px;border-radius:10px;border:1px solid rgba(51,65,85,.8);background:#0f172abf;color:var(--muted);display:grid;place-items:center;padding:0;box-shadow:none;position:relative;transition:border-color .2s ease,color .2s ease,transform .2s ease;cursor:pointer}.template-picker__card-preview-toggle:hover,.template-picker__card-preview-toggle:focus-visible{border-color:var(--brand);color:var(--text)}.template-picker__card-preview-toggle:disabled,.template-picker__card-preview-toggle:disabled:hover,.template-picker__card-preview-toggle:disabled:focus-visible{cursor:not-allowed;opacity:.4;border-color:#33415580;color:var(--muted)}.template-picker__item ul li{word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.template-picker__preview-tooltip{position:fixed;background:#0a1120fa;border:1px solid rgba(51,65,85,.9);border-radius:12px;box-shadow:0 18px 36px #02061799;padding:12px 14px;color:var(--muted-2);font-size:.9rem;line-height:1.35;min-width:220px;max-width:360px;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;pointer-events:none;z-index:10001}.template-picker__preview-tooltip:after{content:"";position:absolute;border-style:solid}.template-picker__preview-tooltip[data-placement=top]:after{bottom:-10px;left:50%;transform:translate(-50%);border-width:10px 8px 0 8px;border-color:rgba(10,17,32,.98) transparent transparent transparent}.template-picker__preview-tooltip[data-placement=bottom]:after{top:-10px;left:50%;transform:translate(-50%);border-width:0 8px 10px 8px;border-color:transparent transparent rgba(10,17,32,.98) transparent}.template-picker__preview-tooltip[data-placement=left]:after{top:50%;right:-10px;transform:translateY(-50%);border-width:8px 0 8px 10px;border-color:transparent transparent transparent rgba(10,17,32,.98)}.template-picker__preview-tooltip[data-placement=right]:after{top:50%;left:-10px;transform:translateY(-50%);border-width:8px 10px 8px 0;border-color:transparent rgba(10,17,32,.98) transparent transparent}.template-picker__random-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;max-height:320px;overflow-y:auto}.template-picker__checkbox{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid rgba(51,65,85,.8);border-radius:10px;background:#0f172abf}.template-picker__checkbox-label{display:flex;gap:10px;align-items:flex-start;flex:1;cursor:pointer}.template-picker__checkbox-label input{margin-top:4px}.template-picker__checkbox-preview{width:34px;height:34px;border-radius:10px;border:1px solid rgba(51,65,85,.8);background:#0f172abf;color:var(--muted);display:grid;place-items:center;padding:0;box-shadow:none;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.template-picker__checkbox-preview:hover,.template-picker__checkbox-preview:focus-visible{border-color:var(--brand);color:var(--text)}.template-picker__checkbox-preview:disabled,.template-picker__checkbox-preview:disabled:hover,.template-picker__checkbox-preview:disabled:focus-visible{cursor:not-allowed;opacity:.4;border-color:#33415580;color:var(--muted)}.template-picker__actions{display:flex;justify-content:flex-end;gap:10px}.template-picker__actions--split{justify-content:space-between;align-items:center}.template-picker__actions--split button:first-child{flex:1}.template-picker__hint{margin:0;color:var(--muted);font-size:.9rem;text-align:right}@media(max-width:640px){.template-picker__item{flex-direction:column;align-items:flex-start}}.auto-chat-settings{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center}.profile-item{display:flex;align-items:flex-start;padding:14px;border-bottom:1px solid var(--panel-3);transition:all .2s ease;background:linear-gradient(135deg,var(--panel) 0%,var(--panel-2) 100%);margin-bottom:1px;border-radius:4px;min-height:60px;border-left:4px solid #64748b}.profile-item.status-free{border-left-color:var(--emerald)}.profile-item.status-busy{border-left-color:#ef4444}.profile-item:hover{background:linear-gradient(135deg,var(--panel-3) 0%,var(--panel) 100%);border-color:var(--brand);transform:translate(3px);box-shadow:var(--shadow-sm)}.profile-item:last-child{border-bottom:none}.profile-status{width:14px;height:14px;border-radius:50%;margin-right:15px;flex-shrink:0;box-shadow:0 0 8px #0000004d;align-self:center}.profile-status.free{background-color:var(--emerald);box-shadow:0 0 8px #10b98166}.profile-status.busy{background-color:#ef4444;box-shadow:0 0 8px #ef444466}.profile-status.processing{background-color:var(--amber);box-shadow:0 0 8px #f59e0b66}.profile-info{flex:1;min-width:0;overflow:hidden}.profile-title{font-weight:600;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text);font-size:1em;width:100%}.profile-details{font-size:.9em;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;gap:6px;width:100%;flex-wrap:wrap;max-height:36px;align-items:flex-start}.profile-tag{background:var(--panel-3);padding:3px 8px;border-radius:6px;font-size:.75em;color:var(--muted-2);white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;gap:3px;margin-bottom:3px;font-weight:500}.profile-open-time{font-size:.65em;color:var(--muted);white-space:nowrap}.profile-actions{display:flex;gap:5px;flex-shrink:0;align-items:center}.profile-actions button{padding:4px 8px;font-size:.8em;min-width:auto}.profile-launch-btn{padding:6px;border-radius:6px;background:#2dd4bf26;border:1px solid rgba(45,212,191,.15);box-shadow:none;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.profile-launch-btn:hover:not(:disabled){background:#2dd4bf1a;border-color:#2dd4bf4d;transform:scale(1.1)}.profile-launch-btn:active:not(:disabled){transform:scale(.95)}.profile-launch-btn:disabled{opacity:.4;cursor:not-allowed}.profile-launch-btn svg{width:18px;height:18px}.create-profile-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--panel);padding:30px;border-radius:var(--radius);box-shadow:0 16px 64px #00000080;z-index:1001;min-width:350px;display:none;border:1px solid var(--panel-3)}.create-profile-dialog h3{color:var(--text);margin-bottom:20px;font-size:1.3em}.dialog-overlay{position:fixed;inset:0;background:#000000b3;z-index:1000;display:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.slider-container{margin:20px 0}.slider-label{display:block;color:var(--muted);font-weight:600;margin-bottom:10px;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.slider-wrapper{display:flex;align-items:center;gap:15px;margin-bottom:15px}.slider{flex:1;height:6px;border-radius:3px;background:var(--panel-3);outline:none;opacity:.8;transition:opacity .2s;cursor:pointer}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--brand) 0%,#0284c7 100%);cursor:pointer;box-shadow:0 2px 8px #0ea5e966;transition:transform .15s ease,box-shadow .15s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #0ea5e999}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--brand) 0%,#0284c7 100%);cursor:pointer;border:none;box-shadow:0 2px 8px #0ea5e966}.slider-value{min-width:40px;text-align:center;font-weight:700;font-size:1.1em;color:var(--brand);text-shadow:0 0 8px rgba(14,165,233,.3)}.slider-actions{display:flex;gap:10px;margin-top:15px;align-items:center}.slider-actions button{display:inline-flex;align-items:center;justify-content:center}.slider-actions button svg{flex-shrink:0;vertical-align:middle}.control-button__icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;flex-shrink:0}.control-button__icon svg{width:100%;height:100%}.slider-actions .success:disabled{opacity:.65;cursor:not-allowed;filter:grayscale(20%)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-container{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,var(--bg-grad-start) 0%,var(--bg-grad-end) 100%)}.auth-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-lg)}.auth-card h1{margin:0 0 16px}.auth-error{background:#dc26261a;color:#fecaca;border:1px solid rgba(220,38,38,.35);padding:10px 12px;border-radius:8px;margin-bottom:12px}.auth-hint{color:var(--muted);font-size:.9em}.auth-loading{text-align:center;padding:24px;color:var(--muted)}.auth-loading-screen{position:fixed;inset:0;background:radial-gradient(circle at top,#0f172af2,#020617 80%);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:4000}.auth-loading-screen__glow{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#0ea5e959,#6366f100);animation:auth-glow-pulse 3s ease-in-out infinite}.auth-loading-screen__content{position:relative;padding:40px 60px;border-radius:24px;background:#020617d9;border:1px solid rgba(14,165,233,.35);box-shadow:0 20px 60px #020617cc;text-align:center;max-width:420px;color:var(--text)}.auth-loading-screen__message{margin-top:12px;color:#94a3b8;font-size:.95em}.auth-loading-screen__timer{margin-top:8px;font-size:1.2em;font-weight:600;color:var(--brand)}.auth-loading-screen__fallback{margin-top:18px;color:#fca5a5;font-size:.9em}@keyframes auth-glow-pulse{0%,to{transform:scale(.9);opacity:.75}50%{transform:scale(1.15);opacity:1}}@media(max-width:768px){.main-content,.controls{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.instance-grid{grid-template-columns:repeat(25,14px)}.container{padding:15px;margin:10px}.tab{padding:12px 18px;font-size:.9em}.channel-track{flex-direction:column;gap:16px}.channel-track__list{width:100%;min-width:0;max-width:100%;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.channel-track__actions{margin-left:0;flex-direction:row;width:100%}.channel-track__actions .channel-tile{min-height:52px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--panel)}::-webkit-scrollbar-thumb{background:var(--panel-4);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}::-webkit-scrollbar:horizontal{height:6px}.folder-tabs-scroll{display:flex;gap:4px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--panel-4) transparent;flex:1 1 auto;padding-bottom:4px;margin-bottom:-4px;-webkit-overflow-scrolling:touch}.folder-tabs-scroll::-webkit-scrollbar{height:5px}.folder-tabs-scroll::-webkit-scrollbar-track{background:transparent}.folder-tabs-scroll::-webkit-scrollbar-thumb{background:var(--panel-4);border-radius:3px}.folder-tabs-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}@media(prefers-reduced-motion:reduce){:where(*:not(.loader__spinner):not(.chat-form__pinned-template-progress):not(.chat-form__recording-dot):not(.chat-form__recording-status):not(.chat-form__recording-spinner):not(.cm-spinner):not(.voice-notes__rec-spinner):not(.voice-notes__rec-dot):not(.voice-notes__rec-status)){animation:none!important;transition:none!important}}.auth-card label{display:block;margin-top:12px;margin-bottom:8px}.auth-card input,.auth-card select{display:block;width:100%}.profile-page{max-width:960px;margin:0 auto;padding:32px 24px 64px}.profile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.profile-header h1{margin:0}.profile-subtitle{margin:6px 0 0;color:var(--muted)}.profile-header-actions{display:flex;gap:12px;flex-wrap:wrap}.admin-version-card{flex:1;background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:14px 16px}.admin-version-card__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.admin-version-card__icon{color:#2dd4bf;display:flex}.admin-version-card__label{font-weight:600;font-size:.95em;color:var(--text)}.admin-version-card__ver{font-size:.8em;color:var(--muted);margin-left:auto}.admin-version-card__link{color:#2dd4bf;opacity:.6;transition:opacity .15s}.admin-version-card__link:hover{opacity:1}.admin-version-card__hash-row{display:flex;align-items:center;gap:8px;background:#00000040;border:1px solid var(--panel-3);border-radius:6px;padding:6px 10px}.admin-version-card__hash{flex:1;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.82em;color:var(--muted);letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-version-card__copy{background:none;border:none;color:var(--muted);cursor:pointer;padding:2px;display:flex;opacity:.5;transition:opacity .15s}.admin-version-card__copy:hover{opacity:1;color:#2dd4bf}.profile-card{background:linear-gradient(135deg,var(--panel-2) 0%,var(--panel) 100%);border:1px solid var(--panel-3);border-radius:var(--radius);padding:24px;margin-bottom:24px;box-shadow:var(--shadow-md)}.profile-card h2{margin-top:0;margin-bottom:18px}.profile-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.9em;color:var(--muted)}.profile-meta span strong{color:var(--text);margin-right:6px}.profile-session{margin-top:20px;padding-top:16px;border-top:1px solid var(--panel-3)}.profile-session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.profile-session-label{display:block;font-size:.8em;text-transform:uppercase;color:var(--muted);letter-spacing:.5px}.profile-session-value{display:block;font-weight:600;color:var(--text);margin-top:4px}.profile-form{display:flex;flex-direction:column;gap:16px}.profile-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.profile-actions{display:flex;gap:12px;flex-wrap:wrap}.profile-alert{padding:12px 16px;border-radius:8px;font-size:.9em}.profile-alert.error{background:#dc26261a;border:1px solid rgba(220,38,38,.4);color:#fecaca}.profile-alert.success{background:#10b9811a;border:1px solid rgba(16,185,129,.4);color:#86efac}.profile-card-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.invitation-list{display:flex;flex-direction:column;gap:12px}.invitation-item{border:1px solid var(--panel-3);border-radius:var(--radius-sm);padding:16px;background:linear-gradient(135deg,var(--panel) 0%,var(--panel-2) 100%);box-shadow:var(--shadow-sm)}.invitation-item.invitation-disabled{opacity:.65}.invitation-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.invitation-code{font-family:Fira Code,Consolas,monospace;font-size:1.05em;font-weight:600;color:var(--text);word-break:break-all}.invitation-actions{display:flex;gap:8px;flex-wrap:wrap}.invitation-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.85em;color:var(--muted);margin-top:12px}.session-tokens{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:6px 12px;width:100%;margin-top:12px;font-size:.85em}.session-token-label{color:var(--muted)}.session-token-value{color:var(--text);font-weight:500}.profile-empty{color:var(--muted);font-style:italic}@media(max-width:768px){.profile-page{padding:24px 16px 48px}.profile-header{flex-direction:column;align-items:stretch}.profile-header-actions{justify-content:flex-start}}.audit-history__filters{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.audit-history__select,.audit-history__input{background:var(--panel-2);color:var(--fg);border:1px solid var(--panel-3);border-radius:var(--radius);padding:6px 10px;font-size:.85em;outline:none;transition:border-color .15s}.audit-history__select:focus,.audit-history__input:focus{border-color:var(--panel-4, #555)}.audit-history__select{cursor:pointer}.audit-history__input{min-width:180px}.audit-history__input::placeholder{color:var(--muted)}.audit-history__count{color:var(--muted);font-size:.82em;margin-left:auto}.audit-history__error{color:#ef4444;font-size:.85em;margin-bottom:12px}.audit-history__table-wrap{overflow-x:auto;margin:0 -24px;padding:0 24px}.audit-history__table{width:100%;border-collapse:collapse;font-size:.85em}.audit-history__table thead th{text-align:left;color:var(--muted);font-weight:500;padding:6px 10px;border-bottom:1px solid var(--panel-3);white-space:nowrap}.audit-history__table tbody tr{cursor:pointer;transition:background .12s}.audit-history__table tbody tr:hover{background:var(--panel-2)}.audit-history__table tbody td{padding:6px 10px;border-bottom:1px solid var(--panel-3);vertical-align:top}.audit-history__row--expanded{background:var(--panel-2)}.audit-history__cell-time{white-space:nowrap;color:var(--muted);min-width:120px}.audit-history__cell-action{white-space:nowrap;font-weight:500}.audit-history__cell-actor{white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.audit-history__cell-details{color:var(--muted);max-width:400px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.audit-history__json{background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:8px 10px;margin:4px 0 0;font-size:.9em;max-height:200px;overflow:auto;white-space:pre-wrap;word-break:break-word}.audit-history__empty{text-align:center;color:var(--muted);font-style:italic;padding:24px 10px!important}.audit-history__loading{text-align:center;color:var(--muted);padding:12px 0;font-size:.85em}.audit-history__load-more{display:block;width:100%;margin-top:12px;text-align:center}.twitch-accounts-overlay{position:fixed;inset:0;background:#020617d9;display:flex;align-items:center;justify-content:center;z-index:2500;animation:channelModalFadeIn .18s ease-out}.twitch-accounts-modal{position:relative;width:1100px;max-width:95vw;height:85vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172afa,#1e293bf5);border-radius:18px;border:1px solid rgba(51,65,85,.7);box-shadow:0 24px 64px #02061799;animation:channelModalSlideIn .22s ease-out;overflow:hidden}.twitch-accounts__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 12px;border-bottom:1px solid rgba(51,65,85,.5)}.twitch-accounts__header h3{margin:0 0 2px;font-size:1.15em;font-weight:600;color:var(--text)}.twitch-accounts__header p{margin:0;font-size:.85em;color:var(--muted)}.twitch-accounts__close{background:none;border:none;color:var(--muted);font-size:1.5em;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}.twitch-accounts__close:hover{color:var(--text)}.twitch-accounts__toolbar{display:flex;gap:8px;padding:12px 24px;border-bottom:1px solid rgba(51,65,85,.3)}.twitch-accounts__btn-add,.twitch-accounts__btn-manual,.twitch-accounts__btn-import{font-size:.85em;padding:6px 14px;border-radius:var(--radius)}.twitch-accounts__manual{display:flex;flex-direction:column;gap:8px;padding:10px 24px;border-bottom:1px solid rgba(51,65,85,.3)}.twitch-accounts__manual-input{width:100%;background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:6px 12px;color:var(--text);font-size:.9em}.twitch-accounts__manual-textarea{font-family:JetBrains Mono,Fira Code,monospace;resize:vertical;min-height:60px}.twitch-accounts__manual-input:focus{outline:none;border-color:#9147ff;box-shadow:0 0 0 2px #9147ff26}.twitch-accounts__manual button{align-self:flex-end;font-size:.85em;padding:6px 14px}.twitch-accounts__import{display:flex;flex-direction:column;gap:8px;padding:10px 24px;border-bottom:1px solid rgba(51,65,85,.3)}.twitch-accounts__import-textarea{width:100%;background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:8px 12px;color:var(--text);font-size:.9em;font-family:JetBrains Mono,Fira Code,monospace;resize:vertical;min-height:80px}.twitch-accounts__import-textarea:focus{outline:none;border-color:#9147ff;box-shadow:0 0 0 2px #9147ff26}.twitch-accounts__import-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.twitch-accounts__import-result{font-size:.82em;color:var(--muted)}.twitch-accounts__import-footer button{font-size:.85em;padding:6px 14px}.twitch-accounts__form{padding:12px 24px;border-bottom:1px solid rgba(51,65,85,.3);background:#0f172a80}.twitch-accounts__form-row{display:flex;gap:10px;margin-bottom:8px}.twitch-accounts__form-field{flex:1;min-width:0}.twitch-accounts__form-field--token{flex:2;min-width:0}.twitch-accounts__form-field--full{flex:1}.twitch-accounts__form-field label{display:block;font-size:.78em;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:4px}.twitch-accounts__form-field input{width:100%;background:var(--panel);border:1px solid var(--panel-3);border-radius:var(--radius);padding:6px 10px;color:var(--text);font-size:.9em}.twitch-accounts__form-field input:focus{outline:none;border-color:#9147ff;box-shadow:0 0 0 2px #9147ff26}.twitch-accounts__form-error{color:#f87171;font-size:.82em;margin-bottom:6px}.twitch-accounts__form-multi-row{display:flex;gap:6px;align-items:center;margin-bottom:5px}.twitch-accounts__multi-input{padding:5px 8px;border-radius:6px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text);font-size:.88em;outline:none;min-width:0}.twitch-accounts__multi-input:focus{border-color:#9147ff;box-shadow:0 0 0 2px #9147ff26}.twitch-accounts__multi-input--nick{width:110px;flex:0 0 110px}.twitch-accounts__multi-input--token{flex:1 1 0%;width:0}.twitch-accounts__multi-input--comment{width:140px;flex:0 0 140px}.twitch-accounts__multi-remove{background:none;border:none;color:var(--muted);cursor:pointer;padding:6px;border-radius:4px;flex-shrink:0;align-self:flex-end;display:flex;align-items:center;justify-content:center;margin-left:2px;height:30px}.twitch-accounts__multi-remove:hover{color:#f87171;background:#f871711a}.twitch-accounts__multi-error{color:#f87171;font-size:.78em;width:100%;padding-left:2px}.twitch-accounts__form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.twitch-accounts__form-actions button{font-size:.85em;padding:5px 14px}.twitch-accounts__table-wrap{flex:1;min-height:0;overflow:hidden}.twitch-accounts__virt-header{flex-shrink:0}.twitch-accounts__virt-row{display:flex;align-items:center;height:38px;font-size:.85em;border-bottom:1px solid rgba(51,65,85,.2);box-sizing:border-box}.twitch-accounts__virt-row:hover:not(.twitch-accounts__virt-row--header){background:#33415540}.twitch-accounts__virt-row--header{background:#0f172af2;font-weight:600;font-size:.72em;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-bottom:1px solid var(--panel-3);height:34px}.twitch-accounts__virt-row>.twitch-accounts__cell-check{width:32px;min-width:32px;text-align:center;padding-left:10px;padding-right:2px}.twitch-accounts__virt-row>.twitch-accounts__cell-nick{flex:1.2;min-width:0;padding:0 10px}.twitch-accounts__virt-row>.twitch-accounts__cell-token{flex:1.2;min-width:0;padding:0 10px}.twitch-accounts__virt-row>.twitch-accounts__cell-comment{flex:1;min-width:0;padding:0 10px}.twitch-accounts__virt-row>.twitch-accounts__cell-date{flex:.9;min-width:0;padding:0 10px}.twitch-accounts__virt-row>.twitch-accounts__cell-profile{flex:.8;min-width:0;padding:0 10px}.twitch-accounts__virt-row>.twitch-accounts__cell-actions{flex:0 0 auto;padding:0 10px 0 4px}.twitch-accounts__table{width:100%;border-collapse:collapse;font-size:.85em}.twitch-accounts__table thead th{position:sticky;top:0;background:#0f172af2;padding:8px 10px;text-align:left;font-weight:600;font-size:.82em;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-bottom:1px solid var(--panel-3);white-space:nowrap}.twitch-accounts__table tbody tr{height:38px;cursor:default;transition:background .12s}.twitch-accounts__table tbody tr:hover{background:#33415540}.twitch-accounts__table tbody td{padding:7px 10px;border-bottom:1px solid rgba(51,65,85,.2);vertical-align:middle}.twitch-accounts__row--editing{background:#9147ff14!important}.twitch-accounts__cell-nick{font-weight:500;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis}.twitch-accounts__cell-token code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.9em;color:var(--muted);background:#3341554d;padding:2px 6px;border-radius:4px}.twitch-accounts__cell-comment{color:var(--muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twitch-accounts__cell-date{white-space:nowrap;font-size:.9em;color:var(--muted)}.twitch-accounts__cell-profile{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.twitch-accounts__cell-actions{white-space:nowrap;text-align:right}.twitch-accounts__action-btn{background:none;border:1px solid transparent;cursor:pointer;padding:3px 6px;border-radius:4px;font-size:.95em;transition:background .12s,color .12s,border-color .12s;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.twitch-accounts__action-apply{color:#f87171}.twitch-accounts__action-apply:hover{background:#f871711f;border-color:#f871714d}.twitch-accounts__action-apply--active{color:#9147ff}.twitch-accounts__action-apply--active:hover{background:#9147ff26;border-color:#9147ff4d}.twitch-accounts__action-edit:hover{background:#3b82f626;border-color:#3b82f64d;color:#60a5fa}.twitch-accounts__action-delete:hover{background:#f8717126;border-color:#f871714d;color:#f87171}.twitch-accounts__empty{text-align:center;color:var(--muted);padding:24px 0;font-size:.9em}.twitch-accounts__btn-trash{margin-left:auto;font-size:.82em;padding:5px 12px;border-radius:var(--radius)}.twitch-accounts__btn-back{font-size:.85em;padding:6px 14px;border-radius:var(--radius)}.twitch-accounts__btn-trash-clear{margin-left:auto;font-size:.82em;padding:5px 12px;border-radius:var(--radius);color:#f87171;border-color:#f871714d}.twitch-accounts__btn-trash-clear:hover{background:#f8717126}.twitch-accounts__btn-clear-token{display:inline-flex;align-items:center;gap:4px;font-size:.82em;padding:5px 12px;border-radius:var(--radius);background:none;border:1px solid rgba(248,113,113,.3);color:#f87171;cursor:pointer;transition:background .12s}.twitch-accounts__btn-clear-token:hover{background:#f8717126}.twitch-accounts__btn-get-token{display:inline-flex;align-items:center;gap:4px;font-size:.82em;padding:5px 12px;border-radius:var(--radius);background:none;border:1px solid rgba(96,165,250,.3);color:#60a5fa;cursor:pointer;margin-left:auto}.twitch-accounts__btn-get-token:hover{background:#60a5fa26}.twitch-accounts__btn-get-token:disabled{opacity:.5;cursor:default}.twitch-accounts__row--trash{opacity:.7}.twitch-accounts__action-restore{color:#34d399}.twitch-accounts__action-restore:hover{background:#34d39926;border-color:#34d3994d}.twitch-accounts__btn-export{font-size:.82em;padding:5px 12px;border-radius:var(--radius)}.twitch-accounts__preview{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.twitch-accounts__preview-header{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;border-bottom:1px solid rgba(51,65,85,.3);background:#0f172a80}.twitch-accounts__preview-title{font-size:.9em;font-weight:600;color:var(--text)}.twitch-accounts__preview-stats{display:flex;gap:10px;font-size:.82em}.twitch-accounts__badge--new{color:#34d399;background:#34d3991f;padding:2px 8px;border-radius:4px;font-size:.9em}.twitch-accounts__badge--dupe{color:#fbbf24;background:#fbbf241f;padding:2px 8px;border-radius:4px;font-size:.9em}.twitch-accounts__preview-bulk{display:flex;align-items:center;gap:8px;padding:8px 24px;border-bottom:1px solid rgba(51,65,85,.3);font-size:.82em;color:var(--muted)}.twitch-accounts__preview-bulk button{font-size:.85em;padding:3px 10px}.twitch-accounts__row--new{background:#34d3990a}.twitch-accounts__row--dupe{background:#fbbf240a}.twitch-accounts__cell-status{white-space:nowrap}.twitch-accounts__cell-preview-action{white-space:nowrap;text-align:right}.twitch-accounts__preview-toggle{background:none;border:1px solid rgba(251,191,36,.3);color:#fbbf24;font-size:.85em;padding:2px 10px;border-radius:4px;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.twitch-accounts__preview-toggle:hover{background:#fbbf2426}.twitch-accounts__preview-toggle--replace{color:#f87171;border-color:#f871714d}.twitch-accounts__preview-toggle--replace:hover{background:#f8717126}.twitch-accounts__preview-add-label{color:#34d399;font-size:.85em}.twitch-accounts__preview-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 24px;border-top:1px solid rgba(51,65,85,.3)}.twitch-accounts__preview-footer button{font-size:.85em;padding:6px 16px}.twitch-accounts__cell-check{width:32px;text-align:center;padding-left:10px!important;padding-right:2px!important}.twitch-accounts__cell-check input[type=checkbox]{accent-color:#9147ff;width:15px;height:15px;cursor:pointer}.twitch-accounts__row--selected{background:#9147ff0f!important}.twitch-accounts__row--applied{background:#9147ff1a!important;border-left:2px solid #9147ff}.twitch-accounts__bulk-bar{display:flex;align-items:center;gap:10px;padding:8px 24px;background:#9147ff14;border-bottom:1px solid rgba(145,71,255,.2);font-size:.85em;color:var(--text)}.twitch-accounts__bulk-bar button{font-size:.82em;padding:3px 10px}.twitch-accounts__bulk-delete{color:#f87171!important;border-color:#f871714d!important}.twitch-accounts__bulk-delete:hover{background:#f8717126!important}.twitch-accounts__color-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle;flex-shrink:0}.twitch-accounts__context-menu{position:fixed;z-index:3000;min-width:150px;background:#0f172afa;border:1px solid rgba(51,65,85,.7);border-radius:8px;box-shadow:0 8px 24px #02061799;padding:4px 0;animation:channelModalFadeIn .12s ease-out}.twitch-accounts__context-title{padding:6px 12px 4px;font-size:.75em;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);-webkit-user-select:none;user-select:none}.twitch-accounts__context-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:none;border:none;color:var(--text);font-size:.85em;cursor:pointer;transition:background .1s;text-align:left}.twitch-accounts__context-item:hover{background:#33415566}.twitch-accounts__context-swatch{display:inline-block;width:12px;height:12px;border-radius:3px;border:1px solid rgba(255,255,255,.15);flex-shrink:0}.twitch-accounts__search{position:relative;padding:0 16px 8px}.twitch-accounts__search-input{width:100%;padding:7px 32px 7px 10px;border-radius:8px;border:1px solid rgba(51,65,85,.6);background:#0f172a99;color:#e2e8f0;font-size:12px;outline:none;box-sizing:border-box}.twitch-accounts__search-input:focus{border-color:#6366f199}.twitch-accounts__search-input::placeholder{color:#94a3b880}.twitch-accounts__search-clear{position:absolute;right:22px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b899;cursor:pointer;font-size:11px;padding:2px 4px;line-height:1}.twitch-accounts__search-clear:hover{color:#e2e8f0}.twitch-accounts__th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.twitch-accounts__th-sortable svg{opacity:.35;vertical-align:middle;margin-left:2px}.twitch-accounts__th-sortable:hover svg{opacity:.7}.twitch-accounts__th-sortable--active svg{opacity:.9;color:#818cf8}.twitch-accounts__show-more{padding:8px 16px;text-align:center}.twitch-accounts__show-more button{font-size:12px;padding:5px 14px}.twitch-accounts__clearing-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#000000a6;border-radius:var(--radius);z-index:20;color:var(--text-1);font-size:14px;font-weight:500}.twitch-accounts__clearing-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.15);border-top-color:#a78bfa;border-radius:50%;animation:twitch-spin .7s linear infinite}@keyframes twitch-spin{to{transform:rotate(360deg)}}.twitch-accounts__body{display:flex;flex:1;min-height:0;overflow:hidden}.twitch-accounts__sidebar{width:200px;min-width:200px;border-right:1px solid rgba(51,65,85,.5);padding:8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.twitch-accounts__folder-item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 10px;border-radius:6px;background:transparent;border:none;color:var(--muted);font-size:12px;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s,color .15s}.twitch-accounts__folder-item:hover{background:#33415566;color:var(--text)}.twitch-accounts__folder-item--active{background:#8b5cf626;color:var(--primary);font-weight:600}.twitch-accounts__folder-item--active:hover{background:#8b5cf638}.twitch-accounts__folder-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.twitch-accounts__folder-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.twitch-accounts__folder-count{font-size:10px;color:var(--muted);opacity:.7;flex-shrink:0}.twitch-accounts__folder-item--active .twitch-accounts__folder-count{color:var(--primary);opacity:.8}.twitch-accounts__folder-add{margin-top:auto;padding:6px 10px;border-radius:6px;background:transparent;border:1px dashed rgba(51,65,85,.5);color:var(--muted);font-size:12px;cursor:pointer;transition:border-color .15s,color .15s}.twitch-accounts__folder-add:hover{border-color:var(--primary);color:var(--primary)}.twitch-accounts__folder-rename{width:100%;padding:4px 8px;background:var(--panel-2);border:1px solid var(--primary);border-radius:4px;color:var(--text);font-size:12px;outline:none}.twitch-accounts__content{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.twitch-accounts__header-folder{font-weight:400;color:var(--muted);font-size:.85em}.twitch-accounts__context-divider{height:1px;background:#33415580;margin:4px 0}.twitch-accounts__context-item--danger{color:#f87171}.twitch-accounts__context-item--danger:hover{background:#f8717126}.twitch-accounts__context-colors{display:flex;flex-wrap:wrap;gap:4px;padding:4px 8px}.twitch-accounts__context-color-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;border:1px solid transparent;background:transparent;cursor:pointer;padding:0;transition:border-color .15s}.twitch-accounts__context-color-btn:hover{border-color:#ffffff4d}.twitch-accounts__context-color-btn .twitch-accounts__context-swatch{width:14px;height:14px;border-radius:3px}.twitch-accounts__bulk-move{position:relative}.twitch-accounts__bulk-move-dropdown{position:absolute;top:100%;left:0;z-index:100;margin-top:4px;min-width:160px;background:linear-gradient(135deg,#0f172afa,#1e293bf5);border:1px solid rgba(51,65,85,.7);border-radius:8px;padding:4px;box-shadow:0 8px 24px #02061799}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;text-align:center}.loader__spinner{border:3px solid #2a3342;border-top-color:#60a5fa;border-radius:50%;animation:loader-spin .8s linear infinite}.loader--small .loader__spinner{width:20px;height:20px;border-width:2px}.loader--medium .loader__spinner{width:32px;height:32px;border-width:3px}.loader--large .loader__spinner{width:48px;height:48px;border-width:4px}.loader__text{color:#94a3b8;font-size:14px}.loader--error{flex-direction:row;gap:8px;color:#f87171}.loader--error .loader__icon{font-size:1.2em}.loader--error .loader__text{color:#f87171}@keyframes loader-spin{to{transform:rotate(360deg)}}
