.auth-module__5URtAG__page{background:var(--bg-void);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.auth-module__5URtAG__blob{pointer-events:none;filter:blur(80px);opacity:0;animation:auth-module__5URtAG__blobIn 1.2s var(--ease-out-expo) forwards;border-radius:50%;position:absolute}.auth-module__5URtAG__blobPurple{background:radial-gradient(circle,#8b5cf62e 0%,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-200px;left:-200px}.auth-module__5URtAG__blobBlue{background:radial-gradient(circle,#3b82f624 0%,#0000 70%);width:500px;height:500px;animation-delay:.15s;bottom:-150px;right:-150px}.auth-module__5URtAG__blobLime{background:radial-gradient(circle,#dfff000f 0%,#0000 70%);width:300px;height:300px;animation-delay:.3s;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes auth-module__5URtAG__blobIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.auth-module__5URtAG__grid{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.auth-module__5URtAG__card{z-index:2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;max-width:440px;animation:auth-module__5URtAG__cardIn .6s var(--ease-out-expo) forwards;opacity:0;background:#ffffff08;border:1px solid #ffffff17;border-radius:20px;padding:2.5rem 2rem;position:relative;transform:translateY(20px);box-shadow:inset 0 0 0 1px #ffffff0a,0 32px 64px #0009,0 0 80px #dfff0008}@keyframes auth-module__5URtAG__cardIn{to{opacity:1;transform:translateY(0)}}.auth-module__5URtAG__card:before{content:"";background:linear-gradient(90deg, transparent, var(--primary), transparent);border-radius:1px;height:1px;position:absolute;top:0;left:10%;right:10%}.auth-module__5URtAG__logoWrap{flex-direction:column;align-items:center;gap:.65rem;margin-bottom:2rem;display:flex}.auth-module__5URtAG__logoIcon{width:48px;height:48px;color:var(--primary);background:#dfff0014;border:1px solid #dfff0033;border-radius:14px;justify-content:center;align-items:center;display:flex;position:relative}.auth-module__5URtAG__logoIcon:after{content:"";border:1px solid #dfff0014;border-radius:18px;position:absolute;inset:-4px}.auth-module__5URtAG__logoText{letter-spacing:3px;color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:800}.auth-module__5URtAG__logoDot{background:var(--primary);vertical-align:middle;width:6px;height:6px;box-shadow:0 0 8px var(--primary);border-radius:50%;margin-left:4px;animation:2s ease-in-out infinite auth-module__5URtAG__dotPulse;display:inline-block}@keyframes auth-module__5URtAG__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.auth-module__5URtAG__tabs{border:1px solid var(--border);background:#ffffff08;border-radius:10px;margin-top:2rem;margin-bottom:2rem;padding:3px;display:flex}.auth-module__5URtAG__tab{color:var(--text-muted);cursor:pointer;transition:all .2s var(--ease-out-expo);background:0 0;border:none;border-radius:8px;flex:1;padding:.55rem .5rem;font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:600}.auth-module__5URtAG__tab:hover:not(.auth-module__5URtAG__tabActive){color:var(--text-secondary)}.auth-module__5URtAG__tabActive{color:var(--primary);background:#dfff001a;box-shadow:0 0 0 1px #dfff0033}.auth-module__5URtAG__heading{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 .4rem;font-family:Space Grotesk,sans-serif;font-size:1.45rem;font-weight:800}.auth-module__5URtAG__subheading{color:var(--text-muted);margin:0 0 1.75rem;font-size:.83rem}.auth-module__5URtAG__fields{flex-direction:column;gap:1rem;display:flex}.auth-module__5URtAG__field{flex-direction:column;gap:.4rem;display:flex}.auth-module__5URtAG__label{color:var(--text-secondary);letter-spacing:.03em;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:600}.auth-module__5URtAG__inputWrap{position:relative}.auth-module__5URtAG__inputIcon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.auth-module__5URtAG__input{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.7rem .85rem .7rem 2.6rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.auth-module__5URtAG__input::placeholder{color:#475569cc}.auth-module__5URtAG__input:focus{background:#06b6d40a;border-color:#06b6d480;box-shadow:0 0 0 3px #06b6d414}.auth-module__5URtAG__input:focus+.auth-module__5URtAG__inputIcon,.auth-module__5URtAG__inputWrap:focus-within .auth-module__5URtAG__inputIcon{color:var(--accent-cyan)}.auth-module__5URtAG__inputError{border-color:#f43f5e80!important;box-shadow:0 0 0 3px #f43f5e14!important}.auth-module__5URtAG__passwordToggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-module__5URtAG__passwordToggle:hover{color:var(--text-secondary)}.auth-module__5URtAG__fieldError{color:#f43f5e;margin:0;font-size:.73rem}.auth-module__5URtAG__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.auth-module__5URtAG__forgotRow{justify-content:flex-end;margin-top:-.25rem;display:flex}.auth-module__5URtAG__forgotLink{color:var(--text-muted);margin-top:1rem;font-size:.78rem;text-decoration:none;transition:color .15s}.auth-module__5URtAG__forgotLink:hover{color:var(--accent-cyan)}.auth-module__5URtAG__errorBanner{color:#f43f5e;background:#f43f5e14;border:1px solid #f43f5e40;border-radius:10px;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;font-size:.82rem;line-height:1.5;display:flex}.auth-module__5URtAG__submitBtn{background:var(--primary);color:#0a0a0a;cursor:pointer;letter-spacing:.3px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.85rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:800;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #dfff0033}.auth-module__5URtAG__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 8px 30px #dfff004d}.auth-module__5URtAG__submitBtn:active:not(:disabled){transform:translateY(0)}.auth-module__5URtAG__submitBtn:disabled{opacity:.55;cursor:not-allowed}.auth-module__5URtAG__spinner{border:2px solid #0a0a0a4d;border-top-color:#0a0a0a;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite auth-module__5URtAG__spin}@keyframes auth-module__5URtAG__spin{to{transform:rotate(360deg)}}.auth-module__5URtAG__googleBtn{width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:flex}.auth-module__5URtAG__googleBtn:hover:not(:disabled){background:#ffffff17;border-color:#fff3;transform:translateY(-1px)}.auth-module__5URtAG__googleBtn:active:not(:disabled){transform:translateY(0)}.auth-module__5URtAG__googleBtn:disabled{opacity:.55;cursor:not-allowed}.auth-module__5URtAG__divider{align-items:center;gap:.75rem;margin:1.5rem 0;display:flex}.auth-module__5URtAG__dividerLine{background:var(--border);flex:1;height:1px}.auth-module__5URtAG__dividerText{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.auth-module__5URtAG__switchMode{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.82rem}.auth-module__5URtAG__switchLink{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none;transition:opacity .15s}.auth-module__5URtAG__switchLink:hover{opacity:.75}.auth-module__5URtAG__termsNote{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.72rem;line-height:1.6}.auth-module__5URtAG__termsNote a{color:var(--text-secondary);text-decoration:none}.auth-module__5URtAG__termsNote a:hover{color:var(--text-primary)}@media (max-width:480px){.auth-module__5URtAG__card{padding:2rem 1.5rem}.auth-module__5URtAG__row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.auth-module__5URtAG__blob,.auth-module__5URtAG__card{opacity:1;animation:none;transform:none}.auth-module__5URtAG__logoDot,.auth-module__5URtAG__spinner{animation:none}}
.Logo-module__zh8txq__logo{align-items:center;gap:.75rem;display:flex}.Logo-module__zh8txq__logoImg{width:42px;height:42px}.Logo-module__zh8txq__logoText{flex-direction:column;justify-content:center;line-height:.9;display:flex}.Logo-module__zh8txq__novatechText{letter-spacing:1px;color:#fff;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:1.98rem;font-weight:700}.Logo-module__zh8txq__agencyText{opacity:.7;letter-spacing:.23rem;text-transform:uppercase;white-space:nowrap;width:100%;margin-top:4px;font-size:.59rem;font-weight:400;color:#fff!important}@media (max-width:768px){.Logo-module__zh8txq__logo{gap:.5rem}.Logo-module__zh8txq__logoImg{width:32px;height:32px}.Logo-module__zh8txq__novatechText{letter-spacing:.5px;font-size:1.5rem}.Logo-module__zh8txq__agencyText{letter-spacing:.22rem;font-size:.45rem}}
.Modal-module__iX2sxG__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;background:#03030ae0;justify-content:center;align-items:center;padding:2rem;animation:.25s ease-out Modal-module__iX2sxG__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__iX2sxG__modal{border-radius:var(--radius-xl);border:1px solid var(--border);width:100%;max-width:560px;color:var(--text-primary);animation:Modal-module__iX2sxG__slideUp .4s var(--ease-out-expo);background:#0c0d1ef2;padding:3rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #000000b3,0 0 0 1px #3b82f61a}.Modal-module__iX2sxG__modal:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-blue), var(--accent-purple), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Modal-module__iX2sxG__closeBtn{border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Modal-module__iX2sxG__closeBtn:hover{color:var(--text-primary);border-color:var(--border-bright);background:#ffffff1a;transform:rotate(90deg)}.Modal-module__iX2sxG__header{text-align:center;margin-bottom:2.5rem}.Modal-module__iX2sxG__iconWrapper{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex;box-shadow:0 12px 40px #3b82f64d}.Modal-module__iX2sxG__header h2{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700}.Modal-module__iX2sxG__header p{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.88rem;line-height:1.6}.Modal-module__iX2sxG__form{flex-direction:column;gap:1.1rem;display:flex}.Modal-module__iX2sxG__inputGroup{flex-direction:column;gap:.45rem;display:flex}.Modal-module__iX2sxG__inputGroup label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700}.Modal-module__iX2sxG__inputGroup input,.Modal-module__iX2sxG__inputGroup select{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition);background:#ffffff0a;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.9rem}.Modal-module__iX2sxG__inputGroup input::placeholder{color:var(--text-muted)}.Modal-module__iX2sxG__inputGroup select{appearance:none;cursor:pointer}.Modal-module__iX2sxG__inputGroup select option{color:var(--text-primary);background:#0c0d1e}.Modal-module__iX2sxG__inputGroup input:focus,.Modal-module__iX2sxG__inputGroup select:focus{border-color:var(--accent-blue);background:#3b82f60d;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Modal-module__iX2sxG__submitBtn{letter-spacing:1px;justify-content:center;width:100%;margin-top:.5rem;padding:1rem;font-size:.9rem;font-weight:700}@keyframes Modal-module__iX2sxG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__iX2sxG__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.Modal-module__iX2sxG__modal{padding:2.25rem 1.75rem}.Modal-module__iX2sxG__header h2{font-size:1.5rem}}
.CartButton-module__MUSoDW__cartBtn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.CartButton-module__MUSoDW__cartBtn:hover{color:#dfff00;background:#dfff0014;border-color:#dfff0040}.CartButton-module__MUSoDW__badge{color:#08081a;pointer-events:none;background:#dfff00;border:1.5px solid #03030ae6;border-radius:100px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700;line-height:1;animation:.25s cubic-bezier(.34,1.56,.64,1) CartButton-module__MUSoDW__badgePop;display:flex;position:absolute;top:-5px;right:-5px}@keyframes CartButton-module__MUSoDW__badgePop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}
.Footer-module__EZoWya__footer{background:var(--bg-void);color:var(--text-primary);border-top:1px solid var(--border);padding-top:90px;padding-bottom:40px;position:relative;overflow:hidden}.Footer-module__EZoWya__footer:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-blue), var(--accent-purple), transparent);width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__EZoWya__top{grid-template-columns:1.8fr 2fr;gap:6rem;margin-bottom:70px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:0;display:flex}.Footer-module__EZoWya__footerLogo{margin-bottom:1.5rem}.Footer-module__EZoWya__brandDesc{color:var(--text-secondary);max-width:360px;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.8}.Footer-module__EZoWya__socials{gap:.75rem;display:flex}.Footer-module__EZoWya__socialLink{border:1px solid var(--border);background:var(--bg-card);width:40px;height:40px;transition:var(--transition);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--primary);color:#0a0a0a;border-color:var(--primary);box-shadow:0 8px 24px rgba(var(--primary-rgb), .3);transform:translateY(-4px)}.Footer-module__EZoWya__linksGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__EZoWya__linkColumn h4{letter-spacing:2px;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700}.Footer-module__EZoWya__linkColumn a{color:var(--text-secondary);transition:var(--transition);margin-bottom:.9rem;font-family:Inter,sans-serif;font-size:.85rem;display:block}.Footer-module__EZoWya__linkColumn a:hover{color:var(--text-primary);transform:translate(4px)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.5px;justify-content:space-between;align-items:center;padding-top:32px;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex}.Footer-module__EZoWya__bottomLeft{align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__statusDot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Footer-module__EZoWya__pulse-dot;box-shadow:0 0 8px #10b981}.Footer-module__EZoWya__bottomLinks a{color:var(--text-secondary);transition:var(--transition);font-weight:600}.Footer-module__EZoWya__bottomLinks a:hover{color:var(--primary)}@media (max-width:1024px){.Footer-module__EZoWya__top{grid-template-columns:1fr;gap:4rem}.Footer-module__EZoWya__linksGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Footer-module__EZoWya__linksGrid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:1.25rem}}@media (max-width:480px){.Footer-module__EZoWya__linksGrid{grid-template-columns:1fr}}
.Hero-module__Z8hQ_W__hero{background:var(--bg-void);min-height:100dvh;color:var(--text-primary);align-items:center;padding-top:96px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__videoBackground{object-fit:cover;z-index:0;opacity:.12;filter:saturate(.4);width:100%;height:100%;position:absolute;inset:0}.Hero-module__Z8hQ_W__starField{z-index:1;pointer-events:none;position:absolute;inset:0}.Hero-module__Z8hQ_W__starField:before{content:"";background-image:radial-gradient(1px 1px at 10% 8%,#fffc 0%,#0000 100%),radial-gradient(1px 1px at 25% 20%,#fff9 0%,#0000 100%),radial-gradient(1.5px 1.5px at 40% 5%,#ffffffe6 0%,#0000 100%),radial-gradient(1px 1px at 55% 30%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 70% 12%,#ffffffb3 0%,#0000 100%),radial-gradient(1.5px 1.5px at 85% 22%,#fffc 0%,#0000 100%),radial-gradient(1px 1px at 92% 45%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 15% 55%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 32% 68%,#fff9 0%,#0000 100%),radial-gradient(1.5px 1.5px at 60% 78%,#ffffffb3 0%,#0000 100%),radial-gradient(1px 1px at 78% 65%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 88% 82%,#fff9 0%,#0000 100%),radial-gradient(2px 2px at 5% 38%,#3b82f699 0%,#0000 100%),radial-gradient(1.5px 1.5px at 48% 52%,#8b5cf680 0%,#0000 100%),radial-gradient(2px 2px at 75% 88%,#06b6d480 0%,#0000 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__starField:after{content:"";background-image:radial-gradient(1px 1px at 18% 35%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 44% 42%,#ffffff4d 0%,#0000 100%),radial-gradient(1px 1px at 62% 18%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 80% 38%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 95% 60%,#ffffff4d 0%,#0000 100%),radial-gradient(1px 1px at 8% 72%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 50% 90%,#ffffff4d 0%,#0000 100%);animation:4s ease-in-out infinite alternate Hero-module__Z8hQ_W__twinkle;position:absolute;inset:0}@keyframes Hero-module__Z8hQ_W__twinkle{0%{opacity:.5}to{opacity:1}}.Hero-module__Z8hQ_W__nebulaGlow{z-index:1;pointer-events:none;position:absolute;inset:0}.Hero-module__Z8hQ_W__nebulaGlow:before{content:"";background:radial-gradient(#8b5cf626 0%,#0000 65%);width:70%;height:80%;animation:8s ease-in-out infinite alternate Hero-module__Z8hQ_W__nebula-drift;position:absolute;top:-20%;left:-10%}.Hero-module__Z8hQ_W__nebulaGlow:after{content:"";background:radial-gradient(#3b82f61f 0%,#0000 65%);width:60%;height:70%;animation:10s ease-in-out infinite alternate-reverse Hero-module__Z8hQ_W__nebula-drift;position:absolute;bottom:-20%;right:-10%}@keyframes Hero-module__Z8hQ_W__nebula-drift{0%{transform:translate(0)scale(1)}to{transform:translate(3%,2%)scale(1.05)}}.Hero-module__Z8hQ_W__gridOverlay{z-index:1;pointer-events:none;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.Hero-module__Z8hQ_W__content{z-index:2;padding:3rem 0 4rem;position:relative}.Hero-module__Z8hQ_W__tagline{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:2.5px;color:var(--accent-cyan);background:#06b6d40f;border:1px solid #06b6d440;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.5rem 1.25rem .5rem .75rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700;display:inline-flex}.Hero-module__Z8hQ_W__dotWrapper{background:#06b6d426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Hero-module__Z8hQ_W__dot{background:var(--accent-cyan);width:7px;height:7px;box-shadow:0 0 10px var(--accent-cyan);border-radius:50%;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse-dot}@keyframes Hero-module__Z8hQ_W__pulse-dot{0%,to{box-shadow:0 0 6px var(--accent-cyan);opacity:1}50%{box-shadow:0 0 16px var(--accent-cyan), 0 0 30px #06b6d44d;opacity:.8}}.Hero-module__Z8hQ_W__title{letter-spacing:-.03em;margin-bottom:0;font-family:Space Grotesk,sans-serif;font-size:clamp(3.2rem,9vw,8.5rem);font-weight:700;line-height:1;display:block}.Hero-module__Z8hQ_W__titleLine1{color:var(--text-primary);display:block;position:relative}.Hero-module__Z8hQ_W__titleLine2{background:linear-gradient(135deg, #f1f5f9 0%, var(--accent-cyan) 40%, var(--accent-blue) 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block;position:relative}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);max-width:580px;margin:2.5rem 0 3rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.75}.Hero-module__Z8hQ_W__heroActions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.Hero-module__Z8hQ_W__ctaBtn{letter-spacing:.3px;padding:1rem 2.25rem;font-size:.95rem;font-weight:700}.Hero-module__Z8hQ_W__secondaryBtn{color:var(--text-secondary);transition:var(--transition);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module__Z8hQ_W__secondaryBtn:hover{color:var(--text-primary)}.Hero-module__Z8hQ_W__playIcon{border:1px solid var(--border-bright);width:40px;height:40px;transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__secondaryBtn:hover .Hero-module__Z8hQ_W__playIcon{border-color:var(--accent-cyan);background:#06b6d41a}.Hero-module__Z8hQ_W__metricsStrip{border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff06;align-items:center;gap:0;margin-top:4.5rem;display:flex;overflow:hidden}.Hero-module__Z8hQ_W__metric{text-align:center;flex:1;padding:1.5rem 2rem;position:relative}.Hero-module__Z8hQ_W__metric:not(:last-child):after{content:"";background:var(--border);width:1px;height:60%;position:absolute;top:20%;right:0}.Hero-module__Z8hQ_W__metricValue{color:var(--text-primary);margin-bottom:.35rem;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;line-height:1;display:block}.Hero-module__Z8hQ_W__metricValue span{color:var(--primary)}.Hero-module__Z8hQ_W__metricLabel{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;display:block}.Hero-module__Z8hQ_W__heroImageWrapper{margin-top:4rem;position:relative}.Hero-module__Z8hQ_W__heroImageContainer{border-radius:var(--radius-xl);border:1px solid var(--border);width:100%;max-height:520px;position:relative;overflow:hidden;box-shadow:0 0 80px #3b82f614}.Hero-module__Z8hQ_W__heroImage{object-fit:cover;width:100%;height:520px;transition:transform 1.2s var(--ease-out-expo);filter:saturate(.9)brightness(.9)}.Hero-module__Z8hQ_W__heroImageContainer:hover .Hero-module__Z8hQ_W__heroImage{transform:scale(1.04)}.Hero-module__Z8hQ_W__imageOverlay{z-index:2;background:linear-gradient(#03030a1a 0%,#0000 40%,#03030ab3 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__imageGlow{border-radius:inherit;opacity:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,#3b82f633,#8b5cf633,#06b6d41a);transition:opacity .5s;position:absolute;inset:-1px}.Hero-module__Z8hQ_W__heroImageContainer:hover .Hero-module__Z8hQ_W__imageGlow{opacity:1}.Hero-module__Z8hQ_W__floatingBadge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);border:1px solid var(--border-bright);color:var(--text-primary);z-index:4;background:#070711d9;align-items:center;gap:.65rem;padding:.75rem 1.1rem;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__float;display:flex;position:absolute;top:28px;left:28px}.Hero-module__Z8hQ_W__floatingBadge2{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);color:var(--text-primary);z-index:4;background:#070711d9;border:1px solid #dfff0033;align-items:center;gap:.65rem;padding:.75rem 1.1rem;animation:5s ease-in-out 1s infinite Hero-module__Z8hQ_W__float;display:flex;position:absolute;bottom:28px;right:28px}.Hero-module__Z8hQ_W__badgeIcon{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Hero-module__Z8hQ_W__badgeIcon2{width:28px;height:28px;color:var(--primary);background:#dfff0026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__badgeText{flex-direction:column;gap:.1rem;display:flex}.Hero-module__Z8hQ_W__badgeLabel{color:var(--text-secondary);font-family:JetBrains Mono,monospace;font-size:.7rem}.Hero-module__Z8hQ_W__badgeValue{color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:600}.Hero-module__Z8hQ_W__orbitRing{pointer-events:none;border:1px solid #3b82f626;border-radius:50%;position:absolute}.Hero-module__Z8hQ_W__orbitRing1{width:500px;height:500px;animation:30s linear infinite Hero-module__Z8hQ_W__spin-slow;top:-180px;right:-120px}.Hero-module__Z8hQ_W__orbitRing2{border-color:#8b5cf61f;width:320px;height:320px;animation:20s linear infinite reverse Hero-module__Z8hQ_W__spin-slow;top:-80px;right:-20px}.Hero-module__Z8hQ_W__orbitDot{border-radius:50%;width:6px;height:6px;position:absolute;top:-3px;left:calc(50% - 3px)}.Hero-module__Z8hQ_W__orbitDot1{background:var(--accent-blue);box-shadow:0 0 10px var(--accent-blue)}.Hero-module__Z8hQ_W__orbitDot2{background:var(--accent-purple);box-shadow:0 0 10px var(--accent-purple)}@keyframes Hero-module__Z8hQ_W__spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__Z8hQ_W__scrollIndicator{z-index:10;opacity:.5;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollLine{background:linear-gradient(to bottom, transparent, var(--accent-cyan));width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__scroll-pulse}@keyframes Hero-module__Z8hQ_W__scroll-pulse{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:1200px){.Hero-module__Z8hQ_W__orbitRing{display:none}}@media (max-width:1024px){.Hero-module__Z8hQ_W__metricsStrip{grid-template-columns:repeat(2,1fr);display:grid}.Hero-module__Z8hQ_W__metric:nth-child(2):after{display:none}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding-top:80px;padding-bottom:2rem}.Hero-module__Z8hQ_W__title{font-size:clamp(2.8rem,13vw,5rem)}.Hero-module__Z8hQ_W__subtitle{font-size:.95rem}.Hero-module__Z8hQ_W__heroImageContainer{max-height:360px}.Hero-module__Z8hQ_W__heroImage{height:360px}.Hero-module__Z8hQ_W__floatingBadge,.Hero-module__Z8hQ_W__floatingBadge2{display:none}.Hero-module__Z8hQ_W__metricsStrip{grid-template-columns:repeat(2,1fr);margin-top:2.5rem}.Hero-module__Z8hQ_W__metric{padding:1.25rem 1rem}.Hero-module__Z8hQ_W__metricValue{font-size:1.6rem}.Hero-module__Z8hQ_W__ctaBtn{justify-content:center;width:100%}.Hero-module__Z8hQ_W__heroActions{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Hero-module__Z8hQ_W__title{font-size:2.6rem}.Hero-module__Z8hQ_W__metricsStrip{grid-template-columns:1fr 1fr}.Hero-module__Z8hQ_W__metric{padding:1rem .75rem}.Hero-module__Z8hQ_W__metricValue{font-size:1.4rem}}
.About-module__vqXTeW__aboutSection{background:var(--bg-nebula);overflow:hidden}.About-module__vqXTeW__aboutWrapper{z-index:1;grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid;position:relative}.About-module__vqXTeW__left,.About-module__vqXTeW__imageStack{position:relative}.About-module__vqXTeW__aboutImageContainer{aspect-ratio:4/5;border-radius:var(--radius-xl);border:1px solid var(--border);width:100%;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080}.About-module__vqXTeW__aboutImage{object-fit:cover;filter:brightness(.85)saturate(.8);width:100%;height:100%;transition:transform .8s var(--ease-out-expo)}.About-module__vqXTeW__aboutImageContainer:hover .About-module__vqXTeW__aboutImage{transform:scale(1.04)}.About-module__vqXTeW__imageColorOverlay{mix-blend-mode:screen;pointer-events:none;background:linear-gradient(160deg,#8b5cf626 0%,#0000 50%,#3b82f61a 100%);position:absolute;inset:0}.About-module__vqXTeW__experienceBox{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:var(--radius-xl);z-index:2;text-align:center;padding:2rem 2.25rem;position:absolute;top:-24px;right:-24px;box-shadow:0 20px 60px #3b82f659}.About-module__vqXTeW__years{color:#fff;font-family:Space Grotesk,sans-serif;font-size:3.5rem;font-weight:700;line-height:1;display:block}.About-module__vqXTeW__expText{letter-spacing:1.5px;text-transform:uppercase;color:#ffffffb3;max-width:100px;margin-top:.5rem;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:700;line-height:1.4;display:block}.About-module__vqXTeW__techCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-bright);border-radius:var(--radius-lg);z-index:2;background:#070711e6;align-items:center;gap:1rem;padding:1.25rem 1.5rem;animation:5s ease-in-out infinite About-module__vqXTeW__float;display:flex;position:absolute;bottom:-20px;left:-20px}.About-module__vqXTeW__techCardIcon{width:40px;height:40px;color:var(--accent-cyan);background:#06b6d426;border:1px solid #06b6d44d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.About-module__vqXTeW__techCardText{flex-direction:column;gap:.15rem;display:flex}.About-module__vqXTeW__techCardLabel{color:var(--text-secondary);letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:.62rem}.About-module__vqXTeW__techCardValue{color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600}.About-module__vqXTeW__right{flex-direction:column;gap:1.75rem;display:flex}.About-module__vqXTeW__title{letter-spacing:-.02em;color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.About-module__vqXTeW__titleAccent{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vqXTeW__description{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.About-module__vqXTeW__pillarsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.About-module__vqXTeW__pillarItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:1.25rem 1.5rem;position:relative;overflow:hidden}.About-module__vqXTeW__pillarItem:before{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.About-module__vqXTeW__pillarItem:hover{background:var(--bg-card-hover);border-color:var(--border-bright);transform:translateY(-3px)}.About-module__vqXTeW__pillarItem:hover:before{opacity:1}.About-module__vqXTeW__pillarItem h4{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.4rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;display:flex}.About-module__vqXTeW__pillarIcon{color:var(--accent-cyan);flex-shrink:0}.About-module__vqXTeW__pillarItem p{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.About-module__vqXTeW__statsGrid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.About-module__vqXTeW__statItem{text-align:center;transition:var(--transition);padding:1.75rem 1.5rem;position:relative}.About-module__vqXTeW__statItem:not(:last-child){border-right:1px solid var(--border)}.About-module__vqXTeW__statItem:hover{background:var(--bg-card-hover)}.About-module__vqXTeW__statItem h3{color:var(--text-primary);background:linear-gradient(135deg, var(--primary) 0%, #ae0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-family:Space Grotesk,sans-serif;font-size:2.2rem;font-weight:700}.About-module__vqXTeW__statItem p{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500}@media (max-width:1200px){.About-module__vqXTeW__aboutWrapper{gap:4rem}.About-module__vqXTeW__experienceBox{right:-12px}}@media (max-width:1024px){.About-module__vqXTeW__aboutWrapper{grid-template-columns:1fr;gap:4rem}.About-module__vqXTeW__left{max-width:600px;margin:0 auto}.About-module__vqXTeW__experienceBox{right:0}.About-module__vqXTeW__techCard{left:0}}@media (max-width:768px){.About-module__vqXTeW__title{font-size:2rem}.About-module__vqXTeW__statsGrid{grid-template-columns:1fr}.About-module__vqXTeW__statItem:not(:last-child){border-right:none;border-bottom:1px solid var(--border)}.About-module__vqXTeW__pillarsGrid{grid-template-columns:1fr}.About-module__vqXTeW__experienceBox{padding:1.25rem 1.5rem;top:-12px;right:-12px}.About-module__vqXTeW__years{font-size:2.5rem}.About-module__vqXTeW__techCard{display:none}}
.Services-module__PFRRnG__servicesSection{background:var(--bg-void);overflow:hidden}.Services-module__PFRRnG__servicesInner{z-index:1;position:relative}.Services-module__PFRRnG__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.Services-module__PFRRnG__headerLeft{max-width:600px}.Services-module__PFRRnG__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.Services-module__PFRRnG__subtitle{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.Services-module__PFRRnG__servicesGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.Services-module__PFRRnG__serviceCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);transition:var(--transition);cursor:pointer;flex-direction:column;gap:0;padding:2.5rem;display:flex;position:relative;overflow:hidden}.Services-module__PFRRnG__serviceCard:before{content:"";background:linear-gradient(90deg, transparent, var(--cardAccent,var(--accent-blue)), transparent);opacity:0;height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.Services-module__PFRRnG__serviceCard:after{content:"";background:radial-gradient(ellipse, var(--cardAccent,var(--accent-blue)) 0%, transparent 70%);opacity:0;filter:blur(40px);width:60%;height:60%;transition:opacity .5s;position:absolute;bottom:-40%;right:-20%}.Services-module__PFRRnG__serviceCard:hover{background:var(--bg-card-hover);border-color:var(--border-bright);transform:translateY(-6px);box-shadow:0 24px 60px #0006}.Services-module__PFRRnG__serviceCard:hover:before{opacity:1}.Services-module__PFRRnG__serviceCard:hover:after{opacity:.12}.Services-module__PFRRnG__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Services-module__PFRRnG__iconWrapper{border-radius:var(--radius-md);border:1px solid var(--border);width:64px;height:64px;color:var(--cardAccent,var(--accent-blue));transition:var(--transition);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__PFRRnG__serviceCard:hover .Services-module__PFRRnG__iconWrapper{border-color:var(--cardAccent,var(--accent-blue));box-shadow:0 0 24px rgba(var(--accent-blue-rgb), .2);background:#ffffff14;transform:scale(1.05)}.Services-module__PFRRnG__cardNumber{color:var(--text-muted);letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:.65rem}.Services-module__PFRRnG__cardTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.9rem;font-family:Space Grotesk,sans-serif;font-size:1.35rem;font-weight:700}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);flex:1;margin-bottom:1.75rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.75}.Services-module__PFRRnG__focusArea{border-left:2px solid var(--cardAccent,var(--accent-blue));border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#ffffff08;margin-bottom:1.75rem;padding:.9rem 1.1rem;font-family:Inter,sans-serif}.Services-module__PFRRnG__focusLabel{letter-spacing:2px;text-transform:uppercase;color:var(--cardAccent,var(--accent-blue));margin-bottom:.3rem;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:700;display:block}.Services-module__PFRRnG__focusText{color:#ffffffb3;font-size:.82rem;line-height:1.5}.Services-module__PFRRnG__priceBadge{color:var(--cardAccent,var(--accent-blue));border:1px solid var(--cardAccent,var(--accent-blue));letter-spacing:.5px;background:#ffffff0a;border-radius:100px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.Services-module__PFRRnG__cardFooter{border-top:1px solid var(--border);margin-top:auto;padding-top:1.4rem}.Services-module__PFRRnG__learnMore{letter-spacing:1px;text-transform:uppercase;color:var(--cardAccent,var(--accent-blue));transition:var(--transition-fast);align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex}.Services-module__PFRRnG__learnMore:hover{opacity:.85;gap:.75rem}.Services-module__PFRRnG__learnMoreIcon{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@media (max-width:1200px){.Services-module__PFRRnG__header{flex-direction:column;align-items:flex-start}}@media (max-width:900px){.Services-module__PFRRnG__servicesGrid{grid-template-columns:1fr}}@media (max-width:768px){.Services-module__PFRRnG__title{font-size:2rem}.Services-module__PFRRnG__serviceCard{padding:2rem}}
.Process-module__gUgyKG__processSection{background:var(--bg-nebula);overflow:hidden}.Process-module__gUgyKG__header{text-align:center;z-index:1;margin-bottom:5rem;position:relative}.Process-module__gUgyKG__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Process-module__gUgyKG__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.Process-module__gUgyKG__processGrid{z-index:1;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.Process-module__gUgyKG__processGrid:before{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple), var(--accent-cyan));opacity:.25;height:1px;position:absolute;top:48px;left:calc(12.5% + 24px);right:calc(12.5% + 24px)}.Process-module__gUgyKG__processItem{text-align:center;flex-direction:column;align-items:center;padding:0 1.5rem;display:flex;position:relative}.Process-module__gUgyKG__stepTop{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.Process-module__gUgyKG__stepNode{background:var(--bg-card);border:1px solid var(--border);width:96px;height:96px;transition:var(--transition);z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.Process-module__gUgyKG__processItem:hover .Process-module__gUgyKG__stepNode{background:var(--bg-card-hover);border-color:var(--nodeColor,var(--accent-blue));box-shadow:0 16px 40px #0006, 0 0 0 1px var(--nodeColor,var(--accent-blue));transform:translateY(-4px)}.Process-module__gUgyKG__stepIconBox{color:var(--nodeColor,var(--accent-blue));justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.Process-module__gUgyKG__stepNumber{color:var(--text-muted);letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:.6rem}.Process-module__gUgyKG__stepTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.Process-module__gUgyKG__stepDesc{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.83rem;line-height:1.7}@media (max-width:900px){.Process-module__gUgyKG__processGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.Process-module__gUgyKG__processGrid:before{display:none}.Process-module__gUgyKG__processItem{padding:0 1rem}}@media (max-width:600px){.Process-module__gUgyKG__processGrid{grid-template-columns:1fr;gap:2rem}.Process-module__gUgyKG__processItem{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem}.Process-module__gUgyKG__stepTop{flex-direction:row;flex-shrink:0;align-items:center;margin-bottom:0}.Process-module__gUgyKG__stepNode{width:64px;height:64px}}
.Projects-module__K3d-Xa__projectsSection{background:var(--bg-void);overflow:hidden}.Projects-module__K3d-Xa__header{z-index:1;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex;position:relative}.Projects-module__K3d-Xa__title{letter-spacing:-.02em;color:var(--text-primary);margin-top:.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Projects-module__K3d-Xa__categories{border:1px solid var(--border);z-index:1;background:#ffffff06;border-radius:100px;gap:.5rem;width:fit-content;padding:.4rem;display:flex;position:relative}.Projects-module__K3d-Xa__categoryBtn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);letter-spacing:.3px;white-space:nowrap;background:0 0;border:none;border-radius:100px;padding:.6rem 1.25rem;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:600}.Projects-module__K3d-Xa__categoryBtn:hover{color:var(--text-primary);background:#ffffff0d}.Projects-module__K3d-Xa__categoryBtn.Projects-module__K3d-Xa__active{background:var(--primary);color:#0a0a0a;font-weight:700}.Projects-module__K3d-Xa__projectsGrid{z-index:1;grid-template-columns:repeat(12,1fr);gap:1.25rem;margin-top:3rem;display:grid;position:relative}.Projects-module__K3d-Xa__projectCard{cursor:pointer;border-radius:var(--radius-xl);border:1px solid var(--border);height:420px;transition:var(--transition);position:relative;overflow:hidden}.Projects-module__K3d-Xa__projectCard:hover{border-color:var(--border-bright);transform:translateY(-4px)}.Projects-module__K3d-Xa__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out-expo);filter:brightness(.8)saturate(.7)}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__projectImage{filter:brightness(.9)saturate(.9);transform:scale(1.08)}.Projects-module__K3d-Xa__overlay{transition:var(--transition);background:linear-gradient(#03030a1a 0%,#03030a80 60%,#03030af2 100%);justify-content:space-between;align-items:flex-end;padding:2rem 2.25rem;display:flex;position:absolute;inset:0}.Projects-module__K3d-Xa__category{color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700;display:inline-block}.Projects-module__K3d-Xa__projectTitle{color:#fff;letter-spacing:-.01em;font-family:Space Grotesk,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700}.Projects-module__K3d-Xa__viewBtn{background:var(--primary);color:#0a0a0a;opacity:0;width:48px;height:48px;transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:translate(16px)}.Projects-module__K3d-Xa__projectCard:hover .Projects-module__K3d-Xa__viewBtn{opacity:1;transform:translate(0)}.Projects-module__K3d-Xa__ctaRow{text-align:center;z-index:1;margin-top:3.5rem;position:relative}@media (max-width:1024px){.Projects-module__K3d-Xa__header{flex-direction:column;align-items:flex-start}.Projects-module__K3d-Xa__projectsGrid{grid-template-columns:repeat(6,1fr)}.Projects-module__K3d-Xa__projectCard{grid-column:span 6!important}}@media (max-width:768px){.Projects-module__K3d-Xa__title{font-size:2rem}.Projects-module__K3d-Xa__categories{border-radius:var(--radius-lg);-ms-overflow-style:none;scrollbar-width:none;width:100%;overflow-x:auto}.Projects-module__K3d-Xa__categories::-webkit-scrollbar{display:none}.Projects-module__K3d-Xa__categoryBtn{flex:none}.Projects-module__K3d-Xa__projectsGrid{grid-template-columns:1fr;gap:1rem}.Projects-module__K3d-Xa__projectCard{height:340px;grid-column:span 1!important}}
.DashboardLayout-module__3_bbOW__root{color:#e2e8f0;background:#05050f;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.DashboardLayout-module__3_bbOW__stars{pointer-events:none;z-index:0;position:fixed;inset:0}.DashboardLayout-module__3_bbOW__star{background:#fff;border-radius:50%;animation:3s ease-in-out infinite alternate DashboardLayout-module__3_bbOW__twinkle;position:absolute}@keyframes DashboardLayout-module__3_bbOW__twinkle{0%{opacity:.1}to{opacity:.6}}.DashboardLayout-module__3_bbOW__blob1{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#8b5cf61f 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:fixed;top:-300px;left:-200px}.DashboardLayout-module__3_bbOW__blob2{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#06b6d41a 0%,#0000 65%);border-radius:50%;width:600px;height:600px;position:fixed;bottom:-200px;right:-100px}.DashboardLayout-module__3_bbOW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9;background:#0009;position:fixed;inset:0}.DashboardLayout-module__3_bbOW__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#ffffff06;border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;width:260px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto}.DashboardLayout-module__3_bbOW__sidebarOpen{transform:translate(0)!important}.DashboardLayout-module__3_bbOW__sidebarLogo{border-bottom:1px solid #ffffff0f;padding:1.5rem 1.5rem 1.25rem}.DashboardLayout-module__3_bbOW__sidebarLogo a{transform-origin:0;transform:scale(.72);gap:.6rem!important}.DashboardLayout-module__3_bbOW__nav{flex-direction:column;flex:1;gap:.25rem;padding:1.25rem .75rem;display:flex}.DashboardLayout-module__3_bbOW__navSection{letter-spacing:.1em;color:#94a3b880;margin:0 0 .5rem;padding:0 .75rem;font-size:.63rem;font-weight:700}.DashboardLayout-module__3_bbOW__navItem{color:#94a3b8cc;border-radius:10px;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.86rem;font-weight:500;text-decoration:none;transition:all .18s;display:flex;position:relative}.DashboardLayout-module__3_bbOW__navItem:hover{color:#e2e8f0;background:#ffffff0d}.DashboardLayout-module__3_bbOW__navItemActive{color:#dfff00;background:#dfff0014;font-weight:600}.DashboardLayout-module__3_bbOW__navItemActive:hover{color:#dfff00;background:#dfff001f}.DashboardLayout-module__3_bbOW__navIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.DashboardLayout-module__3_bbOW__navActiveDot{background:#dfff00;border-radius:50%;width:6px;height:6px;margin-left:auto;display:block;box-shadow:0 0 8px #dfff00}.DashboardLayout-module__3_bbOW__main{z-index:1;flex-direction:column;flex:1;min-width:0;margin-left:260px;display:flex;position:relative}.DashboardLayout-module__3_bbOW__topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1rem 1.75rem;display:flex;position:sticky;top:0}.DashboardLayout-module__3_bbOW__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:4px;padding:.35rem;display:none}.DashboardLayout-module__3_bbOW__menuBtn span{background:#94a3b8;border-radius:2px;width:20px;height:2px;display:block}.DashboardLayout-module__3_bbOW__topbarTitle{flex:1}.DashboardLayout-module__3_bbOW__topbarTitle h1{color:#f1f5f9;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;line-height:1}.DashboardLayout-module__3_bbOW__topbarTitle p{color:#94a3b8b3;margin:.15rem 0 0;font-size:.78rem}.DashboardLayout-module__3_bbOW__topbarTitle strong{color:#dfff00;font-weight:600}.DashboardLayout-module__3_bbOW__topbarRight{align-items:center;gap:.75rem;display:flex}.DashboardLayout-module__3_bbOW__iconBtn{cursor:pointer;color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex;position:relative}.DashboardLayout-module__3_bbOW__iconBtn:hover{color:#e2e8f0;background:#ffffff17}.DashboardLayout-module__3_bbOW__notifDot{background:#dfff00;border:1.5px solid #05050f;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px;box-shadow:0 0 6px #dfff00}.DashboardLayout-module__3_bbOW__avatarSmall{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#06b6d4);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:800;transition:opacity .15s,box-shadow .15s;display:flex;overflow:hidden}.DashboardLayout-module__3_bbOW__avatarSmall:hover{opacity:.88;box-shadow:0 0 0 2px #a78bfa66}.DashboardLayout-module__3_bbOW__avatarSmallImg{object-fit:cover;border-radius:10px;width:36px;height:36px;display:block}.DashboardLayout-module__3_bbOW__profileWrap{position:relative}.DashboardLayout-module__3_bbOW__profileDropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0e0e1e;border:1px solid #ffffff1a;border-radius:14px;width:220px;animation:.15s DashboardLayout-module__3_bbOW__dropdownIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 32px #0009,inset 0 0 0 1px #ffffff0a}@keyframes DashboardLayout-module__3_bbOW__dropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.DashboardLayout-module__3_bbOW__dropdownHeader{padding:.85rem 1rem .75rem}.DashboardLayout-module__3_bbOW__dropdownName{color:#e2e8f0;margin:0;font-size:.84rem;font-weight:600}.DashboardLayout-module__3_bbOW__dropdownEmail{color:#94a3b899;text-overflow:ellipsis;white-space:nowrap;margin:.2rem 0 0;font-size:.72rem;overflow:hidden}.DashboardLayout-module__3_bbOW__dropdownDivider{background:#ffffff12;height:1px;margin:0 .5rem}.DashboardLayout-module__3_bbOW__dropdownItem{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .13s,color .13s;display:flex}.DashboardLayout-module__3_bbOW__dropdownItem:hover{color:#e2e8f0;background:#ffffff0f}.DashboardLayout-module__3_bbOW__dropdownItemDanger{color:#f43f5ebf;margin-bottom:.25rem}.DashboardLayout-module__3_bbOW__dropdownItemDanger:hover{color:#f43f5e;background:#f43f5e14}.DashboardLayout-module__3_bbOW__content{flex-direction:column;flex:1;gap:1.5rem;padding:1.75rem;display:flex}@media (max-width:768px){.DashboardLayout-module__3_bbOW__sidebar{z-index:20;transform:translate(-100%)}.DashboardLayout-module__3_bbOW__sidebarOpen{transform:translate(0);box-shadow:4px 0 40px #0009}.DashboardLayout-module__3_bbOW__main{margin-left:0}.DashboardLayout-module__3_bbOW__menuBtn{display:flex}.DashboardLayout-module__3_bbOW__content{padding:1rem}.DashboardLayout-module__3_bbOW__topbar{padding:.75rem 1rem}}
.page-module__6l14Va__main{background:var(--bg-space);min-height:100vh;padding:120px 0 80px;position:relative;overflow:hidden}.page-module__6l14Va__main:before{content:"";pointer-events:none;background:radial-gradient(#dfff000a 0%,#0000 65%);width:700px;height:500px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.page-module__6l14Va__pageHeader{text-align:center;margin-bottom:3rem}.page-module__6l14Va__pageBreadcrumb{color:var(--text-muted);align-items:center;gap:.4rem;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.8rem;display:inline-flex}.page-module__6l14Va__pageBreadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.page-module__6l14Va__pageBreadcrumb a:hover{color:#dfff00}.page-module__6l14Va__pageTitle{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 .5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.page-module__6l14Va__titleAccent{background:linear-gradient(135deg,#dfff00,#a3e635);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__6l14Va__pageSubtitle{color:var(--text-secondary);margin:0;font-family:Inter,sans-serif;font-size:.9rem}.page-module__6l14Va__layout{grid-template-columns:1fr 360px;align-items:start;gap:1.5rem;display:grid}.page-module__6l14Va__card{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;overflow:hidden}.page-module__6l14Va__cardHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem 1.25rem;display:flex}.page-module__6l14Va__cardTitle{color:var(--text-primary);margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600}.page-module__6l14Va__clearBtn{color:var(--text-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.78rem;text-decoration:underline;transition:color .2s}.page-module__6l14Va__clearBtn:hover{color:#f43f5e}.page-module__6l14Va__list{margin:0;padding:0;list-style:none}.page-module__6l14Va__item{align-items:flex-start;gap:1.1rem;padding:1.25rem 1.75rem;transition:background .2s;display:flex}.page-module__6l14Va__item:hover{background:#ffffff05}.page-module__6l14Va__item+.page-module__6l14Va__item{border-top:1px solid #ffffff0d}.page-module__6l14Va__itemThumb{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.page-module__6l14Va__itemInfo{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.page-module__6l14Va__itemTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.page-module__6l14Va__itemTitle:hover{color:#dfff00}.page-module__6l14Va__itemSubtitle{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.page-module__6l14Va__itemMeta{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.page-module__6l14Va__itemLevel{letter-spacing:.04em;text-transform:uppercase;background:0 0;border:1px solid;border-radius:5px;padding:.2rem .5rem;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:600}.page-module__6l14Va__itemDuration{color:var(--text-secondary);align-items:center;gap:.25rem;font-family:Inter,sans-serif;font-size:.78rem;display:flex}.page-module__6l14Va__itemRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.page-module__6l14Va__itemPrice{letter-spacing:-.01em;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700}.page-module__6l14Va__removeBtn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff12;border-radius:7px;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__6l14Va__removeBtn:hover{color:#f43f5e;background:#f43f5e1a;border-color:#f43f5e4d}.page-module__6l14Va__summaryCard{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:1.75rem;position:sticky;top:100px}.page-module__6l14Va__summaryTitle{color:var(--text-primary);margin:0 0 1.25rem;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:600}.page-module__6l14Va__summaryLines{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.6rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.page-module__6l14Va__summaryLine{color:var(--text-secondary);justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.85rem;display:flex}.page-module__6l14Va__totalBlock{justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1.25rem;display:flex}.page-module__6l14Va__totalLabel{color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600}.page-module__6l14Va__totalValue{color:#dfff00;letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700}.page-module__6l14Va__secureNote{color:var(--text-muted);justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.75rem;display:flex}.page-module__6l14Va__ctaBtn{color:#08081a;letter-spacing:.01em;cursor:pointer;background:#dfff00;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-bottom:.9rem;padding:.95rem 1.25rem;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 20px #dfff0033}.page-module__6l14Va__ctaBtn:hover{background:#eaff33;transform:translateY(-1px);box-shadow:0 6px 28px #dfff004d}.page-module__6l14Va__backLink{text-align:center;color:var(--text-muted);font-family:Inter,sans-serif;font-size:.82rem;text-decoration:none;transition:color .2s;display:block}.page-module__6l14Va__backLink:hover{color:var(--text-secondary)}.page-module__6l14Va__trustRow{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.page-module__6l14Va__trustBadge{color:var(--text-secondary);background:#ffffff06;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .9rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.page-module__6l14Va__emptyPage{text-align:center;flex-direction:column;align-items:center;padding:5rem 2rem;display:flex;position:relative}.page-module__6l14Va__emptyGlow{pointer-events:none;background:radial-gradient(circle,#dfff000a 0%,#0000 65%);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__6l14Va__emptyContent{flex-direction:column;align-items:center;gap:1rem;max-width:420px;display:flex;position:relative}.page-module__6l14Va__emptyIcon{color:#dfff0059;background:#dfff000d;border:1px solid #dfff001f;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:.5rem;display:flex}.page-module__6l14Va__emptyTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700}.page-module__6l14Va__emptyDesc{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.page-module__6l14Va__emptyBtn{color:#08081a;background:#dfff00;border-radius:12px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #dfff0033}.page-module__6l14Va__emptyBtn:hover{background:#eaff33;transform:translateY(-1px)}@media (max-width:900px){.page-module__6l14Va__layout{grid-template-columns:1fr}.page-module__6l14Va__summaryCard{position:static}}@media (max-width:600px){.page-module__6l14Va__main{padding:100px 0 60px}.page-module__6l14Va__item{flex-wrap:wrap;padding:1rem 1.25rem}.page-module__6l14Va__itemThumb{width:60px;height:60px}.page-module__6l14Va__itemRight{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-left:calc(60px + 1.1rem)}}
.page-module__LFUlWG__main{background:var(--bg-void);min-height:100vh}.page-module__LFUlWG__hero{background:var(--bg-void);border-bottom:1px solid #ffffff0f;padding:160px 0 80px;position:relative;overflow:hidden}.page-module__LFUlWG__hero:before{content:"";background:radial-gradient(ellipse 70% 60% at 80% 30%, rgba(var(--accent-rgb,223,255,0),.08) 0%, transparent 60%);pointer-events:none;width:60%;height:100%;position:absolute;top:-20%;right:-10%}.page-module__LFUlWG__heroInner{grid-template-columns:1fr 360px;align-items:start;gap:3rem;display:grid}.page-module__LFUlWG__heroContent{flex-direction:column;gap:.9rem;display:flex}.page-module__LFUlWG__heroBadges{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.page-module__LFUlWG__levelBadge{letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:1px solid;border-radius:99px;padding:.3rem .75rem;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700}.page-module__LFUlWG__categoryBadge{color:#94a3b899;background:#ffffff0a;border:1px solid #ffffff14;border-radius:99px;padding:.3rem .7rem;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:600}.page-module__LFUlWG__heroTitle{letter-spacing:-.03em;color:#f1f5f9;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.1}.page-module__LFUlWG__heroSubtitle{color:#94a3b8;margin:0;font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.6}.page-module__LFUlWG__heroDesc{color:#94a3b8b3;max-width:600px;margin:0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7}.page-module__LFUlWG__heroMeta{border-top:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.page-module__LFUlWG__metaItem{color:#94a3b8a6;align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:flex}.page-module__LFUlWG__metaRating{color:#f59e0b;align-items:center;gap:.35rem;font-family:JetBrains Mono,monospace;font-size:.82rem;font-weight:700;display:flex}.page-module__LFUlWG__instructorLine{color:#94a3b88c;margin:0;font-family:Inter,sans-serif;font-size:.82rem}.page-module__LFUlWG__instructorLine strong{color:#e2e8f0}.page-module__LFUlWG__priceCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff07;border:1px solid #ffffff14;border-radius:18px;position:sticky;top:90px;overflow:hidden}.page-module__LFUlWG__thumb{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.page-module__LFUlWG__thumbPlaceholder{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;display:flex}.page-module__LFUlWG__priceLine{padding:1.25rem 1.5rem .75rem}.page-module__LFUlWG__priceFree{color:#4ade80;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800}.page-module__LFUlWG__priceGroup{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.page-module__LFUlWG__priceMain{letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:800}.page-module__LFUlWG__priceCurrency{font-size:.9rem;font-weight:600}.page-module__LFUlWG__priceOld{color:#94a3b866;font-size:.9rem;text-decoration:line-through}.page-module__LFUlWG__discountBadge{color:#f43f5e;background:#f43f5e1a;border:1px solid #f43f5e40;border-radius:6px;padding:.2rem .5rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:800}.page-module__LFUlWG__enrollBtn,.page-module__LFUlWG__enrollBtnSm{text-align:center;letter-spacing:.3px;cursor:pointer;border:none;border-radius:10px;width:calc(100% - 3rem);margin:0 1.5rem 1.25rem;padding:.85rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:800;text-decoration:none;transition:filter .15s,transform .1s;display:block}.page-module__LFUlWG__enrollBtn:hover,.page-module__LFUlWG__enrollBtnSm:hover{filter:brightness(1.08);transform:translateY(-1px)}.page-module__LFUlWG__enrollBtnSm{padding:.75rem 1rem;font-size:.82rem}.page-module__LFUlWG__includesList{border-top:1px solid #ffffff0f;flex-direction:column;gap:.55rem;margin:.25rem 0 0;padding:1rem 1.5rem 1.25rem;list-style:none;display:flex}.page-module__LFUlWG__includesList li{color:#94a3b8a6;align-items:center;gap:.6rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.page-module__LFUlWG__includesList span{font-size:.85rem}.page-module__LFUlWG__body{padding:3rem 0 6rem}.page-module__LFUlWG__bodyInner{grid-template-columns:1fr 360px;align-items:start;gap:3rem;display:grid}.page-module__LFUlWG__bodyMain{flex-direction:column;gap:2.5rem;display:flex}.page-module__LFUlWG__block{background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;padding:1.75rem}.page-module__LFUlWG__blockTitle{color:#f1f5f9;letter-spacing:-.01em;margin:0 0 1.25rem;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700}.page-module__LFUlWG__learnGrid{grid-template-columns:1fr 1fr;gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.page-module__LFUlWG__learnItem{color:#e2e8f0;align-items:flex-start;gap:.6rem;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.5;display:flex}.page-module__LFUlWG__learnItem svg{flex-shrink:0;margin-top:2px}.page-module__LFUlWG__reqList{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.page-module__LFUlWG__reqItem{color:#94a3b8;align-items:flex-start;gap:.65rem;font-family:Inter,sans-serif;font-size:.85rem;display:flex}.page-module__LFUlWG__reqDot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.page-module__LFUlWG__curriculumStats{color:#94a3b880;margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:.78rem}.page-module__LFUlWG__accordionList{flex-direction:column;gap:.4rem;display:flex}.page-module__LFUlWG__accordion{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.page-module__LFUlWG__accordionHead{cursor:pointer;justify-content:space-between;align-items:center;padding:.85rem 1rem;list-style:none;transition:background .15s;display:flex}.page-module__LFUlWG__accordionHead:hover{background:#ffffff08}.page-module__LFUlWG__accordionHead::-webkit-details-marker{display:none}.page-module__LFUlWG__accordionTitle{color:#e2e8f0;font-size:.87rem;font-weight:600}.page-module__LFUlWG__accordionCount{color:#94a3b880;font-family:JetBrains Mono,monospace;font-size:.72rem}.page-module__LFUlWG__accordionBody{border-top:1px solid #ffffff0d;padding:.35rem 0}.page-module__LFUlWG__lesson{align-items:center;gap:.75rem;padding:.55rem 1rem;display:flex}.page-module__LFUlWG__lesson:hover{background:#ffffff05}.page-module__LFUlWG__lessonIcon{color:#94a3b866;text-align:center;flex-shrink:0;width:16px;font-size:.65rem}.page-module__LFUlWG__lessonTitle{color:#94a3b8;flex:1;font-family:Inter,sans-serif;font-size:.82rem}.page-module__LFUlWG__lessonRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.page-module__LFUlWG__previewBadge{letter-spacing:.5px;text-transform:uppercase;border:1px solid;border-radius:4px;padding:.15rem .45rem;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700}.page-module__LFUlWG__lessonDur{color:#94a3b866;font-family:JetBrains Mono,monospace;font-size:.72rem}.page-module__LFUlWG__instructorCard{align-items:flex-start;gap:1.25rem;display:flex}.page-module__LFUlWG__instructorAvatar{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.page-module__LFUlWG__instructorInfo{flex-direction:column;gap:.3rem;display:flex}.page-module__LFUlWG__instructorName{color:#f1f5f9;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.page-module__LFUlWG__instructorRole{color:#94a3b899;margin:0;font-size:.8rem}.page-module__LFUlWG__instructorRating{color:#f59e0b;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.page-module__LFUlWG__instructorBio{color:#94a3b8a6;margin:.35rem 0 0;font-family:Inter,sans-serif;font-size:.83rem;line-height:1.65}.page-module__LFUlWG__sidebar{position:relative}.page-module__LFUlWG__stickyCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff07;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;display:none;position:sticky;top:90px;overflow:hidden}.page-module__LFUlWG__sidebarPrice{margin:0 0 1rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:800}@media (max-width:1100px){.page-module__LFUlWG__heroInner,.page-module__LFUlWG__bodyInner{grid-template-columns:1fr}.page-module__LFUlWG__priceCard{max-width:420px;position:static}.page-module__LFUlWG__sidebar{display:none}.page-module__LFUlWG__learnGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__LFUlWG__hero{padding:120px 0 60px}.page-module__LFUlWG__heroTitle{font-size:1.8rem}.page-module__LFUlWG__enrollBtn{width:calc(100% - 2rem);margin:0 1rem 1.25rem}}
.page-module__SzZJbG__main{background:var(--bg-void);min-height:100vh}.page-module__SzZJbG__hero{background:var(--bg-void);padding:160px 0 80px;position:relative;overflow:hidden}.page-module__SzZJbG__hero:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 80% 30%,#8b5cf61f 0%,#0000 60%);width:60%;height:80%;position:absolute;top:-20%;right:-10%}.page-module__SzZJbG__hero:after{content:"";pointer-events:none;background:radial-gradient(60% 50% at 20% 80%,#3b82f614 0%,#0000 60%);width:50%;height:60%;position:absolute;bottom:0;left:-5%}.page-module__SzZJbG__heroTitle{letter-spacing:-.03em;color:var(--text-primary);margin:1.5rem 0 1.25rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05}.page-module__SzZJbG__heroAccent{background:linear-gradient(135deg,#dfff00 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__SzZJbG__heroDesc{color:var(--text-secondary);max-width:560px;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.page-module__SzZJbG__coursesSection{background:var(--bg-void);padding:0 0 120px}.page-module__SzZJbG__controls{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.page-module__SzZJbG__searchWrap{flex:1;min-width:240px;max-width:400px;position:relative}.page-module__SzZJbG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__SzZJbG__searchInput{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:var(--transition-fast);outline:none;padding:.85rem 1rem .85rem 2.75rem;font-family:Inter,sans-serif;font-size:.9rem}.page-module__SzZJbG__searchInput::placeholder{color:var(--text-muted)}.page-module__SzZJbG__searchInput:focus{border-color:var(--border-bright);background:var(--bg-card-hover);box-shadow:0 0 0 3px #3b82f61a}.page-module__SzZJbG__filterRow{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__SzZJbG__filterBtn{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);letter-spacing:.5px;cursor:pointer;transition:var(--transition-fast);border-radius:99px;padding:.55rem 1.1rem;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:600}.page-module__SzZJbG__filterBtn:hover{border-color:var(--border-bright);color:var(--text-primary)}.page-module__SzZJbG__filterActive{border-color:var(--primary);color:var(--primary);background:#dfff001a}.page-module__SzZJbG__resultCount{color:var(--text-muted);margin-bottom:2.5rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.page-module__SzZJbG__resultNum{color:var(--primary);font-weight:700}.page-module__SzZJbG__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.page-module__SzZJbG__empty svg{opacity:.3}.page-module__SzZJbG__empty p{font-family:Inter,sans-serif;font-size:1rem}.page-module__SzZJbG__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.page-module__SzZJbG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);transition:var(--transition);flex-direction:column;padding:2.25rem;display:flex;position:relative;overflow:hidden}.page-module__SzZJbG__card:before{content:"";background:linear-gradient(90deg, transparent, var(--cardAccent,var(--accent-blue)), transparent);opacity:0;height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.page-module__SzZJbG__card:after{content:"";background:radial-gradient(ellipse, var(--cardAccent,var(--accent-blue)) 0%, transparent 70%);opacity:0;filter:blur(40px);width:60%;height:60%;transition:opacity .5s;position:absolute;bottom:-40%;right:-20%}.page-module__SzZJbG__card:hover{background:var(--bg-card-hover);border-color:var(--border-bright);transform:translateY(-6px);box-shadow:0 24px 60px #0006}.page-module__SzZJbG__card:hover:before{opacity:1}.page-module__SzZJbG__card:hover:after{opacity:.12}.page-module__SzZJbG__cardTop{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.page-module__SzZJbG__iconWrap{border-radius:var(--radius-md);border:1px solid var(--border);width:56px;height:56px;color:var(--cardAccent,var(--accent-blue));transition:var(--transition);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__SzZJbG__card:hover .page-module__SzZJbG__iconWrap{border-color:var(--cardAccent,var(--accent-blue));background:#ffffff14;transform:scale(1.05)}.page-module__SzZJbG__levelBadge{letter-spacing:1.5px;text-transform:uppercase;border:1px solid;border-radius:99px;padding:.3rem .7rem;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700}.page-module__SzZJbG__beginner{color:#dfff00;background:#dfff000f;border-color:#dfff0066}.page-module__SzZJbG__intermediate{color:#06b6d4;background:#06b6d40f;border-color:#06b6d466}.page-module__SzZJbG__advanced{color:#f43f5e;background:#f43f5e0f;border-color:#f43f5e66}.page-module__SzZJbG__cardTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3}.page-module__SzZJbG__cardDesc{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.75}.page-module__SzZJbG__cardMeta{border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff08;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.8rem 1rem;display:flex}.page-module__SzZJbG__metaItem{color:var(--text-secondary);align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.78rem;display:flex}.page-module__SzZJbG__price{color:var(--cardAccent,var(--accent-blue));letter-spacing:.5px;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:700}.page-module__SzZJbG__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:1.25rem;display:flex}.page-module__SzZJbG__enrollBtn{letter-spacing:1px;text-transform:uppercase;color:var(--cardAccent,var(--accent-blue));transition:var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:700;display:inline-flex}.page-module__SzZJbG__enrollBtn:hover{opacity:.85;gap:.75rem}.page-module__SzZJbG__viewLink{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-family:Inter,sans-serif;font-size:.72rem;text-decoration:none;transition:color .2s}.page-module__SzZJbG__viewLink:hover{color:var(--text-secondary)}.page-module__SzZJbG__enrollIcon{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.page-module__SzZJbG__cardInstructor{color:var(--text-muted);align-items:center;gap:.4rem;margin-top:-.5rem;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.75rem;display:flex}.page-module__SzZJbG__metaRating{color:#f59e0b;align-items:center;gap:.25rem;font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:600;display:flex}.page-module__SzZJbG__priceOld{color:var(--text-muted);opacity:.6;margin-right:2px;font-size:.72rem}.page-module__SzZJbG__studentsCount{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.72rem}@media (max-width:1100px){.page-module__SzZJbG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__SzZJbG__heroTitle{font-size:2.2rem}.page-module__SzZJbG__controls{flex-direction:column;align-items:flex-start}.page-module__SzZJbG__searchWrap{width:100%;max-width:100%}.page-module__SzZJbG__grid{grid-template-columns:1fr}}
.CourseForm-module__-rIJ_G__form{flex-direction:column;gap:0;display:flex}.CourseForm-module__-rIJ_G__tabs{border-bottom:1px solid #ffffff12;flex-wrap:wrap;gap:.3rem;margin-bottom:1.5rem;padding:0 0 1.25rem;display:flex}.CourseForm-module__-rIJ_G__tab{color:#94a3b899;cursor:pointer;background:0 0;border:1px solid #ffffff12;border-radius:9px;padding:.5rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:600;transition:all .15s}.CourseForm-module__-rIJ_G__tab:hover{color:#e2e8f0;background:#ffffff0d;border-color:#ffffff1f}.CourseForm-module__-rIJ_G__tabActive{color:#dfff00!important;background:#dfff001a!important;border-color:#dfff0059!important}.CourseForm-module__-rIJ_G__alertError{color:#f43f5e;background:#f43f5e1a;border:1px solid #f43f5e4d;border-radius:9px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.83rem}.CourseForm-module__-rIJ_G__alertSuccess{color:#4ade80;background:#4ade8014;border:1px solid #4ade8040;border-radius:9px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.83rem}.CourseForm-module__-rIJ_G__tabContent{flex-direction:column;gap:1.5rem;min-height:300px;display:flex}.CourseForm-module__-rIJ_G__fieldGroup{flex-direction:column;gap:.45rem;display:flex}.CourseForm-module__-rIJ_G__fieldLabel{color:#94a3b8b3;letter-spacing:.03em;text-transform:uppercase;font-size:.75rem;font-weight:700}.CourseForm-module__-rIJ_G__fieldHint{color:#94a3b873;margin-top:.1rem;font-size:.75rem}.CourseForm-module__-rIJ_G__link{color:#dfff00;text-decoration:none}.CourseForm-module__-rIJ_G__link:hover{text-decoration:underline}.CourseForm-module__-rIJ_G__input{color:#e2e8f0;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff17;border-radius:9px;outline:none;width:100%;padding:.6rem .9rem;font-family:Inter,sans-serif;font-size:.85rem;transition:border-color .15s}.CourseForm-module__-rIJ_G__input::placeholder{color:#94a3b859}.CourseForm-module__-rIJ_G__input:focus{border-color:#dfff0059}.CourseForm-module__-rIJ_G__select{color:#e2e8f0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:9px;outline:none;width:100%;padding:.6rem .9rem;font-family:Inter,sans-serif;font-size:.85rem;transition:border-color .15s}.CourseForm-module__-rIJ_G__select:focus{border-color:#dfff0059}.CourseForm-module__-rIJ_G__select option{color:#e2e8f0;background:#0f0f23}.CourseForm-module__-rIJ_G__textarea{color:#e2e8f0;resize:vertical;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff17;border-radius:9px;outline:none;width:100%;min-height:140px;padding:.75rem .9rem;font-family:Inter,sans-serif;font-size:.85rem;transition:border-color .15s}.CourseForm-module__-rIJ_G__textarea::placeholder{color:#94a3b859}.CourseForm-module__-rIJ_G__textarea:focus{border-color:#dfff0059}.CourseForm-module__-rIJ_G__row2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.CourseForm-module__-rIJ_G__row3{grid-template-columns:1fr 1fr 1fr;gap:1.25rem;display:grid}.CourseForm-module__-rIJ_G__slugWrap{align-items:center;display:flex}.CourseForm-module__-rIJ_G__slugPrefix{color:#94a3b880;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff17;border-right:none;border-radius:9px 0 0 9px;padding:.6rem .75rem .6rem .9rem;font-family:JetBrains Mono,monospace;font-size:.78rem}.CourseForm-module__-rIJ_G__slugInput{border-radius:0 9px 9px 0!important}.CourseForm-module__-rIJ_G__accentRow{align-items:center;gap:.75rem;display:flex}.CourseForm-module__-rIJ_G__colorPicker{cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;width:40px;height:38px;padding:2px}.CourseForm-module__-rIJ_G__accentPresets{flex-wrap:wrap;gap:.4rem;display:flex}.CourseForm-module__-rIJ_G__accentDot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:22px;height:22px;transition:border-color .15s,transform .1s}.CourseForm-module__-rIJ_G__accentDot:hover{transform:scale(1.15)}.CourseForm-module__-rIJ_G__accentDotActive{border-color:#fff!important}.CourseForm-module__-rIJ_G__thumbUpload{aspect-ratio:16/9;cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:12px;width:100%;max-width:480px;transition:border-color .2s,background .2s;display:block;position:relative;overflow:hidden}.CourseForm-module__-rIJ_G__thumbUpload:hover{background:#dfff0008;border-color:#dfff0066}.CourseForm-module__-rIJ_G__thumbUpload.CourseForm-module__-rIJ_G__hasImage{border-style:solid;border-color:#ffffff1f}.CourseForm-module__-rIJ_G__thumbUpload:focus-within{outline-offset:2px;outline:2px solid #dfff0080}.CourseForm-module__-rIJ_G__thumbImg{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.CourseForm-module__-rIJ_G__thumbPlaceholder{color:#ffffff59;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1.5rem;display:flex;position:absolute;inset:0}.CourseForm-module__-rIJ_G__thumbPlaceholder svg{opacity:.5;flex-shrink:0}.CourseForm-module__-rIJ_G__thumbPlaceholderTitle{color:#ffffff8c;font-size:.875rem;font-weight:500}.CourseForm-module__-rIJ_G__thumbPlaceholderSub{font-size:.75rem;line-height:1.4}.CourseForm-module__-rIJ_G__thumbOverlay{opacity:0;color:#fff;background:#000000a6;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;font-size:.85rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.CourseForm-module__-rIJ_G__thumbUpload:hover .CourseForm-module__-rIJ_G__thumbOverlay{opacity:1}.CourseForm-module__-rIJ_G__thumbSpinner{z-index:3;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CourseForm-module__-rIJ_G__thumbSpinnerRing{border:3px solid #dfff0033;border-top-color:#dfff00;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite CourseForm-module__-rIJ_G__spin}.CourseForm-module__-rIJ_G__thumbRemoveBtn{z-index:4;color:#fffc;cursor:pointer;opacity:0;background:#000000bf;border:1px solid #ffffff2e;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.CourseForm-module__-rIJ_G__thumbUpload:hover .CourseForm-module__-rIJ_G__thumbRemoveBtn,.CourseForm-module__-rIJ_G__thumbRemoveBtn:focus{opacity:1}.CourseForm-module__-rIJ_G__thumbRemoveBtn:hover{color:#fff;background:#f43f5ecc}.CourseForm-module__-rIJ_G__thumbInput{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;inset:0}.CourseForm-module__-rIJ_G__thumbError{color:#f43f5e;margin-top:.45rem;font-size:.8rem}.CourseForm-module__-rIJ_G__listEditor{flex-direction:column;gap:.6rem;display:flex}.CourseForm-module__-rIJ_G__listInputRow{gap:.6rem;display:flex}.CourseForm-module__-rIJ_G__listAddBtn{color:#dfff00;cursor:pointer;white-space:nowrap;background:#dfff001a;border:1px solid #dfff0040;border-radius:9px;padding:.6rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:700;transition:background .15s}.CourseForm-module__-rIJ_G__listAddBtn:hover:not(:disabled){background:#dfff002e}.CourseForm-module__-rIJ_G__listAddBtn:disabled{opacity:.4;cursor:not-allowed}.CourseForm-module__-rIJ_G__listItems{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.CourseForm-module__-rIJ_G__listItem{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .75rem;display:flex}.CourseForm-module__-rIJ_G__listItemDot{background:#dfff00;border-radius:50%;flex-shrink:0;width:5px;height:5px}.CourseForm-module__-rIJ_G__listItemText{color:#e2e8f0;flex:1;font-size:.83rem}.CourseForm-module__-rIJ_G__listItemActions{flex-shrink:0;gap:.25rem;display:flex}.CourseForm-module__-rIJ_G__listMoveBtn{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff12;border-radius:5px;width:22px;height:22px;font-size:.7rem;line-height:1;transition:background .15s}.CourseForm-module__-rIJ_G__listMoveBtn:hover:not(:disabled){background:#ffffff17}.CourseForm-module__-rIJ_G__listMoveBtn:disabled{opacity:.3;cursor:not-allowed}.CourseForm-module__-rIJ_G__listRemoveBtn{color:#f43f5e;cursor:pointer;background:#f43f5e14;border:1px solid #f43f5e33;border-radius:5px;width:22px;height:22px;font-size:.85rem;line-height:1;transition:background .15s}.CourseForm-module__-rIJ_G__listRemoveBtn:hover{background:#f43f5e2e}.CourseForm-module__-rIJ_G__curriculum{flex-direction:column;gap:1rem;display:flex}.CourseForm-module__-rIJ_G__curriculumHeader{margin-bottom:.25rem}.CourseForm-module__-rIJ_G__curriculumStats{color:#94a3b880;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.78rem;display:flex}.CourseForm-module__-rIJ_G__section{background:#ffffff06;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.CourseForm-module__-rIJ_G__sectionHeader{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.CourseForm-module__-rIJ_G__sectionNum{color:#dfff00;background:#dfff001f;border:1px solid #dfff004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:700;display:flex}.CourseForm-module__-rIJ_G__sectionTitle{flex:1;font-weight:600}.CourseForm-module__-rIJ_G__lessons{flex-direction:column;gap:.35rem;padding:.5rem;display:flex}.CourseForm-module__-rIJ_G__lessonWrap{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.CourseForm-module__-rIJ_G__lessonRow{align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.CourseForm-module__-rIJ_G__lessonVideoRow{border-top:1px solid #ffffff0a;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.35rem .75rem .4rem 2rem;display:flex}.CourseForm-module__-rIJ_G__lessonVideoBtn{color:#94a3b8a6;cursor:pointer;background:#ffffff08;border:1px dashed #ffffff1f;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.73rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.CourseForm-module__-rIJ_G__lessonVideoBtn:hover{color:#dfff00;border-color:#dfff0059}.CourseForm-module__-rIJ_G__lessonVideoStatus{color:#94a3b8a6;align-items:center;gap:.45rem;font-size:.73rem;display:flex}.CourseForm-module__-rIJ_G__lessonVideoName{color:#4ade80;font-family:JetBrains Mono,monospace;font-size:.7rem}.CourseForm-module__-rIJ_G__lessonVideoChange{color:#94a3b880;cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;text-decoration:underline;transition:color .15s}.CourseForm-module__-rIJ_G__lessonVideoChange:hover{color:#dfff00}.CourseForm-module__-rIJ_G__lessonVideoRemove{color:#f43f5e80;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1;transition:color .15s}.CourseForm-module__-rIJ_G__lessonVideoRemove:hover{color:#f43f5e}.CourseForm-module__-rIJ_G__lessonVideoProgress{background:#ffffff12;border-radius:2px;flex:1;min-width:140px;height:4px;position:relative;overflow:hidden}.CourseForm-module__-rIJ_G__lessonVideoProgressBar{inset-block:0;background:#dfff00;border-radius:2px;transition:width .1s;position:absolute;left:0}.CourseForm-module__-rIJ_G__lessonVideoProgressLabel{color:#94a3b880;white-space:nowrap;font-size:.68rem;position:absolute;top:6px;left:0}.CourseForm-module__-rIJ_G__lessonVideoError{color:#f43f5e;font-size:.72rem}.CourseForm-module__-rIJ_G__lessonDrag{color:#94a3b84d;cursor:grab;flex-shrink:0;font-size:.85rem}.CourseForm-module__-rIJ_G__lessonTitle{flex:1;min-width:0}.CourseForm-module__-rIJ_G__lessonType{flex-shrink:0;width:100px}.CourseForm-module__-rIJ_G__lessonDuration{text-align:center;flex-shrink:0;width:70px}.CourseForm-module__-rIJ_G__lessonPreview{color:#94a3b88c;cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:.35rem;font-size:.72rem;display:flex}.CourseForm-module__-rIJ_G__lessonPreview input{accent-color:#dfff00}.CourseForm-module__-rIJ_G__addLessonBtn{color:#94a3b880;cursor:pointer;text-align:left;background:#ffffff08;border:1px dashed #ffffff1a;border-radius:7px;margin:.25rem .5rem .35rem;padding:.45rem .9rem;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:600;transition:all .15s}.CourseForm-module__-rIJ_G__addLessonBtn:hover{color:#94a3b8;background:#ffffff0f;border-color:#ffffff2e}.CourseForm-module__-rIJ_G__addSectionRow{gap:.6rem;display:flex}.CourseForm-module__-rIJ_G__priceWrap{align-items:center;display:flex}.CourseForm-module__-rIJ_G__priceSymbol{color:#94a3b880;background:#ffffff08;border:1px solid #ffffff17;border-right:none;border-radius:9px 0 0 9px;padding:.6rem .6rem .6rem .9rem;font-size:.85rem}.CourseForm-module__-rIJ_G__priceInput{flex:1;border-radius:0 9px 9px 0!important}.CourseForm-module__-rIJ_G__discountBadge{color:#94a3b8;background:#4ade8014;border:1px solid #4ade8033;border-radius:9px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;display:inline-flex}.CourseForm-module__-rIJ_G__discountBadge strong{color:#4ade80}.CourseForm-module__-rIJ_G__checkboxGroup{flex-direction:column;gap:.75rem;display:flex}.CourseForm-module__-rIJ_G__checkboxLabel{color:#e2e8f0;cursor:pointer;align-items:center;gap:.65rem;font-size:.85rem;display:flex}.CourseForm-module__-rIJ_G__checkboxLabel input{accent-color:#dfff00;cursor:pointer;width:16px;height:16px}.CourseForm-module__-rIJ_G__infoBox{color:#94a3b8b3;background:#06b6d414;border:1px solid #06b6d433;border-radius:9px;align-items:flex-start;gap:.6rem;padding:.9rem 1rem;font-size:.82rem;line-height:1.55;display:flex}.CourseForm-module__-rIJ_G__infoBox svg{color:#06b6d4;flex-shrink:0;margin-top:1px}.CourseForm-module__-rIJ_G__publishCard{background:#ffffff06;border:1px solid #ffffff14;border-radius:12px;padding:1.25rem}.CourseForm-module__-rIJ_G__publishRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.CourseForm-module__-rIJ_G__publishLabel{color:#e2e8f0;margin-bottom:.3rem;font-size:.83rem;font-weight:700}.CourseForm-module__-rIJ_G__publishHint{color:#94a3b88c;font-size:.78rem}.CourseForm-module__-rIJ_G__statusToggle{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:99px;padding:.45rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;transition:all .15s}.CourseForm-module__-rIJ_G__statusActive{color:#4ade80;background:#4ade801f;border-color:#4ade8059}.CourseForm-module__-rIJ_G__statusDraft{color:#94a3b8;background:#94a3b814;border-color:#94a3b833}.CourseForm-module__-rIJ_G__publishChecklist{flex-direction:column;gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.CourseForm-module__-rIJ_G__publishChecklist li{align-items:center;gap:.6rem;font-size:.83rem;display:flex}.CourseForm-module__-rIJ_G__checkOk{color:#4ade80}.CourseForm-module__-rIJ_G__checkMissing{color:#94a3b873}.CourseForm-module__-rIJ_G__formFooter{border-top:1px solid #ffffff12;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1.5rem;display:flex}.CourseForm-module__-rIJ_G__btnPrimary{color:#08081a;cursor:pointer;background:#dfff00;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.65rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:700;transition:filter .15s,transform .1s;display:inline-flex}.CourseForm-module__-rIJ_G__btnPrimary:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.CourseForm-module__-rIJ_G__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.CourseForm-module__-rIJ_G__btnOutline{color:#94a3b8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:9px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-family:Space Grotesk,sans-serif;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.CourseForm-module__-rIJ_G__btnOutline:hover{color:#e2e8f0;background:#ffffff17}@keyframes CourseForm-module__-rIJ_G__spin{to{transform:rotate(360deg)}}@media (max-width:700px){.CourseForm-module__-rIJ_G__row2,.CourseForm-module__-rIJ_G__row3{grid-template-columns:1fr}.CourseForm-module__-rIJ_G__lessonType{width:80px}.CourseForm-module__-rIJ_G__lessonDuration{width:55px}}
.profile-module__9MhFqq__profileHero{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff07;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:inset 0 0 0 1px #ffffff0a,0 8px 32px #0006}.profile-module__9MhFqq__avatarHeroWrap{flex-shrink:0;position:relative}.profile-module__9MhFqq__profileAvatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#06b6d4);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 0 24px #a78bfa4d}.profile-module__9MhFqq__profileAvatarImg{object-fit:cover;border-radius:18px;width:72px;height:72px;display:block}.profile-module__9MhFqq__avatarChangeBtn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#a78bfa,#06b6d4);border:2px solid #05050f;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:opacity .15s,transform .15s;display:flex;position:absolute;bottom:-6px;right:-6px}.profile-module__9MhFqq__avatarChangeBtn:hover:not(:disabled){opacity:.85;transform:scale(1.1)}.profile-module__9MhFqq__avatarChangeBtn:disabled{opacity:.5;cursor:not-allowed}.profile-module__9MhFqq__profileName{color:#e2e8f0;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700}.profile-module__9MhFqq__profileMeta{color:#94a3b8b3;margin:.3rem 0 0;font-size:.82rem}.profile-module__9MhFqq__avatarStatus{margin:.4rem 0 0;font-size:.78rem}.profile-module__9MhFqq__avatarStatusOk{color:#4ade80}.profile-module__9MhFqq__avatarStatusErr{color:#f87171}.profile-module__9MhFqq__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff07;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;box-shadow:inset 0 0 0 1px #ffffff0a,0 8px 32px #0006}.profile-module__9MhFqq__cardHead{color:#a78bfa;align-items:center;gap:.65rem;margin-bottom:1.5rem;display:flex}.profile-module__9MhFqq__cardTitle{color:#e2e8f0;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.profile-module__9MhFqq__form{flex-direction:column;gap:1.25rem;display:flex}.profile-module__9MhFqq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-module__9MhFqq__field{flex-direction:column;gap:.45rem;display:flex}.profile-module__9MhFqq__label{color:#94a3b8cc;letter-spacing:.02em;font-size:.78rem;font-weight:600}.profile-module__9MhFqq__input{color:#e2e8f0;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .15s,box-shadow .15s}.profile-module__9MhFqq__input::placeholder{color:#94a3b866}.profile-module__9MhFqq__input:focus{border-color:#a78bfa80;box-shadow:0 0 0 3px #a78bfa1f}.profile-module__9MhFqq__textarea{resize:vertical;min-height:80px}.profile-module__9MhFqq__formFooter{justify-content:flex-end;padding-top:.25rem;display:flex}.profile-module__9MhFqq__inputWrap{align-items:center;display:flex;position:relative}.profile-module__9MhFqq__inputWithEye{padding-right:2.8rem!important}.profile-module__9MhFqq__eyeBtn{cursor:pointer;color:#94a3b899;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:.75rem}.profile-module__9MhFqq__eyeBtn:hover{color:#a78bfa}.profile-module__9MhFqq__phoneWrap{width:100%}.profile-module__9MhFqq__phoneWrap .PhoneInput{--PhoneInput-color--focus:#a78bfa;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountryFlag-height:1.1em;--PhoneInputCountryFlag-borderColor:#fff3;--PhoneInputCountryFlag-borderColor--focus:#a78bfa80;--PhoneInputCountrySelectArrow-color:#94a3b8b3;--PhoneInputCountrySelectArrow-color--focus:#a78bfa;--PhoneInputCountrySelectArrow-opacity:1;--PhoneInputCountrySelectArrow-width:.28em;--PhoneInputCountrySelect-marginRight:0;align-items:stretch;width:100%;display:flex}.profile-module__9MhFqq__phoneWrap .PhoneInputCountry{background:#ffffff0a;border:1px solid #ffffff1a;border-right:none;border-radius:10px 0 0 10px;flex-shrink:0;align-items:center;gap:.35rem;margin-right:0;padding:0 .55rem 0 .75rem;transition:border-color .15s;display:flex}.profile-module__9MhFqq__phoneWrap .PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.profile-module__9MhFqq__phoneWrap .PhoneInputCountrySelectArrow{opacity:1;border-color:#94a3b899}.profile-module__9MhFqq__phoneWrap .PhoneInputInput{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:0 10px 10px 0;outline:none;flex:1;min-width:0;padding:.65rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .15s,box-shadow .15s}.profile-module__9MhFqq__phoneWrap .PhoneInputInput::placeholder{color:#94a3b866}.profile-module__9MhFqq__phoneWrap .PhoneInputInput:focus{border-color:#a78bfa80;box-shadow:0 0 0 3px #a78bfa1f}.profile-module__9MhFqq__phoneWrap .PhoneInput--focus .PhoneInputCountry{border-color:#a78bfa80}.profile-module__9MhFqq__countryWrap{width:100%;position:relative}.profile-module__9MhFqq__countryBtn{cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .15s,box-shadow .15s;display:flex}.profile-module__9MhFqq__countryBtn:hover,.profile-module__9MhFqq__countryBtn:focus{border-color:#a78bfa80;outline:none;box-shadow:0 0 0 3px #a78bfa1f}.profile-module__9MhFqq__countryBtnValue{color:#e2e8f0}.profile-module__9MhFqq__countryBtnPlaceholder{color:#94a3b866}.profile-module__9MhFqq__countryChevron{color:#94a3b880;flex-shrink:0;transition:transform .2s;display:flex}.profile-module__9MhFqq__countryChevronOpen{transform:rotate(180deg)}.profile-module__9MhFqq__countryDropdown{z-index:200;background:#0e0e1e;border:1px solid #ffffff1f;border-radius:12px;animation:.15s profile-module__9MhFqq__dropIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #000000b3}@keyframes profile-module__9MhFqq__dropIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-module__9MhFqq__countrySearch{color:#94a3b880;border-bottom:1px solid #ffffff12;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.profile-module__9MhFqq__countrySearchInput{color:#e2e8f0;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.85rem}.profile-module__9MhFqq__countrySearchInput::placeholder{color:#94a3b866}.profile-module__9MhFqq__countryList{max-height:220px;margin:0;padding:.35rem 0;list-style:none;overflow-y:auto}.profile-module__9MhFqq__countryList::-webkit-scrollbar{width:4px}.profile-module__9MhFqq__countryList::-webkit-scrollbar-thumb{background:#a78bfa4d;border-radius:2px}.profile-module__9MhFqq__countryOption{color:#94a3b8;cursor:pointer;justify-content:space-between;align-items:center;padding:.55rem 1rem;font-size:.85rem;transition:background .12s,color .12s;display:flex}.profile-module__9MhFqq__countryOption:hover{color:#e2e8f0;background:#ffffff0f}.profile-module__9MhFqq__countryOptionActive{color:#a78bfa;font-weight:600}.profile-module__9MhFqq__countryEmpty{color:#94a3b866;text-align:center;padding:.75rem 1rem;font-size:.83rem}.profile-module__9MhFqq__alert{border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.84rem;font-weight:500;display:flex}.profile-module__9MhFqq__alertOk{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e40}.profile-module__9MhFqq__alertErr{color:#f87171;background:#f43f5e1a;border:1px solid #f43f5e40}.profile-module__9MhFqq__btnPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#06b6d4);border:none;border-radius:10px;padding:.7rem 1.6rem;font-family:Space Grotesk,sans-serif;font-size:.88rem;font-weight:700;transition:opacity .15s,box-shadow .15s;box-shadow:0 4px 16px #a78bfa4d}.profile-module__9MhFqq__btnPrimary:hover:not(:disabled){opacity:.88;box-shadow:0 6px 20px #a78bfa73}.profile-module__9MhFqq__btnPrimary:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.profile-module__9MhFqq__formGrid{grid-template-columns:1fr}.profile-module__9MhFqq__profileHero{flex-direction:column;align-items:flex-start;gap:1rem}}
.legal-module__Yd4PWa__legalPage{background:var(--bg-dark);color:#fff;min-height:100vh;padding:180px 0 100px;position:relative;overflow:hidden}.legal-module__Yd4PWa__legalPage:before{content:"";background:radial-gradient(circle at top left, rgba(var(--primary-rgb), .1), transparent 70%);pointer-events:none;width:100%;height:400px;position:absolute;top:0;left:0}.legal-module__Yd4PWa__container{z-index:1;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.legal-module__Yd4PWa__header{margin-bottom:4rem}.legal-module__Yd4PWa__title{text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem)}.legal-module__Yd4PWa__lastUpdate{color:var(--primary);letter-spacing:1px;font-size:.9rem;font-weight:700}.legal-module__Yd4PWa__content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);background:#ffffff08;border-radius:32px;padding:4rem;line-height:1.8}.legal-module__Yd4PWa__content h2{color:#fff;margin:3rem 0 1.5rem;font-size:1.8rem}.legal-module__Yd4PWa__content h2:first-child{margin-top:0}.legal-module__Yd4PWa__content p{color:#ffffffb3;margin-bottom:1.5rem}.legal-module__Yd4PWa__content ul{margin-bottom:2rem}.legal-module__Yd4PWa__content li{color:#ffffffb3;margin-bottom:1rem;padding-left:1.5rem;position:relative}.legal-module__Yd4PWa__content li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:12px;left:0}.legal-module__Yd4PWa__footer{border-top:1px solid var(--border-color);text-align:center;color:#fff6;margin-top:4rem;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.legal-module__Yd4PWa__legalPage{padding-top:120px}.legal-module__Yd4PWa__content{padding:2rem}.legal-module__Yd4PWa__title{font-size:2rem}}
.ServiceCopy-module__P4U2ca__main{padding-top:0}.ServiceCopy-module__P4U2ca__hero{background:var(--bg-void);align-items:center;min-height:75vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.ServiceCopy-module__P4U2ca__heroBg{pointer-events:none;position:absolute;inset:0}.ServiceCopy-module__P4U2ca__heroBg:before{content:"";background:radial-gradient(ellipse 70% 60% at 15% 30%, var(--heroGlow1,#8b5cf62e) 0%, transparent 65%), radial-gradient(ellipse 50% 50% at 85% 70%, var(--heroGlow2,#3b82f61f) 0%, transparent 60%);position:absolute;inset:0}.ServiceCopy-module__P4U2ca__heroGrid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.ServiceCopy-module__P4U2ca__heroBadge{letter-spacing:2.5px;text-transform:uppercase;color:var(--serviceAccent,var(--accent-purple));border:1px solid var(--serviceAccent,var(--accent-purple));background:#ffffff0a;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.ServiceCopy-module__P4U2ca__heroBadgeDot{background:var(--serviceAccent,var(--accent-purple));border-radius:50%;flex-shrink:0;width:6px;height:6px}.ServiceCopy-module__P4U2ca__heroContent{z-index:2;max-width:900px;position:relative}.ServiceCopy-module__P4U2ca__heroTitle{letter-spacing:-2px;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;line-height:1.05}.ServiceCopy-module__P4U2ca__heroTitleAccent{color:var(--serviceAccent,var(--accent-purple))}.ServiceCopy-module__P4U2ca__heroSubtitle{color:var(--text-secondary);max-width:650px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.ServiceCopy-module__P4U2ca__heroActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ServiceCopy-module__P4U2ca__btnPrimary{background:var(--primary);color:#000;letter-spacing:1px;transition:var(--transition);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.ServiceCopy-module__P4U2ca__btnPrimary:hover{box-shadow:var(--shadow-glow-lime);transform:translateY(-2px)}.ServiceCopy-module__P4U2ca__btnOutline{color:var(--text-primary);letter-spacing:1px;border:1px solid var(--border-bright);transition:var(--transition);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.ServiceCopy-module__P4U2ca__btnOutline:hover{border-color:var(--serviceAccent,var(--accent-purple));color:var(--serviceAccent,var(--accent-purple))}.ServiceCopy-module__P4U2ca__section{padding:100px 0}.ServiceCopy-module__P4U2ca__sectionAlt{background:var(--bg-nebula);padding:100px 0}.ServiceCopy-module__P4U2ca__sectionCentered{text-align:center}.ServiceCopy-module__P4U2ca__sectionBadge{letter-spacing:2.5px;text-transform:uppercase;color:var(--serviceAccent,var(--accent-purple));margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-block}.ServiceCopy-module__P4U2ca__sectionTitle{letter-spacing:-1px;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.ServiceCopy-module__P4U2ca__sectionSubtitle{color:var(--text-secondary);max-width:620px;font-size:1.1rem;line-height:1.7}.ServiceCopy-module__P4U2ca__sectionSubtitleCentered{color:var(--text-secondary);max-width:620px;margin:0 auto;font-size:1.1rem;line-height:1.7}.ServiceCopy-module__P4U2ca__problemBox{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--serviceAccent,var(--accent-purple));border-radius:var(--radius-md);max-width:820px;margin:0 auto;padding:3rem 3.5rem}.ServiceCopy-module__P4U2ca__problemText{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.ServiceCopy-module__P4U2ca__problemText strong{color:var(--text-primary)}.ServiceCopy-module__P4U2ca__plansGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.ServiceCopy-module__P4U2ca__plansGridWide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.ServiceCopy-module__P4U2ca__planCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;gap:1.25rem;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.ServiceCopy-module__P4U2ca__planCard:before{content:"";background:var(--serviceAccent,var(--accent-purple));opacity:0;height:2px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.ServiceCopy-module__P4U2ca__planCard:hover{border-color:var(--serviceAccent,var(--accent-purple));transform:translateY(-6px);box-shadow:0 20px 60px #0000004d}.ServiceCopy-module__P4U2ca__planCard:hover:before{opacity:1}.ServiceCopy-module__P4U2ca__planCardFeatured{background:var(--bg-card-hover);border-color:var(--serviceAccent,var(--accent-purple))}.ServiceCopy-module__P4U2ca__planCardFeatured:before{opacity:1}.ServiceCopy-module__P4U2ca__planBadge{letter-spacing:2px;text-transform:uppercase;color:var(--serviceAccent,var(--accent-purple));align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:inline-flex}.ServiceCopy-module__P4U2ca__featuredChip{background:var(--primary);color:#000;letter-spacing:1px;text-transform:uppercase;border-radius:100px;margin-left:.5rem;padding:.2rem .6rem;font-size:.6rem;font-weight:700;display:inline-block}.ServiceCopy-module__P4U2ca__planName{color:var(--text-primary);letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.ServiceCopy-module__P4U2ca__planPrice{color:var(--serviceAccent,var(--accent-purple));letter-spacing:-1px;font-size:2rem;font-weight:800}.ServiceCopy-module__P4U2ca__planPriceNote{color:var(--text-muted);font-size:.85rem;font-weight:400}.ServiceCopy-module__P4U2ca__planDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.ServiceCopy-module__P4U2ca__planFeatures{flex-direction:column;flex:1;gap:.6rem;list-style:none;display:flex}.ServiceCopy-module__P4U2ca__planFeatures li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.ServiceCopy-module__P4U2ca__planFeatures li:before{content:"✓";color:var(--serviceAccent,var(--accent-purple));flex-shrink:0;margin-top:.05rem;font-weight:700}.ServiceCopy-module__P4U2ca__planCta{color:var(--text-primary);letter-spacing:.5px;border:1px solid var(--border-bright);transition:var(--transition);cursor:pointer;background:0 0;border-radius:100px;justify-content:center;align-items:center;gap:.4rem;margin-top:auto;padding:.8rem 1.5rem;font-size:.82rem;font-weight:700;text-decoration:none;display:flex}.ServiceCopy-module__P4U2ca__planCta:hover{background:var(--serviceAccent,var(--accent-purple));border-color:var(--serviceAccent,var(--accent-purple));color:#fff;transform:translateY(-1px)}.ServiceCopy-module__P4U2ca__planCtaFeatured{background:var(--serviceAccent,var(--accent-purple));border-color:var(--serviceAccent,var(--accent-purple));color:#fff}.ServiceCopy-module__P4U2ca__processGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.ServiceCopy-module__P4U2ca__processStep{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:2rem;position:relative}.ServiceCopy-module__P4U2ca__processStep:hover{border-color:var(--border-bright);transform:translateY(-4px)}.ServiceCopy-module__P4U2ca__stepNumber{letter-spacing:2px;color:var(--serviceAccent,var(--accent-purple));margin-bottom:1rem;font-size:.65rem;font-weight:700}.ServiceCopy-module__P4U2ca__stepTitle{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.ServiceCopy-module__P4U2ca__stepDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.ServiceCopy-module__P4U2ca__diffsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.ServiceCopy-module__P4U2ca__diffCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);padding:2rem}.ServiceCopy-module__P4U2ca__diffCard:hover{border-color:var(--serviceAccent,var(--accent-purple))}.ServiceCopy-module__P4U2ca__diffTitle{color:var(--serviceAccent,var(--accent-purple));margin-bottom:.5rem;font-size:1rem;font-weight:700}.ServiceCopy-module__P4U2ca__diffDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.ServiceCopy-module__P4U2ca__faqList{flex-direction:column;gap:1px;max-width:820px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.ServiceCopy-module__P4U2ca__faqItem{border-bottom:1px solid var(--border)}.ServiceCopy-module__P4U2ca__faqQuestion{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.ServiceCopy-module__P4U2ca__faqQuestion:hover{color:var(--serviceAccent,var(--accent-purple))}.ServiceCopy-module__P4U2ca__faqIcon{border:1px solid var(--border-bright);width:20px;height:20px;color:var(--text-secondary);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.ServiceCopy-module__P4U2ca__faqIconOpen{background:var(--serviceAccent,var(--accent-purple));border-color:var(--serviceAccent,var(--accent-purple));color:#fff;transform:rotate(45deg)}.ServiceCopy-module__P4U2ca__faqAnswer{color:var(--text-secondary);padding:0 0 1.5rem;font-size:.95rem;line-height:1.75}.ServiceCopy-module__P4U2ca__ctaSection{text-align:center;padding:120px 0;position:relative;overflow:hidden}.ServiceCopy-module__P4U2ca__ctaSection:before{content:"";background:radial-gradient(ellipse 80% 60% at 50% 50%, var(--heroGlow1,#8b5cf61a) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.ServiceCopy-module__P4U2ca__ctaTitle{letter-spacing:-1.5px;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.ServiceCopy-module__P4U2ca__ctaSubtitle{color:var(--text-secondary);max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.ServiceCopy-module__P4U2ca__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ServiceCopy-module__P4U2ca__ctaNote{color:var(--text-muted);margin-top:1.5rem;font-size:.82rem}.ServiceCopy-module__P4U2ca__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.ServiceCopy-module__P4U2ca__projectCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;gap:1rem;padding:2rem;display:flex}.ServiceCopy-module__P4U2ca__projectCard:hover{border-color:var(--serviceAccent,var(--accent-blue));transform:translateY(-4px)}.ServiceCopy-module__P4U2ca__projectName{color:var(--text-primary);font-size:1rem;font-weight:700}.ServiceCopy-module__P4U2ca__projectPrice{color:var(--serviceAccent,var(--accent-blue));font-size:1.3rem;font-weight:800}.ServiceCopy-module__P4U2ca__projectDelivery{color:var(--text-muted);font-size:.78rem;font-weight:400}.ServiceCopy-module__P4U2ca__projectDesc{color:var(--text-secondary);flex:1;font-size:.88rem;line-height:1.6}.ServiceCopy-module__P4U2ca__projectFeatures{flex-direction:column;gap:.4rem;list-style:none;display:flex}.ServiceCopy-module__P4U2ca__projectFeatures li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.ServiceCopy-module__P4U2ca__projectFeatures li:before{content:"→";color:var(--serviceAccent,var(--accent-blue));flex-shrink:0}@media (max-width:1024px){.ServiceCopy-module__P4U2ca__plansGrid,.ServiceCopy-module__P4U2ca__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ServiceCopy-module__P4U2ca__hero{padding:100px 0 60px}.ServiceCopy-module__P4U2ca__heroTitle{letter-spacing:-1px}.ServiceCopy-module__P4U2ca__plansGrid,.ServiceCopy-module__P4U2ca__processGrid{grid-template-columns:1fr}.ServiceCopy-module__P4U2ca__heroActions{flex-direction:column;align-items:flex-start}.ServiceCopy-module__P4U2ca__problemBox{padding:2rem}.ServiceCopy-module__P4U2ca__ctaButtons{flex-direction:column}}
.page-module__S2dghq__pageWrap{flex-direction:column;gap:1.5rem;display:flex}.page-module__S2dghq__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff07;border:1px solid #ffffff14;border-radius:18px;padding:2rem}.page-module__S2dghq__loadingState,.page-module__S2dghq__errorState{color:#94a3b880;text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.page-module__S2dghq__errorState{color:#f43f5e}.page-module__S2dghq__spinner{border:3px solid #dfff0026;border-top-color:#dfff00;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite page-module__S2dghq__spin}@keyframes page-module__S2dghq__spin{to{transform:rotate(360deg)}}
