:root,[data-theme=light]{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-secondary:#a855f7;--color-text-main:#0f172a;--color-text-body:#1e293b;--color-text-secondary:#334155;--color-text-muted:#64748b;--color-bg-main:#f8fafc;--color-bg-panel:#ffffffbf;--color-bg-card:#fff;--color-bg-modal:#fff;--color-bg-input:#fff;--color-bg-navbar:#ffffffd9;--color-border-subtle:#e2e8f0;--color-border-medium:#cbd5e1;--color-input-border:#cbd5e1;--color-shadow:#00000014;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--color-text-body);background-color:var(--color-bg-main);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}[data-theme=dark]{--color-primary:#818cf8;--color-primary-hover:#6366f1;--color-secondary:#c084fc;--color-text-main:#f8fafc;--color-text-body:#e2e8f0;--color-text-secondary:#cbd5e1;--color-text-muted:#94a3b8;--color-bg-main:#0b1329;--color-bg-panel:#1e293bd9;--color-bg-card:#1e293b;--color-bg-modal:#1e293b;--color-bg-input:#0f172a;--color-bg-navbar:#0f172ae6;--color-border-subtle:#334155;--color-border-medium:#475569;--color-input-border:#475569;--color-shadow:#0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--color-text-body);background-color:var(--color-bg-main)}a{color:var(--color-primary);-webkit-text-decoration:inherit;text-decoration:inherit;border-radius:4px;font-weight:500}a:hover{color:var(--color-primary-hover)}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}body{background-color:var(--color-bg-main);min-width:320px;min-height:100vh;color:var(--color-text-body);place-items:center;margin:0;transition:background-color .3s,color .3s;display:flex}h1{font-size:3rem;line-height:1.1}button{border:1px solid var(--color-border-medium);background-color:var(--color-bg-card);color:var(--color-text-body);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:border-color .25s,background-color .25s,box-shadow .25s,color .25s}button:hover{border-color:var(--color-primary)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 3px #6366f140}#root{width:100%;min-height:100vh;margin:0;padding:0}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#475569}:root{--primary-color:#6366f1;--secondary-color:#a855f7;--bg-color:#f8fafc;--text-color:#1e293b;--card-bg:#fffc}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.home-container{flex-direction:column;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.circle{filter:blur(80px);z-index:0;opacity:.6;border-radius:50%;position:absolute}.circle-1{background:var(--primary-color);width:320px;height:320px;top:-48px;left:-48px}.circle-2{background:var(--secondary-color);width:400px;height:400px;bottom:-96px;right:-96px}.hero-section{text-align:left;z-index:1;margin-bottom:3rem;animation:.8s ease-out fadeInDown}.title{margin-bottom:.5rem;font-size:3rem;font-weight:800}.brand-name{background:linear-gradient(to right, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tagline{color:#475569;font-size:1.25rem}.roi-term{color:inherit;cursor:help;border-bottom:1px dotted;border-radius:2px;margin:0}.roi-term:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.features-section{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.feature-block{align-items:flex-start;gap:1.5rem;animation:1s ease-out fadeInUp;display:flex}.feature-icon{background:#fff;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:2rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.feature-content h2{color:var(--primary-color);margin-bottom:.5rem}.feature-content p{color:#334155;margin:0;line-height:1.6}.cta-section{z-index:1;text-align:left;animation:1s ease-out fadeInUp}.mission-statement{color:#1e293b;margin-bottom:1.5rem;font-weight:600}.enter-button{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:2.5rem;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.25rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #6366f166}.enter-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #6366f199}.enter-button:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px;box-shadow:0 0 0 4px #6366f14d}.arrow{transition:transform .2s}.enter-button:hover .arrow{transform:translate(4px)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.split-layout{text-align:center;flex-direction:column;gap:3rem}.left-panel{text-align:center;max-width:100%}.hero-section,.cta-section{text-align:center}.feature-block{text-align:center;flex-direction:column;align-items:center}.right-panel{width:100%}.title{font-size:2rem}}.content-wrapper{z-index:1;box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto}.split-layout{justify-content:space-between;align-items:center;gap:4rem;width:100%;padding:2rem;display:flex}.left-panel{text-align:left;z-index:1;flex:1;max-width:600px}.right-panel{z-index:1;flex:1;justify-content:center;align-items:center;display:flex}.hero-image{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff80;border-radius:1rem;width:100%;max-width:800px;height:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#475569;text-align:center;z-index:1;background:#ffffffd9;border-top:1px solid #e2e8f0;padding:.75rem 2rem;font-size:.75rem;line-height:1.4}.home-footer p{max-width:1000px;margin:0 auto}[data-theme=dark] .home-container{color:#f8fafc;background-color:#0b1329}[data-theme=dark] .tagline{color:#cbd5e1}[data-theme=dark] .feature-content h2{color:#f8fafc}[data-theme=dark] .feature-content p{color:#cbd5e1}[data-theme=dark] .home-footer{color:#94a3b8;background:#0f172ae6;border-top:1px solid #334155}[data-theme=dark] .hero-image{border-color:#334155;box-shadow:0 20px 25px -5px #0006}
