@import"https://fonts.googleapis.com/css2?family=Bungee&display=swap";@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-layout{position:relative;width:100vw;height:100vh;overflow:hidden}.auth-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.close-button{position:absolute;top:20px;left:20px;z-index:100;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#0000004d;color:#fff;font-size:28px;font-weight:300;text-decoration:none;border-radius:50%;transition:background-color .3s,transform .3s;line-height:1}.close-button:hover{background-color:#0009;transform:scale(1.1)}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 2.5rem;width:100%;max-width:400px;background:#ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#2d3748}.auth-container h1{margin-bottom:1rem;font-size:2.25rem;font-weight:600;color:#007bff}.auth-form{width:100%;display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column}.input-group label{text-align:left;margin-bottom:.5rem;font-size:.9rem;color:#4a5568}.input-group input{padding:.8rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.3);background:#fff;color:#1a202c;font-size:1rem;outline:none;transition:border-color .3s,box-shadow .3s;width:100%;box-sizing:border-box}.input-group input::placeholder{color:#718096}.input-group input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff40}.password-wrapper{position:relative;width:100%}.password-wrapper input{padding-right:45px}.password-icon{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;color:#555}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem}.remember-me{display:flex;align-items:center;gap:.3rem}.remember-me label{color:#007bff;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-me input[type=checkbox]{cursor:pointer}.forgot-password a{color:#007bff;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.auth-button{padding:.8rem;margin-top:1rem;border-radius:20px;border:none;background-color:#007bff;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.auth-button:hover{background-color:#0056b3}.separator{display:flex;align-items:center;text-align:center;color:#a0aec0;margin:1rem 0;font-size:.8rem;font-weight:500}.separator:before,.separator:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.separator:not(:empty):before{margin-right:.5em}.separator:not(:empty):after{margin-left:.5em}.separator span{color:#4a5568}.google-login-button{display:flex;justify-content:center;align-items:center;width:100%;padding:10px;background-color:#4285f4;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;margin-top:10px}.google-login-button:hover{background-color:#357ae8}.google-icon{margin-right:10px}.switch-auth{margin-top:1.5rem;font-size:.9rem;color:#4a5568}.switch-auth a{color:#007bff;font-weight:600;text-decoration:none}.switch-auth a:hover{text-decoration:underline}.background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.header{background-color:#87ceeb;color:#fff;padding:.75rem 2rem;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;width:100%;z-index:1000;box-sizing:border-box}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;height:60px;width:100%}.header-left,.header-right{display:flex;align-items:center;gap:2rem}.site-name a{color:#fff;text-decoration:none;font-size:1.75rem;font-weight:700;letter-spacing:1px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s,text-shadow .3s;padding-bottom:5px;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:#fff;transition:all .3s ease-in-out}.nav-links a:hover:after,.nav-links a.active:after{width:100%;left:0}.nav-links a:hover{color:#f0f8ff;text-shadow:0 0 10px rgb(255,255,255)}.nav-item-dropdown{position:relative}.nav-link-dropdown:after{content:" ▾";font-size:.8em}.dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#87ceebe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;padding:10px 0 .5rem;min-width:150px;box-shadow:0 8px 16px #0003;z-index:1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,margin-top .3s ease}.nav-item-dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible;margin-top:5px}.dropdown-menu a{color:#fff;padding:.75rem 1.5rem;text-decoration:none;display:block;text-align:left;font-size:1rem;transition:background-color .3s}.dropdown-menu a:hover{background-color:#fff3}.search-container{position:relative;display:flex;align-items:center}.search-input{background-color:#fff3;border:1px solid rgba(255,255,255,.5);border-radius:30px;padding:.5rem 2.5rem .5rem 1rem;color:#fff;font-size:.9rem;width:200px;transition:all .4s ease-in-out;box-shadow:0 0 #ffffff4d}.search-input::placeholder{color:#fffc}.search-input:focus{outline:none;background-color:#ffffff4d;width:250px;box-shadow:0 0 15px #fff6}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;padding:.25rem}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-actions a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s}.header-actions a:hover{color:#f0f8ff}.user-action{font-size:1.5rem;transition:transform .3s}.user-action:hover{background-color:#fff3;color:#fff;transform:scale(1.05);box-shadow:0 0 15px #fff6}.cart-icon{font-size:1.5rem;transition:transform .3s}.cart-icon:hover{background-color:#fff3;color:#fff;transform:scale(1.05);box-shadow:0 0 15px #fff6}.footer{background-color:#333;color:#f4f4f4;padding:3rem 2rem;font-size:.9rem;width:100%;box-sizing:border-box}.footer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:left}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #87ceeb;padding-bottom:.3rem;display:inline-block}.footer-logo a{color:#87ceeb;text-decoration:none;font-size:2rem;font-weight:700}.footer-section.about p{margin-top:1rem;line-height:1.6;color:#ccc}.footer-section.links ul{list-style:none;padding:0}.footer-section.links ul li{margin-bottom:.75rem}.footer-section.links ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section.links ul li a:hover{color:#87ceeb}.social-icons{display:flex;gap:1.5rem;margin-top:1rem}.social-icons a{color:#f4f4f4;font-size:1.5rem;transition:color .3s,transform .3s}.social-icons a:hover{color:#87ceeb;transform:scale(1.2)}.footer-bottom{text-align:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #444;font-size:.85rem;color:#aaa}.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:6rem 2rem 2rem;font-family:"system-ui",sans-serif;color:#333;overflow:hidden;box-sizing:border-box}.error-container{max-width:600px;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-title{font-size:12rem;font-weight:900;margin:0;line-height:1;color:#87ceeb;animation:glitch 1s linear infinite}@keyframes glitch{2%,64%{transform:translate(2px) skew(0)}4%,60%{transform:translate(-2px) skew(0)}62%{transform:translate(0) skew(5deg)}}.error-title:before,.error-title:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;overflow:hidden}.error-title:before{left:3px;text-shadow:-2px 0 #ff00c1;animation:noise-anim-2 3s linear infinite alternate-reverse,glitch 1s linear infinite}.error-title:after{left:-3px;text-shadow:-2px 0 #00fff9,2px 2px #ff00c1;animation:noise-anim 2s linear infinite alternate-reverse,glitch 1s linear infinite}@keyframes noise-anim{0%{clip-path:inset(20% 0 70% 0)}20%{clip-path:inset(90% 0 5% 0)}40%{clip-path:inset(45% 0 45% 0)}60%{clip-path:inset(10% 0 85% 0)}80%{clip-path:inset(80% 0 10% 0)}to{clip-path:inset(30% 0 60% 0)}}@keyframes noise-anim-2{0%{clip-path:inset(85% 0 5% 0)}20%{clip-path:inset(10% 0 80% 0)}40%{clip-path:inset(60% 0 30% 0)}60%{clip-path:inset(30% 0 65% 0)}80%{clip-path:inset(90% 0 2% 0)}to{clip-path:inset(50% 0 40% 0)}}.error-subtitle{font-size:2.5rem;margin-top:1rem;font-weight:700;color:#4a5568}.error-description{font-size:1.1rem;color:#718096;margin-top:1rem;margin-bottom:2.5rem}.error-home-link{display:inline-block;padding:.8rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:#87ceeb;border-radius:50px;text-decoration:none;transition:background-color .3s,transform .3s}.error-home-link:hover{background-color:#76bada;transform:scale(1.05)}.home-page{color:#333}.hero-section{position:relative;height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.video-background{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);z-index:-1;pointer-events:none}.video-background video{width:100%;height:100%;object-fit:cover}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.hero-content h1{font-family:Bungee,cursive;font-weight:400;font-size:3.5rem;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content p{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:400;color:#ccc;margin:0 auto 2rem;display:inline-block;overflow:hidden;border-right:.15em solid orange;white-space:nowrap;letter-spacing:.1em;animation:typing 3.5s steps(68,end) 1.5s forwards,blink-caret .75s step-end infinite;width:0}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}.shop-now-btn{padding:.8rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:#87ceeb;border:none;border-radius:25px;cursor:pointer;transition:background-color .3s,transform .3s;opacity:0;animation:fadeInUp 1s ease-out 5.1s forwards}.shop-now-btn:hover{background-color:#76bada;transform:scale(1.05)}@keyframes scroll-wheel{0%{transform:translateY(0);opacity:1}to{transform:translateY(10px);opacity:0}}.scroll-down-container{position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%);cursor:pointer;opacity:0;animation:fadeInUp 1s ease-out 6s forwards}.mouse-icon{width:24px;height:40px;border:2px solid white;border-radius:12px;position:relative}.wheel{width:4px;height:8px;background:#fff;border-radius:2px;position:absolute;top:6px;left:50%;margin-left:-2px;animation:scroll-wheel 2s infinite}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 2rem;max-width:1200px;margin:0 auto;overflow-x:hidden}.about-content,.about-image{transition:transform .8s cubic-bezier(.25,.46,.45,.94),opacity .8s ease}.about-content{transform:translate(-100%);opacity:0}.about-image{transform:translate(100%);opacity:0}.about-section.is-visible .about-content,.about-section.is-visible .about-image{transform:translate(0);opacity:1}.about-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#333}.about-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#555}.about-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 20px #0000001a}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-section{padding:5rem 0;overflow:hidden;text-align:center}.product-section h2{font-size:2.5rem;margin-bottom:3rem}.product-slider-container{overflow-x:hidden;max-width:1200px;margin:0 auto;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent)}.product-slider-container:hover .product-slider{animation-play-state:paused}.product-slider{display:flex;gap:1.5rem;width:calc(200% + 1.5rem * var(--product-count));animation:infinite-scroll 40s linear infinite}.product-slider::-webkit-scrollbar{display:none}.product-card{width:350px;flex-shrink:0;scroll-snap-align:start;background:#fff;border-radius:10px;box-shadow:0 4px 15px #00000014;text-align:center;transition:transform .3s,box-shadow .3s;overflow:hidden;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #0000001f}.product-card h3{font-size:1.2rem;margin-bottom:.5rem}.product-card p{font-size:1.3rem;font-weight:600;color:#87ceeb;margin-bottom:1rem}.product-card img{width:100%;height:400px;object-fit:cover;display:block}.product-card-content{padding:1.5rem}.product-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.nav-arrow{background-color:transparent;border:none;font-size:2.5rem;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .3s,transform .3s;padding:0 1rem}.nav-arrow:hover:not(:disabled){color:#87ceeb;transform:scale(1.1)}.nav-arrow:disabled{color:#ccc;cursor:not-allowed}.pagination-container{background:#bebebe40;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-radius:50px;padding:.75rem 1.5rem;display:inline-flex;border:1px solid rgba(209,213,219,.3);box-shadow:0 8px 32px #0000001a}.pagination-dots{display:flex;align-items:center;gap:.75rem}.dot{width:8px;height:8px;border-radius:50%;background-color:#0003;transition:all .3s ease}.dot.active{background-color:#87ceeb;transform:scale(1.2)}.btn-primary,.btn-secondary{padding:.7rem 1.5rem;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background-color:#333;color:#fff;border:1px solid #333}.btn-primary:hover{background-color:#555}.btn-secondary{background-color:#87ceeb;color:#fff;border:none}.btn-secondary:hover{background-color:#76bada;color:#fff;transform:scale(1.05)}.about-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.about-header{background-color:#e0f7fa;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.about-header h1{font-size:3rem;color:#0077b6;margin-bottom:.5rem}.about-header p{font-size:1.2rem;color:#023e8a}.about-main{max-width:1200px;margin:0 auto;padding:2rem}.about-section{display:flex;align-items:center;gap:3rem;margin-bottom:4rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000000d}.about-section.reverse{flex-direction:row-reverse}.about-section-content{flex:1}.about-section-content h2{font-size:2.2rem;color:#333;margin-bottom:1rem;border-bottom:2px solid #ddf5ff;padding-bottom:.5rem;display:inline-block}.about-section-content p{font-size:1.1rem;line-height:1.8}.about-section-image{flex:1}.about-section-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.about-cta{text-align:center;padding:4rem 2rem;background-color:#f8f9fa;border-radius:8px}.about-cta h2{font-size:2.5rem;margin-bottom:1rem}.about-cta p{margin-bottom:2rem;font-size:1.1rem}.about-cta .btn-primary{background-color:#87ceeb;color:#fff;border:none;text-decoration:none;padding:.7rem 1.5rem;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s}.about-cta .btn-primary:hover{background-color:#76bada;color:#fff;transform:scale(1.05)}@media (max-width: 768px){.about-section,.about-section.reverse{flex-direction:column}}.contact-container{color:#333}.contact-header{background-color:#e0f7fa;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.contact-header h1{font-size:3rem;color:#0077b6;margin-bottom:.5rem}.contact-header p{font-size:1.2rem;color:#023e8a}.contact-main{max-width:1200px;margin:2rem auto;padding:2rem}.store-cards-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.store-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:400px;max-width:100%;transition:transform .3s ease,box-shadow .3s ease}.store-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.store-image{width:100%;height:220px;object-fit:cover}.store-info{padding:1.5rem}.store-info h2{font-size:1.8rem;color:#333;margin-bottom:1rem}.store-info p{font-size:1rem;line-height:1.6;margin-bottom:.5rem}.store-info p strong{color:#0077b6}.contact-info-section{text-align:center;padding:4rem 2rem;background-color:#f8f9fa;border-radius:8px;margin-top:4rem}.contact-info-section h2{font-size:2.5rem;margin-bottom:2rem;color:#333}.contact-details{margin-bottom:2rem}.contact-details p{font-size:1.2rem;margin:1rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.social-media-icons{display:flex;justify-content:center;gap:1.5rem}.social-media-icons a{color:#0077b6;font-size:2rem;transition:transform .3s ease,color .3s ease}.social-media-icons a:hover{color:#023e8a;transform:scale(1.2)}@media (max-width: 900px){.store-cards-container{flex-direction:column;align-items:center}.store-card{width:90%}}@media (max-width: 768px){.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1rem}}.privacy-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.privacy-header{background-color:#e0f7fa;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.privacy-header h1{font-size:3rem;color:#0077b6;margin-bottom:.5rem}.privacy-header p{font-size:1.2rem;color:#023e8a}.privacy-main{line-height:1.6;padding:0 20px;max-width:960px;margin:0 auto}.privacy-section{margin-bottom:50px}.privacy-section h2{font-size:2em;color:#333;border-bottom:2px solid #87ceeb;padding-bottom:10px;margin-bottom:20px}.privacy-section p,.privacy-section ul{font-size:1.1em;color:#555}.privacy-section ul{list-style-type:disc;padding-left:40px}.privacy-section li{margin-bottom:10px}.privacy-section strong{color:#333}.terms-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.terms-header{background-color:#e0f7fa;height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.terms-header h1{font-size:3rem;color:#0077b6;margin-bottom:.5rem}.terms-header p{font-size:1.2rem;color:#023e8a}.terms-main{line-height:1.6;padding:0 20px;max-width:960px;margin:0 auto}.terms-section{margin-bottom:50px}.terms-section h2{font-size:2em;color:#333;border-bottom:2px solid #87ceeb;padding-bottom:10px;margin-bottom:20px}.terms-section p,.terms-section ul{font-size:1.1em;color:#555}.terms-section ul{list-style-type:disc;padding-left:40px}.terms-section li{margin-bottom:10px}.terms-section strong{color:#333}.menu-page{width:100%}.doll-type-hero-section{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:url(/assets/dolls-Cecfn-Jg.png) no-repeat center center/cover;margin-top:-35px}.doll-type-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.doll-type-hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.doll-type-hero-content h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.doll-type-hero-content p{font-size:1.2rem;color:#f0f0f0}.menu-container{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1200px;padding:4rem 2rem;margin:0 auto}.menu-card{position:relative;width:400px;height:400px;border-radius:50%;overflow:hidden;box-shadow:0 10px 30px #0000001a;text-decoration:none;color:#fff;display:block;transition:transform .4s ease,box-shadow .4s ease}.menu-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003}.menu-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.menu-card:hover .menu-card-img{transform:scale(1.05)}.menu-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.menu-card:hover .menu-card-overlay{opacity:1}.menu-card-title{font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;transform:translateY(20px);opacity:0;transition:transform .4s ease .2s,opacity .4s ease .2s}.menu-card:hover .menu-card-title{transform:translateY(0);opacity:1}.dolls-page{width:100%}.dolls-hero-section{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:no-repeat center center/cover;margin-top:-35px}.dolls-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.dolls-hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.dolls-hero-content h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.dolls-hero-content p{font-size:1.2rem;color:#f0f0f0}.doll-product-card{background:#fff;border-radius:50px;box-shadow:0 6px 20px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.doll-product-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.doll-product-image{width:100%;height:450px;object-fit:cover}.doll-product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.doll-product-name{font-size:1.4rem;font-weight:600;color:#333;margin:0 0 .5rem}.doll-product-description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem;flex-grow:1}.doll-product-price{font-size:1.5rem;font-weight:700;color:#87ceeb;margin-bottom:1.5rem}.doll-card-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto}.doll-card-buttons button{padding:.75rem;border-radius:25px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.emotion-page{width:100%}.emotion-hero-section{position:relative;height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:url(/assets/characters-BNyVcTSA.png) no-repeat center center/cover;margin-top:-35px}.emotion-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.emotion-hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.emotion-hero-content h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.emotion-hero-content p{font-size:1.2rem;color:#f0f0f0}.products-grid-container{padding:4rem 2rem;max-width:1000px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.emotion-product-card{background:#fff;border-radius:50px;box-shadow:0 6px 20px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.emotion-product-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.emotion-product-image{width:100%;height:350px;object-fit:cover}.emotion-product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.emotion-product-name{font-size:1.4rem;font-weight:600;color:#333;margin:0 0 .5rem}.emotion-product-description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem;flex-grow:1}.emotion-product-price{font-size:1.5rem;font-weight:700;color:#87ceeb;margin-bottom:1.5rem}.emotion-card-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto}.emotion-card-buttons button{padding:.75rem;border-radius:25px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn{background-color:#fff;color:#333;border:2px solid #333}.add-to-cart-btn:hover{background-color:#333;color:#fff}.buy-now-btn{background-color:#87ceeb;color:#fff;border:2px solid #87ceeb}.buy-now-btn:hover{background-color:#76bada;border-color:#76bada}.profile-page{display:flex;max-width:1280px;margin:0 auto;padding:2rem;gap:2rem;min-height:calc(100vh - 150px)}.profile-sidebar{flex:0 0 280px;background-color:#f8f9fa;border-radius:10px;padding:1.5rem;height:fit-content}.sidebar-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e9ecef;padding-bottom:1.5rem}.sidebar-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #87ceeb}.sidebar-username{font-size:1.25rem;font-weight:600;color:#343a40}.sidebar-nav ul{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:.5rem}.nav-menu-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s;font-weight:500}.nav-menu-header:hover{background-color:#e9ecef}.nav-menu-header span{display:flex;align-items:center;gap:.75rem}.nav-submenu{list-style:none;padding-left:2.5rem;margin-top:.5rem;max-height:500px;overflow:hidden}.nav-submenu li{padding:.6rem 0;cursor:pointer;color:#495057;font-size:.95rem;border-radius:5px;transition:color .2s,background-color .2s}.nav-submenu li:hover{color:#87ceeb}.nav-submenu li.active{color:#87ceeb;font-weight:600}.single-link{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s;font-weight:500}.single-link:hover{background-color:#e9ecef}.single-link.active{background-color:#87ceeb;color:#fff}.single-link span{display:flex;align-items:center;gap:.75rem}.profile-content{flex-grow:1;background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 10px #0000000d}.profile-content h2{font-size:1.8rem;color:#343a40;border-bottom:2px solid #87ceeb;padding-bottom:.5rem;margin-bottom:1.5rem}.doll-detail-container{max-width:1100px;margin:40px auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.loading-container,.error-container{text-align:center;padding:50px;font-size:1.2rem;color:#555}.doll-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;background-color:#fff;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a}.doll-image-section{display:flex;justify-content:center;align-items:center}.main-doll-image{width:100%;max-width:450px;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.doll-info-section{display:flex;flex-direction:column}.doll-title{font-size:2.8rem;font-weight:700;color:#2c3e50;margin:0 0 10px;line-height:1.2}.doll-description{font-size:1rem;color:#7f8c8d;line-height:1.6;margin-bottom:25px}.doll-price{font-size:2.2rem;font-weight:600;color:#87ceeb;margin-bottom:20px}.option-group{margin-bottom:20px}.option-label{font-size:.9rem;font-weight:600;color:#555;margin-bottom:8px;text-transform:uppercase}.option-buttons{display:flex;flex-wrap:wrap;gap:10px}.option-btn{padding:8px 16px;border:1px solid #ccc;border-radius:20px;background-color:#fff;cursor:pointer;transition:all .2s ease}.option-btn.selected{background-color:#333;color:#fff;border-color:#333}.quantity-selector{display:flex;align-items:center}.quantity-btn{width:35px;height:35px;border:1px solid #ddd;background-color:#f9f9f9;font-size:1rem;cursor:pointer}.quantity-display{width:50px;height:35px;text-align:center;font-size:1rem;font-weight:600;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:35px}.action-buttons-container{display:flex;gap:15px;margin-top:auto;padding-top:20px}.add-to-cart-button{flex-grow:1;padding:15px 20px;font-size:1.1rem;font-weight:600;color:#333;background-color:#fff;border:2px solid #333;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.add-to-cart-button:hover:not(:disabled){background-color:#333;color:#fff;transform:translateY(-2px)}.buy-now-button{flex-grow:1;padding:15px 20px;font-size:1.1rem;font-weight:600;color:#fff;background:#87ceeb;border:2px solid #87ceeb;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 15px #87ceeb66}.buy-now-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #87ceeb99;background:#3498db;border-color:#3498db}.add-to-cart-button:disabled,.buy-now-button:disabled{background-color:#e0e0e0;border-color:#e0e0e0;color:#9e9e9e;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 992px){.doll-detail-card{grid-template-columns:1fr;gap:30px;padding:30px}.doll-image-section{order:1}.doll-info-section{order:2}.doll-title{font-size:2.4rem}}@media (max-width: 480px){.doll-detail-container{margin:20px auto;padding:10px}.doll-detail-card{padding:20px;border-radius:10px}.doll-title{font-size:2rem}.add-to-cart-button,.buy-now-button{padding:12px 15px;font-size:1rem}.action-buttons-container{flex-direction:column}}.product-detail-page{max-width:1200px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:15px;box-shadow:0 8px 25px #00000014}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.product-image-gallery{display:flex;flex-direction:column;gap:1rem;overflow:hidden;border-radius:10px}.main-product-image{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .4s ease;cursor:zoom-in}.product-image-gallery:hover .main-product-image{transform:scale(1.2)}.product-info{display:flex;flex-direction:column}.product-name{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 .5rem}.product-description-short{font-size:1rem;line-height:1.6;color:#666;margin-bottom:.5rem}.subscription-selector{margin-bottom:2rem}.subscription-selector label{font-weight:600;font-size:1rem;margin-bottom:.75rem;display:block;color:#333}.subscription-options{display:flex;gap:.75rem}.subscription-btn{padding:.6rem 1.2rem;border-radius:20px;border:2px solid #ddd;background-color:#fff;cursor:pointer;font-weight:600;transition:all .3s ease}.subscription-btn:hover{background-color:#f0f0f0;border-color:#ccc}.subscription-btn.active{background-color:#87ceeb;color:#fff;border-color:#87ceeb}.product-price-container{display:flex;align-items:center;margin-bottom:.5rem}.product-price{font-size:2rem;font-weight:700;color:#87ceeb}.action-buttons{display:flex;gap:1rem}.action-buttons button{padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.add-to-cart-detail-btn{background-color:#fff;color:#333;border:2px solid #333}.add-to-cart-detail-btn:hover{background-color:#333;color:#fff}.buy-now-detail-btn{background-color:#87ceeb;color:#fff;border:2px solid #87ceeb}.buy-now-detail-btn:hover{background-color:#76bada;border-color:#76bada}.product-not-found{text-align:center;padding:4rem 2rem}.product-not-found h2{font-size:2rem;margin-bottom:1rem}.product-not-found p{margin-bottom:2rem}.back-to-shop-link{display:inline-block;padding:.8rem 2rem;font-size:1rem;font-weight:600;color:#fff;background-color:#87ceeb;border-radius:50px;text-decoration:none;transition:background-color .3s,transform .3s}.back-to-shop-link:hover{background-color:#76bada;transform:scale(1.05)}@media (max-width: 768px){.product-detail-container{grid-template-columns:1fr}}@media (max-width: 480px){.product-name{font-size:2rem}.product-price{font-size:1.5rem}.action-buttons{flex-direction:column}.action-buttons button{width:100%;justify-content:center}}.chatbot-toggle-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background-color:#007bff;color:#fff;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px #0003;z-index:999}.chatbot-container{position:fixed;bottom:90px;right:20px;width:350px;height:500px;border:1px solid #ccc;border-radius:10px;display:flex;flex-direction:column;background:#f9f9f9;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:1000}.chatbot-header{background:#007bff;color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;font-weight:700}.chatbot-close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1}.chat-window{flex-grow:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px}.message{padding:10px 15px;border-radius:18px;max-width:80%;word-wrap:break-word}.message.user{background:#007bff;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message.bot{background:#e9e9eb;color:#333;align-self:flex-start;border-bottom-left-radius:4px}.chat-input-form{display:flex;border-top:1px solid #ccc;padding:10px}.chat-input-form input{flex-grow:1;border:1px solid #ddd;border-radius:20px;padding:10px 15px;outline:none}.chat-input-form button{margin-left:10px;border:none;background:#007bff;color:#fff;padding:10px 15px;border-radius:20px;cursor:pointer}.chat-input-form button:disabled{background:#aaa}.scroll-to-top-button{position:fixed;bottom:90px;right:20px;width:60px;height:60px;border-radius:50%;background-color:#ffa33a;color:#fff;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px #0003;z-index:998;transition:opacity .3s,transform .3s}.scroll-to-top-button:hover{background-color:#e5942b}:root{--bg-app: #f6f7fb;--bg-card: #ffffff;--bg-soft: #f8fafc;--text: #0f172a;--muted: #64748b;--border: #eef1f6;--shadow: 0 10px 30px rgba(2, 6, 23, .07);--head-bg: #87ceeb;--table-bg: #87ceeb;--panel-dk: #1f2430;--panel-dk-2: #1a1f2b;--panel-glow: 0 8px 28px rgba(239,68,68,.12);--accent-red: #ef4444;--accent-red-600: #dc2626;--accent-red-soft: rgba(239,68,68,.15);--text-strong: #f3f4f6}html,body,#root{width:100%;height:100%}.ant-layout{width:100%}.admin{min-height:100vh;background:var(--bg-app)}.admin__header{position:sticky;top:0;z-index:100;height:64px;display:flex;align-items:center;gap:16px;padding:0 16px;background:var(--head-bg);box-shadow:0 6px 20px #0ea5e940}.admin__header--minimal{justify-content:flex-start;gap:12px}.admin__brand{display:flex;align-items:center;gap:10px}.admin__logo{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#fff3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin__brandText{color:#0f172a;font-weight:700;font-size:18px}.admin__body{min-height:calc(100vh - 64px)}.admin__sider{border-right:1px solid var(--border)!important;background:#fff!important;min-height:calc(100vh - 64px)}.admin__siderTop{padding:10px 12px;border-bottom:1px solid var(--border)}.admin__sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.admin__sideMenu{flex:1;height:auto;border-inline-end:0!important;padding:8px 8px 16px;overflow:auto}.admin__siderBottom{border-top:1px solid var(--border);padding:12px;display:flex;align-items:center;gap:10px}.charBadge{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#0ea5e926,#6366f126);box-shadow:var(--shadow)}.charBadge__emoji{font-size:20px;line-height:1}.charBadge__label{color:var(--muted);font-size:12px}.ant-layout-sider-collapsed .admin__siderBottom{justify-content:center}.admin__contentWrap{background:var(--bg-app)!important;flex:1;min-width:0;padding:0 16px}.admin__breadcrumb{margin:16px 0;color:var(--muted)}.admin__content{padding:24px;background:var(--bg-card);border-radius:16px;min-height:280px;box-shadow:var(--shadow);width:100%}.dashTitle h1{margin:0 0 14px;font-size:22px;color:#000;text-shadow:none}.panel{background:#87ceeb;border:1px solid #6bbad8;border-radius:16px;box-shadow:0 8px 28px #87ceeb4d;padding:16px;margin-bottom:16px;color:#0f172a}.panel__header h2{margin:0;font-size:20px;color:#0f172a}.muted{margin:4px 0 0;color:#1e3a5f;font-size:12px}.searchRow{display:flex;gap:10px}.searchRow__input .ant-input{height:40px;background:#161a22;color:#e5e7eb;border:1px solid rgba(239,68,68,.25)}.btn-accent{height:40px;background:var(--accent-red);border:1px solid var(--accent-red-600);color:#fff;border-radius:8px}.btn-accent:hover{background:var(--accent-red-600)!important;color:#fff!important}.btn-rounded{border-radius:999px}.tableWrap{margin-top:12px}.table{width:100%;border-collapse:separate;border-spacing:0 10px;color:#0f172a}.table thead th{font-weight:700;font-size:12px;letter-spacing:.4px;color:#0f172a;text-align:left;padding:10px 14px}.table tbody tr{background:var(--table-bg);border:1px solid #6bbad8;box-shadow:0 6px 18px #87ceeb4d}.table tbody td{padding:14px;border-top:1px solid rgba(255,255,255,.05)}.table tbody tr td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.table tbody tr td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;border:2px solid rgba(255,255,255,.6);box-shadow:0 2px 10px #87ceeb66}.btn-pill{height:32px;min-width:32px;padding:0 10px;border-radius:10px;border:none;color:#111827;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.btn-edit{background:#f59e0b}.btn-edit:hover{background:#d97706;color:#111827}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626;color:#fff}.ant-input:focus,.ant-input-focused,.ant-btn:focus{box-shadow:0 0 0 3px #87ceeb66}.ant-table-thead>tr>th{background-color:#1976d2!important;color:#fff!important;font-weight:700;text-transform:uppercase}
