.Chat-module__r4LmDW__chatContainer{background-color:#141417;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;overflow:hidden}.Chat-module__r4LmDW__chatContainer[lang=en]{direction:ltr;font-family:Inter,sans-serif}.Chat-module__r4LmDW__chatContainer[lang=en] .Chat-module__r4LmDW__centerText,.Chat-module__r4LmDW__chatContainer[lang=en] .Chat-module__r4LmDW__inputField,.Chat-module__r4LmDW__chatContainer[lang=en] .Chat-module__r4LmDW__messageBubble{font-family:Inter,sans-serif}.Chat-module__r4LmDW__chatContainer[lang=fr]{direction:ltr;font-family:Inter,sans-serif}.Chat-module__r4LmDW__chatContainer[lang=fr] .Chat-module__r4LmDW__centerText,.Chat-module__r4LmDW__chatContainer[lang=fr] .Chat-module__r4LmDW__inputField,.Chat-module__r4LmDW__chatContainer[lang=fr] .Chat-module__r4LmDW__messageBubble{font-family:Inter,sans-serif}.Chat-module__r4LmDW__chatContainer[lang=ar]{direction:rtl;font-family:Alexandria,sans-serif}.Chat-module__r4LmDW__chatContainer[lang=ar] .Chat-module__r4LmDW__centerText,.Chat-module__r4LmDW__chatContainer[lang=ar] .Chat-module__r4LmDW__inputField,.Chat-module__r4LmDW__chatContainer[lang=ar] .Chat-module__r4LmDW__messageBubble{font-family:Alexandria,sans-serif}.Chat-module__r4LmDW__blurBall{opacity:.7;filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 50%,transparent 70%);border-radius:50%;width:400px;height:400px;position:fixed;top:-180px;left:-210px}.Chat-module__r4LmDW__centerContent{flex-direction:column;align-items:center;gap:15px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Chat-module__r4LmDW__centerText{color:#fff;margin-bottom:30px;font-family:BBH Sans Bogle,sans-serif;font-size:30px}.Chat-module__r4LmDW__inputContainer{width:800px;max-width:90vw;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.Chat-module__r4LmDW__inputField{color:#fff;resize:none;box-sizing:border-box;background-color:#343738;border:1px solid #494a4c;border-radius:18px;width:100%;min-height:120px;padding:15px 15px 50px;font-family:Inter,sans-serif;font-size:16px;transition:min-height .6s cubic-bezier(.4,0,.2,1),padding .6s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -2px rgba(255,255,255,.1)}.Chat-module__r4LmDW__inputField:focus{border-color:#5a5c5e;outline:none}.Chat-module__r4LmDW__inputField:disabled{opacity:.6;cursor:not-allowed}.Chat-module__r4LmDW__inputField::placeholder{color:#8a8c8e}.Chat-module__r4LmDW__sendBtn{color:#fff;cursor:pointer;background-color:#494a4c;border:none;border-radius:15px;justify-content:center;align-items:center;padding:9px;font-family:Inter,sans-serif;font-size:14px;transition:opacity .2s;display:flex;position:absolute;bottom:10px;right:10px}.Chat-module__r4LmDW__sendBtn:hover{opacity:.8}.Chat-module__r4LmDW__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chat-module__r4LmDW__sendBtn svg{stroke:#fff;width:20px;height:20px}.Chat-module__r4LmDW__loadingSpinner{border:2px solid #494a4c;border-top-color:#fff;border-radius:50%;width:12px;height:12px;margin-right:8px;animation:.8s linear infinite Chat-module__r4LmDW__spin;display:inline-block}@keyframes Chat-module__r4LmDW__spin{to{transform:rotate(360deg)}}.Chat-module__r4LmDW__typingIndicator{gap:4px;padding:12px 16px;display:flex}.Chat-module__r4LmDW__typingIndicator span{background-color:#8a8c8e;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both Chat-module__r4LmDW__bounce}.Chat-module__r4LmDW__typingIndicator span:first-child{animation-delay:-.32s}.Chat-module__r4LmDW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes Chat-module__r4LmDW__bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.Chat-module__r4LmDW__messageBubble>*{margin-top:8px;margin-bottom:8px}.Chat-module__r4LmDW__messageBubble>:first-child{margin-top:0!important}.Chat-module__r4LmDW__messageBubble>:last-child{margin-bottom:0!important}.Chat-module__r4LmDW__messageBubble strong{color:#fff;font-weight:700}.Chat-module__r4LmDW__messageBubble em{font-style:italic}.Chat-module__r4LmDW__messageBubble code{color:#e06c75;background-color:#1e1e1e;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:14px}.Chat-module__r4LmDW__codeContainer{background-color:#1e1e1e;border:1px solid #2d2d2d;border-radius:8px;margin:8px 0;position:relative}.Chat-module__r4LmDW__messageBubble .Chat-module__r4LmDW__codeContainer:first-child{margin-top:0!important}.Chat-module__r4LmDW__messageBubble .Chat-module__r4LmDW__codeContainer:last-child{margin-bottom:0!important}.Chat-module__r4LmDW__messageBubble pre{background-color:transparent;border:none;border-radius:8px;margin:0;padding:12px;overflow-x:auto}.Chat-module__r4LmDW__messageBubble pre code{padding:0;font-size:13px;line-height:1.5;display:block;background-color:transparent!important}.Chat-module__r4LmDW__messageBubble pre code.Chat-module__r4LmDW__hljs{background-color:transparent!important}.Chat-module__r4LmDW__copyBtn{color:#fff;cursor:pointer;opacity:.8;z-index:10;background-color:#494a4c;border:none;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:4px;font-size:12px;transition:opacity .2s,background-color .2s;display:flex;position:absolute;top:8px;right:8px}.Chat-module__r4LmDW__copyBtn svg{stroke:#fff;width:20px;height:20px}.Chat-module__r4LmDW__copyBtn.Chat-module__r4LmDW__copied{pointer-events:none;background-color:#28a745}.Chat-module__r4LmDW__copyBtn:hover{opacity:1;background-color:#5a5c5e}.Chat-module__r4LmDW__messageBubble ul,.Chat-module__r4LmDW__messageBubble ol{padding-left:24px}.Chat-module__r4LmDW__messageBubble li{margin:4px 0}.Chat-module__r4LmDW__messageBubble blockquote{color:#b0b0b0;border-left:3px solid #5a5c5e;padding-left:12px;font-style:italic}.Chat-module__r4LmDW__messageBubble table{border-collapse:collapse;width:100%;font-size:14px}.Chat-module__r4LmDW__messageBubble table th,.Chat-module__r4LmDW__messageBubble table td{text-align:left;border:1px solid #494a4c;padding:8px 12px}.Chat-module__r4LmDW__messageBubble table th{background-color:#2a2a2c;font-weight:600}.Chat-module__r4LmDW__messageBubble table tr:nth-child(2n){background-color:#252527}.Chat-module__r4LmDW__messageBubble h1,.Chat-module__r4LmDW__messageBubble h2,.Chat-module__r4LmDW__messageBubble h3,.Chat-module__r4LmDW__messageBubble h4,.Chat-module__r4LmDW__messageBubble h5,.Chat-module__r4LmDW__messageBubble h6{font-weight:600}.Chat-module__r4LmDW__messageBubble h1{font-size:24px}.Chat-module__r4LmDW__messageBubble h2{font-size:20px}.Chat-module__r4LmDW__messageBubble h3{font-size:18px}.Chat-module__r4LmDW__messageBubble h4{font-size:16px}.Chat-module__r4LmDW__messageBubble h5{font-size:14px}.Chat-module__r4LmDW__messageBubble h6{font-size:13px}.Chat-module__r4LmDW__messageBubble a{color:#61afef;text-decoration:underline}.Chat-module__r4LmDW__messageBubble a:hover{color:#84c0f5}.Chat-module__r4LmDW__messageBubble hr{border:none;border-top:1px solid #494a4c;margin:12px 0}.Chat-module__r4LmDW__inputField::-webkit-scrollbar{width:14px}.Chat-module__r4LmDW__inputField::-webkit-scrollbar-track{background:#141417;border-radius:10px;margin:8px 0}.Chat-module__r4LmDW__inputField::-webkit-scrollbar-thumb{background:#494a4c;border-radius:10px;min-height:40px}.Chat-module__r4LmDW__inputField::-webkit-scrollbar-thumb:hover{background:#5a5c5e}.Chat-module__r4LmDW__inputField{scrollbar-width:auto;scrollbar-color:#494a4c #141417}.Chat-module__r4LmDW__chatMessages{box-sizing:border-box;opacity:0;pointer-events:none;width:90%;max-width:1200px;height:calc(100vh - 250px);padding:100px 20px 20px;transition:opacity .5s;position:fixed;top:0;left:50%;overflow-y:auto;transform:translate(-50%)}.Chat-module__r4LmDW__chatMessages.Chat-module__r4LmDW__active{opacity:1;pointer-events:auto;height:calc(90vh - 20px);padding-top:100px}.Chat-module__r4LmDW__message{margin-bottom:15px;animation:.4s Chat-module__r4LmDW__messageSlideIn;display:flex}@keyframes Chat-module__r4LmDW__messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Chat-module__r4LmDW__message.Chat-module__r4LmDW__user{justify-content:flex-end}.Chat-module__r4LmDW__message.Chat-module__r4LmDW__ai{justify-content:flex-start}.Chat-module__r4LmDW__messageBubble{color:#fff;word-wrap:break-word;border-radius:18px;max-width:70%;padding:12px 16px;transition:height .15s ease-out,padding .15s ease-out}.Chat-module__r4LmDW__message.Chat-module__r4LmDW__user .Chat-module__r4LmDW__messageBubble{background-color:#5a5c5e;border-bottom-right-radius:4px}.Chat-module__r4LmDW__message.Chat-module__r4LmDW__ai .Chat-module__r4LmDW__messageBubble{background-color:#343738;border-bottom-left-radius:4px}.Chat-module__r4LmDW__chatMessages::-webkit-scrollbar{width:8px}.Chat-module__r4LmDW__chatMessages::-webkit-scrollbar-track{background:0 0}.Chat-module__r4LmDW__chatMessages::-webkit-scrollbar-thumb{background:#494a4c;border-radius:10px}.Chat-module__r4LmDW__chatMessages::-webkit-scrollbar-thumb:hover{background:#5a5c5e}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__centerText{opacity:0;pointer-events:none;transition:opacity .5s}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__centerContent{box-sizing:border-box;width:95%;max-width:1400px;padding:0 20px;transition:all .6s cubic-bezier(.4,0,.2,1);top:auto;bottom:10%;transform:translate(-50%)}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__inputContainer{width:100%;max-width:100%;margin-bottom:0}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__inputField{min-height:50px;padding:12px 50px 12px 12px}@media (max-width:768px){.Chat-module__r4LmDW__logo{gap:10px;top:15px;left:15px}.Chat-module__r4LmDW__logo img{height:35px}.Chat-module__r4LmDW__newChatBtn{border-radius:14px;padding:7px}.Chat-module__r4LmDW__newChatBtn svg{width:20px;height:20px}.Chat-module__r4LmDW__newChatBtn:after{padding:5px 10px;font-size:11px;bottom:-32px}.Chat-module__r4LmDW__centerContent{box-sizing:border-box;width:100%;padding:0 20px}.Chat-module__r4LmDW__centerText{text-align:center;margin-bottom:20px;font-size:24px}.Chat-module__r4LmDW__inputContainer{width:100%;max-width:100%}.Chat-module__r4LmDW__inputField{min-height:100px;padding:12px 12px 45px;font-size:15px}.Chat-module__r4LmDW__sendBtn{border-radius:12px;padding:8px}.Chat-module__r4LmDW__sendBtn svg{width:18px;height:18px}.Chat-module__r4LmDW__blurBall{filter:blur(60px);width:300px;height:300px;top:-150px;left:-150px}.Chat-module__r4LmDW__chatMessages{width:95%;height:calc(100vh - 200px);padding:80px 15px 15px;top:0}.Chat-module__r4LmDW__chatMessages.Chat-module__r4LmDW__active{height:calc(100vh - 140px);padding-bottom:20px}.Chat-module__r4LmDW__messageBubble{max-width:85%;font-size:14px}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__centerContent{box-sizing:border-box;width:100%;padding:0 10px;position:fixed;top:auto;bottom:20px;left:50%;transform:translate(-50%)}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__inputContainer{width:100%;max-width:100%;margin-bottom:0}}@media (max-width:480px){.Chat-module__r4LmDW__logo{gap:8px;top:10px;left:10px}.Chat-module__r4LmDW__logo img{height:30px}.Chat-module__r4LmDW__newChatBtn{border-radius:12px;padding:6px}.Chat-module__r4LmDW__newChatBtn svg{width:18px;height:18px}.Chat-module__r4LmDW__centerContent{padding:0 15px}.Chat-module__r4LmDW__centerText{margin-bottom:15px;font-size:20px}.Chat-module__r4LmDW__inputField{min-height:90px;padding:10px 10px 40px;font-size:14px}.Chat-module__r4LmDW__sendBtn{border-radius:10px;padding:7px;bottom:8px;right:8px}.Chat-module__r4LmDW__sendBtn svg{width:16px;height:16px}.Chat-module__r4LmDW__blurBall{filter:blur(50px);width:250px;height:250px;top:-130px;left:-130px}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__inputField{min-height:50px;font-size:14px}.Chat-module__r4LmDW__chatActive .Chat-module__r4LmDW__centerContent{width:100%;padding:0 10px;position:fixed;bottom:15px;left:50%;transform:translate(-50%)}.Chat-module__r4LmDW__chatMessages.Chat-module__r4LmDW__active{height:calc(100vh - 120px)}}
.Header-module__KppamW__header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(150%);background:rgba(20,20,23,.85);border-bottom:1px solid rgba(255,255,255,.1);padding:20px;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 32px rgba(0,0,0,.2)}@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.Header-module__KppamW__header{background:rgba(20,20,23,.7)}}.Header-module__KppamW__logo{align-items:center;gap:15px;display:flex}.Header-module__KppamW__logo img{border-radius:8px;width:auto;height:50px}.Header-module__KppamW__newChatBtn{cursor:pointer;background-color:#343738;border:1px solid #494a4c;border-radius:18px;justify-content:center;align-items:center;padding:9px;transition:all .2s;display:flex;position:relative}.Header-module__KppamW__newChatBtn:hover{opacity:.8;background-color:#3d3e40;transform:translateY(-1px)}.Header-module__KppamW__newChatBtn:active{transform:translateY(0)}.Header-module__KppamW__newChatBtn svg{stroke:#fff;width:24px;height:24px}.Header-module__KppamW__newChatBtn:after{content:"New Chat";color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background-color:#2a2b2d;border:1px solid #494a4c;border-radius:8px;margin-left:10px;padding:6px 12px;font-family:Inter,sans-serif;font-size:14px;transition:opacity .2s;position:absolute;left:100%}.Header-module__KppamW__newChatBtn:hover:after{opacity:1}.Header-module__KppamW__newChatBtn[data-lang=fr]:after{content:"Nouveau Chat"}.Header-module__KppamW__newChatBtn[data-lang=ar]:after{content:"محادثة جديدة";margin-left:0;margin-right:10px;font-family:Alexandria,sans-serif;left:auto;right:100%}@media (max-width:768px){.Header-module__KppamW__header{padding:15px}.Header-module__KppamW__logo{gap:10px}.Header-module__KppamW__logo img{height:40px}.Header-module__KppamW__newChatBtn svg{width:20px;height:20px}.Header-module__KppamW__newChatBtn:after{display:none}}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
