@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@300;400;500;600;700;800&display=swap";.reveal-up,.reveal-left,.reveal-right,.reveal-scale{opacity:0;transition:opacity .75s var(--ease) var(--delay, 0ms),transform .75s var(--ease) var(--delay, 0ms);will-change:transform,opacity}.reveal-up{transform:translateY(44px)}.reveal-left{transform:translate(-56px)}.reveal-right{transform:translate(56px)}.reveal-scale{transform:scale(.92) translateY(32px)}.reveal-up.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:translate(0) scale(1)}.section-container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;max-width:640px;margin:0 auto 3.8rem}.section-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--blue-700);background:var(--blue-50);padding:.35rem .9rem;border-radius:100px;margin-bottom:1rem}.section-header h2,.about-text h2{font-family:Sora,sans-serif;font-size:clamp(1.9rem,4.2vw,2.7rem);font-weight:700;color:var(--gray-900);line-height:1.22;margin-bottom:.9rem;letter-spacing:-.02em}.section-sub{font-size:1.05rem;color:var(--gray-500);font-weight:400;max-width:520px;margin:0 auto}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.78rem 1.75rem;border-radius:100px;font-family:inherit;font-size:.9rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;text-decoration:none;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s var(--ease),color .3s var(--ease)}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent-lg);color:var(--white);box-shadow:0 4px 20px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #2563eb66}.btn-secondary{background:var(--white);color:var(--gray-700);border:1.5px solid var(--gray-200);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--blue-400);color:var(--blue-700);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary-dark{background:transparent;color:var(--gray-300);border:1.5px solid rgba(255,255,255,.2);box-shadow:none}.btn-secondary-dark:hover{border-color:#ffffff80;color:var(--white);background:#ffffff0f;transform:translateY(-2px)}nav{position:fixed;top:1.2rem;left:50%;transform:translate(-50%);z-index:100;width:90%;max-width:1080px;background:#0f172a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:100px;box-shadow:0 8px 32px #0000004d;padding:.65rem 1.5rem;transition:background .5s var(--ease),border-color .5s var(--ease),box-shadow .5s var(--ease),top .4s var(--ease)}nav.scrolled{background:#ffffffeb;border-color:#2563eb26;box-shadow:0 12px 48px #0000001f;top:.8rem}.nav-container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.nav-logo a{text-decoration:none;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700;color:var(--white);transition:color .4s;white-space:nowrap}nav.scrolled .nav-logo a{color:var(--gray-900)}.nav-logo a span{color:var(--blue-400);transition:color .4s}nav.scrolled .nav-logo a span{color:var(--blue-600)}.nav-links{display:flex;gap:.15rem;align-items:center;flex:1;justify-content:center}.nav-link{font-size:.85rem;font-weight:500;color:#ffffffbf;text-decoration:none;padding:.4rem .85rem;border-radius:100px;transition:color .3s,background .3s}nav.scrolled .nav-link{color:var(--gray-600)}.nav-link:hover{color:var(--white);background:#ffffff1a}nav.scrolled .nav-link:hover{color:var(--blue-700);background:var(--blue-50)}.nav-btn{font-family:inherit;font-size:.8rem;font-weight:600;color:var(--white);background:var(--accent-lg);border:none;padding:.48rem 1.2rem;border-radius:100px;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 3px 14px #2563eb4d;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.nav-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;flex-shrink:0}.hamburger{display:block;width:22px;height:2px;background:var(--white);position:relative;transition:background .3s}nav.scrolled .hamburger{background:var(--gray-700)}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--white);transition:transform .3s,background .3s}nav.scrolled .hamburger:before,nav.scrolled .hamburger:after{background:var(--gray-700)}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:transparent!important}.hamburger.open:before{transform:rotate(45deg) translate(5px,5px)}.hamburger.open:after{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:840px){nav{width:calc(100% - 2rem);border-radius:22px}.nav-links{position:absolute;top:calc(100% + 8px);left:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;padding:1rem;gap:.2rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s var(--ease);max-height:0;overflow:hidden;justify-content:flex-start}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0);max-height:280px}.nav-link{width:100%;text-align:center;color:var(--gray-600)}.nav-link:hover{color:var(--blue-700);background:var(--blue-50)}.nav-toggle{display:block;order:3}.nav-btn{order:2}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:90;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.2rem;background:var(--accent-lg);color:var(--white);border:none;border-radius:100px;box-shadow:0 8px 24px #2563eb59;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s var(--ease),visibility .4s var(--ease),transform .4s var(--ease),box-shadow .3s var(--ease)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{box-shadow:0 12px 36px #2563eb73;transform:translateY(-2px)}.scroll-to-top svg{width:20px;height:20px;stroke-width:2.5}@media(max-width:600px){.scroll-to-top span{display:none}.scroll-to-top{padding:.75rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 1.5rem 5rem}@media(max-width:1440px)or (max-height:850px){.hero{padding:4rem 1.5rem 3rem;min-height:90vh}.hero-text h1{font-size:clamp(2.4rem,6vw,4.2rem);margin-bottom:1rem}.hero-sub{margin-bottom:1.8rem}}@media(max-width:1024px){.hero{padding:4rem 1.5rem 3rem;min-height:80vh}}.hero-3d-container{position:absolute;inset:0;z-index:0}.hero-3d-container canvas{position:absolute;inset:0;width:100%!important;height:100%!important}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0f172a26,#0f172a1a 40%,#0f172a8c 72%,#0f172a)}.hero-content{position:relative;z-index:10;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--blue-400);background:#2563eb1f;padding:.35rem .9rem;border-radius:100px;margin-bottom:1.2rem;animation:heroFadeDown .7s .15s var(--ease) both}.hero-text h1{font-family:Sora,sans-serif;font-size:clamp(2.8rem,7vw,5rem);font-weight:700;line-height:1.1;color:var(--white);margin-bottom:1.3rem;letter-spacing:-.02em;animation:heroFadeUp .85s .3s var(--ease) both}.gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.08rem;color:#fff9;max-width:540px;margin:0 auto 2.4rem;font-weight:400;animation:heroFadeUp .7s .5s var(--ease) both}.hero-buttons{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap;animation:heroFadeUp .7s .65s var(--ease) both}.hero-buttons .btn-secondary{background:#ffffff14;color:#ffffffd9;border-color:#fff3;box-shadow:none}.hero-buttons .btn-secondary:hover{background:#ffffff24;color:var(--white);border-color:#ffffff73}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-scroll{position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%);z-index:20;color:#ffffff4d;animation:scrollBounce 2.2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(9px)}}@media(max-width:600px){.hero-buttons{flex-direction:column;align-items:center}}.about-us{padding:7.5rem 1.5rem;background:var(--white)}.about-row{display:grid;grid-template-columns:1.1fr .9fr;gap:5rem;align-items:center}@media(max-width:1024px){.about-row{gap:2rem}}@media(max-width:760px){.about-row{grid-template-columns:1fr;gap:2.8rem}}.about-text p{color:var(--gray-500);font-size:.97rem;margin-bottom:1rem;font-weight:400;line-height:1.8}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.stat-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.8rem 1.2rem;text-align:center;transition:border-color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease)}.stat-card:hover{border-color:var(--blue-200);transform:translateY(-4px);box-shadow:var(--shadow-md)}.stat-number{display:block;font-family:Sora,sans-serif;font-size:2.1rem;font-weight:700;color:var(--blue-700);line-height:1;margin-bottom:.4rem;letter-spacing:-.02em}.stat-label{display:block;font-size:.76rem;color:var(--gray-500);font-weight:500;letter-spacing:.02em}.features{padding:7.5rem 1.5rem;background:var(--gray-50);position:relative}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.3rem}.feature-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);padding:2rem;transition:border-color .4s var(--ease),transform .4s var(--ease),box-shadow .4s var(--ease);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-lg);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease);border-radius:var(--radius-xl) var(--radius-xl) 0 0}.feature-card:hover:after{transform:scaleX(1)}.feature-card:hover{border-color:var(--blue-200);transform:translateY(-6px);box-shadow:var(--shadow-lg)}.feature-icon-wrap{width:52px;height:52px;border-radius:var(--radius);background:var(--blue-50);display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;transition:background .3s,transform .3s var(--ease)}.feature-card:hover .feature-icon-wrap{background:var(--blue-100);transform:scale(1.08)}.feature-icon-wrap svg{width:22px;height:22px;color:var(--blue-700);stroke:var(--blue-700)}.feature-card h3{font-family:Sora,sans-serif;font-size:1.05rem;font-weight:600;color:var(--gray-900);margin-bottom:.45rem;letter-spacing:-.01em}.feature-card p{font-size:.88rem;color:var(--gray-500);font-weight:400;line-height:1.7}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}.tech-rail{padding:4.5rem 0;background:var(--gray-900);overflow:hidden;position:relative}.tech-rail .section-container{margin-bottom:2.2rem}.tech-rail-header{text-align:center}.tech-rail-header .section-eyebrow{background:#2563eb1f;color:var(--blue-400)}.tech-rail-header h2{font-family:Sora,sans-serif;font-size:clamp(1.7rem,3.4vw,2.2rem);font-weight:700;color:var(--white);margin-top:.5rem;letter-spacing:-.02em}.tech-rail:before,.tech-rail:after{content:"";position:absolute;top:0;bottom:0;width:160px;z-index:5;pointer-events:none}.tech-rail:before{left:0;background:linear-gradient(90deg,var(--gray-900),transparent)}.tech-rail:after{right:0;background:linear-gradient(270deg,var(--gray-900),transparent)}.tech-rail-track{display:flex;gap:1rem;animation:techScroll linear infinite 180s;width:fit-content}@keyframes techScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tech-item{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;white-space:nowrap;flex-shrink:0;transition:border-color .1s,background .1s}.tech-item:hover{border-color:#2563eb66;background:#2563eb14}.tech-label{font-size:.85rem;font-weight:500;color:var(--gray-300)}.pricing{padding:7.5rem 1.5rem;background:var(--white)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-bottom:3rem;align-items:stretch}@media(max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px;margin-left:auto;margin-right:auto}}@media(max-width:780px){.pricing-grid{grid-template-columns:1fr;max-width:420px}}.pricing-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-xl);padding:2.2rem 1.8rem;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .4s var(--ease),transform .4s var(--ease),box-shadow .4s var(--ease)}.pricing-card:hover{border-color:var(--blue-300);transform:translateY(-5px);box-shadow:var(--shadow-lg)}.pricing-card.highlighted{border-color:var(--blue-600);background:linear-gradient(180deg,#eff6ff 0%,var(--white) 30%);box-shadow:var(--shadow-lg)}.pricing-card.highlighted:hover{box-shadow:var(--shadow-xl);transform:translateY(-7px)}.pricing-badge-tag{position:absolute;top:1.3rem;right:1.3rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--white);background:var(--accent-lg);padding:.28rem .65rem;border-radius:100px}.pricing-card h3{font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.2rem;letter-spacing:-.01em}.pricing-sub{font-size:.78rem;color:var(--gray-400);margin-bottom:1.6rem}.pricing-features{list-style:none;margin-bottom:1.8rem;flex:1}.pricing-feature{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--gray-600);margin-bottom:.65rem;font-weight:400}.check-icon{flex-shrink:0;margin-top:1px}.pricing-btn{width:100%;font-family:inherit;font-size:.88rem;font-weight:600;color:var(--gray-700);background:var(--gray-100);border:none;padding:.78rem;border-radius:100px;cursor:pointer;margin-top:auto;transition:background .3s var(--ease),color .3s var(--ease),transform .25s var(--ease),box-shadow .3s var(--ease)}.pricing-btn:hover{background:var(--gray-200);color:var(--gray-900);transform:translateY(-2px)}.pricing-btn-primary{background:var(--accent-lg);color:var(--white);box-shadow:0 4px 18px #2563eb47}.pricing-btn-primary:hover{box-shadow:0 8px 28px #2563eb61}.pricing-cta{text-align:center}.pricing-cta p{color:var(--gray-500);margin-bottom:1rem;font-size:.97rem}.footer-cta{padding:5.5rem 1.5rem;background:linear-gradient(135deg,#1e3a5f,#1e1b4b);position:relative;overflow:hidden}.footer-cta:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(75,124,230,.25) 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}.footer-cta-inner{max-width:860px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}.footer-cta-text h3{font-family:Sora,sans-serif;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--white);margin-bottom:.35rem;line-height:1.3;letter-spacing:-.02em}.footer-cta-text p{color:#ffffff80;font-size:.94rem}.footer-cta-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.footer-cta-buttons .btn-secondary{background:#ffffff14;color:#fffc;border-color:#fff3;box-shadow:none}.footer-cta-buttons .btn-secondary:hover{background:#ffffff24;color:var(--white);border-color:#ffffff73}@media(max-width:600px){.footer-cta-inner{flex-direction:column;text-align:center}.footer-cta-buttons{justify-content:center}}.team-section{padding:7.5rem 1.5rem;background:var(--gray-50)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.team-grid{grid-template-columns:1fr}}.team-card{perspective:1000px;height:320px}.team-card-inner{position:relative;width:100%;height:100%;transition:transform .55s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.team-card:hover .team-card-inner{transform:rotateY(180deg)}.team-card-front,.team-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--gray-200);background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow .35s var(--ease)}.team-card:hover .team-card-front,.team-card:hover .team-card-back{box-shadow:var(--shadow-md)}.team-card-front{display:flex;flex-direction:column}.team-image{width:100%;height:240px;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease),filter .5s var(--ease);filter:saturate(.85) brightness(.95)}.team-card:hover .team-image img{transform:scale(1.07);filter:saturate(1) brightness(1)}.team-info{padding:1rem 1.2rem;flex:1;display:flex;flex-direction:column;justify-content:center}.team-info h3{font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.1rem}.team-role{font-size:.74rem;color:var(--gray-400);font-weight:500}.team-card-back{transform:rotateY(180deg);background:linear-gradient(135deg,#1e3a5f,#1e1b4b);display:flex;align-items:center;justify-content:center;border-color:transparent}.linkedin-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:100px;color:#ffffffd9;text-decoration:none;font-size:.82rem;font-weight:600;transition:background .3s,border-color .3s,color .3s,transform .3s var(--ease),box-shadow .3s}.linkedin-btn:hover{background:#ffffff26;border-color:#ffffff73;color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.linkedin-btn svg{width:18px;height:18px}@media(max-width:600px){.team-card{height:300px}.team-image{height:220px}}footer{background:var(--gray-900);padding:4.5rem 1.5rem 2rem;color:var(--gray-400)}.footer-content{max-width:1140px;margin:0 auto 2.8rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-content{grid-template-columns:1fr}}.footer-logo{font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.7rem}.footer-logo span{color:var(--blue-500)}.footer-description{font-size:.84rem;color:var(--gray-500);line-height:1.75;margin-bottom:1.2rem;font-weight:400}.footer-socials{display:flex;gap:.6rem}.social-link{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--gray-800);border:1px solid var(--gray-700);display:flex;align-items:center;justify-content:center;color:var(--gray-400);text-decoration:none;transition:background .3s,border-color .3s,color .3s,transform .25s var(--ease);padding:0;flex-shrink:0}.social-link svg{width:20px;height:20px;display:block;margin:auto}.social-link:hover{background:var(--blue-800);border-color:var(--blue-600);color:var(--white);transform:translateY(-3px)}.footer-section h4{font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.55rem}.footer-section a{color:var(--gray-500);text-decoration:none;font-size:.84rem;font-weight:400;transition:color .3s,padding-left .3s;display:inline-block}.footer-section a:hover{color:var(--blue-400);padding-left:4px}.footer-divider{height:1px;background:var(--gray-800);max-width:1140px;margin:0 auto 1.8rem}.footer-bottom{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem}.footer-copyright{color:var(--gray-600);font-size:.78rem}.footer-links{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-links a{color:var(--gray-600);text-decoration:none;font-size:.78rem;transition:color .3s}.footer-links a:hover{color:var(--blue-400)}.modal-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .22s ease}.modal-content{position:relative;width:100%;max-width:480px;margin:1rem;background:var(--white);border-radius:var(--radius-xl);padding:2rem;max-height:90vh;overflow-y:auto;animation:modalSlideUp .3s var(--ease);box-shadow:var(--shadow-xl)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--gray-400);font-size:1.4rem;cursor:pointer;width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-header h2{font-family:Sora,sans-serif;font-size:1.35rem;font-weight:700;color:var(--gray-900);margin-bottom:.2rem}.modal-header p{font-size:.8rem;color:var(--gray-400);margin-top:.25rem}.modal-form{display:flex;flex-direction:column;gap:.65rem}.modal-input{width:100%;padding:.68rem 1rem;background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-900);font-family:inherit;font-size:.88rem;transition:border-color .3s,box-shadow .3s}.modal-input::placeholder{color:var(--gray-400)}.modal-input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #2563eb1f;background:var(--white)}.modal-select{appearance:none;cursor:pointer}.modal-select option{background:var(--white);color:var(--gray-900)}.modal-textarea{resize:none;min-height:100px}.modal-submit{width:100%;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--white);background:var(--accent-lg);border:none;padding:.76rem;border-radius:var(--radius);cursor:pointer;margin-top:.25rem;box-shadow:0 4px 16px #2563eb47;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.modal-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb61}.demo-viewer{width:100%;height:22rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--gray-50);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.demo-icon{width:3rem;height:3rem;color:var(--blue-600)}.demo-viewer p{color:var(--gray-500);font-size:.86rem}.modal-desc{color:var(--gray-400);font-size:.86rem;text-align:center;margin-top:.8rem}.pricing-modal-plan-badge{display:flex;align-items:center;justify-content:space-between;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius);padding:.8rem 1rem;margin:1.2rem 0 1.5rem}.pricing-modal-plan-badge .plan-name{font-size:.88rem;font-weight:600;color:var(--blue-700)}.pricing-modal-plan-badge .plan-price{font-size:.92rem;font-weight:700;color:var(--blue-900)}.auth-modal-overlay{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#000000a6}.auth-modal-content{max-width:420px}.auth-modal-header{margin-bottom:1.5rem}.auth-form{gap:.85rem}.auth-error{color:#ef4444;font-size:.8rem;padding:.5rem .75rem;background:#ef44441a;border-radius:var(--radius-sm);text-align:center;margin:-.3rem 0 .3rem}.auth-divider{display:flex;align-items:center;text-align:center;margin:1rem 0 .8rem;color:var(--gray-400);font-size:.82rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--gray-200)}.auth-divider span{padding:0 1rem}.google-sign-in-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.7rem;padding:.72rem 1rem;background:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s var(--ease)}.google-sign-in-btn:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.google-sign-in-btn svg{flex-shrink:0}.auth-toggle{text-align:center;color:var(--gray-500);font-size:.86rem;margin-top:1rem}.auth-toggle-btn{background:none;border:none;color:var(--blue-600);font-weight:600;cursor:pointer;text-decoration:underline;font-size:.86rem;padding:0;transition:color .2s}.auth-toggle-btn:hover{color:var(--blue-700)}.cookie-banner{position:fixed;bottom:1.2rem;left:50%;transform:translate(-50%);width:90%;max-width:1080px;z-index:1000;background:#0f172ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:center;text-align:center;gap:2rem;box-shadow:0 8px 32px #0000004d;animation:cookieSlide .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes cookieSlide{0%{opacity:0;transform:translate(-50%) translateY(40px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cookie-content p{color:var(--gray-300);font-size:.88rem;margin:0;line-height:1.6}.cookie-buttons{display:flex;gap:.8rem;flex-shrink:0}.cookie-buttons .btn{padding:.6rem 1.4rem;font-size:.85rem}.policy-modal-content{max-width:720px}.policy-block{margin-top:1.5rem;color:var(--gray-600);font-size:.92rem;line-height:1.7}.policy-block h3{font-family:Sora,sans-serif;font-size:1.05rem;font-weight:600;color:var(--gray-900);margin:1.6rem 0 .6rem}.policy-block h3:first-child{margin-top:0}@media(max-width:1440px)or (max-height:850px){.cookie-banner{padding:.8rem 1.5rem;gap:1.5rem;bottom:.8rem}.cookie-content p{font-size:.82rem}}@media(max-width:768px){.cookie-banner{width:calc(100% - 2rem);border-radius:22px;flex-direction:column;align-items:center;padding:1.5rem;gap:1.2rem}.cookie-buttons{width:100%;justify-content:center}}.game-page{position:fixed;inset:0;background:#0a0e1a;overflow:hidden}.game-container{position:absolute;inset:0;transition:opacity .5s ease}.game-container.hidden{opacity:0;pointer-events:none}.game-container.visible{opacity:1}.game-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.game-canvas canvas{display:block;width:100%!important;height:100%!important}.model-loading-overlay{position:absolute;inset:0;background:#0f172af2;display:flex;align-items:center;justify-content:center;z-index:50}.model-loading-content p{font-size:1.1rem;font-weight:500;text-transform:capitalize}.model-error-toast{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:#ef4444e6;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;z-index:60;animation:toastSlideUp .3s ease}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.loading-screen-v2{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;font-family:Inter,system-ui,sans-serif}.ls-background{position:absolute;inset:0;background:linear-gradient(180deg,#7ec8e3,#58a4d4 30%,#4a9fd4,#5ba8dc 70%,#7bbde8)}.ls-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.4) 0%,transparent 60%)}.ls-rays{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:60%;overflow:hidden;opacity:.6}.ls-ray{position:absolute;top:-50%;width:2px;height:150%;background:linear-gradient(180deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.3) 50%,transparent 100%);transform-origin:top center;animation:rayShimmer 8s ease-in-out infinite}.ls-ray-1{left:35%;transform:rotate(-15deg);animation-delay:0s}.ls-ray-2{left:50%;transform:rotate(0);animation-delay:2s;width:3px}.ls-ray-3{left:65%;transform:rotate(15deg);animation-delay:4s}@keyframes rayShimmer{0%,to{opacity:.3}50%{opacity:.7}}.ls-clouds{position:absolute;inset:0;pointer-events:none;z-index:2}.ls-cloud{position:absolute;display:flex;align-items:flex-end}.ls-cloud-1{top:12%;animation:cloudDrift 28s linear infinite}.ls-cloud-2{top:22%;animation:cloudDrift 38s linear infinite;animation-delay:-12s}.ls-cloud-3{top:8%;animation:cloudDrift 22s linear infinite;animation-delay:-6s}.ls-cloud-4{top:30%;animation:cloudDrift 34s linear infinite;animation-delay:-18s}.ls-cloud-5{top:18%;animation:cloudDrift 42s linear infinite;animation-delay:-28s}@keyframes cloudDrift{0%{left:110%}to{left:-35%}}.ls-cloud-puff{border-radius:50%;background:#ffffff73;box-shadow:0 4px 18px #ffffff26}.ls-cloud-puff-1{width:70px;height:45px;position:relative;z-index:1}.ls-cloud-puff-2{width:95px;height:58px;margin-left:-30px;margin-top:-18px;z-index:2;position:relative}.ls-cloud-puff-3{width:65px;height:42px;margin-left:-24px;margin-top:-14px;z-index:1;position:relative}.ls-cloud-puff-4{width:50px;height:35px;margin-left:-18px;margin-top:-10px;z-index:0;position:relative}.ls-cloud-2 .ls-cloud-puff-1{width:80px;height:50px}.ls-cloud-2 .ls-cloud-puff-2{width:110px;height:65px}.ls-cloud-2 .ls-cloud-puff-3{width:75px;height:48px}.ls-cloud-2 .ls-cloud-puff-4{width:58px;height:38px}.ls-cloud-4 .ls-cloud-puff-1{width:75px;height:48px}.ls-cloud-4 .ls-cloud-puff-2{width:105px;height:62px}.ls-cloud-4 .ls-cloud-puff-3{width:70px;height:45px}.ls-cloud-4 .ls-cloud-puff-4{width:55px;height:36px}.ls-cloud-3 .ls-cloud-puff-1{width:55px;height:32px;background:#ffffff4d}.ls-cloud-3 .ls-cloud-puff-2{width:75px;height:42px;background:#ffffff4d}.ls-cloud-3 .ls-cloud-puff-3{width:52px;height:30px;background:#ffffff4d}.ls-cloud-5 .ls-cloud-puff-1{width:50px;height:30px;background:#ffffff47}.ls-cloud-5 .ls-cloud-puff-2{width:72px;height:40px;background:#ffffff47}.ls-cloud-5 .ls-cloud-puff-3{width:48px;height:28px;background:#ffffff47}.ls-particles{position:absolute;inset:0;pointer-events:none}.ls-particle{position:absolute;width:var(--size);height:var(--size);background:rgba(255,255,255,var(--opacity));border-radius:50%;left:var(--x);top:var(--y);animation:particleFloat var(--duration) ease-in-out infinite;animation-delay:var(--delay)}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1);opacity:var(--opacity)}50%{transform:translateY(-30px) scale(1.2);opacity:calc(var(--opacity) * 1.5)}}.ls-buildings{position:absolute;bottom:0;left:0;right:0;height:50%;display:flex;align-items:flex-end;justify-content:center;gap:5%;padding:0 10%;opacity:.15}.ls-building{background:linear-gradient(180deg,#fff,#fff9);border-radius:8px 8px 0 0}.ls-building-1{width:80px;height:40%;margin-left:5%}.ls-building-2{width:120px;height:55%}.ls-building-3{width:100px;height:45%}.ls-building-4{width:70px;height:35%;margin-right:5%}.ls-trees{position:absolute;bottom:0;left:0;right:0;height:40%;pointer-events:none}.ls-tree{position:absolute;bottom:5%;display:flex;flex-direction:column;align-items:center}.ls-tree-top{width:60px;height:80px;background:linear-gradient(180deg,#6bc5a0,#4aa882);border-radius:50% 50% 45% 45%;box-shadow:inset -10px -10px 20px #0000001a}.ls-tree-trunk{width:12px;height:25px;background:linear-gradient(90deg,#5a8fbf,#4a7faf);border-radius:0 0 4px 4px;margin-top:-5px}.ls-tree-1{left:5%;transform:scale(.7);opacity:.5}.ls-tree-2{left:12%;transform:scale(.9);opacity:.7}.ls-tree-3{right:12%;transform:scale(.85);opacity:.65}.ls-tree-4{right:5%;transform:scale(.75);opacity:.55}.ls-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;max-width:600px;width:100%;text-align:center}.ls-character{position:relative;width:120px;height:200px;transition:transform .1s ease-out;margin-bottom:1rem}.ls-character-shadow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70px;height:15px;background:radial-gradient(ellipse,rgba(0,0,0,.15) 0%,transparent 70%);border-radius:50%;animation:shadowPulse 2s ease-in-out infinite}@keyframes shadowPulse{0%,to{transform:translate(-50%) scale(1);opacity:.3}50%{transform:translate(-50%) scale(.85);opacity:.2}}.ls-character-body{width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.ls-character-body svg{width:100%;height:100%}.ls-welcome-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem}.ls-welcome-title{font-family:Sora,Inter,sans-serif;font-size:clamp(4rem,6vw,3rem);font-weight:700;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.2);margin:0;letter-spacing:-.02em}.ls-universe-badge{display:flex;align-items:center;gap:.3rem;padding:.4rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:100px}.ls-badge-text{font-size:.85rem;font-weight:600;color:#fff}.ls-badge-3d{font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#008cff,#6877ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ls-title{font-family:Sora,Inter,sans-serif;font-size:clamp(1.4rem,4vw,2rem);font-weight:600;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.15);line-height:1.3;margin:0}.ls-progress-container{width:100%;max-width:400px;padding:0 1rem}.ls-progress-track{position:relative;height:12px;background:#ffffff40;border-radius:100px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a,0 1px #ffffff4d;border:1px solid rgba(255,255,255,.3)}.ls-progress-fill{height:100%;background:linear-gradient(90deg,#ffffffb3,#ffffffe6,#ffffffb3);border-radius:100px;position:relative;transition:width .15s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #ffffff80}.ls-progress-glow{position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#fff;border-radius:50%;filter:blur(8px);opacity:.8;animation:progressGlow 1.5s ease-in-out infinite}@keyframes progressGlow{0%,to{opacity:.6;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.3)}}.ls-progress-shine{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,transparent 100%);border-radius:100px 100px 0 0}.ls-status{color:#ffffffd9;font-size:.95rem;font-weight:500;margin:0;text-shadow:0 1px 10px rgba(0,0,0,.1);animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:.85}50%{opacity:1}}.ls-tip{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.5rem;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:100px;max-width:90%;opacity:0;transform:translateY(10px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.ls-tip.visible{opacity:1;transform:translateY(0)}.ls-tip-icon{font-size:1.1rem;flex-shrink:0}.ls-tip-text{color:#fffffff2;font-size:.85rem;font-weight:500;text-shadow:0 1px 5px rgba(0,0,0,.1)}.ls-nickname-screen{animation:fadeSlideUp .6s cubic-bezier(.4,0,.2,1)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ls-character-small{width:80px;height:133px;margin-bottom:.5rem}.ls-nickname-form{display:flex;flex-direction:column;align-items:center;gap:1.5 rem;width:100%;max-width:500px;padding:1.2rem;background:#ffffff26;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.25);border-radius:24px;box-shadow:0 8px 32px #0000001a}.ls-nickname-title{font-family:Sora,Inter,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.1)}.ls-nickname-subtitle{font-size:.85rem;color:#ffffffbf;margin:12.5px;text-align:center}.ls-input-group{display:flex;gap:.5rem;width:100%}.ls-nickname-input{flex:1;padding:.9rem 1.2rem;background:#ffffffe6;border:2px solid transparent;border-radius:14px;font-family:inherit;font-size:1rem;font-weight:500;color:#1e3a5f;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a}.ls-nickname-input::placeholder{color:#94a3b8;font-weight:400}.ls-nickname-input:focus{border-color:#fff;box-shadow:0 4px 20px #ffffff4d;transform:translateY(-1px)}.ls-nickname-input.error{border-color:#ff6b6b;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.ls-random-btn{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#ffffff40;border:1px solid rgba(255,255,255,.3);border-radius:14px;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.ls-random-btn:hover{background:#ffffff59;transform:rotate(180deg)}.ls-random-btn svg{width:22px;height:22px}.ls-error-message{color:#ffcccb;font-size:.8rem;font-weight:500;margin:0;padding:.5rem 1rem;background:#ff646433;border-radius:8px;text-align:center;width:100%}.ls-continue-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#fffffff2,#ffffffd9);border:none;border-radius:14px;font-family:inherit;font-size:1rem;font-weight:600;color:#1e3a5f;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000026;margin-top:.5rem}.ls-continue-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.ls-continue-btn:active{transform:translateY(0)}.ls-continue-btn svg{width:20px;height:20px;transition:transform .3s ease}.ls-continue-btn:hover svg{transform:translate(4px)}.ls-fullscreen-hint{margin-top:1rem;font-size:.85rem;color:#ffffffb3;text-align:center}.ls-fullscreen-fallback{background:transparent;border:none;padding:0;color:#fff;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;margin-left:.3rem;transition:opacity .2s}.ls-fullscreen-fallback:hover{opacity:.8}.ls-footer{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:10}.ls-footer p{color:#fff9;font-size:.8rem;font-weight:500;margin:0}.ls-footer span{color:#fff;font-weight:600}.ls-watermark{position:absolute;top:1.5rem;right:1.5rem;font-size:.9rem;font-weight:600;color:#ffffff80;z-index:10}.ls-watermark .highlight{color:#ffd700b3}.ls-corner-decor{position:absolute;width:24px;height:24px;color:#fff6;animation:starTwinkle 3s ease-in-out infinite}.ls-corner-br{bottom:2rem;right:2rem}.loading-screen{position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1a,#1a1a2e,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;overflow:hidden}@media(max-width:600px){.ls-content{padding:1.5rem;gap:1rem}.ls-welcome-title{font-size:1.8rem}.ls-character{width:90px;height:150px}.ls-character-small{width:70px;height:117px}.ls-title{font-size:1.1rem}.ls-progress-track{height:10px}.ls-tip{padding:.6rem 1rem}.ls-tip-text{font-size:.8rem}.ls-tree-1,.ls-tree-4{display:none}.ls-nickname-form{padding:1.2rem}.ls-nickname-title{font-size:1.1rem}.ls-nickname-input{padding:.8rem 1rem;font-size:.95rem}.ls-random-btn{width:48px;height:48px}.ls-watermark{top:1rem;right:1rem;font-size:.8rem}}.main-menu{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;font-family:Sora,Inter,system-ui,sans-serif}.mm-background{position:absolute;inset:0;background:linear-gradient(180deg,#7ec8e3,#5bb4e0 20%,#4aa8dc 40% 60%,#5bb4e0 80%,#7ec8e3)}.mm-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(255,255,255,.6) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 30% 20%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(ellipse 50% 30% at 70% 15%,rgba(255,255,255,.25) 0%,transparent 50%)}.mm-rays{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:100%;height:80%;overflow:hidden;opacity:.5;pointer-events:none}.mm-ray{position:absolute;top:0;width:4px;height:120%;background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.4) 40%,rgba(255,255,255,.1) 70%,transparent 100%);transform-origin:top center;animation:rayShimmer 10s ease-in-out infinite}.mm-ray-1{left:30%;transform:rotate(-20deg);width:3px;animation-delay:0s}.mm-ray-2{left:40%;transform:rotate(-10deg);width:4px;animation-delay:1.5s}.mm-ray-3{left:50%;transform:rotate(0);width:5px;animation-delay:.5s}.mm-ray-4{left:60%;transform:rotate(10deg);width:4px;animation-delay:2s}.mm-ray-5{left:70%;transform:rotate(20deg);width:3px;animation-delay:1s}.mm-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.mm-particle{position:absolute;width:var(--size);height:var(--size);background:rgba(255,255,255,var(--opacity));border-radius:50%;left:var(--x);top:var(--y);animation:particleDrift var(--duration) ease-in-out infinite;animation-delay:var(--delay);box-shadow:0 0 6px #ffffff80}@keyframes particleDrift{0%,to{transform:translateY(0) translate(0) scale(1);opacity:var(--opacity)}25%{transform:translateY(-20px) translate(10px) scale(1.1)}50%{transform:translateY(-40px) translate(-5px) scale(1.2);opacity:calc(var(--opacity) * 1.5)}75%{transform:translateY(-20px) translate(-10px) scale(1.1)}}.mm-clouds{position:absolute;inset:0;pointer-events:none;z-index:2}.mm-cloud{position:absolute;display:flex;align-items:flex-end;filter:blur(1px)}.mm-cloud-1{top:8%;animation:cloudFloat 35s linear infinite;opacity:.4}.mm-cloud-2{top:18%;animation:cloudFloat 45s linear infinite;animation-delay:-15s;opacity:.5}.mm-cloud-3{top:25%;animation:cloudFloat 30s linear infinite;animation-delay:-8s;opacity:.35}.mm-cloud-4{top:12%;animation:cloudFloat 40s linear infinite;animation-delay:-25s;opacity:.45}.mm-cloud-puff{border-radius:50%;background:#fff9;box-shadow:0 8px 32px #ffffff4d}.mm-puff-1{width:80px;height:50px;position:relative;z-index:1}.mm-puff-2{width:110px;height:65px;margin-left:-35px;margin-bottom:10px;z-index:2;position:relative}.mm-puff-3{width:75px;height:48px;margin-left:-30px;z-index:1;position:relative}.mm-puff-4{width:60px;height:40px;margin-left:-25px;z-index:0;position:relative}.mm-cloud-2 .mm-puff-1{width:90px;height:55px}.mm-cloud-2 .mm-puff-2{width:130px;height:75px}.mm-cloud-2 .mm-puff-3{width:85px;height:52px}.mm-cloud-2 .mm-puff-4{width:70px;height:45px}.mm-cloud-3 .mm-puff-1{width:60px;height:38px;background:#ffffff73}.mm-cloud-3 .mm-puff-2{width:85px;height:50px;background:#ffffff73}.mm-cloud-3 .mm-puff-3{width:55px;height:35px;background:#ffffff73}.mm-scenery{position:absolute;bottom:0;left:0;right:0;height:45%;pointer-events:none;z-index:1}.mm-tree{position:absolute;bottom:10%;display:flex;flex-direction:column;align-items:center}.mm-tree-canopy{width:80px;height:100px;background:linear-gradient(180deg,#6bc5a0,#4daf82,#3e9b70);border-radius:50% 50% 45% 45%;box-shadow:inset -15px -15px 30px #00000026,inset 10px 10px 20px #fff3,0 10px 30px #0000001a}.mm-tree-trunk{width:16px;height:30px;background:linear-gradient(90deg,#5a8fbf,#4a7faf,#3a6f9f);border-radius:0 0 6px 6px;margin-top:-8px}.mm-tree-left-1{left:3%;transform:scale(.9);opacity:.7}.mm-tree-left-2{left:10%;transform:scale(1.1);opacity:.85}.mm-tree-right-1{right:10%;transform:scale(1.05);opacity:.8}.mm-tree-right-2{right:3%;transform:scale(.85);opacity:.65}.mm-corner-btn{position:absolute;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#ffffffe6;cursor:pointer;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.mm-corner-btn:hover{background:#ffffff59;transform:scale(1.1);box-shadow:0 8px 25px #00000026}.mm-corner-btn:active{transform:scale(.95)}.mm-corner-btn svg{width:24px;height:24px}.mm-home-btn{top:1.5rem;left:1.5rem}.mm-back-btn{top:1.5rem;left:5.5rem}.mm-audio-btn{top:1.5rem;right:1.5rem}.mm-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;max-width:1200px;width:100%}.mm-greeting{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:100px;animation:greetingFadeIn .6s ease-out}@keyframes greetingFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.mm-greeting-hello{font-size:1rem;font-weight:500;color:#fffc}.mm-greeting-name{font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.mm-title{font-family:Sora,Inter,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;text-shadow:0 4px 30px rgba(0,0,0,.2),0 2px 10px rgba(0,0,0,.1);margin:0;letter-spacing:-.02em;text-align:center;animation:titleFadeIn .8s ease-out}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mm-cards-container{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:nowrap;width:100%;max-width:1100px;padding:0 1rem}.mm-card{position:relative;width:280px;height:360px;cursor:pointer;animation:cardSlideUp .6s ease-out backwards;animation-delay:calc(var(--card-index) * .15s)}.mm-card.mm-card-center{width:310px;height:400px;z-index:5}.mm-card.mm-card-center .mm-card-inner{box-shadow:0 15px 40px #00000026}.mm-card.mm-card-center .mm-card-name{font-size:1.25rem}.mm-card.mm-card-center .mm-card-floors{font-size:.95rem}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mm-card-glow{position:absolute;inset:-3px;border-radius:24px;background:linear-gradient(135deg,#64c8ff00 0% 100%);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:-1}.mm-card:hover .mm-card-glow,.mm-card.hovered .mm-card-glow{opacity:.6;background:linear-gradient(135deg,#64c8ff66,#50b4ff99,#64c8ff66);box-shadow:0 0 30px #64c8ff66}.mm-card.selected .mm-card-glow{opacity:1;background:linear-gradient(135deg,#50c8ff99,#3cb4ffcc,#50c8ff99);box-shadow:0 0 40px #50c8ff99,0 0 80px #50c8ff4d;animation:selectedPulse 2s ease-in-out infinite}@keyframes selectedPulse{0%,to{box-shadow:0 0 40px #50c8ff99,0 0 80px #50c8ff4d}50%{box-shadow:0 0 50px #50c8ffcc,0 0 100px #50c8ff66}}.mm-card-inner{position:relative;width:100%;height:100%;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.mm-card:hover .mm-card-inner,.mm-card.hovered .mm-card-inner{transform:translateY(-8px);background:#fff3;border-color:#fff6;box-shadow:0 20px 50px #00000026}.mm-card.selected .mm-card-inner{transform:translateY(-10px);background:#ffffff40;border-color:#ffffff80;box-shadow:0 25px 60px #0003}.mm-card-image{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.mm-card-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}.mm-card:hover .mm-card-image img,.mm-card.hovered .mm-card-image img{transform:scale(1.08)}.mm-card.selected .mm-card-image img{transform:scale(1.1)}.mm-card-image-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff6}.mm-card-image-fallback svg{width:80px;height:80px}.mm-card-info{padding:1.25rem 1.5rem;text-align:center;background:#ffffff1a;border-top:1px solid rgba(255,255,255,.15)}.mm-card-name{font-family:Sora,Inter,sans-serif;font-size:1.15rem;font-weight:600;color:#fff;margin:0 0 .35rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.mm-card-floors{font-size:.9rem;color:#fffc;margin:0;font-weight:500}.mm-card-check{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkPop .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #22c55e66}.mm-card-check svg{width:18px;height:18px;color:#fff}.mm-prompt{font-size:1.1rem;font-weight:500;color:#ffffffd9;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.15);transition:all .4s ease}.mm-prompt.ready{color:#fff;text-shadow:0 0 20px rgba(255,255,255,.5)}.mm-start-btn{position:relative;padding:1.1rem 3.5rem;font-family:Sora,Inter,sans-serif;font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(180deg,#4fc3f7,#29b6f6 30%,#03a9f4,#039be5 70%,#0288d1);border:none;border-radius:50px;cursor:pointer;overflow:visible;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px #01579b,0 8px 15px #01579b66,inset 0 2px #ffffff4d,inset 0 -2px #0000001a;text-shadow:0 2px 4px rgba(0,0,0,.3)}.mm-start-btn:before{content:"";position:absolute;top:4px;left:10%;right:10%;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,transparent 100%);border-radius:50px 50px 100px 100px;pointer-events:none}.mm-start-btn:after{content:"";position:absolute;inset:-4px;border-radius:54px;background:transparent;border:2px solid rgba(255,255,255,.2);pointer-events:none}.mm-start-btn.disabled{background:linear-gradient(180deg,#90a4ae,#78909c 30%,#607d8b,#546e7a 70%,#455a64);box-shadow:0 6px #37474f,0 8px 15px #37474f66,inset 0 2px #fff3,inset 0 -2px #0000001a;cursor:not-allowed;opacity:.7;filter:none}.mm-start-btn.active:hover{transform:translateY(-2px);box-shadow:0 8px #01579b,0 12px 25px #01579b80,0 0 40px #4fc3f766,inset 0 2px #fff6,inset 0 -2px #0000001a}.mm-start-btn.active:active{transform:translateY(4px);box-shadow:0 2px #01579b,0 4px 10px #01579b4d,inset 0 2px #fff3,inset 0 -2px #0000001a}.mm-start-btn-glow{position:absolute;inset:-8px;border-radius:60px;background:radial-gradient(ellipse at center,rgba(79,195,247,.6) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;z-index:-1;filter:blur(10px)}.mm-start-btn.active .mm-start-btn-glow{opacity:1;animation:btnGlowPulse 1.5s ease-in-out infinite}@keyframes btnGlowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.mm-start-btn-text{position:relative;z-index:1;display:flex;align-items:center;gap:.5rem}.mm-start-btn-text:before{content:"▶";font-size:.9em}.mm-card-locked-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:10;border-radius:inherit}.locked-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);padding:1.25rem 1.5rem;border-radius:16px;box-shadow:0 10px 25px #00000080,inset 0 2px 5px #fff3;transform:rotate(-8deg);animation:floatLock 3s ease-in-out infinite}@keyframes floatLock{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-6px)}}.locked-badge svg{width:32px;height:32px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.locked-badge span{font-family:Sora,Inter,sans-serif;font-weight:800;font-size:.95rem;line-height:1.2;color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.mm-footer-star{position:absolute;bottom:2rem;right:2rem;width:24px;height:24px;color:#fff6;animation:starTwinkle 3s ease-in-out infinite;z-index:10}.mm-footer-star svg{width:100%;height:100%}@keyframes starTwinkle{0%,to{opacity:.3;transform:scale(1) rotate(0)}50%{opacity:.7;transform:scale(1.2) rotate(15deg)}}@media(max-width:1024px){.mm-cards-container{gap:1.25rem}.mm-card{width:240px;height:310px}.mm-card.mm-card-center{width:270px;height:350px}}@media(max-width:900px){.mm-content{gap:1.5rem;padding:1.5rem}.mm-card.mm-card-center{width:240px;height:320px}.mm-cards-container{gap:1rem}.mm-card{width:220px;height:290px}.mm-card-name{font-size:1rem}.mm-card-floors{font-size:.85rem}.mm-card-info{padding:1rem 1.25rem}.mm-tree{display:none}}@media(max-width:720px){.mm-card.mm-card-center{width:300px;height:240px}.mm-cards-container{flex-direction:column;align-items:center}.mm-card{width:280px;height:220px;flex-direction:row}.mm-card-inner{flex-direction:row}.mm-card-image{width:45%;padding:1rem}.mm-card-info{width:55%;display:flex;flex-direction:column;justify-content:center;text-align:left;border-top:none;border-left:1px solid rgba(255,255,255,.15)}.mm-title{font-size:1.8rem}.mm-prompt{font-size:.95rem}.mm-start-btn{padding:.9rem 2.5rem;font-size:1.1rem}.mm-corner-btn{width:44px;height:44px}.mm-corner-btn svg{width:20px;height:20px}}@media(max-width:480px){.mm-card{width:100%;max-width:320px}.mm-title{font-size:1.5rem}.mm-corner-btn{width:40px;height:40px}.mm-home-btn{top:1rem;left:1rem}.mm-back-btn{top:1rem;left:4.5rem}.mm-audio-btn{top:1rem;right:1rem}.mm-footer-star{bottom:1rem;right:1rem}}@media(max-height:850px){.mm-card{height:310px}.mm-card.mm-card-center{height:350px}.mm-content{gap:1.2rem;padding:1rem}.mm-title{font-size:2.8rem}.mm-start-btn{padding:1rem 3rem;font-size:1.2rem}.main-menu{overflow-y:auto;overflow-x:hidden;align-items:flex-start}.mm-content{margin:auto 0}}@media(max-height:700px){.mm-card{height:270px}.mm-card.mm-card-center{height:300px}.mm-content{gap:.8rem;padding:1rem;margin-top:1rem;margin-bottom:1rem}.mm-title{font-size:2.2rem}.mm-start-btn{padding:.8rem 2.5rem;font-size:1.1rem}}.game-ui{position:absolute;inset:0;pointer-events:none;z-index:100}.game-ui>*{pointer-events:auto}.game-ui-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 100%);gap:1rem;z-index:100}.game-ui-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:12px;color:#e2e8f0;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.game-ui-btn:hover{background:#1e293be6;border-color:#3b82f666;transform:translateY(-1px)}.game-ui-btn svg{width:18px;height:18px}.game-logo-btn{font-weight:600;order:0}.game-ui-location{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:12px;color:#e2e8f0;font-size:.9rem;font-weight:500;order:1}.game-ui-location svg{width:16px;height:16px;color:#60a5fa}.game-right-panel{position:absolute;top:1rem;right:1.5rem;bottom:1rem;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;z-index:100}.game-right-panel>*{pointer-events:auto}.game-minimap-wrapper{margin-top:auto}.game-ui-player{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:12px;width:auto;box-sizing:border-box}.player-avatar{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center}.player-avatar svg{width:18px;height:18px;color:#fff}.player-name{color:#e2e8f0;font-size:.88rem;font-weight:600}.game-controls-hint{position:absolute;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0f172acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:12px;color:#e2e8f0;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;z-index:100}.game-controls-hint:hover{background:#1e293be6;border-color:#3b82f666;transform:translateY(-1px)}.game-controls-hint svg{width:18px;height:18px}.game-controls-panel{position:absolute;bottom:4rem;left:1rem;width:280px;padding:1.25rem;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:16px;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.game-controls-panel h3{color:#f1f5f9;font-size:.9rem;font-weight:600;margin-bottom:1rem}.controls-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.control-item{display:flex;flex-direction:column;gap:.25rem}.control-item kbd{display:inline-block;padding:.2rem .4rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:4px;color:#60a5fa;font-family:inherit;font-size:.7rem;font-weight:600}.control-item span{color:#64748b;font-size:.75rem}.close-panel{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;background:none;border:none;color:#64748b;font-size:1.2rem;cursor:pointer;border-radius:4px;transition:all .2s}.close-panel:hover{color:#f1f5f9;background:#ffffff1a}.game-menu-panel{position:absolute;top:3.2rem;left:.9rem;width:220px;background:#000000d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:8px;z-index:200;animation:slideDown .3s ease-out;overflow:visible}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-nav{display:flex;flex-direction:column;padding:.5rem;gap:.2rem;background:#0a172be6;border:1px solid rgba(30,58,138,.5);backdrop-filter:blur(px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(51,65,85,.5);box-shadow:0 8px 32px #0000004d;border-radius:.5rem}.menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.1rem;background:transparent;border:none;border-radius:5px;color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.menu-item:hover{background:#3b82f61a;color:#f1f5f9}.menu-item-exit:hover{background:#ef44441a;color:#f87171}.menu-item svg{width:18px;height:18px;flex-shrink:0}.menu-divider{height:1px;background:#3b82f61a;margin:.5rem 1rem}.mission-panel{width:280px;box-sizing:border-box;margin-top:1rem;background:#0f172ae6;border:1px solid rgba(59,130,246,.2);border-radius:12px;overflow:hidden;z-index:100;transition:all .3s ease}.mission-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;transition:background .2s ease}.mission-header:hover{background:#ffffff0d}.mission-header-left{display:flex;align-items:center;gap:.5rem}.mission-header-left svg{width:18px;height:18px;color:#60a5fa}.mission-title{font-size:.9rem;font-weight:600;color:#e2e8f0}.mission-header-right{display:flex;align-items:center;gap:.5rem}.mission-progress-text{font-size:.85rem;font-weight:600;color:#60a5fa}.mission-chevron{width:16px;height:16px;color:#94a3b8;transition:transform .3s ease}.mission-chevron.rotated{transform:rotate(180deg)}.mission-progress-bar{height:3px;background:#3b82f633;margin:0 1rem .5rem;border-radius:2px;overflow:hidden}.mission-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;transition:width .5s ease}.mission-list{max-height:300px;overflow-y:auto;padding:.5rem;border-top:1px solid rgba(59,130,246,.1);animation:missionListSlide .3s ease}@keyframes missionListSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mission-item{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .75rem;border-radius:8px;transition:background .2s ease}.mission-item:hover{background:#ffffff0d}.mission-item.completed{opacity:.6}.mission-checkbox{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.mission-checkbox svg{width:16px;height:16px;color:#22c55e}.mission-checkbox-empty{width:16px;height:16px;border:2px solid rgba(148,163,184,.4);border-radius:4px}.mission-item.completed .mission-checkbox-empty{display:none}.mission-info{display:flex;flex-direction:column;gap:.2rem}.mission-item-title{font-size:.85rem;font-weight:500;color:#e2e8f0}.mission-item.completed .mission-item-title{text-decoration:line-through;color:#94a3b8}.mission-item-desc{font-size:.75rem;color:#64748b}.mission-list::-webkit-scrollbar{width:4px}.mission-list::-webkit-scrollbar-track{background:transparent}.mission-list::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:2px}.mission-list::-webkit-scrollbar-thumb:hover{background:#3b82f680}.minimap-header span{color:#94a3b8;font-size:.7rem;font-weight:500}.minimap-floor{color:#60a5fa!important;font-weight:600!important}.minimap-content{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(rgba(59,130,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.05) 1px,transparent 1px);background-size:20px 20px}@keyframes playerPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.game-ui-bottom{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;z-index:100}.game-floor-indicator{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:10px;color:#e2e8f0;font-size:.85rem;font-weight:500}.floor-btn{width:24px;height:24px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:6px;color:#60a5fa;font-size:.7rem;cursor:pointer;transition:all .2s}.floor-btn:hover{background:#3b82f64d}.game-branding{position:absolute;bottom:1rem;left:50%;transform:translate(calc(-50% + 120px));font-size:.75rem;font-weight:600;color:#94a3b880;pointer-events:none}.game-branding .brand-3d{color:#60a5fa99}@media(max-width:600px){.game-ui-top{flex-direction:column}.game-minimap{width:140px;height:100px}.game-controls-panel,.game-menu-panel{width:calc(100% - 2rem)}}.game-minimap{width:280px;height:160px;box-sizing:border-box;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.game-minimap.expanded{width:300px;height:260px;border-color:#fff6;box-shadow:0 10px 40px #0006,0 0 20px #4fc3f74d}.minimap-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#ffffff1a;border-bottom:1px solid rgba(255,255,255,.1);font-size:.75rem;font-weight:600;color:#fff;transition:all .3s ease}.game-minimap.expanded .minimap-header{padding:.75rem 1rem;font-size:.9rem}.minimap-key{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#4fc3f74d;border:1px solid rgba(79,195,247,.5);border-radius:4px;font-size:.7rem;font-weight:700;color:#4fc3f7;transition:all .3s ease}.game-minimap.expanded .minimap-key{width:28px;height:28px;font-size:.85rem;background:#4fc3f780;box-shadow:0 0 10px #4fc3f780}.minimap-content{position:relative;flex:1;height:calc(100% - 36px);background:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;transition:all .3s ease}.game-minimap.expanded .minimap-content{height:calc(100% - 44px);background-size:30px 30px}.minimap-player-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#4fc3f7;border-radius:50%;box-shadow:0 0 10px #4fc3f7,0 0 20px #4fc3f780;animation:playerDotPulse 2s ease-in-out infinite;transition:all .3s ease}.game-minimap.expanded .minimap-player-dot{width:14px;height:14px;box-shadow:0 0 15px #4fc3f7,0 0 30px #4fc3f780}@keyframes playerDotPulse{0%,to{box-shadow:0 0 10px #4fc3f7,0 0 20px #4fc3f780}50%{box-shadow:0 0 15px #4fc3f7,0 0 30px #4fc3f7b3}}.minimap-hint{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);font-size:.65rem;color:#ffffff80;white-space:nowrap;opacity:1;transition:opacity .3s ease}.game-minimap.expanded .minimap-hint{opacity:0}.minimap-header{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;background:#00000080;border-bottom:1px solid rgba(255,255,255,.12);font-size:.68rem;font-weight:600;color:#cbd5e1;gap:.3rem;height:30px;transition:all .3s ease}.game-minimap.expanded .minimap-header{padding:.6rem 1rem;font-size:.82rem;height:44px}.minimap-floor-label{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#fca5a5;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700;white-space:nowrap}.minimap-key{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#64748b40;border:1px solid rgba(100,116,139,.5);border-radius:4px;font-size:.65rem;font-weight:700;color:#94a3b8;flex-shrink:0;transition:all .3s ease}.game-minimap.expanded .minimap-key{width:26px;height:26px;font-size:.8rem}.minimap-content{position:relative;width:100%;height:calc(100% - 30px);overflow:hidden}.game-minimap.expanded .minimap-content{height:calc(100% - 44px)}.minimap-canvas{display:block;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:0 0 8px 8px}.minimap-coords{position:absolute;bottom:4px;left:5px;font-size:.55rem;font-family:Courier New,monospace;color:#ffffffb3;background:#00000073;padding:1px 4px;border-radius:3px;pointer-events:none;z-index:3;white-space:nowrap}.search-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;z-index:1000;animation:overlayFadeIn .2s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.search-modal{width:100%;max-width:580px;background:#0f172a;border:1px solid rgba(59,130,246,.2);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-header{padding:1rem;border-bottom:1px solid rgba(59,130,246,.1)}.search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1e293bcc;border:1px solid rgba(59,130,246,.2);border-radius:12px;transition:all .2s ease}.search-input-wrapper:focus-within{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.search-icon{width:20px;height:20px;color:#64748b;flex-shrink:0}.search-input{flex:1;background:transparent;border:none;outline:none;color:#f1f5f9;font-size:1rem;font-family:inherit}.search-input::placeholder{color:#64748b}.search-shortcut{display:flex;align-items:center;gap:.35rem;color:#64748b;font-size:.75rem}.search-shortcut kbd{padding:.2rem .5rem;background:#3b82f626;border:1px solid rgba(59,130,246,.2);border-radius:4px;color:#60a5fa;font-family:inherit;font-size:.7rem;font-weight:600}.search-filters{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(59,130,246,.1);overflow-x:auto}.filter-chip{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#1e293b99;border:1px solid rgba(59,130,246,.15);border-radius:100px;color:#94a3b8;font-size:.8rem;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-chip:hover{background:#3b82f61a;border-color:#3b82f64d;color:#e2e8f0}.filter-chip.active{background:#3b82f633;border-color:#3b82f666;color:#60a5fa}.search-section{padding:.75rem;max-height:300px;overflow-y:auto}.search-section-title{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.search-section-title svg{width:14px;height:14px}.search-results{max-height:240px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:10px;cursor:pointer;transition:all .15s ease}.search-result-item:hover,.search-result-item.selected{background:#3b82f61a}.search-result-item.selected{outline:1px solid rgba(59,130,246,.3)}.result-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.2rem;flex-shrink:0}.result-info{flex:1;min-width:0}.result-name{color:#f1f5f9;font-size:.95rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.8rem}.result-type{font-weight:500}.result-divider{color:#475569}.result-floor{color:#94a3b8}.result-floor.current{color:#22c55e}.floor-badge{margin-left:.35rem;padding:.1rem .4rem;background:#22c55e26;border-radius:4px;color:#22c55e;font-size:.7rem;font-weight:600}.result-action{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.floor-distance{color:#64748b;font-size:.75rem}.teleport-btn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#3b82f626;border-radius:8px;color:#60a5fa;font-size:.8rem;font-weight:600;opacity:0;transform:translate(10px);transition:all .2s ease}.search-result-item:hover .teleport-btn,.search-result-item.selected .teleport-btn{opacity:1;transform:translate(0)}.teleport-btn svg{width:14px;height:14px}.search-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:#64748b;text-align:center}.search-empty svg{width:48px;height:48px;margin-bottom:.5rem;opacity:.5}.search-empty-hint{font-size:.85rem;color:#475569}.feedback-actions{display:flex;justify-content:center;margin-top:2rem}.button-group{display:flex;justify-content:center;gap:12px;margin-top:16px}.submit-btn{background:#1da1f2;color:#fff;padding:10px 18px;border-radius:20px;border:none;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#0c8cd6;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.submit-btn:disabled{background:#9bd1f9;cursor:not-allowed;opacity:.7}.skip-btn{background:transparent;color:#555;border:1px solid #ccc;padding:10px 18px;border-radius:20px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.skip-btn:hover:not(:disabled){background:#0000000d;color:#333;border-color:#999}.skip-btn:disabled{opacity:.5;cursor:not-allowed}.search-footer{display:flex;justify-content:center;gap:1.5rem;padding:.75rem;border-top:1px solid rgba(59,130,246,.1);background:#0f172a80}.search-footer-hint{display:flex;align-items:center;gap:.35rem;color:#64748b;font-size:.75rem}.search-footer-hint kbd{padding:.15rem .4rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:4px;color:#60a5fa;font-family:inherit;font-size:.7rem;font-weight:600}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:transparent}.search-results::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.search-results::-webkit-scrollbar-thumb:hover{background:#3b82f680}@media(max-width:600px){.search-overlay{padding-top:5vh;padding-left:1rem;padding-right:1rem}.search-modal{max-width:100%}.search-filters{padding:.5rem .75rem}.filter-chip{padding:.35rem .6rem;font-size:.75rem}.result-action{flex-direction:column;align-items:flex-end;gap:.35rem}}.model-loading-overlay{position:absolute;inset:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;z-index:50}.model-loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#e2e8f0}.model-loading-spinner{width:48px;height:48px;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.model-loading-content p{font-size:1.1rem;font-weight:500}.model-loading-bar{width:200px;height:6px;background:#3b82f633;border-radius:3px;overflow:hidden}.model-loading-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s ease}.model-loading-percent{font-size:.9rem;color:#60a5fa;font-weight:600}.mission-cube-label{color:#fff;font-size:14px;background:#000000b3;padding:8px 12px;border-radius:8px;position:absolute;transform:translate(-50%,-100%);margin-top:-20px;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2)}.interaction-prompt{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:12px;background:#000c;padding:12px 24px;border-radius:50px;color:#fff;font-weight:600;font-size:18px;pointer-events:none;z-index:2000;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000004d}.interaction-prompt .key-hint{background:#fff;color:#000;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;box-shadow:0 2px 5px #0003}.mission-modal-overlay{position:fixed;inset:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:1;transition:opacity .3s ease}.mission-modal-overlay.closing{opacity:0}.mission-modal-content{width:95%;max-width:clamp(320px,40vw,600px);background:#6eafe6d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.7);border-left:1px solid rgba(255,255,255,.7);border-radius:32px;box-shadow:0 25px 50px -12px #32649640,0 0 40px #bae6fd33,inset 0 0 0 1px #fff6;overflow:hidden;animation:modalPopIn .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;padding:2.5rem;text-align:center}.mission-quiz-modal{max-width:clamp(350px,50vw,700px);padding:clamp(1.5rem,3vh,3rem)}@keyframes modalPopIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.mission-modal-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;background:transparent;border:none;padding:0}.mission-modal-header h2{font-size:1.75rem;font-weight:800;color:#fff;margin:0;line-height:1.2;text-shadow:0 4px 12px rgba(0,0,0,.1)}.mission-modal-close{position:absolute;top:-1.5rem;right:-1.5rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;width:36px;height:36px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.mission-modal-close:hover{background:#fff6;transform:rotate(90deg);color:#fff}.mission-modal-close svg{width:20px;height:20px}.mission-modal-body{margin-bottom:2rem;width:100%;padding:0;overflow:visible;max-height:none}.mission-modal-description{color:#fffffff2;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-weight:500}.mission-modal-details{display:flex;flex-direction:column;gap:.75rem;text-align:left}.mission-modal-detail-item{background:#ffffff26;border:1px solid rgba(255,255,255,.25);padding:1rem 1.25rem;border-radius:16px;color:#fff;font-size:1rem;font-weight:500}.mission-modal-footer{display:flex;justify-content:center;width:100%;padding:0;border:none;background:transparent}.mission-modal-continue{background:#fff;color:#0f172a;border:none;width:100%;padding:1.1rem;border-radius:16px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center;gap:.5rem}.mission-modal-continue:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background:#f8fafc}.mission-modal-continue.retry{background:#ffffff40;color:#fff;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:none}.mission-modal-continue.retry:hover{background:#ffffff59}.quiz-progress{font-size:.9rem;color:#ffffffe6;margin-top:.5rem;font-weight:600}.quiz-question p{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.4;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.1)}.quiz-options{display:grid;gap:1rem;width:100%}.quiz-option{display:flex;align-items:center;gap:1.25rem;width:100%;padding:1.25rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;text-align:left;cursor:pointer;transition:all .2s}.quiz-option:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.quiz-option.selected{background:#fffffff2;border-color:#fff;color:#0f172a;box-shadow:0 10px 25px -5px #0000001a}.quiz-option-letter{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0003;border-radius:10px;font-size:1rem;font-weight:700;color:#fff}.quiz-option.selected .quiz-option-letter{background:#3b82f6;color:#fff}.quiz-option.selected .quiz-option-text{font-weight:700}.quiz-option-text{font-size:1.05rem;font-weight:600}.quiz-results{text-align:center}.quiz-score{margin-bottom:2.5rem}.quiz-score-circle{width:140px;height:140px;border-radius:50%;background:#fff3;border:6px solid rgba(255,255,255,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 1.5rem}.quiz-score-number{font-size:3.5rem;font-weight:700;line-height:1;color:#fff}.quiz-score-total{font-size:24px;opacity:.7;color:#fff}.quiz-score-text{font-size:20px;font-weight:500;margin-top:15px;color:#fff}.quiz-review{text-align:left;margin-top:30px}.quiz-review h3{font-size:1.1rem;color:#fff;margin-bottom:.75rem}.quiz-review-item{background:#00000026;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:15px;margin-bottom:12px;border-left:4px solid}.quiz-review-item.correct{border-left-color:#4ade80;background:#4ade801a}.quiz-review-item.incorrect{border-left-color:#f87171;background:#f871711a}.quiz-review-question{font-weight:500;margin-bottom:8px;font-size:15px;color:#fff}.quiz-review-answer{font-size:14px;margin-bottom:4px;opacity:.9;color:#fff}.quiz-review-correct{font-size:14px;color:#4ade80;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.feedback-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.feedback-modal{width:90%;max-width:450px;background:#e0f7ffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.9);border-left:1px solid rgba(255,255,255,.9);border-radius:24px;padding:2rem;box-shadow:0 20px 50px -10px #0032644d,0 0 30px #bae6fd33,inset 0 0 0 1px #fff6;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;animation:modalPopIn .4s cubic-bezier(.16,1,.3,1)}.feedback-modal.success{max-width:350px;padding:3rem 2rem}.feedback-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#5b7083;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:10}.feedback-close-btn svg{width:22px;height:22px;stroke-width:2.5px}.feedback-close-btn:hover{background:#ffffff80;color:#000}.feedback-modal h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.feedback-subtitle{color:#475569;margin-bottom:1.5rem;font-size:.95rem}.star-rating{display:flex;gap:.5rem;margin-bottom:1.5rem}.star-btn{background:none;border:none;padding:0;cursor:pointer;color:#94a3b880;transition:transform .2s,color .2s}.star-btn svg{width:32px;height:32px}.star-btn:hover{transform:scale(1.2)}.star-btn.active{color:#fbbf24;filter:drop-shadow(0 0 8px rgba(251,191,36,.4))}.feedback-textarea{width:100%;padding:1rem;border-radius:16px;border:1px solid rgba(255,255,255,.5);background:#fff9;color:#0f172a;font-family:inherit;font-size:.95rem;resize:none;margin-bottom:1.5rem;transition:all .2s}.feedback-textarea:focus{outline:none;background:#ffffffe6;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.feedback-submit-btn{background:#0ea5e9;color:#fff;border:none;padding:.8rem 2rem;border-radius:99px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0ea5e94d}.feedback-submit-btn:hover:not(:disabled){background:#0284c7;transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e966}.feedback-submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.feedback-success-icon{width:64px;height:64px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;animation:popIn .5s cubic-bezier(.16,1,.3,1)}.feedback-success-icon svg{width:32px;height:32px}@keyframes popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.navigation-message-toast{position:absolute;top:80px;left:50%;transform:translate(-50%);background:#0f172ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(59,130,246,.3);padding:12px 24px;border-radius:12px;color:#fff;font-weight:500;display:flex;align-items:center;gap:12px;z-index:1000;animation:slideDownFade .3s ease-out forwards;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.nav-toast-icon{width:20px;height:20px;color:#3b82f6}@keyframes slideDownFade{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.typewriter-cursor{display:inline-block;opacity:1;animation:blink 1s step-end infinite;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:1366px){.game-ui-top{padding:.5rem 1rem;gap:.5rem}.game-controls-panel{width:220px;bottom:2rem;padding:1rem}.mission-panel{width:240px;right:1rem;top:4rem}.game-menu-panel{width:180px;top:3.5rem}.game-minimap{width:160px;height:130px;bottom:.5rem;right:1rem}.game-minimap.expanded{width:240px;height:200px}.game-ui-btn,.game-ui-location,.game-ui-player{font-size:.75rem;padding:.4rem .8rem}.player-avatar{width:26px;height:26px}.player-avatar svg{width:14px;height:14px}.game-floor-indicator{padding:.4rem .8rem;font-size:.75rem}}@media(min-width:1367px)and (max-width:1600px){.game-controls-panel{width:clamp(240px,18vw,260px);bottom:clamp(2.5rem,4vh,3rem)}.mission-panel{width:clamp(250px,18vw,280px);right:1.25rem}.game-minimap{width:clamp(170px,12vw,190px);height:clamp(140px,10vh,160px)}.game-minimap.expanded{width:clamp(260px,18vw,300px);height:clamp(220px,15vh,260px)}}@media(min-width:1601px){.game-controls-panel{width:clamp(280px,15vw,340px);bottom:clamp(4rem,6vh,6rem);padding:clamp(1.25rem,2vh,2rem);font-size:1.1rem}.mission-panel{width:clamp(280px,16vw,350px);top:clamp(6rem,8vh,8rem);right:clamp(2rem,3vw,4rem)}.mission-list{max-height:clamp(300px,35vh,500px)}.game-minimap{width:clamp(190px,12vw,240px);height:clamp(160px,10vh,200px);bottom:clamp(1rem,2vh,2rem);right:clamp(2rem,3vw,4rem)}.game-minimap.expanded{width:clamp(300px,20vw,400px);height:clamp(260px,18vh,340px)}.game-ui-btn,.game-ui-location,.game-ui-player{font-size:1rem;padding:clamp(.6rem,1vh,1rem) clamp(1rem,2vw,1.5rem)}.game-floor-indicator{padding:clamp(.6rem,1vh,1rem) clamp(1rem,2vw,1.5rem);font-size:1rem;margin-bottom:clamp(0rem,2vh,2rem)}.game-ui-btn svg,.game-ui-location svg{width:22px;height:22px}.player-avatar{width:38px;height:38px}.player-avatar svg{width:20px;height:20px}}@media(max-height:800px){.game-ui-bottom{bottom:.5rem}.game-controls-panel{bottom:.5rem;transform:scale(.85);transform-origin:bottom left}.mission-panel{transform:scale(.85);transform-origin:top right}.game-menu-panel{transform:scale(.85);transform-origin:top left}.game-minimap{transform:scale(.85);transform-origin:bottom right}.game-ui-top{padding:.5rem 1rem}}@media(max-height:650px){.game-controls-panel,.mission-panel,.game-menu-panel,.game-minimap{transform:scale(.75)}}.dresscode-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100vh;padding:1.5rem 0 1rem;overflow:hidden;position:relative;font-family:Sora,Inter,system-ui,sans-serif}.dc-background{position:absolute;inset:0;background:linear-gradient(180deg,#7ec8e3,#5bb4e0 20%,#4aa8dc 40% 60%,#5bb4e0 80%,#7ec8e3);z-index:0;position:fixed}.dc-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(255,255,255,.6) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 30% 20%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(ellipse 50% 30% at 70% 15%,rgba(255,255,255,.25) 0%,transparent 50%);z-index:0;position:fixed}.dc-rays{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:100%;height:80%;overflow:hidden;opacity:.5;pointer-events:none;z-index:0;position:fixed}.dc-ray{position:absolute;top:0;width:4px;height:120%;background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.4) 40%,rgba(255,255,255,.1) 70%,transparent 100%);transform-origin:top center;animation:rayShimmer 10s ease-in-out infinite}.dc-ray-1{left:30%;transform:rotate(-20deg);width:3px;animation-delay:0s}.dc-ray-2{left:40%;transform:rotate(-10deg);width:4px;animation-delay:1.5s}.dc-ray-3{left:50%;transform:rotate(0);width:5px;animation-delay:.5s}.dc-ray-4{left:60%;transform:rotate(10deg);width:4px;animation-delay:2s}.dc-ray-5{left:70%;transform:rotate(20deg);width:3px;animation-delay:1s}@keyframes rayShimmer{0%,to{opacity:.3}50%{opacity:.8}}.dc-clouds{position:absolute;inset:0;pointer-events:none;z-index:0;position:fixed}.dc-cloud{position:absolute;display:flex;align-items:flex-end;filter:blur(1px)}.dc-cloud-1{top:8%;animation:cloudFloat 35s linear infinite;opacity:.4}.dc-cloud-2{top:18%;animation:cloudFloat 45s linear infinite;animation-delay:-15s;opacity:.5}.dc-cloud-3{top:25%;animation:cloudFloat 30s linear infinite;animation-delay:-8s;opacity:.35}@keyframes cloudFloat{0%{left:110%}to{left:-30%}}.dc-cloud-puff{border-radius:50%;background:#fff9;box-shadow:0 8px 32px #ffffff4d}.dc-puff-1{width:80px;height:50px;position:relative;z-index:1}.dc-puff-2{width:110px;height:65px;margin-left:-35px;margin-bottom:10px;z-index:2;position:relative}.dc-puff-3{width:75px;height:48px;margin-left:-30px;z-index:1;position:relative}.dc-puff-4{width:60px;height:40px;margin-left:-25px;z-index:0;position:relative}.title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#f0f4f8;text-shadow:-1px -1px 0 #fff,1px 1px 0 #ccc,2px 2px 0 #aaa,3px 3px 0 #888,0 10px 20px rgba(0,0,0,.5);margin-bottom:clamp(.5rem,2vh,1.5rem);margin-top:.5rem;letter-spacing:-.02em;text-align:center;z-index:10;position:relative;line-height:1.1;flex-shrink:0}.main-content{position:relative;display:flex;gap:clamp(1.5rem,3vw,3rem);z-index:10;max-width:1400px;width:95%;justify-content:center;align-items:stretch;flex:0 1 auto;margin:auto 0;min-height:0;perspective:1500px;transform-style:preserve-3d;transition:opacity .4s ease-in-out,transform .4s cubic-bezier(.68,-.55,.265,1.55),filter .4s ease-in-out}.fade-out{opacity:0;transform:rotateX(20deg) translateY(-50px) scale(.85);filter:blur(8px)}.fade-in{opacity:1;transform:rotateX(0) translateY(0) scale(1);filter:blur(0px)}.left-panels{gap:clamp(1rem,2vh,1.5rem);flex:2;max-width:clamp(450px,60vw,900px);width:100%;min-height:0;display:flex;flex-direction:column}.top-row{display:flex;gap:1.5rem;width:100%;min-width:0;align-items:flex-start}.panel{background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:4px solid rgba(255,255,255,.6);border-radius:20px;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 0 10px #ffffff80,inset 0 4px 6px #fff6,inset 0 -4px 6px #0000001a,0 15px 35px #0003;flex:1;min-height:0;display:flex;flex-direction:column}.panel:hover{background:#fff3;border-color:#fffc;box-shadow:inset 0 0 15px #fff9,inset 0 4px 6px #ffffff80,inset 0 -4px 6px #00000026,0 20px 45px #00000040}.panel-title{font-family:Sora,Inter,sans-serif;margin:0 0 1rem;font-size:1.15rem;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.grid-3x2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(.5rem,1.5vh,1rem);place-items:center;flex:1;min-height:0}.grid-3x1-stretch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.5rem,1.5vh,1rem);place-items:center;flex:1;min-height:0}.grid-3x1{display:flex;justify-content:center;gap:1.5rem}.card{aspect-ratio:1;width:100%;max-width:clamp(70px,14vh,120px);max-height:clamp(70px,14vh,120px);background:#ffffff80;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .2s ease,border .2s ease,background .2s ease;box-shadow:0 4px 10px #00000026,inset 0 2px 5px #ffffffb3;border:2px solid rgba(255,255,255,.8)}.card:after{content:"";position:absolute;top:6px;right:6px;width:16px;height:16px;border-radius:50%;border:2px solid rgba(150,150,150,.5);background:#ffffff4d;z-index:1;transition:all .2s ease}.card.active:after{opacity:0}.panel-bottom .card{width:clamp(60px,7vw,90px);height:clamp(60px,7vw,90px)}.card:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 15px #00000026,inset 0 2px 5px #ffffffe6}.card.active{background:#fff;border:2px solid #ffffff;box-shadow:0 6px 15px #0003,inset 0 2px 5px #ffffffe6}.disabled-panel{opacity:.5;filter:grayscale(80%);pointer-events:auto;transition:opacity .3s,filter .3s}.disabled-panel .card{cursor:not-allowed}.helper-text{font-size:.85rem;color:#fcc;background:#ff00001a;padding:.5rem;border-radius:8px;margin-bottom:1rem;font-weight:500;line-height:1.3}.card-inner{width:60%;height:60%;display:flex;align-items:center;justify-content:center}.item-label{font-size:10px;text-align:center;margin-top:4px;text-transform:lowercase;opacity:.8;color:#2c3e50;font-weight:700;line-height:1.1;width:100%;padding:0 4px;box-sizing:border-box;word-wrap:break-word}.check-badge{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#e0e0e0,#a0a0a0);color:#333;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 8px #0000004d,inset 0 2px 4px #ffffff80;z-index:2;animation:checkPop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes checkPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.check-badge svg{width:12px;height:12px;stroke:#444;stroke-width:4}.preview-panel{flex:1;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:4px solid rgba(255,255,255,.6);border-radius:20px;padding:2rem;box-shadow:inset 0 0 10px #ffffff80,inset 0 4px 6px #fff6,inset 0 -4px 6px #0000001a,0 15px 35px #0003;display:flex;flex-direction:column;align-items:center;min-width:clamp(280px,28vw,450px);width:100%;min-height:0;justify-content:space-between;transition:all .4s cubic-bezier(.4,0,.2,1)}.preview-panel:hover{background:#fff3;border-color:#fffc;box-shadow:inset 0 0 15px #fff9,inset 0 4px 6px #ffffff80,inset 0 -4px 6px #00000026,0 20px 45px #00000040}.toggle-container{width:100%;display:flex;justify-content:center;margin-bottom:clamp(1rem,2vh,2rem);flex-shrink:0}.toggle-bg{background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:30px;border:2px solid rgba(255,255,255,.7);display:flex;padding:4px;width:220px;position:relative;box-shadow:inset 0 2px 5px #0000001a,0 5px 15px #00000026}.toggle-option{flex:1;padding:8px 0;text-align:center;border-radius:26px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.4)}.toggle-option.active{background:linear-gradient(180deg,#5c93c4,#2d6396);box-shadow:0 4px 10px #0000004d,inset 0 2px 4px #fff6;border:1px solid rgba(255,255,255,.4)}.avatar-wrapper{position:relative;width:150px;height:clamp(150px,25vh,280px);margin-bottom:clamp(.5rem,2vh,1.5rem);display:flex;justify-content:center;flex:1;min-height:0;align-items:flex-end}.avatar-preview-canvas{width:100%;height:100%;min-height:0;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15));animation:modelRotateY 6s ease-in-out infinite;transform-style:preserve-3d}@keyframes modelRotateY{0%{transform:perspective(1000px) rotateY(-25deg) rotateX(2deg)}50%{transform:perspective(1000px) rotateY(25deg) rotateX(0)}to{transform:perspective(1000px) rotateY(-25deg) rotateX(2deg)}}@keyframes fadeInLayer{0%{opacity:0}to{opacity:1}}.layer-animated{animation:fadeInLayer .15s ease-in-out forwards}.preview-text{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.mini-thumbnails{display:flex;gap:12px;background:#fff6;padding:10px 20px;border-radius:50px;border:3px solid rgba(255,255,255,.7);box-shadow:inset 0 0 10px #0000001a,0 5px 15px #00000026}.thumbnail{width:44px;height:44px;background:#ffffffe6;border-radius:10px;padding:6px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 5px #00000026}.thumbnail svg{width:100%;height:100%;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.next-btn{margin-top:clamp(.5rem,2vh,1.5rem);padding:clamp(.6rem,1.5vh,1rem) clamp(2rem,5vw,4rem);font-family:Sora,Inter,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:linear-gradient(180deg,#4fc3f7,#29b6f6 30%,#03a9f4,#039be5 70%,#0288d1);border:none;border-radius:50px;cursor:pointer;box-shadow:0 6px #01579b,0 8px 15px #01579b66,inset 0 2px #ffffff4d,inset 0 -2px #0000001a;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;position:relative;overflow:visible;margin-bottom:0;flex-shrink:0}.next-btn:before{content:"";position:absolute;top:4px;left:10%;right:10%;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,transparent 100%);border-radius:50px 50px 100px 100px;pointer-events:none}.next-btn:after{content:"";position:absolute;inset:-4px;border-radius:54px;background:transparent;border:2px solid rgba(255,255,255,.2);pointer-events:none}.next-btn:hover{transform:translateY(-2px);box-shadow:0 8px #01579b,0 12px 25px #01579b80,0 0 40px #4fc3f766,inset 0 2px #fff6,inset 0 -2px #0000001a}.next-btn:active{transform:translateY(4px);box-shadow:0 2px #01579b,0 4px 10px #01579b4d,inset 0 2px #fff3,inset 0 -2px #0000001a}.mute-btn-corner{position:absolute;top:1.5rem;right:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#ffffffe6;cursor:pointer;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.mute-btn-corner:hover{background:#ffffff59;transform:scale(1.1);box-shadow:0 8px 25px #00000026}.mute-btn-corner:active{transform:scale(.95)}.mute-btn-corner svg{width:24px;height:24px}@media screen and (max-width:900px){.main-content{flex-direction:column;align-items:center}.left-panels{order:2;max-width:100%}.preview-panel{order:1;max-width:100%}.top-row{flex-direction:column}}.validation-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#4aa8dc40;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInLayer .2s ease forwards}.validation-modal{background:#fff3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:4px solid rgba(255,255,255,.6);border-radius:24px;padding:clamp(2rem,4vw,3rem);width:95%;max-width:clamp(350px,30vw,480px);text-align:center;box-shadow:inset 0 0 12px #ffffff80,inset 0 4px 6px #fff6,inset 0 -4px 6px #00000014,0 20px 50px #0003;transform:scale(.95);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275) forwards;color:#fff}@keyframes popIn{to{transform:scale(1)}}.validation-modal-icon{width:68px;height:68px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#ffffff59;border:3px solid rgba(255,255,255,.6);border-radius:50%;color:#e74c3c;box-shadow:inset 0 2px 4px #ffffff80,0 4px 12px #0000001a}.validation-modal-icon svg{width:36px;height:36px}.validation-modal-title{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.75rem;font-family:Sora,Inter,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.2)}.validation-modal-message{color:#ffffffd9;font-size:1rem;line-height:1.6;margin-bottom:1.75rem;text-shadow:0 1px 4px rgba(0,0,0,.1)}.validation-modal-btn{position:relative;background:linear-gradient(180deg,#4fc3f7,#29b6f6 30%,#03a9f4,#039be5 70%,#0288d1);color:#fff;border:none;padding:clamp(10px,2vh,14px) clamp(24px,4vw,48px);font-family:Sora,Inter,sans-serif;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:50px;cursor:pointer;box-shadow:0 6px #01579b,0 8px 15px #01579b66,inset 0 2px #ffffff4d,inset 0 -2px #0000001a;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;overflow:visible;margin-bottom:.5rem}.validation-modal-btn:before{content:"";position:absolute;top:4px;left:10%;right:10%;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.4) 0%,transparent 100%);border-radius:50px 50px 100px 100px;pointer-events:none}.validation-modal-btn:after{content:"";position:absolute;inset:-4px;border-radius:54px;background:transparent;border:2px solid rgba(255,255,255,.2);pointer-events:none}.validation-modal-btn:hover{transform:translateY(-2px);box-shadow:0 8px #01579b,0 12px 25px #01579b80,0 0 40px #4fc3f766,inset 0 2px #fff6,inset 0 -2px #0000001a}.validation-modal-btn:active{transform:translateY(4px);box-shadow:0 2px #01579b,0 4px 10px #01579b4d,inset 0 2px #fff3,inset 0 -2px #0000001a}.validation-error-list{display:flex;flex-direction:column;gap:.75rem;text-align:left;margin-top:.5rem;margin-bottom:1.5rem;max-height:50vh;overflow-y:auto;padding-right:.5rem}.validation-error-list::-webkit-scrollbar{width:5px}.validation-error-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.validation-error-list::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:3px}.validation-error-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.validation-error-item{background:#ffffff26;padding:.75rem 1rem;border-radius:4px 12px 12px 4px;border:1px solid rgba(255,255,255,.25);border-left:4px solid rgba(231,76,60,.8);box-shadow:inset 0 1px 3px #fff3}.validation-error-title{font-weight:800;color:#fff;margin-bottom:.3rem;font-size:.9rem;letter-spacing:.3px;text-shadow:0 1px 3px rgba(0,0,0,.2)}.validation-error-desc{color:#fffc;font-size:.88rem;line-height:1.4;margin-bottom:.5rem}.validation-error-suggestion{color:#fff;font-size:.8rem;font-weight:700;background:#27ae604d;border:1px solid rgba(39,174,96,.5);padding:.3rem .6rem;border-radius:6px;display:inline-block;margin-top:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.15)}@media(max-height:850px){.title{margin-bottom:.5rem;margin-top:.5rem;font-size:2rem}.dresscode-container{padding:1rem 0}.main-content{gap:1rem;align-items:stretch}.preview-panel{justify-content:space-between}.avatar-wrapper{height:180px;margin-bottom:0}.toggle-container{margin-bottom:1rem}.panel,.preview-panel{padding:.75rem}.panel-bottom .card{width:65px;height:65px}.card-inner{width:50%;height:50%}.next-btn{margin-top:.5rem;padding:.6rem 2rem;font-size:1rem}}@media(max-height:750px){.title{font-size:1.5rem;margin-bottom:0;margin-top:0}.dresscode-container{padding:.5rem 0;justify-content:flex-start}.main-content{gap:.5rem}.avatar-wrapper{height:140px}.panel{padding:.5rem}.panel-title{font-size:.95rem;margin-bottom:.25rem}.panel-bottom .card{width:55px;height:55px}.card .item-label{font-size:9px;margin-top:2px}.next-btn{margin-top:0;margin-bottom:.5rem;padding:.5rem 1.5rem;font-size:.9rem}.preview-panel{padding:.5rem}.toggle-container{margin-bottom:.5rem}.validation-modal{padding:1rem}.validation-modal-icon{width:44px;height:44px;margin-bottom:.5rem}.validation-error-list{max-height:35vh}}.game-canvas{cursor:url(/game-cursor.svg) 4 4,auto;width:100%;height:100vh;display:block}.game-canvas:active{cursor:none}.model-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0f172acc,#020617fa);display:flex;justify-content:center;align-items:center;z-index:50;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.model-loading-glass{background:#1e293b66;padding:3rem 4rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080,inset 0 0 20px #ffffff0d;display:flex;flex-direction:column;align-items:center;gap:2rem;min-width:320px;animation:glassFadeIn .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes glassFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.model-loading-spinner-wrapper{position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center}.spinner-ring{position:absolute;border-radius:50%;border:3px solid transparent}.outer-ring{width:100px;height:100px;border-top-color:#3b82f6;border-bottom-color:#60a5fa;animation:spinOuter 2s cubic-bezier(.68,-.55,.26,1.55) infinite;filter:drop-shadow(0 0 10px rgba(59,130,246,.5))}.inner-ring{width:70px;height:70px;border-left-color:#93c5fd;border-right-color:#bfdbfe;animation:spinInner 1.5s cubic-bezier(.68,-.55,.26,1.55) infinite reverse}@keyframes spinOuter{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinInner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.model-loading-percent{font-family:Inter,system-ui,sans-serif;color:#fff;font-size:1.25rem;font-weight:700;text-shadow:0 0 15px rgba(255,255,255,.5);z-index:2;background:linear-gradient(135deg,#fff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.model-loading-info{text-align:center}.loading-title{color:#94a3b8;font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;margin:0 0 .5rem;font-weight:600}.loading-subtitle{color:#f8fafc;font-size:1.25rem;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.model-loading-bar-container{width:100%}.model-loading-bar-track{width:100%;height:6px;background:#0f172a99;border-radius:99px;overflow:hidden;position:relative;box-shadow:inset 0 1px 3px #00000080}.model-loading-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa,#93c5fd);border-radius:99px;transition:width .4s cubic-bezier(.25,1,.5,1);position:relative;box-shadow:0 0 10px #60a5fa99}.glow-edge{position:absolute;right:0;top:0;height:100%;width:20px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8));border-radius:0 99px 99px 0;filter:blur(2px)}.model-error-toast{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#ef4444e6;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;z-index:60;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px -1px #0000001a;animation:slideUp .3s ease-out}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{transform:translate(-50%,20px);opacity:0}to{transform:translate(-50%);opacity:1}}.click-to-start-content span:before{content:"";display:block;width:14px;height:20px;border:2px solid #60a5fa;border-radius:10px;box-sizing:border-box;position:relative}.click-to-start-content span:after{content:"";display:block;width:2px;height:4px;background:#60a5fa;position:absolute;margin-left:6px;margin-top:-6px;border-radius:1px;animation:scrollWheel 1.5s infinite}@keyframes scrollWheel{0%{transform:translateY(0);opacity:1}to{transform:translateY(4px);opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.click-to-start-overlay:hover .click-to-start-content{border-color:#3b82f680;box-shadow:0 25px 60px #0009,0 0 20px #3b82f633;transform:scale(1.02)}.click-to-start-overlay:hover .click-to-start-content span{background:#1e293bcc;color:#e2e8f0;border-color:#3b82f666}:root{--blue-900: #1e3a5f;--blue-800: #1e40af;--blue-700: #2563eb;--blue-600: #3b82f6;--blue-500: #60a5fa;--blue-400: #93c5fd;--blue-100: #dbeafe;--blue-50: #eff6ff;--gray-950: #0a0e1a;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--accent: #2563eb;--accent-lg: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);--green: #10b981;--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.1);--shadow-xl: 0 24px 64px rgba(0,0,0,.12);--ease: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--white);color:var(--gray-700);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}
