/* RaASaAD AI Companion — premium chat layer */
.chat-panel{position:fixed!important;z-index:1200;inset:auto 24px 24px auto;width:min(430px,calc(100vw - 32px));height:min(720px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(114,87,215,.22)!important;border-radius:28px!important;background:rgba(250,252,255,.97)!important;box-shadow:0 35px 100px rgba(25,34,65,.25),0 0 0 1px rgba(255,255,255,.55) inset!important;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);opacity:0;pointer-events:none;transform:translateY(18px) scale(.97);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.chat-panel.open{opacity:1;pointer-events:auto;transform:none}.chat-panel:before{content:"";position:absolute;inset:-140px auto auto -100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(25,168,200,.18),transparent 68%);pointer-events:none}.chat-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid rgba(114,87,215,.11);background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(245,241,255,.84))}.chat-title{display:flex;align-items:center;gap:11px;min-width:0}.chat-orb{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:14px;color:#fff;font-size:19px;background:linear-gradient(145deg,#7257d7,#087ea4);box-shadow:0 10px 25px rgba(88,67,184,.24);animation:raOrb 3s ease-in-out infinite}.chat-name{font-size:13px;font-weight:950;color:#202b40}.chat-state{margin-top:2px;color:#7d899d;font-size:9px}.chat-state:before{content:"";display:inline-block;width:6px;height:6px;margin-left:5px;border-radius:50%;background:#18b77c;box-shadow:0 0 0 3px rgba(24,183,124,.1)}.chat-close{width:34px;height:34px;border:1px solid #e3e7ef;border-radius:11px;background:#fff;color:#7b8798;font-size:20px;line-height:1;transition:.18s}.chat-close:hover{color:#7257d7;border-color:rgba(114,87,215,.28);transform:rotate(4deg)}.chat-messages{position:relative;flex:1;overflow:auto;padding:18px 16px 12px;scroll-behavior:smooth}.chat-message{max-width:88%;margin:0 0 10px;padding:11px 13px;border-radius:16px;font-size:11px;line-height:1.9;white-space:pre-wrap;box-shadow:0 5px 18px rgba(24,40,70,.045);animation:raMessage .2s ease}.chat-message.assistant{margin-left:auto;margin-right:0;border:1px solid #e3e7ef;background:#fff;color:#536176;border-top-right-radius:6px}.chat-message.user{margin-right:auto;margin-left:0;color:#fff;background:linear-gradient(135deg,#7257d7,#5a43bd);border-top-left-radius:6px;box-shadow:0 8px 22px rgba(114,87,215,.18)}.chat-message-title{margin-bottom:5px;color:#2c3950;font-weight:900}.chat-suggestions{display:flex;flex-direction:column;gap:6px;margin-top:10px}.chat-suggestion{width:100%;text-align:right;padding:8px 10px!important;border:1px solid #e5e8ef!important;border-radius:10px!important;background:#f8fafc!important;color:#68758a!important;font-size:9.5px!important}.chat-suggestion:hover{border-color:rgba(114,87,215,.3)!important;background:#f3efff!important;color:#604bc3!important}.chat-message.ra-typing-message{color:#7257d7;background:#f4f1ff}.chat-message.ra-typing-message:after{content:"";display:inline-block;width:5px;height:5px;margin-right:6px;border-radius:50%;background:#7257d7;box-shadow:8px 0 #7257d7,16px 0 #7257d7;animation:raTyping 1s infinite}.chat-search-context{position:relative;display:flex;align-items:center;gap:9px;margin:0 14px 8px;padding:9px 10px;border:1px solid rgba(8,126,164,.12);border-radius:13px;background:#eef9fc}.chat-context-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#fff;color:#087ea4}.chat-context-content{min-width:0;display:flex;flex-direction:column}.chat-context-label{font-size:8px;color:#8994a7}.chat-context-content strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#29364d}.chat-context-close{margin-right:auto;border:0;background:transparent;color:#8a95a5;font-size:17px}.chat-input-area{padding:12px 14px 14px;border-top:1px solid rgba(114,87,215,.1);background:rgba(255,255,255,.8)}.chat-input-row{display:flex;align-items:flex-end;gap:7px;padding:5px;border:1px solid #dfe4ec;border-radius:15px;background:#fff;box-shadow:0 5px 20px rgba(20,40,70,.05);transition:.2s}.chat-input-row:focus-within{border-color:rgba(114,87,215,.42);box-shadow:0 0 0 3px rgba(114,87,215,.07)}.chat-input{flex:1;min-width:0;min-height:38px;max-height:110px;padding:8px 9px;border:0;outline:0;resize:none;background:transparent;color:#26334a;font-size:10.5px;line-height:1.8;direction:rtl}.chat-send{width:38px;height:38px;flex:none;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#7257d7,#087ea4);font-size:18px;font-weight:900;box-shadow:0 7px 17px rgba(84,65,177,.2);transition:.18s}.chat-send:hover{transform:translateY(-1px)}.chat-send:disabled{opacity:.5;transform:none}.chat-input-hint{padding:5px 4px 0;color:#9aa4b3;font-size:8px;text-align:right}@keyframes raMessage{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes raTyping{0%,100%{opacity:.25}50%{opacity:1}}@keyframes raOrb{0%,100%{transform:rotate(-3deg) scale(1)}50%{transform:rotate(3deg) scale(1.04)}}
[data-theme=dark] .chat-panel{background:rgba(11,21,35,.97)!important;border-color:rgba(164,147,255,.2)!important;box-shadow:0 35px 100px rgba(0,0,0,.5)!important}.dark .chat-panel,.theme-dark .chat-panel{background:rgba(11,21,35,.97)!important}.dark .chat-header,.theme-dark .chat-header,[data-theme=dark] .chat-header{background:linear-gradient(135deg,rgba(15,28,46,.94),rgba(29,24,51,.9));border-color:#26374d}.dark .chat-name,.theme-dark .chat-name,[data-theme=dark] .chat-name{color:#edf5fc}.dark .chat-message.assistant,.theme-dark .chat-message.assistant,[data-theme=dark] .chat-message.assistant{background:#101d2f;border-color:#293b52;color:#aebbd0}.dark .chat-message-title,.theme-dark .chat-message-title,[data-theme=dark] .chat-message-title{color:#edf5fc}.dark .chat-suggestion,.theme-dark .chat-suggestion,[data-theme=dark] .chat-suggestion{background:#0e1928!important;border-color:#2a3b50!important;color:#a8b5c8!important}.dark .chat-input-area,.theme-dark .chat-input-area,[data-theme=dark] .chat-input-area{background:rgba(11,21,35,.9);border-color:#26374d}.dark .chat-input-row,.theme-dark .chat-input-row,[data-theme=dark] .chat-input-row{background:#0e1928;border-color:#2b3c51}.dark .chat-input,.theme-dark .chat-input,[data-theme=dark] .chat-input{color:#edf5fc}.dark .chat-close,.theme-dark .chat-close,[data-theme=dark] .chat-close{background:#101d2f;border-color:#2b3c51;color:#a8b5c8}.dark .chat-search-context,.theme-dark .chat-search-context,[data-theme=dark] .chat-search-context{background:#0b2936;border-color:#234457}.dark .chat-context-content strong,.theme-dark .chat-context-content strong,[data-theme=dark] .chat-context-content strong{color:#edf5fc}
@media(max-width:560px){.chat-panel{inset:auto 8px 8px;width:calc(100vw - 16px);height:min(680px,calc(100vh - 16px));border-radius:23px!important}.chat-header{padding:14px}.chat-messages{padding:14px 11px 10px}.chat-input-area{padding:9px 10px 11px}.chat-orb{width:38px;height:38px;border-radius:12px}.chat-name{font-size:12px}}
