.chat-surface{background:#efece5;flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;padding:1rem;position:relative;scrollbar-color:var(--fp1,#0891b2) transparent;scrollbar-width:thin}.chat-surface__pattern{background-image:radial-gradient(circle at 20px 20px,color-mix(in srgb,var(--fp1,#0891b2) 18%,transparent) 1px,transparent 1.5px);background-size:42px 42px;inset:0;opacity:.22;pointer-events:none;position:absolute}.chat-surface::-webkit-scrollbar{width:5px}.chat-surface::-webkit-scrollbar-thumb{background:var(--fp1,#0891b2);border-radius:99px}html.dark .chat-surface{background:radial-gradient(circle at 12% 0,color-mix(in srgb,var(--fp1,#0891b2) 14%,transparent),transparent 42%),radial-gradient(circle at 100% 100%,color-mix(in srgb,var(--fp2,#0e7490) 12%,transparent),transparent 45%),color-mix(in srgb,var(--fp1,#0891b2) 10%,#060b16)}.message-row{display:flex;margin:.55rem 0;overflow:visible;position:relative;z-index:1}.message-row--mine{justify-content:flex-end}.message-row--theirs{justify-content:flex-start}.message-bubble{border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 12%,transparent);border-radius:.75rem;max-width:min(85%,520px);overflow:visible;padding:.55rem .68rem .35rem;position:relative;--wa-bubble-bg:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--wa-bubble-bg);box-shadow:0 4px 14px #0f172a12;color:#334155;font-size:.82rem;line-height:1.65}.message-row--mine .message-bubble:not(.message-bubble--user){--wa-bubble-bg:var(--fp1,#0891b2);background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 85%,var(--fp1,#0891b2)));border-color:transparent;color:#fff}.message-bubble--success{--wa-bubble-bg:rgba(220,252,231,.98);border-color:#22c55e59;color:#166534}.message-bubble--user,.message-row--mine .message-bubble.message-bubble--user{--wa-bubble-bg:var(--fp1,#0891b2);background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 85%,var(--fp1,#0891b2)));border-color:transparent;color:#fff}.message-bubble--plain{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.message-bubble--plain:before{display:none!important}.message-bubble:not(.message-bubble--plain):before{background:var(--wa-bubble-bg);border:0;content:"";height:13px;pointer-events:none;position:absolute;top:-3.5px;transform:rotate(91deg);width:8px;z-index:1}[dir=rtl] .message-row--mine .message-bubble{border-top-right-radius:0}[dir=rtl] .message-row--mine .message-bubble:before{border-bottom-left-radius:16px 14px;left:auto;right:-4px;transform:rotate(-92deg)}[dir=rtl] .message-row--theirs .message-bubble{border-top-left-radius:0}[dir=rtl] .message-row--theirs .message-bubble:before{border-bottom-right-radius:16px 14px;left:-4px;right:auto;transform:rotate(91deg)}.message-bubble p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.message-bubble footer{align-items:center;color:#64748b;display:flex;font-size:.58rem;gap:.3rem;justify-content:flex-end;margin-top:.18rem}.message-bubble--user footer,.message-row--mine .message-bubble footer{color:#ffffffc7}.message-author{color:var(--fp1,#0891b2);display:block;font-size:.68rem;font-weight:900;margin-bottom:.15rem}.message-row--mine .message-author{color:#ffffffd9}.message-media{margin-bottom:.35rem}.message-image{border-radius:.65rem;display:block;overflow:hidden}.message-image img{display:block;max-height:14rem;max-width:100%;-o-object-fit:cover;object-fit:cover}.chat-typing{align-items:center;display:inline-flex;gap:.28rem;padding:.15rem 0}.chat-typing span{animation:chat-typing-bounce .75s ease-in-out infinite;background:color-mix(in srgb,var(--fp1,#0891b2) 50%,#94a3b8);border-radius:50%;height:.45rem;width:.45rem}.chat-typing span:nth-child(2){animation-delay:.1s}.chat-typing span:nth-child(3){animation-delay:.2s}@keyframes chat-typing-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-choices{display:grid;gap:.45rem;margin:.35rem 0 .15rem;max-width:min(92%,520px)}.chat-choices--cols-2{grid-template-columns:1fr 1fr}.chat-choices--cols-3{grid-template-columns:1fr}.chat-choice{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border-radius:1rem;box-shadow:0 10px 24px -12px color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent);color:#fff;font-size:.78rem;font-weight:800;line-height:1.45;padding:.7rem .85rem;text-align:center;transition:.18s;white-space:normal;word-break:break-word}.chat-choice:hover{filter:brightness(1.05)}.chat-choice--outline{background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 35%,transparent);box-shadow:none;color:color-mix(in srgb,var(--fp1,#0891b2) 62%,#0f172a)}.chat-choice:disabled{opacity:.45}.chat-attach-picker{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.55rem;margin:.35rem 0 .15rem;max-width:min(92%,520px)}.chat-attach-preview{background:color-mix(in srgb,var(--fp1,#0891b2) 5%,#fff);border:2px dashed color-mix(in srgb,var(--fp1,#0891b2) 35%,transparent);border-radius:.85rem;color:var(--fp1,#0891b2);cursor:pointer;display:grid;flex:none;height:5.5rem;overflow:hidden;place-items:center;transition:.18s;width:5.5rem}.chat-attach-preview:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 12%,#fff);border-color:var(--fp1,#0891b2)}.chat-attach-preview img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.chat-attach-preview__icon{display:grid;font-size:.62rem;font-weight:800;gap:.2rem;line-height:1.3;place-items:center;text-align:center}.chat-attach-preview__icon svg{height:1.35rem;width:1.35rem}.chat-attach-preview__file{display:grid;font-size:.55rem;font-weight:800;gap:.15rem;padding:.35rem;place-items:center;text-align:center;word-break:break-all}.chat-attach-actions{display:flex;flex:1;flex-direction:column;gap:.45rem;min-width:8rem}.chat-success-countdown{background:color-mix(in srgb,var(--fp1,#0891b2) 8%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 18%,transparent);border-radius:.85rem;color:color-mix(in srgb,var(--fp1,#0891b2) 62%,#0f172a);font-size:.72rem;font-weight:800;margin:.35rem 0 .15rem;max-width:min(92%,520px);padding:.55rem .75rem;text-align:center}.chat-composer{background:color-mix(in srgb,var(--fp1,#0891b2) 4%,rgba(248,250,252,.97));border-top:1px solid color-mix(in srgb,var(--fp1,#0891b2) 12%,transparent);padding:.65rem .85rem;position:relative;z-index:3}.chat-composer__bar{align-items:flex-end;background:#fff;border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 14%,transparent);border-radius:1rem;box-shadow:0 7px 20px #0f172a0f;display:flex;gap:.35rem;padding:.35rem;transition:border-color .18s,box-shadow .18s}.chat-composer__bar:focus-within{border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fp1,#0891b2) 18%,transparent)}.chat-composer__icon{background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 14%,transparent);border-radius:.65rem;color:color-mix(in srgb,var(--fp1,#0891b2) 42%,#64748b);cursor:pointer;display:grid;flex:none;height:2.3rem;place-items:center;transition:border-color .18s,background .18s,color .18s;width:2.3rem}.chat-composer__icon:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 12%,#fff);border-color:color-mix(in srgb,var(--fp1,#0891b2) 32%,transparent);color:var(--fp1,#0891b2)}.chat-composer__icon svg{width:1.15rem}.chat-composer textarea{background:transparent;border:0;flex:1;font-size:.8rem;max-height:7rem;min-height:2.3rem;min-width:0;outline:0;padding:.55rem;resize:none}.chat-composer__send{background:linear-gradient(135deg,var(--fp1,#0891b2) 0,color-mix(in srgb,var(--fp2,#0e7490) 55%,var(--fp1,#0891b2)) 52%,var(--fp2,#0e7490) 100%);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);border-radius:.75rem;box-shadow:inset 0 1px #ffffff47,0 8px 18px -6px color-mix(in srgb,var(--fp1,#0891b2) 48%,transparent);color:#fff;display:grid;flex:none;height:2.5rem;place-items:center;width:2.5rem}.chat-composer__send:disabled{opacity:.45}.chat-composer__send svg{width:1.1rem}.chat-composer__file{color:#64748b;direction:ltr;font-size:.72rem;margin-top:.35rem;text-align:start;unicode-bidi:plaintext}.chat-composer__file button{color:#ef4444}.chat-composer__icon--mic{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border-color:color-mix(in srgb,var(--fp1,#0891b2) 42%,transparent);box-shadow:inset 0 1px #ffffff47,0 8px 16px -10px color-mix(in srgb,var(--fp1,#0891b2) 45%,transparent);color:#fff}.chat-composer__icon--mic:hover{border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);color:#fff;filter:brightness(1.05)}.chat-composer__icon--mic:disabled{opacity:.45}.chat-composer__voice{align-items:center;background:#fff;border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 12%,transparent);border-radius:1rem;box-shadow:0 7px 20px #0f172a0f;display:flex;gap:.55rem;padding:.45rem .55rem}.chat-composer__voice--recording{justify-content:space-between}.chat-composer__voice-timer{color:#ef4444;font-size:.82rem;font-variant-numeric:tabular-nums;font-weight:800;min-width:2.4rem}.chat-composer__waveform{align-items:center;display:flex;flex:1;gap:.18rem;height:2rem;justify-content:center;min-width:0}.chat-composer__waveform-bar{animation:chat-voice-wave .9s ease-in-out infinite alternate;background:var(--fp1,#0891b2);border-radius:999px;height:.45rem;width:3px}@keyframes chat-voice-wave{0%{height:.35rem;opacity:.45}to{height:1.35rem;opacity:1}}.chat-audio-player{align-items:center;display:flex;gap:.45rem;max-width:100%;min-width:10rem}.chat-audio-player__play{background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 20%,transparent);border-radius:50%;color:var(--fp1,#0891b2);display:grid;flex:none;height:2.4rem;place-items:center;width:2.4rem}.chat-audio-player__play svg{fill:currentColor;width:1rem}.chat-audio-player__progress{background:#cbd5e1;border-radius:999px;flex:1 1 auto;height:.4rem;min-width:4.5rem;overflow:hidden}.chat-audio-player__progress-fill{background:var(--fp1,#0891b2);border-radius:inherit;display:block;height:100%;min-width:0;transform-origin:inline-start center;transition:width .08s linear}[dir=rtl] .chat-audio-player__progress-fill{margin-inline-start:auto}.chat-audio-player__duration{color:#64748b;flex:none;font-size:.82rem;font-variant-numeric:tabular-nums;font-weight:800;min-width:2.2rem}.chat-audio-player--composer{flex:1 1 auto;min-width:0}.chat-audio-player--composer .chat-audio-player__duration{margin-inline-start:auto}.chat-audio-player--user .chat-audio-player__play{background:#ffffff29;border-color:#ffffff73;color:#fff}.chat-audio-player--user .chat-audio-player__progress{background:#ffffff59}.chat-audio-player--user .chat-audio-player__progress-fill{background:#fff}.chat-audio-player--user .chat-audio-player__duration{color:#ffffffeb}.message-media .chat-audio-player{margin:.15rem 0 .25rem;width:min(100%,17rem)}html.dark .chat-audio-player--staff .chat-audio-player__play{background:color-mix(in srgb,var(--fp1,#0891b2) 16%,transparent);border-color:color-mix(in srgb,var(--fp1,#0891b2) 35%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 45%,#fff)}html.dark .chat-audio-player--staff .chat-audio-player__progress{background:color-mix(in srgb,var(--fp1,#0891b2) 22%,#334155)}html.dark .chat-audio-player--staff .chat-audio-player__duration{color:#94a3b8}html.dark .message-row--mine .chat-audio-player--user .chat-audio-player__play{background:#ffffff24;border-color:#fff6;color:#fff}.chat-composer__voice-stop{background:#ef4444;border-radius:50%;box-shadow:0 6px 14px #ef444447;color:#fff;display:grid;flex:none;height:2.4rem;place-items:center;width:2.4rem}.chat-composer__voice-stop svg{fill:currentColor;width:1rem}.chat-composer__voice--preview{gap:.45rem;justify-content:flex-start}.chat-composer__voice-send{background:linear-gradient(135deg,var(--fp1,#0891b2) 0,color-mix(in srgb,var(--fp2,#0e7490) 55%,var(--fp1,#0891b2)) 52%,var(--fp2,#0e7490) 100%);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);border-radius:.75rem;box-shadow:inset 0 1px #ffffff47,0 8px 18px -6px color-mix(in srgb,var(--fp1,#0891b2) 48%,transparent);color:#fff;display:grid;flex:none;height:2.4rem;place-items:center;width:2.4rem}.chat-composer__voice-send:disabled{opacity:.45}.chat-composer__voice-send svg{width:1rem}.chat-composer__voice-cancel{background:linear-gradient(135deg,#ef4444,color-mix(in srgb,#ef4444 70%,#f87171));border-radius:50%;box-shadow:0 6px 14px #ef444447;color:#fff;display:grid;flex:none;height:2.4rem;place-items:center;width:2.4rem}.chat-composer__voice-cancel svg{width:1rem}.chat-emoji-picker{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;bottom:3.4rem;box-shadow:0 18px 42px #0f172a2e;display:grid;gap:.1rem;grid-template-columns:repeat(7,1fr);inset-inline-start:.75rem;padding:.5rem;position:absolute;width:min(280px,80vw);z-index:8}.chat-emoji-picker button{border-radius:.4rem;font-size:1.15rem;padding:.25rem}.chat-emoji-picker button:hover{background:#ecfeff}html.dark .message-row--theirs .message-bubble{--wa-bubble-bg:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.92));background:var(--wa-bubble-bg);border-color:color-mix(in srgb,var(--fp1,#0891b2) 26%,hsla(0,0%,100%,.06));color:#e2e8f0}html.dark .message-row--theirs .message-bubble footer{color:color-mix(in srgb,var(--fp1,#0891b2) 20%,#94a3b8)}html.dark .message-author{color:color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff)}html.dark .message-bubble--user,html.dark .message-row--mine .message-bubble.message-bubble--user,html.dark .message-row--mine .message-bubble:not(.message-bubble--user){--wa-bubble-bg:var(--fp1,#0891b2);background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 80%,var(--fp1,#0891b2)));border-color:transparent;color:#fff}html.dark .message-bubble--success{--wa-bubble-bg:#14532d;background:#14532d;color:#bbf7d0}html.dark .chat-composer{background:color-mix(in srgb,var(--fp1,#0891b2) 12%,#060b16);border-color:color-mix(in srgb,var(--fp1,#0891b2) 22%,hsla(0,0%,100%,.06))}html.dark .chat-composer__bar,html.dark .chat-composer__voice,html.dark .chat-emoji-picker{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.92));border-color:color-mix(in srgb,var(--fp1,#0891b2) 26%,hsla(0,0%,100%,.08));color:#e2e8f0}html.dark .chat-composer__bar:focus-within{border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fp1,#0891b2) 24%,transparent)}html.dark .chat-composer textarea{color:#e2e8f0}html.dark .chat-composer textarea::-moz-placeholder{color:#94a3b8}html.dark .chat-composer textarea::placeholder{color:#94a3b8}html.dark .chat-composer__icon{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.9));border-color:color-mix(in srgb,var(--fp1,#0891b2) 26%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 28%,#94a3b8)}html.dark .chat-composer__icon:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 20%,rgba(8,12,22,.92));border-color:color-mix(in srgb,var(--fp1,#0891b2) 42%,hsla(0,0%,100%,.1));color:color-mix(in srgb,var(--fp1,#0891b2) 45%,#fff)}html.dark .chat-composer__icon--mic{background:linear-gradient(135deg,var(--fp1,#0891b2) 0,color-mix(in srgb,var(--fp2,#0e7490) 55%,var(--fp1,#0891b2)) 52%,var(--fp2,#0e7490) 100%);border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,hsla(0,0%,100%,.28));box-shadow:inset 0 1px #ffffff38,0 8px 16px -10px color-mix(in srgb,var(--fp1,#0891b2) 50%,transparent);color:#fff}html.dark .chat-composer__icon--mic:hover{color:#fff;filter:brightness(1.06)}html.dark .chat-composer__send,html.dark .chat-composer__voice-send{background:linear-gradient(135deg,var(--fp1,#0891b2) 0,color-mix(in srgb,var(--fp2,#0e7490) 55%,var(--fp1,#0891b2)) 52%,var(--fp2,#0e7490) 100%);border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,hsla(0,0%,100%,.28));box-shadow:inset 0 1px #ffffff38,0 10px 22px -8px color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent)}html.dark .chat-composer__file{color:#94a3b8}html.dark .chat-emoji-picker button:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 22%,transparent)}html.dark .chat-choice--outline{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.9));border-color:color-mix(in srgb,var(--fp1,#0891b2) 32%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 42%,#fff)}html.dark .chat-success-countdown{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.88));border-color:color-mix(in srgb,var(--fp1,#0891b2) 26%,hsla(0,0%,100%,.06));color:color-mix(in srgb,var(--fp1,#0891b2) 42%,#fff)}html.dark .chat-attach-preview{background:color-mix(in srgb,var(--fp1,#0891b2) 12%,rgba(8,12,22,.9));border-color:color-mix(in srgb,var(--fp1,#0891b2) 35%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 45%,#fff)}html.dark .chat-attach-preview:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 18%,rgba(8,12,22,.92));border-color:color-mix(in srgb,var(--fp1,#0891b2) 55%,hsla(0,0%,100%,.1))}.support-widget-home{background:radial-gradient(circle at 12% 0,color-mix(in srgb,var(--fp1,#0891b2) 8%,transparent),transparent 45%),radial-gradient(circle at 100% 6%,color-mix(in srgb,var(--fp2,#0e7490) 7%,transparent),transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--fp1,#0891b2) 4%,#f8fafc) 0,#fff 42%);display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}html.dark .support-widget-home{background:radial-gradient(circle at 12% 0,color-mix(in srgb,var(--fp1,#0891b2) 16%,transparent),transparent 45%),radial-gradient(circle at 100% 6%,color-mix(in srgb,var(--fp2,#0e7490) 13%,transparent),transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--fp1,#0891b2) 12%,#060b16) 0,#05070f 46%)}.support-home{flex:1;overflow-y:auto;padding:1.1rem 1rem .75rem;scrollbar-color:var(--fp1,#0891b2) transparent;scrollbar-width:thin}.support-home__hero{padding:.5rem .5rem 1rem;text-align:center}.support-home__hero-icon{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);border-radius:1.1rem;box-shadow:0 12px 26px -12px color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent),inset 0 1px #ffffff4d;color:#fff;display:grid;height:3.5rem;margin:0 auto .65rem;place-items:center;width:3.5rem}.support-home__hero-icon svg{color:#fff;height:1.65rem;width:1.65rem}.support-home__title{background:linear-gradient(to right,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 85%,var(--fp1,#0891b2)));-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:900;margin:0 0 .35rem}.support-home__title,[dir=rtl] .support-home__title{color:transparent;-webkit-text-fill-color:transparent}[dir=rtl] .support-home__title{background:linear-gradient(to left,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 85%,var(--fp1,#0891b2)));-webkit-background-clip:text;background-clip:text}.support-home__subtitle{color:#64748b;font-size:.78rem;line-height:1.6;margin:0 0 .65rem}.support-home__presence{align-items:center;border-radius:999px;display:inline-flex;font-size:.68rem;font-weight:800;gap:.4rem;padding:.28rem .65rem}.support-home__presence--on{background:#10b9811f;color:#059669}.support-home__presence--off{background:#64748b1f;color:#64748b}.support-home__dot{border-radius:50%;display:inline-block;height:.45rem;width:.45rem}.support-home__dot--on{background:#10b981;box-shadow:0 0 0 3px #10b98140}.support-home__dot--off{background:#94a3b8;box-shadow:0 0 0 3px #94a3b833}.support-home__new-card{align-items:center;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff));border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 22%,#e2e8f0);border-radius:1.1rem;box-shadow:0 10px 28px color-mix(in srgb,var(--fp1,#0891b2) 12%,transparent);display:flex;gap:.75rem;margin-top:.35rem;padding:.9rem 1rem;text-align:start;transition:.18s;width:100%}.support-home__new-card:hover{border-color:color-mix(in srgb,var(--fp1,#0891b2) 45%,#e2e8f0);box-shadow:0 14px 32px color-mix(in srgb,var(--fp1,#0891b2) 18%,transparent);transform:translateY(-1px)}.support-home__new-icon{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border-radius:.85rem;color:#fff;display:grid;flex:none;height:2.75rem;place-items:center;width:2.75rem}.support-home__new-icon svg{height:1.35rem;width:1.35rem}.support-home__new-text{display:flex;flex:1;flex-direction:column;gap:.15rem;min-width:0}.support-home__new-text b{color:#0f172a;font-size:.88rem;font-weight:900}.support-home__new-text small{color:#64748b;font-size:.68rem;line-height:1.4}.support-home__new-arrow{color:var(--fp1,#0891b2);flex:none;height:1.1rem;opacity:.7;width:1.1rem}.support-home__hours{align-items:flex-start;background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 14%,transparent);border-radius:.85rem;color:#475569;display:flex;font-size:.68rem;gap:.45rem;line-height:1.55;margin:.85rem 0 0;padding:.65rem .75rem;white-space:pre-line}.support-home__hours svg{color:var(--fp1,#0891b2);flex:none;height:.95rem;margin-top:.1rem;width:.95rem}.support-home__recent{margin-top:1rem;padding-top:.15rem}.support-home__recent-head{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.55rem}.support-home__recent-head h3{color:#0f172a;font-size:.78rem;font-weight:900;margin:0}.support-home__recent-all{background:color-mix(in srgb,var(--fp1,#0891b2) 10%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 22%,#e2e8f0);border-radius:99px;color:var(--fp1,#0891b2);flex:none;font-size:.62rem;font-weight:800;padding:.2rem .55rem;transition:.18s}.support-home__recent-all:hover{background:color-mix(in srgb,var(--fp1,#0891b2) 16%,#fff);border-color:color-mix(in srgb,var(--fp1,#0891b2) 40%,#e2e8f0)}.support-home__recent-skeletons{display:grid;gap:.45rem}.support-home__recent .support-inbox__item{margin-bottom:.45rem}.support-home__recent .support-inbox__item:last-child{margin-bottom:0}.support-inbox{flex:1;overflow-y:auto;padding:.75rem .85rem;scrollbar-color:var(--fp1,#0891b2) transparent;scrollbar-width:thin}.support-inbox__list{list-style:none;margin:0;padding:0}.support-inbox__item{background:linear-gradient(135deg,color-mix(in srgb,var(--fp1,#0891b2) 8%,#fff),#ffffffeb 52%,color-mix(in srgb,var(--fp2,#0e7490) 7%,#fff));border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 18%,#e2e8f0);border-radius:1rem;box-shadow:0 8px 22px -12px color-mix(in srgb,var(--fp1,#0891b2) 22%,transparent);display:flex;flex-direction:column;gap:.4rem;margin-bottom:.55rem;padding:.55rem .65rem .65rem;text-align:start;transition:.18s;width:100%}.support-inbox__item:hover{border-color:color-mix(in srgb,var(--fp1,#0891b2) 42%,#e2e8f0);box-shadow:0 12px 28px -12px color-mix(in srgb,var(--fp1,#0891b2) 30%,transparent);transform:translateY(-1px)}.support-inbox__item-top{align-items:center;direction:ltr;display:flex;gap:.45rem;justify-content:space-between}.support-inbox__item-top time{background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 18%,transparent);border-radius:99px;flex:none;font-weight:900;white-space:nowrap}.support-inbox__item-top time,.support-inbox__number{color:color-mix(in srgb,var(--fp1,#0891b2) 62%,#0f172a);font-size:.62rem;padding:.16rem .45rem}.support-inbox__number{align-items:center;background:color-mix(in srgb,var(--fp1,#0891b2) 5%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 16%,transparent);border-radius:99px;display:inline-flex;font-weight:800;gap:.2rem;margin-inline-start:auto}.support-inbox__number svg{height:.8rem;width:.8rem}.support-inbox__item-body{align-items:start;display:grid;gap:.55rem;grid-template-columns:42px minmax(0,1fr)}.support-inbox__avatar{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);border-radius:.75rem;box-shadow:0 8px 16px -8px color-mix(in srgb,var(--fp1,#0891b2) 45%,transparent),inset 0 1px #ffffff4d;color:#fff;display:grid;height:42px;place-items:center;position:relative;width:42px}.support-inbox__avatar svg{color:#fff;height:1.15rem;width:1.15rem}.support-inbox__avatar i{background:#94a3b8;border:2px solid #fff;border-radius:50%;bottom:-1px;height:11px;position:absolute;right:-1px;width:11px}.support-inbox__avatar i.is-online{background:#10b981}.support-inbox__avatar i.is-away{background:#f59e0b}.support-inbox__avatar i.is-resolved{background:#8b5cf6}.support-inbox__content{min-width:0}.support-inbox__subject-row{align-items:center;display:flex;gap:.35rem;min-width:0}.support-inbox__subject-row b{flex:1;font-size:.76rem;font-weight:900;min-width:0}.support-inbox__preview{align-items:center;background:color-mix(in srgb,var(--fp1,#0891b2) 4%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 10%,transparent);border-radius:.6rem;color:#475569;display:flex;font-size:.66rem;gap:.3rem;margin:.3rem 0 0;padding:.28rem .42rem}.support-inbox__preview svg{color:var(--fp1,#0891b2);flex:none;height:.85rem;width:.85rem}.support-inbox__preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-status-pill{align-items:center;border-radius:99px;display:inline-flex;flex:none;font-size:.6rem;font-weight:900;padding:.16rem .5rem;white-space:nowrap}.support-status-pill--open{background:#10b98126;color:#059669}.support-status-pill--in_progress{background:#f59e0b29;color:#b45309}.support-status-pill--resolved{background:#8b5cf629;color:#7c3aed}.support-status-pill--closed{background:#64748b29;color:#475569}.support-inbox__auth,.support-inbox__empty{align-items:center;display:flex;flex-direction:column;gap:.45rem;justify-content:center;min-height:12rem;padding:1.5rem 1rem;text-align:center}.support-inbox__auth-icon svg,.support-inbox__empty svg{color:#94a3b8;height:2.5rem;width:2.5rem}.support-inbox__auth-icon{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff);border-radius:1rem;box-shadow:0 12px 26px -12px color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent);color:#fff;display:grid;height:3.5rem;place-items:center;width:3.5rem}.support-inbox__auth-icon svg{color:#fff;height:1.5rem;width:1.5rem}.support-inbox__auth h3,.support-inbox__empty p{color:#334155;font-size:.88rem;font-weight:900;margin:0}.support-inbox__auth p,.support-inbox__empty small{color:#64748b;font-size:.72rem;line-height:1.55;margin:0}.support-inbox__auth-actions{display:flex;gap:.45rem;margin-top:.35rem;max-width:18rem;width:100%}.support-inbox__auth-btn{background:linear-gradient(135deg,var(--fp1,#0891b2),color-mix(in srgb,var(--fp2,#0e7490) 82%,var(--fp1,#0891b2)));border-radius:.85rem;box-shadow:0 10px 24px -12px color-mix(in srgb,var(--fp1,#0891b2) 55%,transparent);color:#fff;flex:1;font-size:.75rem;font-weight:800;padding:.65rem .75rem;text-align:center;transition:.18s}.support-inbox__auth-btn--outline{background:color-mix(in srgb,var(--fp1,#0891b2) 6%,#fff);border:1px solid color-mix(in srgb,var(--fp1,#0891b2) 35%,transparent);box-shadow:none;color:color-mix(in srgb,var(--fp1,#0891b2) 62%,#0f172a)}.support-inbox__skeletons{display:grid;gap:.55rem}.support-inbox__skeleton{animation:support-skeleton 1.2s infinite;background:linear-gradient(90deg,var(--sk-bone-soft,#f1f5f9) 25%,var(--sk-bone,#e2e8f0) 50%,var(--sk-bone-soft,#f1f5f9) 75%);background-size:200% 100%;border-radius:1rem;height:4.5rem}@keyframes support-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.support-widget-tabs{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-top:1px solid color-mix(in srgb,var(--fp1,#0891b2) 14%,transparent);display:grid;flex:none;grid-template-columns:1fr 1fr}.support-widget-tabs button{align-items:center;color:#94a3b8;display:flex;flex-direction:column;font-size:.62rem;font-weight:800;gap:.2rem;padding:.55rem .35rem .65rem;position:relative;transition:.18s}.support-widget-tabs button svg{height:1.15rem;width:1.15rem}.support-widget-tabs button.is-active{color:var(--fp1,#0891b2)}.support-widget-tabs button.is-active:after{background:var(--fp1,#0891b2);border-radius:0 0 2px 2px;content:"";height:2px;position:absolute;top:0;inset-inline:25%}html.dark .support-home__title{background:linear-gradient(to right,color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff),color-mix(in srgb,var(--fp2,#0e7490) 50%,#fff));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}html.dark [dir=rtl] .support-home__title{background:linear-gradient(to left,color-mix(in srgb,var(--fp1,#0891b2) 55%,#fff),color-mix(in srgb,var(--fp2,#0e7490) 50%,#fff));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}html.dark .support-home__new-text b,html.dark .support-home__recent-head h3,html.dark .support-inbox__auth h3,html.dark .support-inbox__empty p{color:#e2e8f0}html.dark .support-home__new-text small,html.dark .support-home__subtitle,html.dark .support-inbox__auth p,html.dark .support-inbox__empty small{color:#94a3b8}html.dark .support-home__new-card,html.dark .support-inbox__item{background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--fp2,#0e7490) 14%,transparent),transparent 55%),color-mix(in srgb,var(--fp1,#0891b2) 12%,rgba(8,12,22,.9));border-color:color-mix(in srgb,var(--fp1,#0891b2) 28%,hsla(0,0%,100%,.08));box-shadow:inset 0 1px #ffffff0d,0 10px 26px -18px color-mix(in srgb,var(--fp1,#0891b2) 45%,transparent);color:#e2e8f0}html.dark .support-home__new-card:hover,html.dark .support-inbox__item:hover{background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--fp2,#0e7490) 18%,transparent),transparent 55%),color-mix(in srgb,var(--fp1,#0891b2) 16%,rgba(8,12,22,.92));border-color:color-mix(in srgb,var(--fp1,#0891b2) 45%,hsla(0,0%,100%,.1))}html.dark .support-inbox__item-top time,html.dark .support-inbox__number,html.dark .support-inbox__preview{background:color-mix(in srgb,var(--fp1,#0891b2) 16%,rgba(8,12,22,.85));border-color:color-mix(in srgb,var(--fp1,#0891b2) 26%,hsla(0,0%,100%,.06));color:color-mix(in srgb,var(--fp1,#0891b2) 26%,#cbd5e1)}html.dark .support-inbox__preview svg{color:color-mix(in srgb,var(--fp1,#0891b2) 45%,#fff)}html.dark .support-widget-tabs{background:color-mix(in srgb,var(--fp1,#0891b2) 12%,#060b16);border-color:color-mix(in srgb,var(--fp1,#0891b2) 24%,hsla(0,0%,100%,.06))}html.dark .support-inbox__auth-btn--outline{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.9));border-color:color-mix(in srgb,var(--fp1,#0891b2) 35%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 40%,#fff)}html.dark .support-home__hours{background:color-mix(in srgb,var(--fp1,#0891b2) 14%,rgba(8,12,22,.88));border-color:color-mix(in srgb,var(--fp1,#0891b2) 24%,hsla(0,0%,100%,.06));color:#cbd5e1}html.dark .support-home__recent-all{background:color-mix(in srgb,var(--fp1,#0891b2) 16%,rgba(8,12,22,.88));border-color:color-mix(in srgb,var(--fp1,#0891b2) 32%,hsla(0,0%,100%,.08));color:color-mix(in srgb,var(--fp1,#0891b2) 40%,#fff)}html.dark .support-status-pill--closed{background:#94a3b829;color:#cbd5e1}
