.rt-chat-layout{display:flex;flex-direction:column;min-height:calc(100svh - 67px);max-width:900px;margin:67px auto 0;position:relative;width:100%}.rt-chat-layout--page{height:auto;padding:0 0 18px}.rt-chat-layout--embedded{height:min(760px,calc(100svh - 140px));min-height:560px;max-width:1000px;margin:28px auto 0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:rgba(30,30,34,.48);box-shadow:var(--shadow-sm)}.rt-chat-container{flex-grow:1;overflow:visible;padding:1.5rem 1rem 1rem}.rt-chat-layout--embedded .rt-chat-container{overflow-y:auto;padding-bottom:120px;scrollbar-width:thin;scrollbar-color:var(--text-muted) transparent}.rt-chat-layout--embedded .rt-chat-container::-webkit-scrollbar{width:6px}.rt-chat-layout--embedded .rt-chat-container::-webkit-scrollbar-track{background:transparent}.rt-chat-layout--embedded .rt-chat-container::-webkit-scrollbar-thumb{background-color:var(--text-muted);border-radius:10px}.rt-chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-secondary);animation:fadeIn .5s ease-out}.rt-chat-empty-icon{color:var(--accent);margin-bottom:1.5rem;opacity:.8}.rt-chat-empty-state h1{font-size:2rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:600}.rt-chat-empty-state p{max-width:500px;line-height:1.5;margin-bottom:2rem}.rt-chat-suggestions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:600px}.rt-chat-suggestions button{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);padding:.75rem 1rem;border-radius:var(--radius-lg);font-size:.9rem;cursor:pointer;transition:all .2s ease}.rt-chat-suggestions button:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--accent-subtle);transform:translateY(-2px)}.rt-chat-messages{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.rt-chat-message-ai,.rt-chat-message-user{display:flex;gap:1rem;max-width:100%;animation:fadeIn .3s ease-out}.rt-chat-message-user{justify-content:flex-end}.rt-chat-message-ai{justify-content:flex-start}.rt-chat-message-bubble{padding:1rem 1.25rem;border-radius:var(--radius-lg);font-size:1rem;line-height:1.6;max-width:85%}.rt-chat-message-user .rt-chat-message-bubble{background-color:var(--bg-card);color:var(--text-primary);border-bottom-right-radius:4px}.rt-chat-message-ai .rt-chat-message-bubble{background-color:transparent;color:var(--text-primary);padding:0;max-width:100%}.rt-chat-message-ai-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--accent-subtle);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-top:.2rem}.rt-chat-input-area{position:static;bottom:0;left:0;right:0;z-index:12;padding:1rem 1rem 1.15rem;background:linear-gradient(to top,var(--bg-page) 76%,rgba(24,24,27,0));display:flex;flex-direction:column;align-items:center}.rt-chat-layout--embedded .rt-chat-input-area{position:absolute;background:linear-gradient(0deg,rgba(24,24,27,.98) 72%,rgba(24,24,27,0))}.rt-chat-layout--embedded .rt-chat-input-box{max-width:calc(100% - 24px)}.rt-chat-input-box{display:flex;align-items:center;background:var(--bg-tertiary);border:1px solid var(--border);padding:.5rem .5rem .5rem 1.25rem;border-radius:var(--radius-xl);width:100%;max-width:768px;box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.rt-chat-input-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.rt-chat-input-box input{flex-grow:1;background:transparent;border:none;color:var(--text-primary);font-size:1rem;outline:none;padding:.5rem 0}.rt-chat-input-box input::-moz-placeholder{color:var(--text-muted)}.rt-chat-input-box input::placeholder{color:var(--text-muted)}.rt-chat-submit-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--accent);color:white;border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:.5rem}.rt-chat-submit-btn:hover:not(:disabled){background:var(--accent-hover);transform:scale(1.05)}.rt-chat-submit-btn:disabled{background:var(--bg-card);color:var(--text-muted);cursor:not-allowed}.rt-chat-disclaimer{font-size:12px;color:var(--text-muted);margin-top:.75rem;text-align:center}.rt-chat-loading{display:inline-grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(100%,520px);min-height:64px;padding:11px 14px 11px 12px;border:1px solid rgba(129,140,248,.2);border-radius:18px;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(30,30,34,.84) 38%),rgba(30,30,34,.72);color:var(--text-secondary);box-shadow:0 18px 46px rgba(0,0,0,.24),inset 0 0 0 1px rgba(255,255,255,.02)}.rt-chat-loading-orb{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:rgba(99,102,241,.16);color:var(--accent-text);box-shadow:inset 0 0 0 1px rgba(165,180,252,.16);animation:rtPulseGlow 1.6s ease-in-out infinite}.rt-chat-loading-copy{display:grid;gap:2px;min-width:0}.rt-chat-loading-copy span{color:var(--text-primary);font-size:14px;font-weight:800;line-height:1.2}.rt-chat-loading-copy small{color:rgba(191,196,214,.72);font-size:12px;line-height:1.3}.rt-chat-loading-dots{display:inline-flex;gap:4px;padding-right:2px}.rt-chat-loading-dots span{width:5px;height:5px;border-radius:999px;background:var(--accent-text);opacity:.34;animation:rtLoadingDot 1.2s ease-in-out infinite}.rt-chat-loading-dots span:nth-child(2){animation-delay:.16s}.rt-chat-loading-dots span:nth-child(3){animation-delay:.32s}.rt-chat-citations{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.rt-chat-citations h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0}.rt-no-citations{margin-top:1rem;padding:1rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px dashed var(--border);color:var(--text-secondary);font-size:.9rem}.rt-deepening-suggestions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem;max-width:760px}.rt-deepening-suggestions button{display:grid;gap:.2rem;max-width:min(100%,330px);padding:.65rem .78rem;border:1px solid rgba(129,140,248,.28);border-radius:8px;background:rgba(30,30,34,.72);color:var(--text-primary);text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.rt-deepening-suggestions button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--accent);background:var(--bg-card-hover)}.rt-deepening-suggestions button:disabled{cursor:not-allowed;opacity:.62}.rt-deepening-suggestions span{font-size:.88rem;font-weight:800;line-height:1.25}.rt-deepening-suggestions small{color:var(--text-muted);font-size:12px;line-height:1.3}.rt-chat-layout--page .rt-chat-container{min-height:calc(100svh - 178px);padding-bottom:132px}.rt-chat-layout--page .rt-chat-input-area{margin-inline:-12px;border-top:1px solid rgba(255,255,255,.04);backdrop-filter:blur(18px)}.rt-chat-layout--page .rt-chat-input-box{border-color:rgba(148,163,184,.22);background:rgba(37,37,42,.96)}.rt-chat-layout--page.rt-chat-layout--has-messages{min-height:calc(100svh - 67px);padding-bottom:clamp(24px,5vw,48px)}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-container{flex-grow:1;min-height:0;padding:clamp(28px,4vw,46px) 1rem 8px}.rt-chat-layout--page.rt-chat-layout--pending .rt-chat-container{display:flex;flex-direction:column}.rt-chat-layout--page.rt-chat-layout--pending .rt-chat-messages{flex:1}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-messages{gap:clamp(18px,3vw,28px);padding-bottom:0}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-area{margin-inline:0;border-top:0;padding:8px 1rem 0;background:transparent;backdrop-filter:none;scroll-margin-bottom:18px}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-box{max-width:820px;min-height:60px;border-radius:16px;border-color:rgba(148,163,184,.2);padding:.45rem .48rem .45rem 1.15rem;background:linear-gradient(180deg,rgba(42,42,48,.95),rgba(31,31,36,.95)),var(--bg-tertiary);box-shadow:0 18px 48px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.02)}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-box:focus-within{border-color:rgba(165,180,252,.7);box-shadow:0 20px 52px rgba(0,0,0,.32),0 0 0 3px rgba(99,102,241,.16)}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-box input{font-size:15.5px;padding:.7rem 0}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-submit-btn{width:44px;height:44px;margin-left:.65rem}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-disclaimer{margin-top:.65rem;color:rgba(160,160,176,.66)}.rt-chat-scroll-anchor{height:18px}.rt-chat-more-citations{border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(24,24,27,.52)}.rt-chat-more-citations summary{cursor:pointer;padding:14px 16px;color:var(--accent-text);font-size:13px;font-weight:800;list-style:none}.rt-chat-more-citations summary::-webkit-details-marker{display:none}.rt-chat-more-citations summary:after{content:"+";float:right;color:var(--text-muted)}.rt-chat-more-citations[open] summary:after{content:"−"}.rt-chat-more-citations>div{display:grid;gap:10px;padding:0 12px 12px}@media (max-width:760px){.rt-chat-layout--page .rt-chat-container{min-height:calc(100svh - 172px);padding-inline:14px}.rt-chat-layout--page.rt-chat-layout--has-messages{min-height:calc(100svh - 67px);padding-bottom:28px}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-container{flex-grow:1;min-height:0;padding:24px 14px 4px}.rt-chat-loading{grid-template-columns:32px minmax(0,1fr);width:100%;min-height:60px;padding:10px 12px}.rt-chat-loading-orb{width:32px;height:32px}.rt-chat-loading-dots{grid-column:2;padding:2px 0 0}.rt-chat-layout--page .rt-chat-input-area{margin-inline:0;padding-inline:14px}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-area{padding-top:6px}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-box{min-height:56px;border-radius:14px;padding-left:.95rem}.rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-submit-btn{width:40px;height:40px;margin-left:.5rem}}.rt-chat-loading-wrapper{display:grid;gap:16px;width:100%}[data-theme=light] .rt-chat-layout--embedded{background:rgba(255,255,255,.6)}[data-theme=light] .rt-chat-input-area{background:linear-gradient(to top,var(--bg-page) 76%,transparent)}[data-theme=light] .rt-chat-layout--embedded .rt-chat-input-area{background:linear-gradient(0deg,rgba(247,247,249,.98) 72%,transparent)}[data-theme=light] .rt-chat-layout--page .rt-chat-input-box,[data-theme=light] .rt-chat-layout--page.rt-chat-layout--has-messages .rt-chat-input-box{border-color:var(--border-strong);background:var(--input-bg)}[data-theme=light] .rt-chat-loading{background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(255,255,255,.9) 38%),rgba(255,255,255,.85)}[data-theme=light] .rt-chat-loading-copy small{color:var(--text-secondary)}[data-theme=light] .rt-chat-more-citations{background:var(--bg-surface)}[data-theme=light] .rt-deepening-suggestions button{background:var(--bg-card)}