.chat-box{position:relative;width:100%;min-width:100%;height:100%;min-height:70vh;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;box-sizing:border-box}.chat-box.collapsed{height:auto}.error-banner{background-color:#fee;border:1px solid #fcc;color:#c33;padding:.75rem;margin:.5rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.error-banner:hover{background-color:#fdd}.error-banner button{background:none;border:none;color:#c33;font-size:1.2rem;cursor:pointer;padding:0;margin-left:.5rem}.error-banner button:hover{color:#a22}.chat-header{display:flex;align-items:center;padding:1rem;background-color:var(--color-primary);color:var(--color-secondary-light);cursor:pointer;flex-shrink:0}.chat-messages{flex:1 1;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background-color:#f5f5f5;min-height:0}.chat-input,.chat-messages{display:flex;padding:1rem;border:1px solid #ddd;border-top:none}.chat-input{background-color:var(--color-secondary-light);gap:.5rem;flex-shrink:0}.chat-input input:disabled,.chat-input textarea:disabled{background-color:#f8f8f8;color:#999;border-color:#e0e0e0;cursor:not-allowed}.chat-input input:disabled::placeholder,.chat-input textarea:disabled::placeholder{color:#aaa;font-style:italic}.message{position:relative;margin-bottom:1rem;padding:.5rem .5rem .5rem 1rem;background-color:var(--color-secondary-light);border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.1);max-width:65%;width:-moz-fit-content;width:fit-content;text-align:left}.message.bot-message{width:100%}@media (max-width:768px){.chat-messages .message{max-width:100%;width:100%;box-sizing:border-box}}.message .message-md .md-h1{font-size:1.35rem;font-weight:700;margin-top:.75em;margin-bottom:.4em;display:block}.message p{margin:.6rem 0;white-space:pre-wrap}.message ol,.message ul{margin:.6rem 0;padding-left:1.5rem}.message li{margin:.28rem 0}.user-message{margin-right:auto;background-color:var(--color-primary);color:var(--color-secondary-light)}.bot-message{margin-left:auto;background-color:#f0f0f0;color:#333}.mcp-status-banner{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.45rem;padding:.28rem .6rem;border-radius:999px;background:rgba(33,150,243,.12);color:#0f4c81;font-size:.82rem;font-weight:600}.mcp-status-banner.is-failed{background:rgba(198,40,40,.12);color:#9f1d1d}.message-time{font-size:.8rem;color:#666;margin-top:.25rem;text-align:right}.suggested-replies-inside{display:flex;flex-wrap:wrap}.suggested-replies-inside button{background-color:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:4px;padding:0 12px;cursor:pointer;font-size:.9rem}.reply-options-header{font-weight:700;margin-bottom:4px;color:#333;font-size:1rem;width:100%;display:block}.reply-options-subtext{font-style:italic;margin:0;color:#666;font-size:.9rem;line-height:1.4;width:100%;display:block}.rdv-priority-button:hover{background-color:rgba(var(--color-primary-rgb),.8)!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.other-option-button:hover{background-color:#e9ecef!important;border-color:#adb5bd!important}.flag-report-section{background-color:#f8f9fa;padding:.25rem 1rem;border-top:1px solid #e9ecef;display:flex;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;color:#6c757d}.flag-button{flex-shrink:0;min-width:auto!important;padding:.1rem .2rem!important;font-size:.6rem}.retry-container{display:flex;justify-content:center;margin:.75rem 0;padding:0 1rem}.retry-button{background-color:var(--color-danger);color:var(--light-color-text);border:1px solid var(--color-danger-dark);border-radius:8px;padding:.75rem 1.5rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;align-items:center;gap:.5rem}.retry-button:hover{background-color:var(--color-danger-dark);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.retry-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.retry-button:disabled{background-color:#ccc;border-color:#bbb;color:#666;cursor:not-allowed;transform:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.retry-button .retry-icon{font-size:1rem}.suggested-replies-sticky{position:-webkit-sticky;position:sticky;bottom:-1rem;z-index:2;background-color:#f5f5f5;padding:8px 0 4px;border-top:1px solid #e9ecef;display:flex;flex-direction:column;align-items:center;text-align:center}.suggested-replies-sticky .other-options-container{gap:6px}.chat-box--home-topics{background:#fbfaf9;box-shadow:none;min-height:0}.chat-box--home-topics .chat-messages{background:#fbfaf9;border:0;gap:22px;padding:32px 62px 118px;scrollbar-color:#cfc8c2 transparent;scrollbar-width:thin}.chat-box--home-topics .message{border-radius:24px;box-shadow:none;box-sizing:border-box;color:#24211f;font-family:var(--font-family-body);font-size:16px;line-height:1.5;margin-bottom:0;padding:16px 20px}.chat-box--home-topics .user-message{align-self:flex-end;background:#f1ece8;color:#24211f;margin-left:auto;margin-right:0;max-width:344px}.chat-box--home-topics .bot-message{align-self:center;background:transparent;border-radius:0;margin-left:auto;margin-right:auto;max-width:629px;padding:0;width:100%}.chat-box--home-topics .message-theme{border:1px solid #d6cec8;border-radius:999px;display:block;font-size:12px;font-weight:var(--font-weight-semibold);line-height:18px;margin-bottom:8px;padding:4px 10px;width:-moz-fit-content;width:fit-content}.chat-box--home-topics .message-time{display:none}.chat-box--home-topics .message p:first-child{margin-top:0}.chat-box--home-topics .message p:last-child{margin-bottom:0}.chat-box--home-topics .suggested-replies-inside{gap:8px;margin-top:18px}.chat-box--home-topics .other-options-container{gap:8px!important}.chat-box--home-topics .other-option-button,.chat-box--home-topics .rdv-priority-button{border-radius:999px!important}.chat-box--home-topics .chat-input{align-items:center;background:#fff;border:1px solid #d8d1cb;border-radius:999px;bottom:35px;box-shadow:0 1px 2px rgb(24 22 20/4%);gap:10px;left:50%;min-height:64px;padding:9px 11px 9px 17px;position:absolute;transform:translateX(-50%);width:min(629px,calc(100% - 48px));z-index:4}.chat-box--home-topics .chat-input>div{min-width:0}.chat-box--home-topics .chat-input__theme{align-items:center;background:#f4efeb;border-radius:999px;color:var(--text-primary);display:inline-flex;flex:0 0 auto;font-family:var(--font-family-body);font-size:14px;font-weight:var(--font-weight-semibold);line-height:20px;max-width:190px;overflow:hidden;padding:6px 11px;text-overflow:ellipsis;white-space:nowrap}.chat-box--home-topics .chat-input__theme:after{background:#ddd6d0;content:"";height:32px;margin-left:11px;margin-right:-11px;width:1px}.chat-box--home-topics .chat-loading-logo{flex:0 0 auto;margin:12px auto 20px!important}.chat-box--home-topics .chat-input textarea{background:transparent!important;border:0!important;border-radius:0!important;color:#24211f;font-family:var(--font-family-body);font-size:16px!important;height:40px!important;line-height:24px!important;min-height:40px!important;outline:0;padding:8px!important}.chat-box--home-topics .chat-input textarea:focus-visible{box-shadow:none}.chat-box--home-topics .chat-input .btn{align-items:center;background:#181716!important;border:0!important;border-radius:50%;display:flex;flex:0 0 36px;height:36px;justify-content:center;min-width:36px;padding:0!important;transition:background-color .16s ease,transform .16s ease;width:36px}.chat-box--home-topics .chat-input .btn:hover:not(:disabled){background:#3b3835!important;transform:translateY(-1px)}.chat-box--home-topics .chat-input__send-icon{filter:brightness(0) invert(1)}.chat-box--home-topics .quota-display{bottom:105px;left:50%;max-width:629px;position:absolute;transform:translateX(-50%);width:calc(100% - 48px);z-index:3}.chat-box--home-topics .quota-display:not([data-chat-warning=true]){display:none}.chat-box--home-topics .flag-report-section{background:transparent;border:0;padding:0;position:absolute;right:20px;top:14px;z-index:5}.chat-box--home-topics .flag-report-section>span{display:none}.chat-box--home-topics .flag-button{background:transparent;border:0;font-size:12px}@media (max-width:820px){.chat-box--home-topics .chat-messages{padding:24px 16px 112px}.chat-box--home-topics .message{font-size:15px;max-width:88%;width:-moz-fit-content;width:fit-content}.chat-box--home-topics .bot-message{max-width:100%;width:100%}.chat-box--home-topics .chat-input{bottom:16px;min-height:58px;padding:8px 10px 8px 13px;width:calc(100% - 24px)}.chat-box--home-topics .chat-input__theme{font-size:12px;max-width:120px;padding:5px 9px}.chat-box--home-topics .quota-display{bottom:86px;width:calc(100% - 24px)}}