.support-chat-root{z-index:70;pointer-events:none;justify-items:end;gap:12px;display:grid;position:fixed;bottom:24px;right:24px}.support-chat-root.app{bottom:28px}.support-chat-launcher,.support-chat-panel{pointer-events:auto}.support-chat-launcher{min-width:56px;min-height:56px;color:var(--solid-text);background:var(--solid-bg);box-shadow:0 12px 32px color-mix(in srgb, var(--overlay) 30%, transparent);cursor:pointer;font:inherit;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:13px;font-weight:780;transition:background-color .15s,box-shadow .15s,transform .15s;display:inline-flex}.support-chat-launcher:hover{background:var(--solid-hover);box-shadow:0 16px 36px color-mix(in srgb, var(--overlay) 38%, transparent);transform:translateY(-2px)}.support-chat-launcher:active{transform:translateY(0)}.support-chat-launcher:focus-visible,.support-chat-icon-button:focus-visible,.support-chat-suggestions button:focus-visible,.support-chat-error button:focus-visible,.support-chat-send:focus-visible,.support-chat-composer textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 34%, transparent);outline-offset:2px}.support-report-review button:focus-visible,.support-report-review input:focus-visible,.support-report-review textarea:focus-visible,.support-report-review select:focus-visible,.support-report-diagnostics summary:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 30%, transparent);outline-offset:2px}.support-chat-panel{background:var(--paper);width:min(390px,100vw - 32px);height:min(610px,100dvh - 116px);min-height:420px;box-shadow:0 26px 72px color-mix(in srgb, var(--overlay) 42%, transparent);color:var(--ink);border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.support-chat-header{border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:74px;padding:14px 14px 14px 16px;display:grid}.support-chat-identity{width:38px;height:38px;color:var(--solid-text);background:var(--solid-bg);border-radius:12px;place-items:center;display:grid}.support-chat-header h2,.support-chat-header p{margin:0}.support-chat-header h2{font-family:var(--font-ui);letter-spacing:-.01em;font-size:14px;font-weight:800;line-height:1.25}.support-chat-header p{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.4}.support-chat-presence{background:var(--income);border-radius:50%;width:7px;height:7px;margin-right:3px;display:inline-block}.support-chat-header-actions{gap:3px;display:flex}.support-chat-icon-button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;padding:0;display:grid}.support-chat-icon-button:hover{color:var(--ink);background:var(--surface-hover)}.support-chat-conversation{overscroll-behavior:contain;background:var(--page);scrollbar-gutter:stable;flex-direction:column;gap:14px;padding:18px 16px;display:flex;overflow-y:auto}.support-chat-message{gap:5px;max-width:86%;display:grid}.support-chat-message>span{color:var(--subtle);font-size:10px;font-weight:750}.support-chat-message p{overflow-wrap:anywhere;white-space:pre-wrap;border-radius:13px;margin:0;padding:10px 12px;font-size:13px;line-height:1.55}.support-chat-message.assistant{align-self:flex-start}.support-chat-message.assistant p{background:var(--surface);box-shadow:0 2px 8px color-mix(in srgb, var(--shadow) 55%, transparent);border-top-left-radius:4px}.support-message-link{color:var(--action-strong);-webkit-text-decoration-color:color-mix(in srgb, var(--action) 52%, transparent);text-decoration-color:color-mix(in srgb, var(--action) 52%, transparent);text-underline-offset:2px;font-weight:760;text-decoration-thickness:1px}.support-message-link:hover{color:var(--action);text-decoration-color:currentColor}.support-message-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:3px}.support-chat-message.user{align-self:flex-end}.support-chat-message.user>span{text-align:right}.support-chat-message.user p{color:var(--solid-text);background:var(--solid-bg);border-top-right-radius:4px}.support-chat-suggestions{align-self:stretch;gap:7px;display:grid}.support-chat-suggestions button{min-height:40px;color:var(--action-strong);border:1px solid color-mix(in srgb, var(--action) 30%, var(--line));background:var(--action-soft);cursor:pointer;font:inherit;text-align:left;border-radius:11px;padding:9px 11px;font-size:11px;font-weight:720}.support-chat-suggestions button:hover{border-color:var(--action);background:color-mix(in srgb, var(--action-soft) 72%, var(--surface))}.support-chat-thinking{background:var(--surface);width:max-content;min-height:38px;box-shadow:0 2px 8px color-mix(in srgb, var(--shadow) 55%, transparent);border-radius:4px 13px 13px;align-items:center;gap:4px;padding:0 14px;display:flex}.support-chat-thinking>span:not(.sr-only){background:var(--subtle);border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite alternate support-chat-thinking}.support-chat-thinking>span:nth-child(2){animation-delay:.14s}.support-chat-thinking>span:nth-child(3){animation-delay:.28s}.support-chat-error{color:var(--danger);background:var(--danger-soft);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;font-size:11px;line-height:1.45;display:flex}.support-chat-error p{margin:0}.support-chat-error button{color:currentColor;background:var(--surface);cursor:pointer;min-height:34px;font:inherit;border:0;border-radius:9px;flex:none;font-size:10px;font-weight:800}.support-report-review{border:1px solid color-mix(in srgb, var(--action) 28%, var(--line));background:var(--paper);border-radius:14px;align-self:stretch;gap:13px;width:100%;padding:14px;display:grid}.support-report-review-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.support-report-review-heading>span{width:34px;height:34px;color:var(--action-strong);background:var(--action-soft);border-radius:10px;place-items:center;display:grid}.support-report-review-heading p,.support-report-review-heading h3,.support-report-review-note,.support-report-diagnostics p,.support-report-submit-error,.support-report-success p{margin:0}.support-report-review-heading p{color:var(--subtle);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:650;line-height:1.3}.support-report-review-heading h3{color:var(--ink);font-family:var(--font-ui);letter-spacing:-.01em;margin-top:2px;font-size:14px;font-weight:800}.support-report-review-heading>button{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;padding:0;display:grid}.support-report-review-heading>button:hover{color:var(--ink);background:var(--surface-hover)}.support-report-review-note{color:var(--muted);font-size:11px;line-height:1.5}.support-report-fields{gap:11px;display:grid}.support-report-fields label{gap:5px;min-width:0;display:grid}.support-report-fields label>span{color:var(--muted);font-size:10px;font-weight:760}.support-report-field-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;display:grid}.support-report-fields input,.support-report-fields textarea,.support-report-fields select{width:100%;min-width:0;color:var(--ink);border:1px solid var(--line-strong);background:var(--surface);font:inherit;border-radius:10px;outline:0;padding:9px 10px;font-size:12px;line-height:1.45}.support-report-fields input,.support-report-fields select{min-height:40px}.support-report-fields textarea{resize:vertical;min-height:76px}.support-report-fields input:focus,.support-report-fields textarea:focus,.support-report-fields select:focus{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 15%, transparent)}.support-report-fields :disabled{cursor:not-allowed;opacity:.65}.support-report-diagnostics{color:var(--subtle);font-size:10px;line-height:1.45}.support-report-diagnostics summary{width:max-content;max-width:100%;color:var(--action-strong);cursor:pointer;align-items:center;gap:6px;font-weight:760;display:flex}.support-report-diagnostics p{overflow-wrap:anywhere;margin-top:7px}.support-report-submit-error{color:var(--danger);background:var(--danger-soft);border-radius:10px;padding:9px 10px;font-size:10px;line-height:1.45}.support-report-actions{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:8px;display:grid}.support-report-actions button{min-height:40px;color:var(--solid-text);background:var(--solid-bg);cursor:pointer;font:inherit;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:10px;font-weight:800;display:inline-flex}.support-report-actions button.secondary{color:var(--ink);border-color:var(--line-strong);background:var(--surface)}.support-report-actions button:hover:not(:disabled){background:var(--solid-hover)}.support-report-actions button.secondary:hover:not(:disabled){background:var(--surface-hover)}.support-report-actions button:disabled{cursor:not-allowed;opacity:.5}.support-report-success{color:var(--success);background:var(--success-soft);border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:12px;display:grid}.support-report-success strong{color:var(--ink);font-size:12px}.support-report-success p{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.45}.support-chat-composer{border-top:1px solid var(--line);background:var(--paper);padding:12px 13px 11px}.support-chat-composer-row{border:1px solid var(--line-strong);background:var(--surface);border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-height:48px;padding:5px 5px 5px 12px;display:grid}.support-chat-composer-row:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 16%, transparent)}.support-chat-composer textarea{resize:none;width:100%;min-height:36px;max-height:104px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:8px 0 6px;font-size:13px;line-height:1.45}.support-chat-composer textarea::placeholder{color:var(--subtle)}.support-chat-composer textarea:focus-visible{outline:0}.support-chat-send{width:38px;height:38px;color:var(--solid-text);background:var(--solid-bg);cursor:pointer;border:0;border-radius:10px;place-items:center;padding:0;display:grid}.support-chat-send:hover:not(:disabled){background:var(--solid-hover)}.support-chat-send:disabled{cursor:not-allowed;opacity:.42}.support-chat-disclosure{color:var(--subtle);align-items:flex-start;gap:5px;margin:8px 2px 0;font-size:11px;line-height:1.35;display:flex}.support-chat-disclosure svg{color:var(--action);flex:none;margin-top:1px}@keyframes support-chat-thinking{0%{opacity:.35;transform:translateY(1px)}to{opacity:1;transform:translateY(-1px)}}@media (prefers-reduced-motion:no-preference){.support-chat-panel{animation:.22s cubic-bezier(.16,1,.3,1) both support-chat-open}@keyframes support-chat-open{0%{opacity:0;filter:blur(3px);transform:translateY(14px)scale(.985)}}}@media (prefers-reduced-motion:reduce){.support-chat-launcher{transition:none}.support-chat-thinking>span:not(.sr-only){animation:none}}@media (width<=760px){.support-chat-root{right:12px;bottom:calc(12px + env(safe-area-inset-bottom))}.support-chat-root.app{bottom:calc(78px + env(safe-area-inset-bottom))}.support-chat-launcher{width:52px;min-width:52px;min-height:52px;padding:0}.support-chat-launcher span,.support-chat-root.open .support-chat-launcher{display:none}.support-chat-panel{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));width:auto;height:min(72dvh,620px);min-height:390px;position:fixed;left:10px}.support-chat-root.app .support-chat-panel{bottom:calc(76px + env(safe-area-inset-bottom));height:min(68dvh,580px)}.support-chat-conversation{padding:15px 13px}.support-chat-icon-button,.support-chat-send{width:44px;height:44px}.support-chat-composer-row{min-height:54px}.support-chat-message{max-width:91%}.support-chat-suggestions button{min-height:44px}}@media (width<=380px){.support-chat-header{gap:8px;padding-left:12px}.support-chat-identity{width:34px;height:34px}.support-chat-header p{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.support-chat-composer{padding-inline:10px}.support-report-field-row,.support-report-actions{grid-template-columns:1fr}}
