.ai-chat{z-index:90;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;position:fixed;bottom:24px;right:24px}.ai-chat__fab{color:#0a0a0a;letter-spacing:-.01em;cursor:pointer;width:56px;max-width:56px;height:56px;box-shadow:none;background:#fff;border:2px solid #ff7e16;border-radius:999px;justify-content:center;align-items:center;gap:0;padding:0;font-family:inherit;font-size:1.05rem;font-weight:600;line-height:1;text-decoration:none;transition:max-width .32s cubic-bezier(.22,1,.36,1),width .32s cubic-bezier(.22,1,.36,1),padding .32s cubic-bezier(.22,1,.36,1),gap .32s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),background .2s,color .2s,border-color .2s;display:inline-flex;position:relative;overflow:hidden}.ai-chat__fab:not(.is-open):hover,.ai-chat__fab:not(.is-open):focus-visible{width:auto;max-width:220px;box-shadow:none;background:#fff8f3;gap:10px;padding:0 26px;transform:translateY(-2px)}.ai-chat__fab:not(.is-open):active,.ai-chat__fab.is-open:active{transform:translateY(0)}.ai-chat__fab.is-open{color:#fff;width:56px;max-width:56px;box-shadow:none;background:#141418;border-color:#141418;gap:0;padding:0}.ai-chat__fab-text{opacity:0;white-space:nowrap;max-width:0;transition:max-width .32s cubic-bezier(.22,1,.36,1),opacity .22s;overflow:hidden}.ai-chat__fab:not(.is-open):hover .ai-chat__fab-text,.ai-chat__fab:not(.is-open):focus-visible .ai-chat__fab-text{opacity:1;max-width:7.5rem}.ai-chat__wave{transform-origin:70% 70%;animation:2.2s ease-in-out infinite aiWave;display:inline-block}@keyframes aiWave{0%,to{transform:rotate(0)}12%{transform:rotate(14deg)}24%{transform:rotate(-8deg)}36%{transform:rotate(12deg)}48%{transform:rotate(0)}}.ai-chat__panel{background:#fff;border:1px solid #0f101414;border-radius:20px;flex-direction:column;width:min(460px,100vw - 32px);height:min(680px,100vh - 110px);animation:.35s cubic-bezier(.22,1,.36,1) aiChatIn;display:flex;position:absolute;bottom:60px;right:0;overflow:hidden;box-shadow:0 28px 80px #00000047,0 0 0 1px #00000008}@keyframes aiChatIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ai-chat__view{flex-direction:column;flex:1;min-height:0;display:flex}.ai-chat__hero{color:#fff;background:linear-gradient(135deg,#ff8a2b 0%,#e49b0f 55%,#8b5cf6 130%);flex-shrink:0;padding:18px 20px 22px}.ai-chat__hero-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.ai-chat__hero-brand{align-items:center;gap:8px;min-width:0;display:flex}.ai-chat__hero-logo{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:22px;height:22px;display:block}.ai-chat__hero-brand span{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.ai-chat__hero-team{flex-shrink:0;align-items:center;display:flex}.ai-chat__hero-team img{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffffe6;border-radius:50%;width:28px;height:28px;display:block}.ai-chat__hero-team img+img{margin-left:-10px}.ai-chat__icon-btn--hero{color:#ffffffd9;flex-shrink:0}.ai-chat__icon-btn--hero:hover{color:#fff;background:#ffffff29}.ai-chat__hero-greeting{color:#ffffffd9;margin:0 0 2px;font-size:1.02rem;font-weight:500}.ai-chat__hero-heading{letter-spacing:-.01em;color:#fff;margin:0;font-size:1.5rem;font-weight:700}.ai-chat__home{background:#f6f7f9;border-radius:22px 22px 0 0;flex-direction:column;flex:1;gap:14px;min-height:0;margin-top:-18px;padding:22px 18px 20px;display:flex;position:relative;overflow-y:auto}.ai-chat__home-cta{color:#14151a;font:inherit;cursor:pointer;background:#fff;border:none;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 18px;font-size:1.1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 10px #0f101414}.ai-chat__home-cta:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f10141f}.ai-chat__home-cta svg{color:#ff8a20}.ai-chat__home-cta--secondary{box-shadow:none;background:#ffffff9e;border:1px solid #0f10141a;font-size:.92rem;font-weight:650}.ai-chat__home-cta--secondary svg{color:#0f101480}.ai-chat__home-search{color:#0f101466;background:#0f10140d;border:1px solid #0f101414;border-radius:12px;align-items:center;gap:9px;padding:11px 14px;display:flex}.ai-chat__home-search input{min-width:0;font:inherit;color:#14151a;background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.ai-chat__home-search input::placeholder{color:#0f101466}.ai-chat__home-list{background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 10px #0f10140f}.ai-chat__home-item{color:#23242a;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0f10140f;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;font-size:.86rem;font-weight:500;transition:background .15s;display:flex}.ai-chat__home-item:last-child{border-bottom:none}.ai-chat__home-item:hover{background:#ff8a200f}.ai-chat__home-item svg{color:#0f10144d;flex-shrink:0}.ai-chat__home-empty{color:#0f101473;text-align:center;margin:0;padding:16px;font-size:.82rem}.ai-chat__tabs{background:#fff;border-top:1px solid #0f101414;flex-shrink:0;align-items:stretch;display:flex}.ai-chat__tab{color:#0f101466;font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:5px;padding:12px 4px;font-size:.74rem;font-weight:600;transition:color .15s;display:flex}.ai-chat__tab:hover{color:#0f1014b3}.ai-chat__tab.is-active{color:#ff8a20}.ai-chat__head{background:#fff;border-bottom:1px solid #0f101412;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 13px 18px;display:flex}.ai-chat__brand{align-items:center;gap:10px;min-width:0;display:flex}.ai-chat__head-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.ai-chat__avatar-mark{-o-object-fit:contain;object-fit:contain;width:48px;height:48px;box-shadow:none;background:0 0;border-radius:0;flex-shrink:0;padding:0;display:block}.ai-chat__title{letter-spacing:-.02em;color:#14151a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.02rem;font-weight:700;overflow:hidden}.ai-chat__icon-btn{color:#0f101473;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:inline-flex}.ai-chat__icon-btn:hover{color:#14151a;background:#0f10140f}.ai-chat__icon-btn--ticket{color:#ff8a20;background:#ff8a201f;width:34px;height:34px}.ai-chat__icon-btn--ticket:hover{color:#e0790f;background:#ff8a2033}.ai-chat__messages{scrollbar-width:thin;scrollbar-color:#0f101426 transparent;background:#fff;flex-direction:column;flex:1;gap:10px;min-height:0;padding:16px 14px 8px;display:flex;position:relative;overflow-y:auto}.ai-chat__row{align-items:flex-end;max-width:100%;display:flex}.ai-chat__row--user{justify-content:flex-end}.ai-chat__row--bot{justify-content:flex-start;align-items:flex-start;gap:8px}.ai-chat__reply-avatar{-o-object-fit:cover;object-fit:cover;background:#121318;border:1px solid #0f10141f;border-radius:50%;flex:0 0 30px;width:30px;height:30px;margin-top:1px;box-shadow:0 2px 8px #0f10141f}.ai-chat__reply-content{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;max-width:min(280px,86% - 38px);display:flex}.ai-chat__reply-meta{align-items:baseline;gap:7px;min-width:0;padding:0 2px;font-size:.7rem;line-height:1.2;display:flex}.ai-chat__reply-meta strong{color:#17181d;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.ai-chat__reply-meta time{color:#23242a80;flex-shrink:0}.ai-chat__bubble{letter-spacing:-.01em;border-radius:16px;max-width:min(280px,86%);padding:11px 13px;font-size:.86rem;line-height:1.5}.ai-chat__bubble--bot{color:#23242a;white-space:pre-wrap;background:#0f10140d;border-bottom-left-radius:6px;max-width:100%}.ai-chat__bubble--cam{background:#ff5a0014}.ai-chat__bubble--bot a{color:#c2410c;text-underline-offset:2px;word-break:break-all;font-weight:650;text-decoration:underline}.ai-chat__bubble--user{color:#17130c;background:linear-gradient(165deg,#ffe0a8 0%,#ffb347 40%,#ff8a2b 100%);border-bottom-right-radius:6px;font-weight:500;box-shadow:0 4px 16px #ff781e2e}.ai-chat__bubble-shot{border-radius:10px;margin-top:8px;line-height:0;display:block;overflow:hidden}.ai-chat__bubble-shot img,.ai-chat__bubble-shot video{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:none;display:block}.ai-chat__typing{align-items:center;gap:6px;min-width:56px;padding:14px 16px;display:inline-flex}.ai-chat__typing span{background:#0f101473;border-radius:50%;width:6px;height:6px;animation:.9s ease-in-out infinite aiTyping}.ai-chat__typing span:nth-child(2){animation-delay:.18s}.ai-chat__typing span:nth-child(3){animation-delay:.36s}@keyframes aiTyping{0%,80%,to{opacity:.25;transform:translateY(0)scale(.85)}40%{opacity:1;transform:translateY(-3px)scale(1)}}.ai-chat__chips{flex-wrap:wrap;gap:6px;padding:4px 0 10px;display:flex}.ai-chat__chip{appearance:none;color:#0f1014a6;font:inherit;letter-spacing:-.01em;cursor:pointer;background:#0f101408;border:1px solid #0f10141a;border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.ai-chat__chip:hover:not(:disabled){color:#b85e00;background:#ff8c2814;border-color:#ff8c2859}.ai-chat__chip:disabled{opacity:.45;cursor:not-allowed}.ai-chat__form{background:#fff;border-top:1px solid #0f101412;flex-shrink:0;padding:10px 12px 12px}.ai-chat__input-wrap{background:#fafafa;border:1px solid #0f10141a;border-radius:14px;align-items:flex-end;gap:8px;padding:6px 6px 6px 14px;transition:border-color .2s,box-shadow .2s;display:flex}.ai-chat__input-wrap:focus-within{border-color:#ff8c2866;box-shadow:0 0 0 3px #ff8c2814}.ai-chat__form textarea{resize:none;color:#16171c;min-height:36px;max-height:88px;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:.88rem;line-height:1.4}.ai-chat__form textarea::placeholder{color:#0f101459}.ai-chat__send{color:#0f101466;cursor:pointer;background:#0f10140f;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s,opacity .15s;display:inline-flex}.ai-chat__send:not(:disabled){color:#0c0a08;background:linear-gradient(165deg,#ffe0a8 0%,#ffb040 50%,#ff8a20 100%)}.ai-chat__send:not(:disabled):hover{filter:brightness(1.05)}.ai-chat__send:disabled{opacity:.6;cursor:not-allowed}.ai-chat__ticket-list{scrollbar-width:thin;scrollbar-color:#0f101426 transparent;background:#fff;flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px 14px 14px;display:flex;overflow-y:auto}.ai-chat__ticket-empty{color:#0f101473;text-align:center;margin:18px 4px;font-size:.84rem}.ai-chat__ticket-row{width:100%;font:inherit;text-align:left;cursor:pointer;background:#0f101405;border:1px solid #0f101414;border-radius:14px;flex-direction:column;gap:5px;padding:12px 14px;transition:background .15s,border-color .15s;display:flex}.ai-chat__ticket-row:hover{background:#ff8c280f;border-color:#ffa03c40}.ai-chat__ticket-row-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.ai-chat__ticket-row-top strong{letter-spacing:-.01em;color:#16171c;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:600;overflow:hidden}.ai-chat__ticket-row-preview{color:#0f101473;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.ai-chat__ticket-pill{letter-spacing:.03em;text-transform:uppercase;color:#16a34a;background:#16a34a1a;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:.62rem;font-weight:700}.ai-chat__ticket-pill.is-closed{color:#0f101466;background:#0f10140f}.ai-chat__ctx-menu{z-index:200;background:#1c1d22;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;min-width:140px;padding:6px;display:flex;position:fixed;box-shadow:0 12px 32px #0006,0 2px 8px #00000040}.ai-chat__ctx-menu button{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:.85rem;font-weight:500;display:block}.ai-chat__ctx-menu button:hover{background:#ff8c2829}.ai-chat__cta-row{width:100%;font:inherit;text-align:left;cursor:pointer;background:#f7f7f8;border:1px solid #0f101414;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;padding:13px 14px;transition:background .15s,transform .15s;display:flex}.ai-chat__cta-row:hover{background:#f0f0f2;transform:translateY(-1px)}.ai-chat__cta-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ai-chat__cta-text strong{letter-spacing:-.01em;color:#111318;font-size:.9rem;font-weight:700}.ai-chat__cta-text span{color:#0f101480;font-size:.74rem}.ai-chat__cta-send{color:#0c0a08;background:linear-gradient(165deg,#ffe0a8 0%,#ffb040 50%,#ff8a20 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;box-shadow:0 4px 14px #ff781e38}.ai-chat__ticket-form{background:#fff;flex-direction:column;flex:1;gap:14px;min-height:0;padding:16px 16px 18px;display:flex;overflow-y:auto}.ai-chat__ticket-form label{color:#0f101499;flex-direction:column;gap:6px;font-size:.76rem;font-weight:600;display:flex}.ai-chat__ticket-form label span{color:#0f101459;font-weight:400}.ai-chat__ticket-form input,.ai-chat__ticket-form textarea{color:#16171c;font:inherit;resize:vertical;background:#fafafa;border:1px solid #0f10141a;border-radius:12px;outline:none;padding:10px 12px;font-size:.86rem;transition:border-color .2s,box-shadow .2s}.ai-chat__ticket-form input:focus,.ai-chat__ticket-form textarea:focus{border-color:#ff8c2866;box-shadow:0 0 0 3px #ff8c2814}.ai-chat__auth-gate{flex-direction:column;gap:12px;padding:18px 16px 8px;display:flex}.ai-chat__auth-gate h3{letter-spacing:-.02em;color:#12131a;margin:0;font-size:1.05rem;font-weight:700}.ai-chat__auth-gate>p{color:#5a5d68;margin:0;font-size:.86rem;line-height:1.45}.ai-chat__auth-actions{flex-direction:column;gap:8px;display:flex}.ai-chat__auth-btn{min-height:42px;font:inherit;cursor:pointer;border:1px solid #0f10141f;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-size:.9rem;font-weight:650;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.ai-chat__auth-btn:disabled{opacity:.65;cursor:wait}.ai-chat__auth-btn--google{color:#fff;background:#111218;border-color:#111218}.ai-chat__auth-btn--google:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #1112182e}.ai-chat__auth-btn--discord{color:#fff;background:#5865f2;border-color:#5865f2}.ai-chat__auth-btn--discord:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #5865f247}.ai-chat__auth-hint{color:#7a7e8a;margin:2px 0 0;font-size:.78rem;line-height:1.4}.ai-chat__auth-signed-in{color:#5a5d68;margin:0 0 4px;padding:0 2px;font-size:.78rem}.ai-chat__ticket-error{color:#d1453b;margin:0;font-size:.8rem}.ai-chat__ticket-error-link{color:#d1453b;font-weight:700;text-decoration:underline}.ai-chat__attach-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ai-chat__attach-btn{color:#23242a;height:34px;font:inherit;cursor:pointer;background:#0f101408;border:1px solid #0f10141f;border-radius:10px;align-items:center;gap:6px;padding:0 12px;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.ai-chat__attach-btn:hover:not(:disabled){background:#ff8c281a;border-color:#ff8c2859}.ai-chat__attach-btn:disabled{opacity:.6;cursor:wait}.ai-chat__attach-preview{border:1px solid #0f10141f;border-radius:8px;width:44px;height:34px;display:inline-flex;position:relative;overflow:hidden}.ai-chat__attach-preview img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ai-chat__attach-preview button{color:#fff;cursor:pointer;background:#141418;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex;position:absolute;top:-5px;right:-5px}.ai-chat__submit-btn{height:44px;font:inherit;color:#0c0a08;cursor:pointer;background:linear-gradient(165deg,#ffe0a8 0%,#ffb040 50%,#ff8a20 100%);border:none;border-radius:12px;font-size:.9rem;font-weight:700;transition:filter .15s,transform .15s}.ai-chat__submit-btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.ai-chat__submit-btn:disabled{opacity:.6;cursor:wait}.ai-chat__panel{border-color:#0f10141a;border-radius:24px;width:min(450px,100vw - 32px);height:min(720px,100dvh - 108px);box-shadow:0 32px 90px #00000052,0 8px 28px #00000024}.ai-chat__head--dark{background:#0c0d10;border-color:#ffffff12;min-height:66px;padding:10px 14px 10px 16px}.ai-chat__head--dark .ai-chat__avatar-mark{width:36px;height:36px}.ai-chat__head--dark .ai-chat__title{color:#ffffffeb}.ai-chat__head--dark .ai-chat__title:after{content:"PC PERFORMANCE SPECIALIST";color:#ffffff4d;letter-spacing:.13em;margin-top:2px;font-size:.56rem;font-weight:650;display:block}.ai-chat__head--dark .ai-chat__icon-btn{color:#ffffff73;background:#ffffff0a}.ai-chat__head--dark .ai-chat__icon-btn:hover{color:#fff;background:#ffffff17}.ai-chat__panel--chat .ai-chat__view{background:#0c0d10}.ai-chat__gradient-wrap{flex:1;align-items:flex-end;min-height:0;padding:180px 14px 16px;display:flex}.ai-chat__panel--chat .ai-chat__tabs{background:#101115;border-color:#ffffff12}.ai-chat__panel--chat .ai-chat__tab{color:#ffffff59;padding-top:10px;padding-bottom:10px}.ai-chat__panel--chat .ai-chat__tab:hover{color:#ffffffb8}.ai-chat__panel--chat .ai-chat__tab.is-active{color:#fb923c}.ai-chat__owner{background:linear-gradient(90deg,#ff8a2012,#fff0);border-bottom:1px solid #0f101412;flex-shrink:0;align-items:center;gap:10px;padding:10px 16px;display:flex}.ai-chat__owner img{-o-object-fit:cover;object-fit:cover;border:2px solid #fff;border-radius:50%;width:34px;height:34px;box-shadow:0 0 0 1px #ff8a2040}.ai-chat__owner span{flex-direction:column;flex:1;min-width:0;display:flex}.ai-chat__owner small{color:#0f10146b;font-size:.65rem;font-weight:600}.ai-chat__owner strong{color:#17181d;font-size:.82rem;font-weight:700}.ai-chat__owner em{color:#16803a;letter-spacing:.04em;text-transform:uppercase;background:#22c55e1a;border-radius:999px;padding:4px 8px;font-size:.62rem;font-style:normal;font-weight:700}.ai-chat__ai-scroll,.ai-chat__home,.ai-chat__messages,.ai-chat__ticket-list,.ai-chat__ticket-form{scrollbar-width:thin;scrollbar-color:#fb923c9e #ffffff09}.ai-chat__ai-scroll::-webkit-scrollbar{width:7px}.ai-chat__home::-webkit-scrollbar{width:7px}.ai-chat__messages::-webkit-scrollbar{width:7px}.ai-chat__ticket-list::-webkit-scrollbar{width:7px}.ai-chat__ticket-form::-webkit-scrollbar{width:7px}.ai-chat__ai-scroll::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px;margin:6px 0}.ai-chat__home::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px;margin:6px 0}.ai-chat__messages::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px;margin:6px 0}.ai-chat__ticket-list::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px;margin:6px 0}.ai-chat__ticket-form::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px;margin:6px 0}.ai-chat__ai-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#ffe58a 0%,#f6b832 42%,#c97812 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:42px;box-shadow:0 0 8px #f6b83247}.ai-chat__home::-webkit-scrollbar-thumb{background:linear-gradient(#ffe58a 0%,#f6b832 42%,#c97812 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:42px;box-shadow:0 0 8px #f6b83247}.ai-chat__messages::-webkit-scrollbar-thumb{background:linear-gradient(#ffe58a 0%,#f6b832 42%,#c97812 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:42px;box-shadow:0 0 8px #f6b83247}.ai-chat__ticket-list::-webkit-scrollbar-thumb{background:linear-gradient(#ffe58a 0%,#f6b832 42%,#c97812 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:42px;box-shadow:0 0 8px #f6b83247}.ai-chat__ticket-form::-webkit-scrollbar-thumb{background:linear-gradient(#ffe58a 0%,#f6b832 42%,#c97812 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:42px;box-shadow:0 0 8px #f6b83247}.ai-chat__ai-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff0ae 0%,#ffc94f 42%,#df8d1b 100%) padding-box padding-box}.ai-chat__home::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff0ae 0%,#ffc94f 42%,#df8d1b 100%) padding-box padding-box}.ai-chat__messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff0ae 0%,#ffc94f 42%,#df8d1b 100%) padding-box padding-box}.ai-chat__ticket-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff0ae 0%,#ffc94f 42%,#df8d1b 100%) padding-box padding-box}.ai-chat__ticket-form::-webkit-scrollbar-thumb:hover{background:linear-gradient(#fff0ae 0%,#ffc94f 42%,#df8d1b 100%) padding-box padding-box}@media (width<=640px){.ai-chat{bottom:14px;right:14px}.ai-chat__panel{border-radius:22px;width:auto;height:auto;max-height:none;position:fixed;inset:10px 10px 80px}}.support-page{background:#050505;min-height:100svh}.ai-chat.support-shell{z-index:1;color:#f4f4f7;background:#08080a;width:100%;min-height:calc(100svh - 72px);margin-top:72px;display:flex;position:relative;bottom:auto;right:auto}.ai-chat__rail{background:#101114;border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;gap:4px;width:240px;padding:22px 14px;display:flex}.ai-chat__rail-brand{color:#fff;align-items:center;gap:10px;margin:0 6px 18px;font-size:.95rem;font-weight:650;display:flex}.ai-chat__rail-brand img{-o-object-fit:contain;object-fit:contain;width:28px;height:28px}.ai-chat__rail-btn{color:#ffffff9e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.ai-chat__rail-btn:hover{color:#fff;background:#ffffff0d}.ai-chat__rail-btn.is-active{color:#fff;background:#ff5a0024}.ai-chat__rail-hint{color:#ffffff61;margin:auto 6px 8px;font-size:.78rem;line-height:1.45}.ai-chat__stage{background:#0c0d11;flex-direction:column;flex:1;min-width:0;display:flex}.ai-chat__stage-head{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:22px 28px 12px;display:flex}.ai-chat__stage-kicker{color:#ff7a2a;letter-spacing:.18em;text-transform:uppercase;margin:0 0 4px;font-size:.68rem;font-weight:700}.ai-chat__stage-head h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:1.35rem;font-weight:650}.ai-chat__stage-actions{align-items:center;gap:8px;display:flex}.ai-chat__rail-back{color:#ffffff80;margin-bottom:10px}.ai-chat__stage-back{color:#fff;background:#ffffff0f;border-radius:10px;align-items:center;gap:4px;padding:8px 12px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.ai-chat__stage-back:hover{background:#ffffff1c}.ai-chat.support-shell .ai-chat__view{background:0 0;flex:1;min-height:0;padding:8px 20px 20px}.ai-chat__cam{flex-direction:column;flex:1;min-height:0;display:flex}.ai-chat.support-shell .ai-chat__messages{scrollbar-color:#fb923c8c #ffffff0a;background:0 0;flex:1}.ai-chat.support-shell .ai-chat__bubble--bot{color:#ececf1;background:#ffffff12}.ai-chat.support-shell .ai-chat__bubble--cam{color:#f4f0ea;background:#ff5a001f}.ai-chat.support-shell .ai-chat__bubble--bot a{color:#ff9a4a}.ai-chat.support-shell .ai-chat__bubble--user{color:#fff;background:#ff5a00}.ai-chat.support-shell .ai-chat__chip{color:#ffffffc7;background:#ffffff0d;border-color:#ffffff1f}.ai-chat.support-shell .ai-chat__chip:hover:not(:disabled){color:#fff;background:#ff5a0029;border-color:#ff8c2873}.ai-chat.support-shell .ai-chat__form{background:0 0;border-color:#ffffff14}.ai-chat.support-shell .ai-chat__ticket-list,.ai-chat.support-shell .ai-chat__ticket-form,.ai-chat.support-shell .ai-chat__auth-gate{color:#ececf1;background:0 0}.ai-chat.support-shell .ai-chat__ticket-empty{color:#ffffff73}.ai-chat.support-shell .ai-chat__auth-signed-in{color:#ffffff80}.ai-chat.support-shell .ai-chat__auth-gate h3{color:#fff}.ai-chat.support-shell .ai-chat__auth-gate>p,.ai-chat.support-shell .ai-chat__auth-hint{color:#ffffff8c}.ai-chat.support-shell .ai-chat__cta-row{background:#ffffff0d;border-color:#ffffff1a}.ai-chat.support-shell .ai-chat__cta-row:hover{background:#ff5a001f}.ai-chat.support-shell .ai-chat__cta-text strong{color:#fff}.ai-chat.support-shell .ai-chat__cta-text span{color:#ffffff80}.ai-chat.support-shell .ai-chat__ticket-row{color:#fff;background:#ffffff0a;border-color:#ffffff14}.ai-chat.support-shell .ai-chat__ticket-row-top strong{color:#fff}.ai-chat.support-shell .ai-chat__ticket-row-preview{color:#ffffff73}.ai-chat.support-shell .ai-chat__ticket-pill.is-closed{color:#ffffff80;background:#ffffff14}.ai-chat.support-shell .ai-chat__ticket-form label{color:#ffffffb8}.ai-chat.support-shell .ai-chat__ticket-form label span{color:#fff6}.ai-chat.support-shell .ai-chat__icon-btn:hover{color:#fff;background:#ffffff1f}.ai-chat.support-shell .ai-chat__ticket-form input,.ai-chat.support-shell .ai-chat__ticket-form textarea,.ai-chat.support-shell .ai-chat__form textarea{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.ai-chat.support-shell .ai-chat__icon-btn{color:#fff;background:#ffffff0f}.ai-chat.support-shell .ai-chat__reply-meta strong,.ai-chat.support-shell .ai-chat__owner strong{color:#f4f4f7}.ai-chat.support-shell .ai-chat__reply-meta time,.ai-chat.support-shell .ai-chat__owner small{color:#ffffff73}.ai-chat.support-shell .ai-chat__owner{background:linear-gradient(90deg,#ff8a201f,#0000);border-color:#ffffff14}.ai-chat.support-shell .ai-chat__owner em{color:#86efac;background:#22c55e29}.ai-chat.support-shell .ai-chat__fab,.ai-chat.support-shell .ai-chat__tabs,.ai-chat.support-shell .ai-chat__panel{display:none}@media (width<=780px){.support-page{min-height:100dvh;overflow-x:hidden}.ai-chat.support-shell{flex-direction:column;min-height:calc(100dvh - 56px);margin-top:56px}.ai-chat__rail{border-bottom:1px solid #ffffff12;border-right:0;flex-flow:wrap;align-items:center;gap:8px;width:100%;padding:10px 12px}.ai-chat__rail-brand{flex:auto;min-width:0;margin:0}.ai-chat__rail-back{flex:none;width:auto;margin-bottom:0;padding:10px 12px}.ai-chat__rail-btn:not(.ai-chat__rail-back){flex:calc(50% - 8px);justify-content:center;width:auto;min-height:44px}.ai-chat__rail-hint{display:none}.ai-chat__stage-head{gap:8px;padding:14px 16px 10px}.ai-chat__stage-head h1{font-size:1.12rem}.ai-chat__stage-back{display:none}.ai-chat.support-shell .ai-chat__icon-btn{border-radius:12px;width:44px;height:44px}.ai-chat.support-shell .ai-chat__view{padding:8px 12px calc(16px + env(safe-area-inset-bottom,0px))}.ai-chat__ticket-list,.ai-chat__ticket-form{padding-left:0;padding-right:0}.ai-chat__auth-signed-in,.ai-chat__ticket-empty{overflow-wrap:anywhere;line-height:1.45}.ai-chat__cta-row{align-items:center;gap:12px;min-height:56px;padding:14px}.ai-chat__cta-text span{white-space:normal;line-height:1.4}.ai-chat__cta-send{width:40px;height:40px}.ai-chat.support-shell .ai-chat__ticket-form input,.ai-chat.support-shell .ai-chat__ticket-form textarea,.ai-chat.support-shell .ai-chat__form textarea{font-size:16px}.ai-chat__auth-actions{gap:10px}.ai-chat__auth-btn,.ai-chat__submit-btn,.ai-chat__attach-btn{width:100%;min-height:46px}}
