.chat_wrap__XNEJx{display:flex;flex-direction:column;height:100vh;max-width:680px;margin:0 auto;padding:0 16px}.chat_topBar__L1KDg{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--border);flex-shrink:0}.chat_backLink__vrkd1{font-size:13px;color:var(--white-50);transition:color .15s;white-space:nowrap;flex-shrink:0}.chat_backLink__vrkd1:hover{color:var(--white)}.chat_topMeta___TcX1{display:flex;flex-direction:column;flex:1 1;min-width:0}.chat_topTag__5gWdR{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-weight:600}.chat_topName__zYZjJ{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat_counter__EmBM9{font-size:12px;color:var(--white-20);white-space:nowrap;flex-shrink:0}.chat_context__wXuU1{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:var(--green-dim2);border:1px solid rgba(170,255,0,.15);border-radius:8px;margin:14px 0;font-size:12px;color:rgba(170,255,0,.7);flex-shrink:0}.chat_messages__1lghe{flex:1 1;overflow-y:auto;padding:12px 0 20px;display:flex;flex-direction:column;gap:16px}.chat_bubble__nc7Hr{display:flex;flex-direction:column;max-width:82%}.chat_bubbleBot__bzhGf{align-self:flex-start}.chat_bubbleUser__zpWSd{align-self:flex-end}.chat_senderLabel__euGRd{font-size:11px;color:var(--white-20);margin-bottom:4px;padding-left:2px}.chat_bubbleText__OZ31o{padding:12px 16px;border-radius:16px;font-size:14.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat_bubbleBot__bzhGf .chat_bubbleText__OZ31o{background:var(--black-3);border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--white-80)}.chat_bubbleUser__zpWSd .chat_bubbleText__OZ31o{background:var(--green);color:var(--black);font-weight:500;border-bottom-right-radius:4px}.chat_typing__DOkEB{display:flex;gap:5px;padding:14px 18px;background:var(--black-3);border:1px solid var(--border);border-radius:16px;border-bottom-left-radius:4px;width:-moz-fit-content;width:fit-content}.chat_typing__DOkEB span{width:6px;height:6px;border-radius:50%;background:var(--white-20);animation:chat_pulse__Ss9ts 1.2s ease-in-out infinite}.chat_typing__DOkEB span:nth-child(2){animation-delay:.2s}.chat_typing__DOkEB span:nth-child(3){animation-delay:.4s}@keyframes chat_pulse__Ss9ts{0%,60%,to{opacity:.3;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.chat_sessionEnd__GUx56{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;text-align:center;font-size:13px;color:var(--white-50);border-top:1px solid var(--border);margin-top:8px}.chat_resetBtn__AhuE3{background:none;border:1px solid var(--border-light);color:var(--white-80);font-size:13px;padding:8px 16px;border-radius:8px;transition:all .15s}.chat_resetBtn__AhuE3:hover{border-color:var(--green);color:var(--green)}.chat_errorMsg__FjnZd{text-align:center;font-size:13px;color:#ff6b6b;padding:8px}.chat_inputRow__nTS3P{display:flex;gap:10px;padding:14px 0 24px;border-top:1px solid var(--border);align-items:flex-end;flex-shrink:0}.chat_input__RW_Dy{flex:1 1;background:var(--black-3);border:1px solid var(--border);border-radius:12px;color:var(--white);font-size:15px;padding:12px 16px;resize:none;outline:none;transition:border-color .15s;line-height:1.5;max-height:120px;overflow-y:auto}.chat_input__RW_Dy:focus{border-color:var(--border-light)}.chat_input__RW_Dy::placeholder{color:var(--white-20)}.chat_input__RW_Dy:disabled{opacity:.4}.chat_sendBtn__zKc5P{width:44px;height:44px;border-radius:10px;background:var(--green);color:var(--black);border:none;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s,transform .1s}.chat_sendBtn__zKc5P:hover:not(:disabled){opacity:.85}.chat_sendBtn__zKc5P:active:not(:disabled){transform:scale(.95)}.chat_sendBtn__zKc5P:disabled{opacity:.2}.chat_gateWrap__C0bS5{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.chat_gateBox__F0y3A{width:100%;max-width:400px;display:flex;flex-direction:column;gap:0}.chat_gateLogo___t4xF{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:20px}.chat_gateLogo___t4xF span{color:var(--green)}.chat_gateTag__s3umB{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--green);font-weight:600;margin-bottom:8px}.chat_gateName__N__jr{font-family:var(--font-display);font-size:26px;font-weight:700;margin-bottom:10px;line-height:1.2}.chat_gateSubtitle__zsoOZ{font-size:14px;color:var(--white-50);margin-bottom:28px}.chat_gateForm__2RxCQ{display:flex;flex-direction:column;gap:12px}.chat_gateInput__aawU7{background:var(--black-3);border:1px solid var(--border);border-radius:10px;color:var(--white);font-size:15px;font-family:var(--font-body);letter-spacing:.12em;padding:14px 18px;outline:none;transition:border-color .15s;text-transform:uppercase}.chat_gateInput__aawU7:focus{border-color:var(--border-light)}.chat_gateInput__aawU7::placeholder{color:var(--white-20);letter-spacing:.08em}.chat_gateError__6aodp{font-size:13px;color:#ff6b6b;padding-left:2px}.chat_gateBtn__MSLWL{background:var(--green);color:var(--black);border:none;border-radius:10px;padding:14px;font-size:15px;font-weight:600;font-family:var(--font-display);letter-spacing:.02em;transition:opacity .15s}.chat_gateBtn__MSLWL:hover{opacity:.88}@media (max-width:600px){.chat_wrap__XNEJx{padding:0 12px}.chat_bubble__nc7Hr{max-width:92%}.chat_gateName__N__jr{font-size:22px}}