:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100%;min-height:100dvh;overflow-x:hidden;overflow-y:auto}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}}img,video{max-width:100%;height:auto}@media (max-width: 768px){:root{font-size:14px}}@media (max-width: 480px){:root{font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--text-dark, #212529);transition:color .3s ease}:root{--primary: #ef8cab;--secondary: #ffffff;--accent: #FFD700;--text: #831843;--text-dark: #212529;--gradient-start: #ef8cab;--gradient-end: #ffffff;--nav-link: #831843;--nav-link-hover: #FFD700;--highlight: #ef8cab}.landing-page{width:100%;min-height:100vh;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;z-index:1000}.nav-brand{font-size:24px;font-weight:600;display:flex;align-items:center}.nav-logo{height:60px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:opacity .3s ease}.navbar{background:transparent;box-shadow:none;padding-top:calc(16px + env(safe-area-inset-top))}.hero-section{position:relative;width:100%;height:100dvh;background:linear-gradient(135deg,var(--gradient-start, #ef8cab) 0%,var(--gradient-end, #ffffff) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:background .5s ease}.hero-content{position:relative;width:100%;height:100%}.mesh-gradient-primary{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.mesh-gradient-wireframe{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4;z-index:2}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none}.vertical-rectangles{position:absolute;top:50%;right:5%;transform:translateY(-50%);display:flex;flex-direction:column;gap:20px;z-index:15;pointer-events:auto}.rectangle{width:120px;height:120px;border-radius:8px;opacity:.8;transition:all .3s ease;cursor:pointer}.rectangle-1{background:linear-gradient(135deg,#000,#fff);box-shadow:0 4px 12px #0000004d;display:flex;justify-content:center;align-items:center}.rectangle-2{background:linear-gradient(135deg,#ef8cab,#fff);box-shadow:0 4px 12px #ef8cab4d;display:flex;justify-content:center;align-items:center}.small-toothbrush-image{width:80%;height:80%;object-fit:contain;transition:opacity .3s ease}.rectangle-3{background:linear-gradient(135deg,teal,#fff);box-shadow:0 4px 12px #0080804d;display:flex;justify-content:center;align-items:center}.rectangle:hover{transform:scale(1.05);opacity:1}.circle{position:absolute;border-radius:50%;animation:float 3s ease-in-out infinite alternate}.circle-small{width:40px;height:40px;background:#ffffff4d;animation-delay:.5s}.circle-medium{width:80px;height:80px;background:rgba(var(--primary-rgb, 239, 140, 171),.2);animation-delay:1s;transition:background .3s ease}.circle-large{width:120px;height:120px;background:#ffffff26;animation-delay:1.5s}.blob{position:absolute;animation:float 4s ease-in-out infinite alternate}.blob-1{width:150px;height:150px;background:rgba(var(--primary-rgb, 239, 140, 171),.15);border-radius:50% 30% 70% 40%;animation-delay:2s;transition:background .3s ease}.blob-2{width:200px;height:200px;background:#fff3;border-radius:40% 60% 30% 70%;animation-delay:2.5s}.hero-container{position:relative;z-index:10;width:100%;height:100%}.hero-text{position:absolute;bottom:48px;left:48px;color:var(--text, #831843);max-width:600px;animation:slideUp .8s cubic-bezier(.4,0,.2,1);z-index:10;text-shadow:0 2px 4px rgba(255,255,255,.7);transition:color .3s ease}.hero-product{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:fadeIn .6s ease-out;z-index:10}.hero-text h1{font-size:clamp(22px,6vw,48px);font-weight:700;line-height:1.2;margin-bottom:24px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-text .highlight{color:var(--highlight, #ef8cab);background:linear-gradient(135deg,var(--highlight, #ef8cab),#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.hero-text p{font-size:clamp(14px,2.5vw,20px);line-height:1.75;margin-bottom:32px;opacity:1;font-weight:500}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn{padding:12px 24px;min-height:44px;touch-action:manipulation;font-size:16px;font-weight:600;border-radius:24px;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#87ceeb,#5dade2);color:#fff;box-shadow:0 4px 12px #87ceeb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #87ceeb66}.btn-secondary{background:#fff;color:#87ceeb;border:2px solid #87CEEB}.btn-secondary:hover{background:#87ceeb;color:#fff;transform:translateY(-2px)}.hero-product{display:flex;justify-content:center;align-items:center;animation:fadeIn .6s ease-out}.product-card{position:relative;background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:transform .3s ease}.product-image{width:clamp(220px,32vw,480px);max-height:min(58dvh,520px);height:auto;object-fit:contain;transition:opacity .3s ease}.product-badge{position:absolute;top:16px;right:16px;background:var(--accent, #FFD700);color:var(--text-dark, #212529);padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;transition:all .3s ease}.features-section{padding:clamp(48px,8vw,80px) 0;scroll-margin-top:96px;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 24px}.features-section h2{font-size:clamp(24px,4.5vw,36px);font-weight:700;text-align:center;margin-bottom:48px;color:var(--text-dark, #212529)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px -1px #0000001a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text-dark, #212529)}.feature-card p{font-size:16px;line-height:1.5;color:#6c757d}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.circle,.blob{animation:none!important}*{scroll-behavior:auto!important;transition:none!important}}@media (max-width: 1024px){.hero-text{left:32px;bottom:32px;max-width:400px}.hero-product{left:50%;transform:translate(-50%,-50%)}.features-grid{grid-template-columns:repeat(2,1fr)}.hero-text h1{font-size:28px}.hero-text p{font-size:15px}}@media (max-width: 768px){.navbar{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top))}.nav-logo{height:44px}.container{padding:0 16px}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:auto;min-height:100dvh;padding-top:70px}.hero-text{position:static;left:auto;bottom:auto;max-width:90%;text-align:center;padding:0 16px}.hero-product{position:static;transform:none;margin-top:20px}.hero-text h1{font-size:26px;margin-bottom:16px}.hero-text p{font-size:15px;margin-bottom:24px}.features-grid{grid-template-columns:1fr}.product-image{width:min(70vw,360px);height:auto}}@media (max-width: 480px){.hero-text{max-width:90%;padding:0 16px}.hero-text h1{font-size:22px;margin-bottom:14px}.hero-text p{font-size:14px;margin-bottom:20px}.hero-buttons{flex-direction:column;align-items:center;gap:12px;width:100%}.btn{width:100%;max-width:280px}.product-image{width:min(80vw,320px);height:auto}.hero-container{gap:16px;min-height:100dvh;padding-top:70px}}.theme-drawer{position:fixed;bottom:20px;right:20px;width:auto;height:auto;border:1px solid rgba(0,0,0,.1);z-index:100;display:flex;align-items:flex-start;justify-content:flex-start;padding:15px;border-radius:12px;border-color:transparent}.theme-options-container{display:flex;flex-direction:column;gap:15px;padding:0;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.theme-options-container::-webkit-scrollbar{display:none}.theme-option-mobile{width:60px;height:60px;border-radius:50%;flex-shrink:0;scroll-snap-align:center;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.theme-option-mobile:hover,.theme-option-mobile.active{transform:scale(1.1)}.theme-option-mobile:focus{outline:2px solid var(--nav-link-hover, #FFD700);outline-offset:2px}.mobile-toothbrush-image{width:70%;height:70%;object-fit:contain;transition:opacity .3s ease}.theme-option{transition:all .3s ease;display:flex;justify-content:center;align-items:center;border-radius:8px;opacity:.8}.theme-option:hover{transform:scale(1.05);opacity:1}.theme-option:focus{outline:2px solid var(--nav-link-hover, #FFD700);outline-offset:2px}@media (max-width: 480px){.theme-drawer{bottom:15px;right:15px;padding:12px}.theme-option-mobile{width:50px;height:50px}.theme-options-container{gap:12px}}@media (prefers-reduced-motion: reduce){.theme-option-mobile,.theme-option{transition:none}.theme-option-mobile:hover,.theme-option:hover,.theme-option-mobile.active{transform:none}}@media (min-width: 769px){.theme-drawer{display:none}}#root{width:100%;min-height:100dvh;margin:0;padding:0;text-align:initial}.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}
