@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}.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)}.laser-flow-container{pointer-events:none;width:100%;height:100%;position:relative}.hero-section{box-sizing:border-box;background:radial-gradient(circle,#4b008240,#000 70%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.mouse-glow{pointer-events:none;z-index:0;background:radial-gradient(circle 350px at var(--mouse-x,50%) var(--mouse-y,50%), #d478ff1f, transparent 80%);transition:opacity .5s;position:absolute;inset:0}.fog-layer{pointer-events:none;z-index:1;opacity:.6;mix-blend-mode:color-dodge;background-image:radial-gradient(circle at 30% 20%,#d478ff0d 0%,#0000 60%),radial-gradient(circle at 70% 80%,#6ea8ff0d 0%,#0000 60%);animation:20s ease-in-out infinite alternate fogShift;position:absolute;inset:0}@keyframes fogShift{0%{transform:scale(1)translate(0)}50%{transform:scale(1.05)translate(10px,-15px)}to{transform:scale(.95)translate(-10px,15px)}}.particles-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-laser{filter:blur(4px);z-index:2;background:linear-gradient(90deg,#0000,#fffffff2,#d478ff,#fffffff2,#0000);width:140vw;height:12px;animation:4s ease-in-out infinite horizontalPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #d478ff,0 0 60px #d478ff,0 0 120px #d478ff,0 0 240px #d478ff,0 0 400px #d478ff}@keyframes horizontalPulse{0%,to{opacity:.9;filter:blur(4px);transform:translate(-50%,-50%)scaleY(1)}50%{opacity:1;filter:blur(3px);transform:translate(-50%,-50%)scaleY(1.25);box-shadow:0 0 35px #d478ff,0 0 70px #d478ff,0 0 140px #d478ff,0 0 280px #d478ff,0 0 450px #d478ff}}.hero-laser-vertical{filter:blur(8px);z-index:1;background:linear-gradient(#0000,#d478ffe6,#fff,#d478ffe6,#0000);width:20px;height:100vh;animation:6s ease-in-out infinite verticalPulse;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 40px #d478ff,0 0 80px #d478ff,0 0 160px #d478ff,0 0 320px #d478ff}@keyframes verticalPulse{0%,to{opacity:.8;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.15);box-shadow:0 0 50px #d478ff,0 0 100px #d478ff,0 0 200px #d478ff,0 0 380px #d478ff}}.hero-content{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;margin:0 auto;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);letter-spacing:2px;color:#c37cff;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;margin-bottom:24px;padding:8px 20px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0003}.hero-badge:hover{background:#ffffff14;border-color:#c37cff4d;transform:translateY(-1px);box-shadow:0 4px 25px #c37cff26}.hero-title{text-align:center;color:#fff;z-index:10;letter-spacing:-3px;margin:0 0 24px;font-size:clamp(3.5rem,9vw,8rem);font-weight:900;line-height:.95;position:relative}.gradient-word{background:linear-gradient(90deg,#6ea8ff,#c37cff,#ff5ea8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block;position:relative}.hero-subtitle{color:#94a3b8;max-width:700px;margin-bottom:32px;padding:0 10px;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.6}.hero-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#5ea2ff,#c37cff,#ff5ea8);border:none;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:18px 44px;font-size:18px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #c37cff4d,0 0 0 1px #ffffff26}.hero-btn:before{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#ff5ea8,#c37cff,#5ea2ff);transition:opacity .5s;position:absolute;inset:0}.hero-btn:hover{transform:scale(1.05);box-shadow:0 15px 45px #c37cff80}.hero-btn:hover:before{opacity:1}.hero-btn>*{z-index:2;position:relative}.hero-features{flex-wrap:wrap;justify-content:center;gap:30px;width:100%;max-width:960px;margin-top:54px;display:flex}.hero-card{-webkit-backdrop-filter:blur(12px);text-align:center;cursor:default;background:#0f172a73;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex:270px;align-items:center;max-width:300px;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.hero-card:hover{background:#0f172aa6;border-color:#c37cff4d;transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 25px #c37cff26}.hero-card-glow{pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 0,#c37cff14,#0000 70%);position:absolute;inset:0}.hero-card-icon{z-index:2;margin-bottom:20px;transition:transform .3s}.hero-card:hover .hero-card-icon{transform:scale(1.15)}.hero-card-title{color:#fff;letter-spacing:.5px;z-index:2;margin-bottom:10px;font-size:17px;font-weight:700}.hero-card-text{color:#94a3b8;z-index:2;margin:0;font-size:14px;line-height:1.5}.highlight-blue{color:#6ea8ff;text-shadow:0 0 10px #6ea8ff4d;font-weight:600}.highlight-purple{color:#c37cff;text-shadow:0 0 10px #c37cff4d;font-weight:600}.highlight-pink{color:#ff5ea8;text-shadow:0 0 10px #ff5ea84d;font-weight:600}.highlight-teal{color:#10a37f;text-shadow:0 0 10px #10a37f4d;font-weight:600}
