.chat_page__czmBA{background:#080808;min-height:100vh;display:flex;flex-direction:column;padding-top:76px}.chat_shell__U1hAS{flex:1 1;display:flex;flex-direction:column;max-width:860px;width:100%;margin:0 auto;padding:0 16px;height:calc(100vh - 76px)}.chat_topBar__4I8AV{gap:12px;padding:20px 0 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.chat_aiAvatar__NAkua,.chat_topBar__4I8AV{display:flex;align-items:center;flex-shrink:0}.chat_aiAvatar__NAkua{width:40px;height:40px;border-radius:10px;background:#f2d307;justify-content:center;position:relative}.chat_aiAvatar__NAkua i{font-size:20px;color:#000}.chat_aiAvatarPulse__KX02K{position:absolute;inset:-3px;border-radius:13px;border:1.5px solid rgba(242,211,7,.35);animation:chat_pulse__7l5Ap 2.5s ease infinite}@keyframes chat_pulse__7l5Ap{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.8;transform:scale(1.04)}}.chat_aiInfo__mSCv0{flex:1 1;min-width:0}.chat_aiName__I8NwY{font-size:15px!important;font-weight:700!important;color:#fff;margin:0!important;letter-spacing:.2px}.chat_aiStatus__m13HF{display:flex;align-items:center;gap:5px;margin-top:2px}.chat_aiStatusDot__P5izL{width:6px;height:6px;border-radius:50%;background:#37d273;flex-shrink:0;animation:chat_blink__2DR_D 2s ease infinite}@keyframes chat_blink__2DR_D{0%,to{opacity:1}50%{opacity:.4}}.chat_aiStatusText__iH_pZ{font-size:11px;color:hsla(0,0%,100%,.4);letter-spacing:.3px}.chat_topBarActions__SNSNK{display:flex;gap:4px}.chat_topBarBtn__5Afyj{width:34px;height:34px;border-radius:8px;border:1px solid hsla(0,0%,100%,.07);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:13px}.chat_topBarBtn__5Afyj:hover{background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.12)}.chat_messagesWrap__jtDgI{flex:1 1;overflow-y:auto;padding:24px 0 12px;display:flex;flex-direction:column;gap:4px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.06) rgba(0,0,0,0)}.chat_messagesWrap__jtDgI::-webkit-scrollbar{width:4px}.chat_messagesWrap__jtDgI::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chat_messagesWrap__jtDgI::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.06);border-radius:2px}.chat_welcome__7KF91{flex-direction:column;flex:1 1;text-align:center;padding:40px 20px;gap:32px}.chat_welcomeIcon__o6pwm,.chat_welcome__7KF91{display:flex;align-items:center;justify-content:center}.chat_welcomeIcon__o6pwm{width:72px;height:72px;border-radius:20px;background:rgba(242,211,7,.1);border:1px solid rgba(242,211,7,.2);animation:chat_floatUp__Nk_pR 3s ease infinite}.chat_welcomeIcon__o6pwm i{font-size:36px;color:#f2d307}@keyframes chat_floatUp__Nk_pR{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.chat_welcomeTitle__aaYKD{font-family:Jersey\ 10,cursive!important;font-size:40px!important;color:#fff;margin:0!important;line-height:1!important}.chat_welcomeSub__IVftD{font-size:14px!important;color:hsla(0,0%,100%,.4);margin:8px 0 0!important;max-width:360px;line-height:1.6}.chat_welcomeFeatures__78bop{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;width:100%;max-width:440px}@media(max-width:480px){.chat_welcomeFeatures__78bop{grid-template-columns:1fr}}.chat_welcomeFeature__aNOyK{padding:14px 16px;border-radius:10px;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.02);cursor:pointer;text-align:left;transition:all .2s ease}.chat_welcomeFeature__aNOyK:hover{border-color:rgba(242,211,7,.2);background:rgba(242,211,7,.04)}.chat_welcomeFeature__aNOyK:hover .chat_welcomeFeatureTitle__O_UEb{color:#f2d307}.chat_welcomeFeatureEmoji__mwkcN{font-size:20px;display:block;margin-bottom:6px;line-height:1}.chat_welcomeFeatureTitle__O_UEb{font-size:13px!important;font-weight:700!important;color:hsla(0,0%,100%,.9);margin:0 0 3px!important;transition:color .2s ease}.chat_welcomeFeatureSub__eadCO{font-size:11px!important;color:hsla(0,0%,100%,.35);margin:0!important;line-height:1.4}.chat_messageRow__jB3jr{display:flex;gap:10px;padding:4px 0;animation:chat_msgIn__OPlF8 .3s cubic-bezier(.22,1,.36,1) both}.chat_messageRow__jB3jr.chat_rowUser__xkwaC{flex-direction:row-reverse}@keyframes chat_msgIn__OPlF8{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat_msgAvatar__QHMX5{width:30px;height:30px;border-radius:8px;background:#f2d307;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.chat_msgAvatar__QHMX5 i{font-size:15px;color:#000}.chat_msgAvatarUser__Rv_zP{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1)}.chat_msgAvatarUser__Rv_zP i{color:hsla(0,0%,100%,.6)}.chat_msgBody__P1KvK{flex:1 1;min-width:0;max-width:80%}.chat_rowUser__xkwaC .chat_msgBody__P1KvK{display:flex;flex-direction:column;align-items:flex-end}.chat_msgBubble__Cn9xV{display:inline-block;padding:12px 16px;border-radius:12px;border-radius:4px 12px 12px 12px;background:#141414;border:1px solid hsla(0,0%,100%,.06);border-left:2px solid rgba(242,211,7,.4);max-width:100%}.chat_rowUser__xkwaC .chat_msgBubble__Cn9xV{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:12px 4px 12px 12px}.chat_msgText__sspvI{font-size:14px!important;font-weight:400!important;color:hsla(0,0%,100%,.88);margin:0!important;line-height:1.65;white-space:pre-wrap;word-break:break-word}.chat_msgTime__RuvKl{font-size:10px;color:hsla(0,0%,100%,.2);margin-top:5px;padding:0 2px;letter-spacing:.3px}.chat_typingRow__QRP7S{display:flex;gap:10px;padding:4px 0;animation:chat_msgIn__OPlF8 .2s ease both}.chat_typingBubble__TVx1I{display:flex;align-items:center;gap:4px;padding:14px 18px;background:#141414;border:1px solid hsla(0,0%,100%,.06);border-left:2px solid rgba(242,211,7,.4);border-radius:4px 12px 12px 12px}.chat_typingDot__CjZLi{width:6px;height:6px;border-radius:50%;background:rgba(242,211,7,.6);animation:chat_dotBounce__zB8qD 1.2s ease infinite}.chat_typingDot__CjZLi:nth-child(2){animation-delay:.15s}.chat_typingDot__CjZLi:nth-child(3){animation-delay:.3s}@keyframes chat_dotBounce__zB8qD{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.chat_msgGames__KtLy4{display:flex;flex-direction:column;gap:8px;margin-top:12px}.chat_msgGameCard__qbTcU{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);text-decoration:none!important;color:#fff;transition:all .2s ease;animation:chat_cardSlide__iiP9j .35s ease both}.chat_msgGameCard__qbTcU:hover{background:hsla(0,0%,100%,.06);border-color:rgba(242,211,7,.2);color:#fff}@keyframes chat_cardSlide__iiP9j{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.chat_msgGameThumb__YrDxU{width:38px;height:50px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#222;position:relative}.chat_msgGameThumbImg__8z7tz{object-fit:cover}.chat_msgGameInfo__k8MLW{flex:1 1;min-width:0}.chat_msgGameTitle__s6ptI{font-size:13px!important;font-weight:600!important;color:hsla(0,0%,100%,.9);margin:0 0 4px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat_msgGameMeta__XqMBz{display:flex;align-items:center;gap:8px}.chat_msgGameRating__BVK_b{font-size:11px;font-weight:700;color:#f2d307;letter-spacing:.2px}.chat_msgGameArrow__Y4db_{font-size:14px;color:hsla(0,0%,100%,.2);flex-shrink:0;transition:all .2s ease}.chat_msgGameCard__qbTcU:hover .chat_msgGameArrow__Y4db_{color:#f2d307;transform:translateX(3px)}.chat_suggestions__juK00{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.chat_suggChip__pFtfT{padding:5px 12px;border-radius:20px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.6);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.chat_suggChip__pFtfT:hover{border-color:rgba(242,211,7,.4);color:#f2d307;background:rgba(242,211,7,.06)}.chat_errorBubble__La1z1{padding:10px 14px;border-radius:8px;background:rgba(234,42,42,.08);border:1px solid rgba(234,42,42,.2)}.chat_errorText__oyqtA{font-size:13px!important;color:#ea2a2a;margin:0!important}.chat_inputArea__yhZyA{flex-shrink:0;padding:12px 0 20px;border-top:1px solid hsla(0,0%,100%,.05)}.chat_quickChips__vUJHl{display:flex;gap:6px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.chat_quickChips__vUJHl::-webkit-scrollbar{display:none}.chat_quickChip__zSaMi{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;border:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,0);color:hsla(0,0%,100%,.5);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.chat_quickChip__zSaMi:hover{border-color:rgba(242,211,7,.3);color:hsla(0,0%,100%,.9);background:rgba(242,211,7,.05)}.chat_inputRow__M2WKk{display:flex;gap:10px;align-items:flex-end}.chat_inputWrap___asDc{flex:1 1;position:relative;background:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;transition:border-color .2s ease}.chat_inputWrap___asDc:focus-within{border-color:rgba(242,211,7,.4);box-shadow:0 0 0 3px rgba(242,211,7,.06)}.chat_inputField__ZVavH{width:100%;background:rgba(0,0,0,0);border:none;outline:none;color:hsla(0,0%,100%,.9);font-size:14px!important;font-family:inherit!important;padding:14px 16px;resize:none;min-height:50px;max-height:140px;line-height:1.5;display:block;overflow-y:auto;scrollbar-width:none}.chat_inputField__ZVavH::placeholder{color:hsla(0,0%,100%,.2)}.chat_inputField__ZVavH::-webkit-scrollbar{display:none}.chat_sendBtn__e1af6{width:50px;height:50px;border-radius:12px;background:#f2d307;border:none;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s ease;font-size:18px}.chat_sendBtn__e1af6:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(242,211,7,.25)}.chat_sendBtn__e1af6:disabled{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.2);cursor:not-allowed;transform:none;box-shadow:none}.chat_sendBtnSending__oQK7V{background:rgba(242,211,7,.15)!important;color:#f2d307!important}.chat_sendBtnSending__oQK7V i{animation:chat_spin360__2z5ha .8s linear infinite}@keyframes chat_spin360__2z5ha{to{transform:rotate(1turn)}}.chat_inputHint__JlVJc{text-align:center;margin-top:8px}.chat_inputHintText__5W2VB{font-size:10px;color:hsla(0,0%,100%,.15);letter-spacing:.3px}