@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}.chat-page-shell{width:100%}.chat-wrapper{border-radius:28px;flex-direction:column;flex:1;width:min(100%,900px);max-width:900px;display:flex;overflow:hidden;box-shadow:0 28px 80px #00000040}.chat-header{background:linear-gradient(135deg,#1a3a6b,#0f2347);border-bottom:1px solid #ffc83c33;border-radius:24px 24px 0 0;align-items:center;gap:16px;padding:20px 28px;display:flex;box-shadow:0 -4px 30px #0000004d}.home-btn{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;margin-left:auto;padding:8px 14px;font-family:"Source Sans 3",sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.home-btn:hover{color:#f5c842;background:#f5c84226;border-color:#f5c8424d}.logo-circle{background:linear-gradient(135deg,#f5c842,#e8a020);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex;box-shadow:0 4px 16px #f5c84266}.header-text h1{color:#f5c842;letter-spacing:-.3px;font-family:Playfair Display,serif;font-size:20px;font-weight:900;line-height:1.1}.header-text p{color:#fff9;margin-top:2px;font-family:"Source Sans 3",sans-serif;font-size:13px}.online-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;margin-right:6px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.messages-area{scrollbar-width:thin;scrollbar-color:#f5c84233 transparent;background:#0d1f3c;flex-direction:column;flex:1;gap:16px;padding:24px 20px;display:flex;overflow-y:auto}.messages-area::-webkit-scrollbar{width:4px}.messages-area::-webkit-scrollbar-thumb{background:#f5c84233;border-radius:4px}.msg-row{gap:10px;animation:.3s fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg-row.user{justify-content:flex-end}.msg-row.assistant{justify-content:flex-start}.avatar{background:linear-gradient(135deg,#f5c842,#e8a020);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:2px;font-size:16px;display:flex}.bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:78%;padding:14px 18px;font-family:"Source Sans 3",sans-serif;font-size:15px;line-height:1.6}.bubble.assistant{color:#e8edf5;background:linear-gradient(135deg,#1a3a6b,#152e5a);border:1px solid #ffffff0f;border-bottom-left-radius:4px}.bubble.user{color:#0a1628;background:linear-gradient(135deg,#f5c842,#e8a020);border-bottom-right-radius:4px;font-weight:500}.typing-indicator{align-items:center;gap:10px;animation:.3s fadeUp;display:flex}.dots{background:linear-gradient(135deg,#1a3a6b,#152e5a);border:1px solid #ffffff0f;border-radius:18px 18px 18px 4px;gap:5px;padding:14px 18px;display:flex}.dot{background:#f5c842b3;border-radius:50%;width:8px;height:8px;animation:1.2s infinite bounce}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.taking-long{color:#ffffff59;margin-top:4px;font-family:"Source Sans 3",sans-serif;font-size:12px;animation:.3s fadeUp}.input-area-wrapper{background:linear-gradient(135deg,#0f2347,#0a1628);border-top:1px solid #ffc83c26}.input-area{border-radius:0 0 24px 24px;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}.input-box{color:#e8edf5;resize:none;scrollbar-width:none;-ms-overflow-style:none;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;outline:none;flex:1;min-height:46px;max-height:120px;padding:12px 16px;font-family:"Source Sans 3",sans-serif;font-size:15px;line-height:1.5;transition:border-color .2s,background .2s}.input-box::-webkit-scrollbar{display:none}.input-box::placeholder{color:#ffffff4d}.input-box:focus{background:#ffffff14;border-color:#f5c84266}.send-btn{cursor:pointer;background:linear-gradient(135deg,#f5c842,#e8a020);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .15s,opacity .15s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #f5c84259}.send-btn:hover:not(:disabled){transform:scale(1.06);box-shadow:0 6px 20px #f5c84280}.send-btn:active:not(:disabled){transform:scale(.97)}.send-btn:disabled{opacity:.4;cursor:not-allowed}@media (min-width:1024px){.chat-wrapper{width:min(100%,900px);max-width:900px;max-height:92dvh}.chat-header{gap:20px;padding:26px 32px}.messages-area{gap:18px;padding:28px 30px}.bubble{max-width:68%}.input-area{gap:14px;padding:18px 24px}}.disclaimer-text{text-align:center;color:#ffffff4d;margin:8px 0 12px;font-family:"Source Sans 3",sans-serif;font-size:11px}.footer-note{text-align:center;color:#ffffff40;margin-top:10px;font-family:"Source Sans 3",sans-serif;font-size:12px}.footer-note span{color:#f5c84280;font-weight:600}
