@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";html,body,#root{background:#030305;width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}button{font-family:inherit}*{box-sizing:border-box}.pulse{animation:1s infinite alternate pulse}@keyframes pulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.2)}}.dock-outer{align-items:center;max-width:100%;margin:0 .5rem;display:flex}.dock-panel{background-color:#120f17;border:1px solid #222;border-radius:1rem;align-items:flex-end;gap:1rem;width:fit-content;padding:0 .5rem .5rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.dock-item{cursor:pointer;background-color:#120f17;border:1px solid #222;border-radius:10px;outline:none;justify-content:center;align-items:center;display:inline-flex;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dock-icon{justify-content:center;align-items:center;display:flex}.dock-label{white-space:pre;color:#fff;background-color:#120f17;border:1px solid #222;border-radius:.375rem;width:fit-content;padding:.125rem .5rem;font-size:.75rem;position:absolute;top:-1.5rem;left:50%;transform:translate(-50%)}.menu-wrap{width:100%;height:100%;overflow:hidden}.menu{height:100%;margin:0;padding:0;display:block;overflow-y:auto}.menu__item{text-align:center;border-top:1px solid;min-height:70px;position:relative;overflow:hidden}.menu__item:first-child{border-top:none}.menu__item-link{cursor:pointer;text-transform:uppercase;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:10px 0;font-size:18px;font-weight:600;text-decoration:none;display:flex;position:relative}.menu__item-link:hover,.menu__item-link:focus:not(:focus-visible){color:inherit}.marquee{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;transform:translateY(101%)}.marquee__inner-wrap{width:100%;height:100%;overflow:hidden}.marquee__inner{will-change:transform;align-items:center;width:fit-content;height:100%;display:flex;position:relative}.marquee__part{flex-shrink:0;align-items:center;display:flex}.marquee span{white-space:nowrap;text-transform:uppercase;padding:0 1vw;font-size:18px;font-weight:400;line-height:1}.marquee__img{background-position:50%;background-size:cover;border-radius:50px;width:120px;height:40px;margin:2em 2vw;padding:1em 0}.laser-flow-container{pointer-events:none;width:100%;height:100%;position:relative}.ai-orb{cursor:pointer;z-index:9999;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;position:fixed;bottom:40px;right:40px}.ai-orb:hover{transform:scale(1.1)}.orb-core{z-index:3;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;box-shadow:0 0 20px #8b5cf699}.orb-ring{border:1px solid #ec489980;border-radius:50%;animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-1{width:100%;height:100%;animation-delay:0s}.ring-2{border-color:#8b5cf680;width:100%;height:100%;animation-delay:1s}@keyframes pulse-ring{0%{opacity:1;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.ai-panel{-webkit-backdrop-filter:blur(20px);z-index:9999;background:#0f172a99;border:1px solid #8b5cf64d;border-radius:24px;flex-direction:column;width:380px;height:550px;max-height:80vh;font-family:system-ui,-apple-system,sans-serif;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;display:flex;position:fixed;bottom:40px;right:40px;overflow:hidden;box-shadow:0 20px 40px #0006,0 0 30px #8b5cf626}.ai-panel:before{content:"";z-index:10;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);height:2px;position:absolute;top:0;left:0;right:0}@keyframes slideUp{0%{opacity:0;transform-origin:100% 100%;transform:translateY(40px)scale(.95)}to{opacity:1;transform-origin:100% 100%;transform:translateY(0)scale(1)}}.ai-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ai-header-title{color:#fff;letter-spacing:.5px;align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.ai-header-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;transition:opacity .2s}.ai-header-btn:hover{opacity:1}.ai-chat-area{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.ai-chat-area::-webkit-scrollbar{width:6px}.ai-chat-area::-webkit-scrollbar-track{background:0 0}.ai-chat-area::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.ai-message-wrapper{width:100%;display:flex}.ai-message-wrapper.user{justify-content:flex-end}.ai-message-wrapper.ai{justify-content:flex-start}.ai-message{word-wrap:break-word;border-radius:18px;max-width:85%;padding:14px 18px;font-size:14px;line-height:1.5}.ai-message.user{color:#fff;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-bottom-right-radius:4px}.ai-message.ai{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.typing-indicator{align-items:center;gap:4px;display:flex;padding:16px 18px!important}.typing-indicator span{background:#ec4899;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typeBounce}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typeBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-input-area{background:#0003;border-top:1px solid #ffffff0d;align-items:center;gap:12px;padding:16px 20px;display:flex}.ai-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:14px}.ai-input::placeholder{color:#8a8a9a}.ai-input-actions{align-items:center;gap:8px;display:flex}.ai-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.ai-icon-btn:hover{background:#ffffff1a}.ai-icon-btn.send{background:#8b5cf6;box-shadow:0 4px 12px #8b5cf666}.ai-icon-btn.send:hover{background:#9d74f7;transform:translateY(-2px)}
