:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#213547;background-color:#fff}body{margin:0;padding:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #FF69B4;--secondary-color: #FF1493;--text-color: #333;--background-color: #fff;--accent-color: #FFB6C1;--gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));--hero-height: 100vh;--max-width: 1440px;--container-padding: clamp(1rem, 5vw, 4rem)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-color);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){input,textarea,select{font-size:16px}button,a,[role=button]{min-height:44px;min-width:44px}}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.App-main{flex:1;width:100%}.hero-section{background:var(--gradient);color:#fff;min-height:var(--hero-height);position:relative;overflow:hidden;padding:0;width:100vw;max-width:100%}.hero-container{max-width:var(--max-width);margin:0 auto;padding:var(--container-padding);height:var(--hero-height);display:flex;align-items:center;gap:4rem}.hero-content{flex:1;max-width:600px;position:relative;z-index:2}.hero-text{display:flex;flex-direction:column;gap:2rem}.hero-section h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);opacity:.95;line-height:1.6;font-weight:400}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:1rem 0}.hero-feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.hero-feature:hover{transform:translateY(-2px)}.feature-icon{font-size:1.5rem;background:#fff3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.feature-text h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.feature-text p{font-size:.9rem;opacity:.9}.cta-container{display:flex;gap:1.5rem;margin-top:1rem}.cta-button{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.cta-button.primary{background:#fff;color:var(--primary-color)}.cta-button.secondary{background:#ffffff1a;border:2px solid white;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-visual{flex:1;position:relative;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.hero-image{position:relative;width:100%;height:100%;max-width:600px;display:flex;align-items:center;justify-content:center}.floating-nail-designs{position:relative;width:100%;height:100%;transform-style:preserve-3d}.nail-design{position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;animation-duration:6s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.nail-design:hover{transform:scale(1.1) rotate(5deg)}.design-content{width:80%;height:80%;border-radius:50%;background-size:cover;background-position:center;position:relative;overflow:hidden}.design-1{top:10%;left:10%;animation-name:float1}.design-2{top:30%;right:10%;animation-name:float2}.design-3{bottom:10%;left:30%;animation-name:float3}.design-1 .design-content{background-image:url(/images/ai-nail-design-pink-floral-pattern.jpg)}.design-2 .design-content{background-image:url(/images/ai-nail-design-geometric-pattern.jpg)}.design-3 .design-content{background-image:url(/images/ai-nail-design-abstract-art.jpg)}.design-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);animation:shine 3s infinite}@keyframes float1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(-5deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-25px) rotate(3deg)}}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.nail-design:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;background:linear-gradient(45deg,#ffffff1a,#ffffff0d);z-index:-1;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.features-section{padding:4rem var(--container-padding);background:var(--background-color)}.features-section h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;color:var(--text-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-card h3{font-size:1.5rem;margin:1rem 0;color:var(--text-color)}.how-it-works{padding:4rem var(--container-padding);background:#f8f9fa}.how-it-works h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;color:var(--text-color)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:var(--gradient);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.testimonials{padding:4rem var(--container-padding);background:var(--background-color)}.testimonials h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:3rem;color:var(--text-color)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border-left:4px solid var(--primary-color)}.testimonial-card p{font-style:italic;margin-bottom:1rem;color:var(--text-color)}.testimonial-card cite{color:var(--primary-color);font-weight:600}@media (max-width: 1200px){.hero-container{flex-direction:column;text-align:center;gap:2rem;padding:2rem;height:auto;min-height:100vh}.hero-content{max-width:100%}.hero-features,.cta-container{justify-content:center}.hero-visual{height:50vh;width:100%;min-height:400px}}@media (max-width: 768px){:root{--container-padding: 1rem}.hero-section{min-height:100vh}.hero-container{padding:1rem;gap:1.5rem;height:auto;min-height:100vh}.hero-section h1{font-size:clamp(1.8rem,6vw,2.5rem);line-height:1.2}.hero-subtitle{font-size:clamp(.9rem,3vw,1.1rem);line-height:1.5}.hero-features{grid-template-columns:1fr;gap:1rem}.hero-feature{padding:.75rem;gap:.75rem}.feature-icon{width:35px;height:35px;font-size:1.2rem}.feature-text h3{font-size:1rem}.feature-text p{font-size:.85rem}.cta-container{flex-direction:column;gap:1rem}.cta-button{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.95rem}.hero-visual{height:40vh;min-height:300px}.nail-design{width:120px;height:120px}.design-1{top:5%;left:5%}.design-2{top:20%;right:5%}.design-3{bottom:5%;left:20%}.features-section{padding:2rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.3rem}.how-it-works{padding:2rem 1rem}.steps-container{grid-template-columns:1fr;gap:1.5rem}.step{padding:1.5rem}.step-number{width:50px;height:50px;font-size:1.2rem}.testimonials{padding:2rem 1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}@media (max-width: 480px){.hero-section h1{font-size:clamp(1.5rem,7vw,2rem)}.hero-subtitle{font-size:clamp(.85rem,3.5vw,1rem)}.hero-feature{flex-direction:column;text-align:center;gap:.5rem}.feature-icon{align-self:center}.cta-button{padding:.75rem 1rem;font-size:.9rem}.nail-design{width:100px;height:100px}.design-1{top:2%;left:2%}.design-2{top:15%;right:2%}.design-3{bottom:2%;left:15%}.features-section h2,.how-it-works h2,.testimonials h2{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:2rem}.feature-card,.step,.testimonial-card{padding:1rem}.step-number{width:45px;height:45px;font-size:1.1rem}}@media (max-width: 768px) and (orientation: landscape){.hero-container{flex-direction:row;text-align:left;gap:2rem;height:100vh}.hero-content{flex:1}.hero-visual{flex:1;height:100%}.nail-design{width:80px;height:80px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card,.step,.testimonial-card{animation:fadeIn .6s ease-out forwards}#root{max-width:none;margin:0;padding:0;width:100%;height:100%}body{margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;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:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.App-main{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.App-main h1{font-size:3rem;color:#333;margin-bottom:20px}.footer{background-color:#f5f5f5;padding:20px;margin-top:auto;width:100%;box-sizing:border-box;position:relative;bottom:0;left:0;right:0}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:20px}.footer-link{color:#666;text-decoration:none;padding:5px 10px;transition:color .3s ease}.footer-link:hover{color:#000;text-decoration:underline}.terms-container,.privacy-container{max-width:800px;margin:50px auto;padding:20px;text-align:left}.terms-container h1,.privacy-container h1{text-align:center;margin-bottom:30px;color:#333}.terms-content,.privacy-content{line-height:1.6;color:#444}.back-button{margin:20px;padding:8px 16px;background-color:#f5f5f5;border:none;border-radius:4px;cursor:pointer;text-decoration:none;color:#333;display:inline-block}.back-button:hover{background-color:#e5e5e5}.support-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.back-link{margin:20px;color:#333;text-decoration:none;font-weight:500;display:inline-block}.back-link:hover{text-decoration:underline}.support-container{max-width:1100px;margin:0 auto;padding:2rem;text-align:left}.support-content{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.support-section{background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000f;padding:2rem}.support-section h2{margin-top:0;color:#333;font-size:1.75rem;margin-bottom:1.5rem;border-bottom:1px solid #eaeaea;padding-bottom:.75rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:1.5rem}.contact-item{padding:1.25rem;background-color:#f9f9f9;border-radius:8px;transition:transform .2s ease}.contact-item:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000014}.contact-item h3{margin-top:0;color:#444;font-size:1.2rem}.contact-item a{color:#06c;text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.note{font-size:.85rem;color:#777;margin-top:.5rem}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h3{color:#333;margin-bottom:.5rem;font-size:1.2rem}@media (max-width: 768px){.support-container{padding:1rem}.support-section{padding:1.5rem}.contact-info{grid-template-columns:1fr}}@media (max-width: 768px){.footer{padding:1rem}.footer-content{flex-direction:column;gap:.75rem;text-align:center}.footer-link{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.footer-content{gap:.5rem}.footer-link{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 768px){.terms-container,.privacy-container{margin:2rem auto;padding:1rem}.terms-container h1,.privacy-container h1{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem}.terms-content,.privacy-content{font-size:.9rem;line-height:1.5}.back-button{margin:1rem;padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.terms-container,.privacy-container{margin:1rem auto;padding:.75rem}.terms-container h1,.privacy-container h1{font-size:clamp(1.3rem,6vw,1.8rem)}.terms-content,.privacy-content{font-size:.85rem}.back-button{margin:.75rem;padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 480px){.support-container{padding:.75rem}.support-section{padding:1rem}.support-section h2{font-size:clamp(1.3rem,5vw,1.6rem);margin-bottom:1rem}.contact-item{padding:1rem}.contact-item h3,.faq-item h3{font-size:1.1rem}}@media (max-width: 768px){.cta-button,.footer-link,.back-button,.back-link{min-height:44px;display:flex;align-items:center;justify-content:center}.nail-design{min-width:44px;min-height:44px}}@media (max-width: 768px){.App,.App-main,.hero-section,.features-section,.how-it-works,.testimonials{overflow-x:hidden;width:100%}.hero-container,.features-grid,.steps-container,.testimonials-grid{width:100%;max-width:100%}}@media (max-width: 480px){.hero-subtitle,.feature-card p,.step p,.testimonial-card p{line-height:1.6}.hero-feature p,.feature-text p{line-height:1.5}}@media (max-width: 768px){.nail-design{animation-duration:8s}.nail-design:hover{transform:scale(1.05)}.feature-card:hover,.testimonial-card:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.nail-design{animation:none}.design-content:before{animation:none}.nail-design:after{animation:none}}@media (max-width: 768px){.hero-section,.hero-container{min-height:100vh;min-height:100dvh}}@media (prefers-contrast: high){.hero-feature{background:#fff3;border:2px solid white}.cta-button.secondary{border:3px solid white}.feature-card,.testimonial-card{border:2px solid #333}}@media (prefers-color-scheme: dark){:root{--text-color: #f0f0f0;--background-color: #1a1a1a}.features-section,.testimonials{background:#1a1a1a}.how-it-works{background:#2a2a2a}.feature-card,.testimonial-card{background:#2a2a2a;color:#f0f0f0}.footer{background-color:#2a2a2a}.footer-link{color:#ccc}.footer-link:hover{color:#fff}}.cta-button:focus,.footer-link:focus,.back-button:focus,.back-link:focus{outline:2px solid var(--primary-color);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:var(--primary-color);color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link:focus{top:6px}@media print{.hero-section{background:#fff!important;color:#000!important}.cta-container,.footer{display:none}.nail-design{animation:none}}
