.loading-screen[data-v-a96ba526]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--color-background)}.spinner[data-v-a96ba526]{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid var(--color-primary);border-radius:50%;animation:spin-a96ba526 1s linear infinite;margin-bottom:1rem}@keyframes spin-a96ba526{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen p[data-v-a96ba526]{color:var(--color-textLight);font-size:1.1rem}.error-screen[data-v-daba1ffc]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--color-background)}.error-icon[data-v-daba1ffc]{color:#ef4444;margin-bottom:1.5rem}.error-screen h2[data-v-daba1ffc]{font-family:var(--font-heading);font-size:2rem;color:var(--color-text);margin-bottom:1rem}.error-screen p[data-v-daba1ffc]{color:var(--color-textLight);font-size:1.1rem;margin-bottom:2rem;max-width:500px}:root{--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-secondary: #1e40af;--color-accent: #3b82f6;--color-background: #ffffff;--color-text: #1f2937;--color-textLight: #6b7280;--font-primary: "Inter", sans-serif;--font-heading: "Poppins", sans-serif;--spacing-section: 80px;--spacing-container: 20px;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);color:var(--color-text);background:var(--color-background);line-height:1.6;overflow-x:hidden}#app{min-height:100vh;position:relative;overflow-x:hidden}.global-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none;background:linear-gradient(135deg,var(--color-primary) 0%,color-mix(in srgb,var(--color-primary) 95%,var(--color-accent) 5%) 100%)}.bg-mesh{position:absolute;width:100%;height:100%;opacity:.4}.mesh-gradient{position:absolute;border-radius:50%;filter:blur(120px);animation:meshMove 20s ease-in-out infinite}.mesh-1{width:800px;height:800px;top:-200px;right:-200px;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 15%,transparent),transparent 70%);animation-delay:0s;opacity:.3}.mesh-2{width:600px;height:600px;bottom:-150px;left:-150px;background:radial-gradient(circle,color-mix(in srgb,var(--color-secondary) 12%,transparent),transparent 70%);animation-delay:-7s;opacity:.25}.mesh-3{width:700px;height:700px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 10%,transparent),transparent 70%);animation-delay:-14s;opacity:.2}@keyframes meshMove{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-60px) scale(1.15)}66%{transform:translate(-40px,40px) scale(.9)}}.particles{position:absolute;width:100%;height:100%;opacity:.3}.particle{position:absolute;width:3px;height:3px;background:var(--color-accent);border-radius:50%;opacity:0;box-shadow:0 0 8px color-mix(in srgb,var(--color-accent) 50%,transparent),0 0 15px color-mix(in srgb,var(--color-accent) 30%,transparent);animation:particleFloat calc(15s + var(--i) * 2s) ease-in-out infinite;animation-delay:calc(var(--i) * -1.2s)}.particle:nth-child(1){top:20%;left:10%}.particle:nth-child(2){top:40%;left:80%}.particle:nth-child(3){top:60%;left:30%}.particle:nth-child(4){top:80%;left:70%}.particle:nth-child(5){top:30%;left:50%}.particle:nth-child(6){top:70%;left:15%}.particle:nth-child(7){top:15%;left:65%}.particle:nth-child(8){top:50%;left:85%}.particle:nth-child(9){top:85%;left:40%}.particle:nth-child(10){top:25%;left:25%}.particle:nth-child(11){top:55%;left:55%}.particle:nth-child(12){top:10%;left:90%}@keyframes particleFloat{0%,to{opacity:0;transform:translate(0) scale(.5)}15%{opacity:.4}50%{opacity:.6;transform:translate(60px,-120px) scale(1.2)}85%{opacity:.3}}.fluid-lines{position:absolute;width:100%;height:100%;opacity:.06}.line-svg{position:absolute;width:100%;height:100%}.line-path{stroke:var(--color-accent);stroke-width:1.5;stroke-linecap:round;animation:lineFlow 8s ease-in-out infinite}.line-1{animation-delay:0s;stroke-width:2}.line-2{animation-delay:-2.7s;stroke-width:1.5;opacity:.7}.line-3{animation-delay:-5.3s;stroke-width:1;opacity:.5}@keyframes lineFlow{0%,to{stroke-dasharray:1000;stroke-dashoffset:0}50%{stroke-dasharray:1000;stroke-dashoffset:500}}.iso-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(30deg,color-mix(in srgb,var(--color-accent) 4%,transparent) 1px,transparent 1px),linear-gradient(150deg,color-mix(in srgb,var(--color-accent) 4%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--color-accent) 3%,transparent) 1px,transparent 1px);background-size:80px 140px,80px 140px,80px 80px;background-position:0 0,0 0,40px 70px;opacity:.15;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 0%,transparent 100%);mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 0%,transparent 100%)}.glow-effects{position:absolute;width:100%;height:100%;opacity:.25}.glow{position:absolute;border-radius:50%;filter:blur(130px);animation:glowPulse 10s ease-in-out infinite}.glow-1{width:500px;height:500px;top:10%;left:15%;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 10%,transparent),transparent);animation-delay:0s;opacity:.3}.glow-2{width:600px;height:600px;top:60%;right:10%;background:radial-gradient(circle,color-mix(in srgb,var(--color-secondary) 8%,transparent),transparent);animation-delay:-3.3s;opacity:.25}.glow-3{width:450px;height:450px;bottom:20%;left:40%;background:radial-gradient(circle,color-mix(in srgb,var(--color-accent) 7%,transparent),transparent);animation-delay:-6.7s;opacity:.2}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.15)}}#app>*:not(.global-background){position:relative;z-index:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-container)}.section{padding:var(--spacing-section) 0}.section-alt{background:transparent}.section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-primary);text-align:center;margin-bottom:3rem}.btn-primary{display:inline-block;padding:14px 32px;background:#fff;color:var(--color-primary);text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media(max-width:968px){.mesh-1{width:600px;height:600px}.mesh-2{width:500px;height:500px}.mesh-3{width:550px;height:550px}.iso-grid{background-size:60px 105px,60px 105px,60px 60px}}@media(max-width:768px){.section-title{font-size:2rem}:root{--spacing-section: 60px}.mesh-1{width:500px;height:500px}.mesh-2{width:400px;height:400px}.mesh-3{width:450px;height:450px}.glow-1,.glow-2,.glow-3{width:350px;height:350px}.particle{width:2px;height:2px}.particle:nth-child(n+7){display:none}.iso-grid{background-size:50px 87px,50px 87px,50px 50px;opacity:.1}.particles{opacity:.2}}@media(max-width:480px){.mesh-1,.mesh-2,.mesh-3{width:350px;height:350px}.glow{width:300px;height:300px}.iso-grid{opacity:.08}.fluid-lines{opacity:.04}.particle:nth-child(n+5){display:none}.particles{opacity:.15}}:global(body.theme-dark) .bg-mesh{opacity:.5}:global(body.theme-dark) .glow-effects{opacity:.3}:global(body.theme-dark) .iso-grid{opacity:.2}:global(body.theme-dark) .fluid-lines{opacity:.08}:global(body.theme-light) .bg-mesh{opacity:.3}:global(body.theme-light) .glow-effects{opacity:.2}:global(body.theme-light) .iso-grid{opacity:.12}:global(body.theme-light) .fluid-lines{opacity:.05}:global(body.theme-light) .particles{opacity:.2}html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-secondary);color:var(--color-text);font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}@media(min-width:1024px){html{scroll-snap-type:y proximity}section{scroll-snap-align:start}}.section{padding:5rem 2rem;background:var(--color-secondary)}.section-alt{background:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{font-family:var(--font-heading, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:2.5rem;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-secondary) 100%);border-radius:2px;box-shadow:0 2px 8px rgba(var(--color-accent-rgb, 255, 111, 62),.3)}:root{--font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--color-primary: #ffffff;--color-secondary: #f5f5f5;--color-accent: #2196F3;--color-text: #1a1a1a;--color-text-secondary: #4a4a4a;--color-primary-rgb: 255, 255, 255;--color-secondary-rgb: 245, 245, 245;--color-accent-rgb: 33, 150, 243;--color-text-rgb: 26, 26, 26}@media(max-width:1024px){.section{padding:4rem 1.75rem}.section-title{font-size:2.25rem}}@media(max-width:768px){.section{padding:3.5rem 1.5rem}.section-title{font-size:2rem;margin-bottom:2.5rem}.section-title:after{width:60px;height:3px}}@media(max-width:480px){.section{padding:3rem 1rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.section-title:after{width:50px}}.text-center{text-align:center}.text-primary{color:var(--color-accent)}.text-secondary{color:var(--color-text-secondary)}.bg-primary{background:var(--color-primary)}.bg-secondary{background:var(--color-secondary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}*{scrollbar-width:thin;scrollbar-color:var(--color-accent) var(--color-secondary)}::selection{background:var(--color-accent);color:#fff}::-moz-selection{background:var(--color-accent);color:#fff}
