@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Thin.otf)format("opentype");font-weight:100}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Light.otf)format("opentype");font-weight:300}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Regular.otf)format("opentype");font-weight:400}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Medium.otf)format("opentype");font-weight:500}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Bold.otf)format("opentype");font-weight:700}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Heavy.otf)format("opentype");font-weight:800}@font-face{font-family:Liebling;src:url(/fonts/fonnts.com-Liebling_Black.otf)format("opentype");font-weight:900}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#195cff;--primary-dark:#0d4ee8;--primary-glow:#195cff1f;--secondary:#fc3d43;--text:#343439;--text-light:#71717a;--highlight:#ffea00;--frames:#e8edfb;--bg:#f3f6ff;--bg-warm:#fafbff;--white:#fff;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #0000001a;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--font:"Liebling","Arial Hebrew","David","Segoe UI",system-ui,sans-serif}html,body{direction:rtl;height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,textarea{font-family:var(--font)}button{cursor:pointer}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:var(--frames);border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#c5d4ff}.chat-page{background:var(--bg-warm);flex-direction:column;max-width:800px;height:100vh;margin:0 auto;display:flex}.chat-page.embed{background:#fff;max-width:100%}.chat-header{-webkit-backdrop-filter:blur(16px);z-index:10;background:#ffffffd9;border-bottom:1px solid #e8edfb99;flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;display:flex;position:sticky;top:0}.chat-header-logo{opacity:.6;flex-shrink:0;width:auto;height:26px;margin-right:auto;transition:opacity .2s}.chat-header-logo:hover{opacity:1}.chat-header-info h1{color:var(--text);font-size:16px;font-weight:800;line-height:1.2}.chat-header-info p{color:var(--text-light);letter-spacing:-.01em;font-size:11.5px;font-weight:500}.chat-header-new{background:var(--primary-glow);border-radius:var(--radius-sm);color:var(--primary);border:1.5px solid #0000;padding:7px 14px;font-size:12px;font-weight:700;transition:all .2s}.chat-header-new:hover{background:var(--primary);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px #195cff40}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:24px 20px;display:flex;overflow-y:auto}.welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:20px 16px;display:flex}.welcome-logo{background:linear-gradient(145deg,#195cff 0%,#4b7fff 50%,#7ba3ff 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:3s ease-in-out infinite welcome-pulse;display:flex;box-shadow:0 8px 28px #195cff4d,0 0 0 6px #195cff0f}.welcome-logo img{filter:brightness(0)invert();width:32px;height:32px}@keyframes welcome-pulse{0%,to{box-shadow:0 8px 28px #195cff4d,0 0 0 6px #195cff0f}50%{box-shadow:0 8px 28px #195cff66,0 0 0 10px #195cff0a}}.welcome h2{color:var(--text);letter-spacing:-.02em;font-size:20px;font-weight:900}.welcome-subtitle{color:var(--text-light);max-width:320px;font-size:13px;line-height:1.6}.welcome-divider{background:linear-gradient(90deg,var(--primary),#7ba3ff);border-radius:2px;width:32px;height:2px;margin:4px 0}.welcome-chips-label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:11px;font-weight:700}.welcome-chips{flex-wrap:wrap;justify-content:center;gap:6px;max-width:500px;display:flex}.welcome-chip{background:var(--white);border:1.5px solid var(--frames);border-radius:var(--radius-lg);color:var(--text);white-space:nowrap;box-shadow:var(--shadow-sm);padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.welcome-chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-glow);transform:translateY(-2px);box-shadow:0 4px 12px #195cff1f}.message{gap:10px;max-width:82%;display:flex}.message.user{flex-direction:row;align-self:flex-start}.message.assistant{flex-direction:row-reverse;align-self:flex-end;min-width:min(72%,460px)}.message-avatar{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:13px;font-weight:800;transition:transform .2s;display:flex}.message:hover .message-avatar{transform:scale(1.05)}.message.user .message-avatar{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border-radius:50%}.message.assistant .message-avatar{background:var(--white);color:var(--primary);border:1.5px solid var(--frames)}.message-bubble{border-radius:var(--radius-md);word-break:break-word;padding:12px 16px;font-size:14px;line-height:1.75;animation:.35s cubic-bezier(.22,1,.36,1) fade-in}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message.user .message-bubble{background:linear-gradient(135deg,var(--primary)0%,#2e6fff 100%);color:var(--white);border-bottom-right-radius:4px;box-shadow:0 2px 8px #195cff33}.message.assistant .message-bubble{background:var(--white);color:var(--text);box-shadow:var(--shadow-sm);border:1px solid #e8edfbcc;border-bottom-left-radius:4px}.message.assistant .message-bubble a{color:var(--primary);border-bottom:1px solid #195cff4d;text-decoration:none;transition:border-color .15s}.message.assistant .message-bubble a:hover{border-bottom-color:var(--primary)}.message.assistant .message-bubble strong{color:var(--text);font-weight:700}.message.assistant .message-bubble ul,.message.assistant .message-bubble ol{margin:8px 0;padding-right:20px}.message.assistant .message-bubble li{margin:4px 0;line-height:1.7}.message.assistant .message-bubble li::marker{color:var(--primary)}.message.assistant .message-bubble p{margin:0 0 8px}.message.assistant .message-bubble p:last-child{margin:0}.message.assistant .message-bubble p:empty{height:4px;margin:0}.message.assistant .message-bubble h3,.message.assistant .message-bubble h4,.message.assistant .message-bubble h5{margin:14px 0 6px;font-weight:800;line-height:1.3}.message.assistant .message-bubble h3{color:var(--primary);font-size:15px}.message.assistant .message-bubble h4{font-size:14px}.message.assistant .message-bubble h5{color:var(--text-light);font-size:13px}.message.assistant .message-bubble hr{border:none;border-top:1px solid var(--frames);margin:12px 0}.message.assistant .message-bubble code{background:var(--bg);border-radius:6px;padding:2px 6px;font-size:13px}.cursor{background:var(--primary);vertical-align:text-bottom;border-radius:1px;width:2px;height:1em;margin-right:3px;animation:.6s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.message.streaming .message-bubble{min-width:min(70%,400px)}.typing{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--frames);box-shadow:var(--shadow-sm);align-self:flex-end;gap:5px;padding:12px 16px;animation:.3s ease-out fade-in;display:flex}.typing-dot{background:var(--primary);opacity:.35;border-radius:50%;width:7px;height:7px;animation:.7s ease-in-out infinite bounce}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.9;transform:translateY(-5px)}}.chat-input-area{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-top:1px solid #e8edfb80;flex-shrink:0;padding:12px 20px 16px}.chat-input-wrap{background:var(--white);border:1.5px solid var(--frames);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:flex-end;gap:8px;padding:6px 6px 6px 12px;transition:all .2s;display:flex}.chat-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #195cff14,var(--shadow-sm)}.chat-input{color:var(--text);resize:none;direction:rtl;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:120px;padding:6px 0;font-size:14px;line-height:1.5}.chat-input::placeholder{color:#c0c0c8}.chat-send{border-radius:var(--radius-sm);background:var(--primary);border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.chat-send:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.06);box-shadow:0 4px 12px #195cff4d}.chat-send:active:not(:disabled){transform:scale(.96)}.chat-send:disabled{opacity:.3;cursor:not-allowed}.chat-send svg{width:18px;height:18px;fill:var(--white);transform:rotate(180deg)}.chat-footer{text-align:center;color:#b8b8c0;letter-spacing:-.01em;padding:8px;font-size:10.5px}.chat-footer a{color:var(--primary);font-weight:600;text-decoration:none}.chat-footer a:hover{text-decoration:underline}.error-banner{border-radius:var(--radius-sm);color:var(--secondary);text-align:center;background:#fff5f5;border:1px solid #ffd0d2;margin:0 20px;padding:10px 14px;font-size:13px;animation:.3s ease-out fade-in}.chat-page.embed .chat-input-area{padding-bottom:24px}.chat-page.embed .chat-footer{padding-bottom:4px}@media (max-width:640px){.chat-header{padding:10px 16px}.chat-header-info h1{font-size:14px}.chat-header-info p{font-size:10.5px}.chat-header-logo{height:22px}.chat-messages{padding:16px 12px}.message{max-width:90%}.message-avatar{width:28px;height:28px;font-size:11px}.welcome-logo{width:48px;height:48px}.welcome-logo img{width:26px;height:26px}.welcome h2{font-size:18px}.welcome-subtitle{font-size:12px}.welcome-chips{gap:5px}.welcome-chip{padding:6px 12px;font-size:11px}.chat-input-area{padding:8px 12px 12px}.chat-send{-webkit-tap-highlight-color:transparent;width:40px;height:40px}.chat-input{font-size:16px}.welcome-chip{-webkit-tap-highlight-color:transparent}}
