@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789);:root{--light-bg:#fff;--dark-text:#fff;--light-text:#ccc;--muted-text:#888;--accent-color:#0f6;--accent-hover:#00cc52;--border-color:#0f63;--shadow-color:#00ff661a}html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}*{will-change:auto}img{display:block;height:auto;max-width:100%}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #00ff664d;border-radius:50%;border-top-color:#0f6;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}*{transition:opacity .3s ease,transform .3s ease}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus{outline:2px solid #0f6;outline:2px solid var(--accent-color);outline-offset:2px}@media (prefers-contrast:high){:root{--accent-color:#0f0;--border-color:#00ff0080}}.user-profile-container{display:inline-block;position:relative}.profile-trigger{align-items:center;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border:none;border-radius:25px;box-shadow:0 4px 15px #8a2be24d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.profile-trigger:hover{box-shadow:0 6px 20px #8a2be266;transform:translateY(-2px)}.profile-avatar-img,.profile-avatar-initials{border:2px solid #ffffff4d;border-radius:50%;height:32px;width:32px}.profile-avatar-initials{align-items:center;background:#fff3;display:flex;font-size:.9rem;font-weight:700;justify-content:center}.profile-name{font-size:.9rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{font-size:.8rem;transition:transform .2s ease}.profile-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #8a2be233;border-radius:16px;box-shadow:0 20px 40px #0000004d;margin-top:.5rem;min-width:350px;padding:1.5rem;position:absolute;right:0;top:100%;z-index:1000}.profile-header{border-bottom:1px solid #8a2be21a;margin-bottom:1.5rem;padding-bottom:1rem}.profile-info{align-items:center;display:flex;gap:1rem}.profile-large-img{border:3px solid #8a2be2;border-radius:50%;height:50px;width:50px}.profile-large-initials{align-items:center;background:linear-gradient(135deg,#8a2be2,#6a1b9a);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.profile-info h3{color:#333;font-size:1.1rem;font-weight:700;margin:0}.profile-info p{color:#666;font-size:.9rem;margin:0}.profile-details{margin-bottom:1.5rem}.profile-details h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 1rem}.detail-item{align-items:center;border-bottom:1px solid #8a2be21a;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#555;font-size:.9rem;font-weight:600}.detail-item .value{color:#333;font-size:.9rem}.status{border-radius:12px;font-size:.8rem;font-weight:600;padding:.2rem .6rem;text-transform:uppercase}.status.pending{background:#ffc10733;color:#856404}.status.approved{background:#28a74533;color:#155724}.status.rejected{background:#dc354533;color:#721c24}.profile-actions{display:flex;gap:.5rem;margin-bottom:1rem}.edit-btn,.signout-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.6rem 1rem;transition:all .3s ease}.edit-btn{background:linear-gradient(135deg,#8a2be2,#6a1b9a);color:#fff}.edit-btn:hover{box-shadow:0 4px 15px #8a2be24d;transform:translateY(-1px)}.signout-btn{background:#dc35451a;border:1px solid #dc35454d;color:#dc3545}.signout-btn:hover{background:#dc354533;transform:translateY(-1px)}.profile-edit-form{background:#8a2be20d;border:1px solid #8a2be21a;border-radius:12px;margin-top:1rem;padding:1.5rem}.profile-edit-form h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 1rem}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{background:#fffc;border:1px solid #8a2be24d;border-radius:8px;color:#333;font-size:.9rem;padding:.6rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#8a2be2;box-shadow:0 0 0 3px #8a2be21a;outline:none}.error-message{background:#dc35451a;border:1px solid #dc354533;border-radius:8px;color:#dc3545;font-size:.9rem;margin-bottom:1rem;padding:.6rem}.form-actions{display:flex;justify-content:flex-end}.update-btn{background:linear-gradient(135deg,#8a2be2,#6a1b9a);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.update-btn:hover{box-shadow:0 4px 15px #8a2be24d;transform:translateY(-1px)}.update-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.profile-dropdown{min-width:300px;right:-50px}.profile-name{max-width:80px}}@media (max-width:480px){.profile-dropdown{min-width:280px;padding:1rem;right:-80px}.profile-trigger{padding:.4rem .8rem}.profile-name{display:none}}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#00ff6626,#0a0a0af2);border:1px solid #00ff6659;border-radius:28px;left:0;margin:0 auto;max-width:1100px;padding:1rem 2rem;position:fixed;right:0;top:1rem;transition:all .4s ease;width:90%;z-index:9999}:root[data-theme=light] .navbar{background:#ffffffd9;border:1px solid #00000014}:root[data-theme=light] .logo-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#111,#00a84a);-webkit-background-clip:text;background-clip:text}:root[data-theme=light] .logo-text p,:root[data-theme=light] .nav-link{color:#111}:root[data-theme=light] .hamburger .bar{background:#111}.navbar.scrolled{background:linear-gradient(135deg,#00ff661f,#050505f2);box-shadow:0 2px 14px #00ff6640}.nav-container{justify-content:space-between}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{cursor:pointer;gap:10px;position:relative;z-index:10001}.logo-img{height:34px;width:auto}.logo-dark{display:block}.logo-light,:root[data-theme=light] .logo-dark{display:none}:root[data-theme=light] .logo-light{display:block}.logo-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0f6);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700;margin:0}.logo-text p{color:#0f6;font-size:.75rem;margin:0;opacity:.9}.nav-menu{align-items:center;display:flex;gap:1.8rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:.3rem 0;transition:all .3s ease}.nav-link:hover{color:#0f6;text-shadow:0 0 8px #00ff66e6}:root[data-theme=light] .nav-link:hover{color:#00a84a;text-shadow:none}.developer-btn{animation:developerPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#8a2be2,#6a1b9a,#8a2be2);background-size:200% 200%;border:2px solid #8a2be2cc;border-radius:25px;box-shadow:0 4px 15px #8a2be266,0 0 20px #8a2be233,inset 0 1px 0 #ffffff4d;color:#fff!important;font-size:.9rem;font-weight:800;letter-spacing:.5px;overflow:hidden;padding:.6rem 1.2rem!important;position:relative;text-transform:uppercase;transition:all .4s ease}.developer-btn:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.developer-btn:hover:before{left:100%}.developer-btn:hover{animation:developerShine .6s ease-in-out;background:linear-gradient(135deg,#8a2be2,#9c4dcc,#8a2be2);background-size:200% 200%;box-shadow:0 8px 25px #8a2be299,0 0 30px #8a2be266,inset 0 1px 0 #ffffff80;color:#fff!important;text-shadow:0 0 10px #ffffff4d;transform:translateY(-3px) scale(1.05)}:root[data-theme=light] .developer-btn{background:linear-gradient(135deg,#8a2be2,#6a1b9a,#8a2be2);background-size:200% 200%;border:2px solid #8a2be2cc;box-shadow:0 4px 15px #8a2be266,0 0 20px #8a2be233,inset 0 1px 0 #ffffff4d;color:#fff!important}:root[data-theme=light] .developer-btn:hover{animation:developerShine .6s ease-in-out;background:linear-gradient(135deg,#8a2be2,#9c4dcc,#8a2be2);background-size:200% 200%;box-shadow:0 8px 25px #8a2be299,0 0 30px #8a2be266,inset 0 1px 0 #ffffff80;color:#fff!important;text-shadow:0 0 10px #ffffff4d;transform:translateY(-3px) scale(1.05)}@keyframes developerPulse{0%,to{box-shadow:0 4px 15px #8a2be266,0 0 20px #8a2be233,inset 0 1px 0 #ffffff4d}50%{box-shadow:0 6px 20px #8a2be299,0 0 25px #8a2be266,inset 0 1px 0 #fff6}}@keyframes developerShine{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hamburger{align-items:center;background:#0000;border:1px solid #00ff664d;border-radius:10px;cursor:pointer;display:none;flex-direction:column;height:42px;justify-content:center;overflow:hidden;transition:all .3s ease;width:42px;z-index:10001}.bar,.hamburger{position:relative}.bar{background:#fff;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:22px;z-index:1}.hamburger.active .bar{background:#0f6;box-shadow:0 0 12px #0f6c}.hamburger.active .bar:first-child{transform:rotate(-45deg) translate(-5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-5px)}@media (max-width:1024px){.navbar{border-radius:22px;padding:.9rem 1.5rem;width:94%}}@media (max-width:768px){.nav-container{flex-wrap:wrap}.hamburger{display:flex;order:2}.navbar{overflow:hidden}.navbar.expanded{height:auto;padding-bottom:2rem}.nav-menu{flex-direction:column;gap:0;margin-top:.5rem;max-height:0;opacity:0;order:3;overflow:hidden;padding:0 2rem;position:relative;transition:max-height .4s ease,opacity .3s ease,padding .4s ease;width:100%}.nav-menu.active{max-height:400px;opacity:1;padding:1rem 2rem}.nav-menu li{border-bottom:1px solid #00ff661a;list-style:none;padding:.8rem 0;width:100%}.nav-menu li:last-child{border-bottom:none}.nav-link{display:block;font-size:1.1rem;padding:.5rem 0;text-align:center;width:100%}.nav-logo{order:1}}@media (max-width:480px){.navbar{border-radius:18px;padding:.7rem 1.2rem;width:95%}.logo-img{height:28px}.logo-text h2{font-size:1rem}.logo-text p{font-size:.7rem}.nav-menu.active{padding:.8rem 1.2rem 0}.nav-link{font-size:1rem}}@keyframes neonGlow{0%{box-shadow:0 0 0 #0f60}50%{box-shadow:0 0 25px #0f6c}to{box-shadow:0 0 15px #0f69}}@keyframes slideIn{0%{opacity:0;transform:translateX(-25px)}to{opacity:1;transform:translateX(0)}}.theme-toggle{align-items:center;background:#0a0a0a99;border:1px solid #00ff6659;border-radius:10px;color:#0f6;cursor:pointer;display:inline-flex;height:38px;justify-content:center;margin-left:1rem;transition:all .2s ease;width:38px}.theme-toggle:hover{box-shadow:0 0 12px #00ff6659;transform:translateY(-1px)}@media (max-width:768px){.theme-toggle{order:2}}.onboarding-navbar{border:none;border-bottom:1px solid #00ff6659;border-radius:0;left:0;margin:0;max-width:100%;padding:1rem 3rem;position:fixed;right:0;top:0;width:100%}:root[data-theme=light] .onboarding-navbar{border-bottom:1px solid #00000014}.onboarding-navbar.scrolled{box-shadow:0 2px 14px #00ff6640}@media (max-width:1024px){.onboarding-navbar{padding:.9rem 2rem}}@media (max-width:768px){.onboarding-navbar{padding:.9rem 1.5rem}}@media (max-width:480px){.onboarding-navbar{padding:.7rem 1.2rem}}.user-profile-trigger{align-items:center;background:#0a0a0a99;border:1px solid #00ff6659;border-radius:25px;cursor:pointer;display:flex;gap:.6rem;padding:.5rem 1rem;position:relative;transition:all .3s ease;-webkit-user-select:none;user-select:none}.user-profile-trigger:hover{background:#0a0a0acc;border-color:#00ff6680;box-shadow:0 0 12px #00ff6659}:root[data-theme=light] .user-profile-trigger{background:#ffffffe6;border:1px solid #00000026}:root[data-theme=light] .user-profile-trigger:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.user-avatar{align-items:center;background:linear-gradient(135deg,#0f6,#00a84a);border:2px solid #00ff6680;border-radius:50%;display:flex;height:32px;justify-content:center;overflow:hidden;width:32px}.avatar-image{height:100%;object-fit:cover;width:100%}.avatar-initials{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase}:root[data-theme=light] .user-avatar{border:2px solid #00000026}.user-name{color:#fff;font-size:.9rem;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=light] .user-name{color:#111}.dropdown-arrow{color:#0f6;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}:root[data-theme=light] .dropdown-arrow{color:#00a84a}.user-dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0af2;border:1px solid #00ff6659;border-radius:12px;box-shadow:0 4px 20px #0f63;min-width:180px;padding:.5rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:10000}:root[data-theme=light] .user-dropdown{background:#fffffffa;border:1px solid #00000026;box-shadow:0 4px 20px #0000001a}.dropdown-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:hover{background:#00ff6626;color:#0f6}.dropdown-item svg{flex-shrink:0}:root[data-theme=light] .dropdown-item{color:#111}:root[data-theme=light] .dropdown-item:hover{background:#0000000d;color:#00a84a}.dropdown-item.logout:hover{background:#ff323226;color:#ff5050}:root[data-theme=light] .dropdown-item.logout:hover{background:#ff32321a;color:#d32f2f}.dropdown-divider{background:#0f63;height:1px;margin:.5rem 0}:root[data-theme=light] .dropdown-divider{background:#0000001a}@media (max-width:768px){.user-name{display:none}.user-profile-trigger{padding:.5rem}.user-dropdown{min-width:160px}}@media (max-width:480px){.user-avatar{height:28px;width:28px}.dropdown-item{font-size:.85rem;padding:.65rem .85rem}}.hero{background:var(--dark-bg);box-sizing:border-box;color:var(--dark-text);display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden;padding:0 2rem;position:relative;text-align:center;z-index:0}.hero:after{animation:gridMove 20s linear infinite;background-image:linear-gradient(#ffffff0a 1px,#0000 0),linear-gradient(90deg,#ffffff0a 1px,#0000 0);background-size:60px 60px;content:"";inset:0;position:absolute;z-index:0}@keyframes gridMove{0%{opacity:.25;transform:translate(0)}50%{opacity:.35;transform:translate(30px,30px)}to{opacity:.25;transform:translate(60px,60px)}}.green-lines{animation:greenLinesMove 40s linear infinite;background-image:repeating-linear-gradient(90deg,#00ff660f,#00ff660f 1px,#0000 0,#0000 160px),repeating-linear-gradient(0deg,#00ff660f,#00ff660f 1px,#0000 0,#0000 160px);background-size:240px 240px;inset:0;pointer-events:none;position:absolute;z-index:1}@keyframes greenLinesMove{0%{background-position:0 0,0 0}to{background-position:240px 240px,240px 240px}}.hero-main{margin-left:auto;margin-right:auto;margin-top:8rem;max-width:800px;position:relative;z-index:2}.hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:var(--light-text);font-size:clamp(.9rem,2vw,1.1rem);line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:680px}.cta-button{align-items:center;border:2px solid #0f6;border-radius:8px;color:#000;display:inline-flex;font-size:.95rem;padding:12px 28px;z-index:2}.cta-button:hover{border-color:#00e65a;box-shadow:0 4px 20px #0f66;transform:translateY(-2px)}.cta-button i{margin-left:8px}.hero-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1000px;position:relative;z-index:2}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:1px solid var(--border-green-soft);border-radius:12px;cursor:pointer;overflow:hidden;padding:1.8rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.hero-card:hover{border-color:var(--neon-green);box-shadow:0 0 25px #00ff6659;transform:translateY(-4px)}.hero-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#0f6);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;margin-bottom:.6rem;margin-top:.8rem}.hero-card p{color:var(--light-text);font-size:.9rem;line-height:1.4;margin-bottom:1rem}.card-icon{align-items:center;color:#0f6;display:flex;font-size:2rem;justify-content:center;margin-bottom:.3rem;transition:transform .3s ease}.hero-card:hover .card-icon{transform:translateY(-5px) scale(1.1)}.progress-bar{background:#ffffff1a;border-radius:6px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#0f6,#00cc52);border-radius:6px;height:100%}.graph{align-items:flex-end;display:flex;height:80px;justify-content:space-between;margin-bottom:.5rem}.graph .bar{background:linear-gradient(180deg,#0f6,#00ff664d);border-radius:4px;transition:height .3s ease;width:18%}.stats{display:flex;gap:.5rem;justify-content:space-between}.stat-box{background:var(--card-bg);border:1px solid var(--border-green-soft);border-radius:6px;flex:1 1;padding:.8rem;text-align:center;transition:all .3s ease}.stat-box:hover{background:#ffffff14;border-color:var(--neon-green);transform:scale(1.05)}.stat-box h4{color:#0f6;font-size:1.2rem;margin-bottom:.3rem}.stat-box p{color:var(--muted-text);font-size:.8rem}@media (max-width:1024px){.hero-main{margin-top:10rem}.hero-title{font-size:clamp(1.8rem,4vw,2.8rem)}}@media (max-width:768px){.hero{height:auto;padding-bottom:4rem}.green-lines,.hero:after{animation:none;opacity:.15}.hero-main{margin-top:10rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem;padding:0 1rem}.cta-button{font-size:.9rem;padding:10px 20px}.hero-cards{gap:1rem;grid-template-columns:1fr}}@media (max-width:480px){.hero-main{margin-top:5.5rem}.hero-title{font-size:1.6rem}.cta-button,.hero-subtitle{font-size:.85rem}.cta-button{padding:8px 18px}.card-icon{font-size:1.6rem}.hero-card h3{font-size:1rem}.hero-card p{font-size:.85rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0a0a0a;background:var(--dark-bg);color:#eaeaea;color:var(--dark-text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}:root{--neon-green:#0f6;--dark-bg:#0a0a0a;--dark-surface:#111;--card-bg:#0f0f0f;--light-gray:#1a1a1a;--white:#fff;--dark-text:#eaeaea;--light-text:#ffffffbf;--muted-text:#fff9;--gradient-green:linear-gradient(135deg,#0f6,#00e65a);--border-green:#00ff6640;--border-green-soft:#00ff6626;--shadow-light:0 5px 15px #00ff6626;--shadow-medium:0 10px 25px #00ff6640;--shadow-heavy:0 15px 40px #00ff664d}:root[data-theme=light]{--dark-bg:#fff;--dark-surface:#fff;--card-bg:#fff;--light-gray:#f5f5f5;--white:#000;--dark-text:#1a1a1a;--light-text:#000000b3;--muted-text:#0000008c;--border-green:#00c85a40;--border-green-soft:#00c85a26}.App{background:#0a0a0a;background:var(--dark-bg);min-height:100vh}.section{overflow:hidden;padding:120px 0;position:relative}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f6,#00e65a);background:var(--gradient-green);-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:800;margin-bottom:4rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#0f6,#00e65a);background:var(--gradient-green);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.cta-button{background:#0f6;background:var(--neon-green);border:none;border-radius:50px;color:#0a0a0a;color:var(--dark-bg);cursor:pointer;display:inline-block;font-size:1.05rem;font-weight:600;padding:16px 34px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.cta-button:hover{background:#00e65a;box-shadow:0 10px 25px #00ff6640;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.cta-button.secondary{background:#0000;border:2px solid #0f6;border:2px solid var(--neon-green);color:#0f6;color:var(--neon-green)}.cta-button.secondary:hover{background:#0f6;background:var(--neon-green);box-shadow:0 5px 15px #00ff6626;box-shadow:var(--shadow-light);color:#0a0a0a;color:var(--dark-bg)}.fade-in{opacity:0;transform:translateY(50px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.section{padding:80px 0}.section-title{font-size:2.4rem;margin-bottom:2.5rem}.container{padding:0 1rem}.cta-button{font-size:1rem;padding:14px 28px}.cta-button:hover{box-shadow:0 5px 15px #00ff6626;box-shadow:var(--shadow-light);transform:none}:root{--shadow-light:0 4px 12px #00ff6626;--shadow-medium:0 8px 20px #0f63;--shadow-heavy:0 12px 30px #00ff6640}}@media (max-width:480px){.section-title{font-size:2rem}.cta-button{transition:all .2s ease}.cta-button:hover{transform:none}}.loading{opacity:0;transition:opacity .5s ease}.loaded{opacity:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a;background:var(--dark-bg)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0f6,#00e65a);background:var(--gradient-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0f6;background:var(--neon-green)}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cta-button:hover{transform:none}}.footer-logo h3,.hero-title,.logo-text h2,.section-title,h1,h2,h3{font-family:Space Grotesk,Inter,sans-serif}