body{margin:0;padding:0;background-color:#030306;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:1}body:after{content:"";position:fixed;top:-10%;left:50%;transform:translate(-50%);width:150%;height:150%;background:radial-gradient(ellipse 135% 85% at 50% 0%,#030306 35%,#0B1021 46%,#1E54AE 58%,#3879F9 70%,#E97FB3 83%,#FF6F17 96%,rgba(255,111,23,.05) 100%);opacity:.9;pointer-events:none;z-index:0;animation:horizonBreathe 6s ease-in-out infinite;filter:blur(.5px)}@keyframes horizonBreathe{0%,to{opacity:.65;transform:translate(-50%) translateY(-10px) scale(.98)}50%{opacity:1;transform:translate(-50%) translateY(5px) scale(1.02)}}@media only screen and (max-width: 700px){body:after{width:220%;height:100%;top:25%;background:radial-gradient(ellipse 100% 110% at 0% 0%,#020203 35%,#0B0F1F 48%,#1E54AE 62%,#3879F9 73%,#E97FB3 86%,#FF6F17 98%,)}}.hide{display:none}.parent{overflow:hidden;text-align:center;position:relative;z-index:2}.blob{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:100%;background-color:#43bbd3;filter:blur(0px);transition:all .2s ease-out;position:fixed;pointer-events:none;left:0;top:0;transform:translate(calc(-50% + 15px),-50%);z-index:-1}@media only screen and (max-width: 900px){.blob{display:none}}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);background-color:#0a0f1e}body::-webkit-scrollbar{width:10px;background-color:#0a0f1e}body::-webkit-scrollbar-thumb{background-color:#43bbd3;border-radius:10px;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}.Header{position:fixed;top:0;height:50px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;z-index:2}.Header a{color:#e5e7eb;text-decoration:none}.ibra{font-size:x-large;font-family:researcher}#logo{left:20px;text-align:left;margin-left:20px}.toMainLink{text-decoration:none;color:#fff;cursor:pointer}.preloader{font-family:Comfortaa;position:fixed;top:0;left:0;width:100%;height:100vh;background:#0A0A0A;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .5s ease-out;overflow:hidden}.preloader:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:1}.preloader:after{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;background:radial-gradient(125% 125% at 50% 20%,#0A0A0A 35%,#2979FF 50%,#FF80AB 60%,#FF6D00 70%,#FFD600 80%,#00E676 90%,#3D5AFE 100%);opacity:.6;pointer-events:none;z-index:1;animation:preloaderBreathe 8s ease-in-out infinite}@keyframes preloaderBreathe{0%,to{opacity:.35;transform:translate(-50%) scale(1)}50%{opacity:.45;transform:translate(-50%) scale(1.02)}}@media only screen and (max-width: 700px){.preloader:after{width:200%;height:100%;background:radial-gradient(ellipse 180% 100% at 50% 30%,#0A0A0A 30%,#2979FF 45%,#FF80AB 55%,#FF6D00 65%,#FFD600 75%,#00E676 85%,#3D5AFE 100%)}}.preloader--hidden{opacity:0;pointer-events:none}.chat-container{width:90%;max-width:600px;animation:slideUp .6s ease-out;position:relative;z-index:2}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-panel{background:#0A0A0A;border-radius:16px;box-shadow:0 4px 20px #0505054d;border:2px solid #e5e7eb;overflow:hidden}.chat-panel ::-webkit-scrollbar{display:none}.chat-header{padding:12px 20px;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:center;background:#0A0A0A}.chat-logo{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.chat-messages{padding:20px;display:none;height:0;overflow-y:auto;background:#0A0A0A}.chat-messages--visible{display:block;height:100px;animation:expandHeight .5s ease-out}@keyframes expandHeight{0%{height:0}to{height:100px}}.message{display:flex;margin-bottom:12px;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message--user{justify-content:flex-end}.message--ai{margin-bottom:0;justify-content:flex-start;align-items:flex-start}.message-bubble{color:#0a0a0a;padding:10px 16px;border-radius:16px;max-width:80%;font-size:14px;line-height:1.5}.message--user .message-bubble{background:#e5e7eb;border-bottom-right-radius:4px}.message-bubble--ai{background:#e5e7eb;color:#0a0a0a;border-bottom-left-radius:4px;min-width:50px;text-align:center;height:25px}.dots{display:inline-block;font-size:20px;font-weight:700;letter-spacing:2px;color:#0a0a0a;min-width:30px;animation:fadeInDots .3s ease-in}@keyframes fadeInDots{0%{opacity:0}to{opacity:1}}.chat-input-container{padding:12px 16px;background-color:#0a0a0a;display:flex;align-items:center;border-top:1px solid #e5e7eb;height:30px;gap:10px}.chat-input{flex:1;background:#0A0A0A;border-radius:12px;padding:10px 16px;color:#e5e7eb;font-size:14px;outline:none;transition:all .3s ease;height:15px;display:flex;align-items:center}.chat-input:focus{border-color:#43bbd3;background:#334155}.chat-input--sending{animation:sendPulse .6s ease-out}@keyframes sendPulse{0%{transform:scale(1)}50%{transform:scale(.98)}to{transform:scale(1)}}.send-button{width:40px;height:40px;border-radius:50%;background:#e5e7eb;border:none;color:#3d5afe;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.send-button:not(:disabled):hover{background:#334155;color:#d1d5db}.send-button--active{background:#3D5AFE;color:#fff;animation:sendButtonPop .6s ease-out}@keyframes sendButtonPop{0%{transform:scale(1)}50%{transform:scale(.9) rotate(-10deg)}to{transform:scale(1) rotate(0)}}.send-button:disabled{cursor:not-allowed;opacity:.5}.Typewriter__wrapper{color:#e5e7eb}.Typewriter__cursor{color:#43bbd3;animation:blink 1s infinite}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width: 768px){.chat-container{width:95%;max-width:500px}.chat-panel{border-radius:14px}.chat-messages{min-height:100px;max-height:100px;padding:16px}.chat-input-container{padding:10px 12px}.message-bubble{font-size:13px;max-width:85%}.chat-input{height:15px;padding:8px 14px;font-size:13px}.send-button{width:36px;height:36px}}.typer{font-size:26px;font-weight:700;color:#e5e7eb;font-family:Comfortaa,cursive}
