*{box-sizing:border-box;margin:0;padding:0}body{background:#3d2328}.rf-chat-root{z-index:9999;font-family:DM Sans,system-ui,sans-serif;position:fixed;bottom:1.25rem;right:1.25rem}.rf-chat-launcher{color:#ede4dc;cursor:pointer;background:#9b4f66;border:1px solid #c78299;border-radius:999px;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.7rem 1.25rem;transition:transform .15s,background .15s;display:flex;box-shadow:0 6px 24px #3d232873}.rf-chat-launcher:hover{background:#ab5f76;transform:translateY(-1px)}.rf-launcher-line1{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;line-height:1.1}.rf-launcher-line2{opacity:.85;letter-spacing:.02em;font-size:.68rem}.rf-chat-panel{color:#ede4dc;background:#3d2328;border:1px solid #c7829959;border-radius:18px;flex-direction:column;width:min(380px,100vw - 2rem);height:min(600px,100dvh - 4rem);display:flex;overflow:hidden;box-shadow:0 12px 48px #00000080}.rf-chat-header{background:#9b4f662e;border-bottom:1px solid #c7829940;justify-content:space-between;align-items:center;gap:.5rem;padding:.8rem 1rem .6rem;display:flex}.rf-chat-titles{flex-direction:column;display:flex}.rf-chat-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;line-height:1.1}.rf-chat-subtitle{color:#c78299;letter-spacing:.03em;font-size:.7rem}.rf-chat-header-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.rf-exit-btn{color:#3d2328;cursor:pointer;background:#ede4dc;border:none;border-radius:999px;padding:.35rem .8rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.rf-exit-btn:hover{background:#fff}.rf-min-btn{color:#c78299;cursor:pointer;background:0 0;border:1px solid #c7829966;border-radius:8px;width:1.7rem;height:1.7rem;font-size:1rem;line-height:1}.rf-chat-banner{text-align:center;background:#9b4f66;padding:.5rem 1rem;font-size:.74rem;font-weight:600;line-height:1.4}.rf-chat-banner a{color:#ede4dc;text-underline-offset:2px;text-decoration:underline}.rf-lang-pick{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:1.5rem;display:flex}.rf-lang-pick p{margin:0 0 1rem;font-family:Cormorant Garamond,serif;font-size:1.15rem}.rf-lang-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.rf-lang-grid button{color:#ede4dc;cursor:pointer;background:#c7829924;border:1px solid #c7829966;border-radius:12px;padding:.7rem .5rem;font-family:inherit;font-size:.95rem;transition:background .15s}.rf-lang-grid button:hover,.rf-lang-grid button:focus-visible{outline-offset:1px;background:#9b4f6673;outline:2px solid #c78299}.rf-chat-messages{scrollbar-width:thin;scrollbar-color:#c7829966 transparent;flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.rf-msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:85%;padding:.6rem .85rem;font-size:.92rem;line-height:1.55}.rf-msg-bot{background:#c7829929;border:1px solid #c7829938;border-bottom-left-radius:4px;align-self:flex-start}.rf-msg-user{background:#9b4f66;border-bottom-right-radius:4px;align-self:flex-end}[dir=rtl] .rf-msg-bot{border-bottom-right-radius:4px;border-bottom-left-radius:14px;align-self:flex-end}[dir=rtl] .rf-msg-user{border-bottom-right-radius:14px;border-bottom-left-radius:4px;align-self:flex-start}.rf-typing{letter-spacing:.2em;opacity:.6;animation:1.2s infinite rf-pulse}@keyframes rf-pulse{0%,to{opacity:.35}50%{opacity:.8}}@media (prefers-reduced-motion:reduce){.rf-typing{animation:none}.rf-chat-launcher{transition:none}}.rf-chat-error{color:#c78299;text-align:center;align-self:center;font-size:.8rem}.rf-chat-inputrow{border-top:1px solid #c7829940;gap:.5rem;padding:.7rem .8rem .4rem;display:flex}.rf-chat-inputrow textarea{resize:none;color:#ede4dc;background:#ede4dc12;border:1px solid #c7829959;border-radius:12px;flex:1;max-height:6rem;padding:.55rem .75rem;font-family:inherit;font-size:.92rem;line-height:1.4}.rf-chat-inputrow textarea:focus-visible{outline-offset:1px;outline:2px solid #c78299}.rf-chat-inputrow textarea::placeholder{color:#ede4dc73}.rf-send-btn{color:#ede4dc;cursor:pointer;background:#9b4f66;border:none;border-radius:12px;padding:0 1rem;font-family:inherit;font-size:.88rem;font-weight:600}.rf-send-btn:disabled{opacity:.45;cursor:default}.rf-chat-footer{justify-content:space-between;align-items:center;gap:.6rem;padding:.3rem .9rem .7rem;display:flex}.rf-newchat-btn{color:#c78299;text-underline-offset:2px;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:inherit;font-size:.75rem;text-decoration:underline}.rf-esc-hint{color:#ede4dc8c;font-size:.66rem;line-height:1.35}@media (width<=480px){.rf-chat-root{bottom:.75rem;left:.75rem;right:.75rem}.rf-chat-panel{width:100%}}
