:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#5a4a4a;background-color:#fef9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}.header{background:linear-gradient(135deg,#fff5f5,#fef3e8,#f0fdf4);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo-icon{font-size:2.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text h1{font-size:1.5rem;font-weight:700;color:#8b5a5a;margin:0;font-family:Georgia,serif}.tagline{font-size:.85rem;color:#b89999;margin:0;font-style:italic}.nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#6b5555;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-link:hover{background:#ffb6b633;color:#8b5a5a}.nav-link--special{background:linear-gradient(135deg,#ffd6e0,#fff0e0);border:2px dashed #ffb6c1}.nav-link--special:hover{background:linear-gradient(135deg,pink,bisque)}.cart-link{position:relative;text-decoration:none;font-size:1.5rem;padding:.5rem}.cart-badge{position:absolute;top:-5px;right:-5px;background:#f99;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.header-container{flex-wrap:wrap;gap:1rem}.nav{order:3;width:100%;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}}.footer{background:linear-gradient(135deg,#fef7f7,#fef9f3);margin-top:auto;padding:3rem 0 1rem;border-top:1px solid #ffe4e4}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3{color:#8b5a5a;font-size:1.3rem;margin-bottom:1rem}.footer-section h4{color:#a07070;font-size:1rem;margin-bottom:.8rem}.footer-section p{color:#999;font-size:.9rem;line-height:1.6;margin:.5rem 0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#8b7070;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:#f99}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding:1rem 2rem;text-align:center;border-top:1px solid #ffe4e4}.footer-bottom p{color:#999;font-size:.85rem;margin:0}.home-page{min-height:100vh}.hero{background:linear-gradient(135deg,#fff5f5,#fef9f3,#f0fdf4);padding:4rem 2rem;position:relative;overflow:hidden;text-align:center}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-title{font-size:3.5rem;color:#8b5a5a;font-family:Georgia,serif;margin-bottom:1rem;line-height:1.2}.hero-title .highlight{color:#f99;position:relative}.hero-title .highlight:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;background:#ffb6b64d;z-index:-1}.hero-subtitle{font-size:1.3rem;color:#999;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#f99,#ffb399);color:#fff;box-shadow:0 4px 15px #ff99994d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f996}.btn-secondary{background:#fff;color:#8b5a5a;border:2px solid #ffcccc}.btn-secondary:hover{background:#fff5f5;border-color:#f99}.hero-decoration{position:absolute;inset:0;pointer-events:none}.floating-emoji{position:absolute;font-size:2rem;animation:float 4s ease-in-out infinite;opacity:.5}.e1{top:20%;left:10%;animation-delay:0s}.e2{top:30%;right:15%;animation-delay:1s}.e3{bottom:30%;left:20%;animation-delay:2s}.e4{bottom:20%;right:10%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.categories-section{padding:4rem 2rem;max-width:1400px;margin:0 auto}.section-title{font-size:2rem;color:#8b5a5a;text-align:center;margin-bottom:2rem;font-family:Georgia,serif}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid transparent}.category-card:hover{transform:translateY(-5px);border-color:#fcc;box-shadow:0 10px 30px #ff999926}.category-emoji{font-size:3rem;display:block;margin-bottom:1rem}.category-card h3{font-size:1.1rem;color:#8b5a5a;margin-bottom:.5rem}.category-card p{font-size:.9rem;color:#999;margin:0}.featured-section{padding:4rem 2rem;background:#fef9f9}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.product-info h3{font-size:1.1rem;color:#8b5a5a;margin-bottom:.5rem}.configurator-promo{background:linear-gradient(135deg,#ffd6e0,#fff0e0,#d6e0ff);padding:4rem 2rem;text-align:center}.promo-content h2{font-size:2rem;color:#8b5a5a;margin-bottom:1rem;font-family:Georgia,serif}.promo-content p{font-size:1.1rem;color:#999;max-width:600px;margin:0 auto 2rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}.catalog-page{padding:2rem;max-width:1400px;margin:0 auto}.catalog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.catalog-header h1{font-size:2rem;color:#8b5a5a;font-family:Georgia,serif;margin:0}.catalog-controls{display:flex;gap:1rem}.search-input{padding:.75rem 1.5rem;border:2px solid #ffe4e4;border-radius:25px;font-size:1rem;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#f99}.sort-select{padding:.75rem 1.5rem;border:2px solid #ffe4e4;border-radius:25px;font-size:1rem;background:#fff;outline:none;cursor:pointer}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.catalog-sidebar{background:#fff;padding:1.5rem;border-radius:20px;height:fit-content;position:sticky;top:100px}.catalog-sidebar h3{font-size:1.1rem;color:#8b5a5a;margin-bottom:1rem}.category-nav{display:flex;flex-direction:column;gap:.5rem}.category-nav a{padding:.75rem 1rem;text-decoration:none;color:#8b7070;border-radius:10px;transition:all .3s ease;font-size:.95rem}.category-nav a:hover{background:#fff5f5;color:#f99}.category-nav a.active{background:linear-gradient(135deg,#ffd6e0,#fff0e0);color:#8b5a5a;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:20px;padding:1.5rem;transition:all .3s ease;position:relative;border:2px solid transparent}.product-card:hover{border-color:#fcc;box-shadow:0 10px 30px #ff999926}.product-card a{text-decoration:none;color:inherit}.product-image{font-size:4rem;text-align:center;padding:2rem;background:linear-gradient(135deg,#fff5f5,#fef9f3);border-radius:15px;margin-bottom:1rem}.product-info h3{font-size:1rem;color:#8b5a5a;margin-bottom:.5rem}.product-price{font-size:1.2rem;font-weight:700;color:#f99;margin:0}.btn-add-to-cart{width:100%;padding:.75rem;margin-top:1rem;background:linear-gradient(135deg,#f99,#ffb399);color:#fff;border:none;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-to-cart:hover{transform:scale(1.02);box-shadow:0 4px 15px #ff99994d}.badge{position:absolute;top:1rem;left:1rem;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-new{background:#f99;color:#fff}.no-products{grid-column:1 / -1;text-align:center;color:#999;padding:3rem}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;order:-1}.category-nav{flex-direction:row;flex-wrap:wrap}}@media(max-width:600px){.catalog-header{flex-direction:column;align-items:stretch}.catalog-controls{flex-direction:column}.search-input,.sort-select{width:100%}}.product-page{padding:2rem;max-width:1200px;margin:0 auto}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:#fff;border-radius:30px;padding:3rem;box-shadow:0 5px 30px #0000000d}.product-gallery{display:flex;flex-direction:column;align-items:center}.main-image{font-size:10rem;background:linear-gradient(135deg,#fff5f5,#fef9f3);border-radius:20px;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.image-dots{display:flex;gap:.5rem;margin-top:1rem}.dot{width:10px;height:10px;border-radius:50%;background:#ffe4e4;cursor:pointer;transition:all .3s ease}.dot.active{background:#f99;width:30px;border-radius:5px}.product-details{display:flex;flex-direction:column;gap:1.5rem}.breadcrumbs{font-size:.9rem;color:#999}.breadcrumbs a{color:#999;text-decoration:none}.breadcrumbs a:hover{color:#f99}.product-title{font-size:2.5rem;color:#8b5a5a;font-family:Georgia,serif;margin:0}.product-price-big{font-size:2rem;color:#f99;font-weight:700;margin:0}.product-description{color:#666;line-height:1.7;font-size:1.05rem}.product-meta{padding:1rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.stock{font-weight:600}.in-stock{color:#4caf50}.out-of-stock{color:#f44336}.product-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.1rem}.product-features{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.feature{display:flex;align-items:center;gap:.75rem;color:#8b7070;font-size:.95rem}.feature-icon{font-size:1.2rem}@media(max-width:900px){.product-container{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-title{font-size:2rem}.main-image{font-size:6rem}}.configurator-page{padding:2rem;max-width:1400px;margin:0 auto}.config-title{font-size:2.5rem;color:#8b5a5a;text-align:center;font-family:Georgia,serif;margin-bottom:.5rem}.config-subtitle{text-align:center;color:#999;font-size:1.1rem;margin-bottom:2rem}.configurator-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.preview-section{position:sticky;top:120px;height:fit-content}.canvas-container{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#fff5f5,#fef9f3,#f0fdf4);border-radius:30px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.rotation-hint{text-align:center;color:#999;font-size:.9rem;margin-top:1rem}.options-section{display:flex;flex-direction:column;gap:2rem}.category-section h3{font-size:1.2rem;color:#8b5a5a;margin-bottom:1rem}.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.item-card{background:#fff;border:2px solid #ffe4e4;border-radius:15px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.item-card:hover{border-color:#f99;transform:translateY(-2px)}.item-card.selected{border-color:#f99;background:linear-gradient(135deg,#fff5f5,#ffe4e4);box-shadow:0 5px 20px #f993}.color-preview{width:50px;height:50px;border-radius:50%;border:3px solid white;box-shadow:0 2px 10px #0000001a}.item-name{font-size:.9rem;color:#8b5a5a;font-weight:500;text-align:center}.item-price{font-size:.85rem;color:#f99;font-weight:600}.summary-section{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 5px 20px #0000000d;margin-top:1rem}.summary-total{display:flex;justify-content:space-between;padding:1rem 0;margin-top:.5rem;border-top:2px dashed #ffe4e4;font-size:1.3rem;font-weight:700;color:#8b5a5a}.btn-large{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}@media(max-width:1000px){.configurator-layout{grid-template-columns:1fr}.preview-section{position:static}.canvas-container{max-width:400px;margin:0 auto}.items-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.items-grid{grid-template-columns:repeat(2,1fr)}}.cart-page{padding:2rem;max-width:1200px;margin:0 auto}.cart-page h1{font-size:2rem;color:#8b5a5a;font-family:Georgia,serif;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 2rem}.empty-icon{font-size:5rem;margin-bottom:1rem;opacity:.5}.cart-empty h2{color:#8b5a5a;margin-bottom:.5rem}.cart-empty p{color:#999;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 2px 10px #0000000d}.item-image{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff5f5,#fef9f3);border-radius:15px}.item-details{flex:1}.item-details h3{font-size:1.1rem;color:#8b5a5a;margin-bottom:.25rem}.item-price{color:#f99;font-weight:600;margin:0}.item-quantity{display:flex;align-items:center;gap:.75rem;background:#f9f9f9;padding:.5rem 1rem;border-radius:25px}.qty-btn{width:30px;height:30px;border:none;background:#fff;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.qty-btn:hover{background:#f99;color:#fff}.item-total{font-size:1.1rem;font-weight:700;color:#8b5a5a;min-width:100px;text-align:right}.remove-btn{width:35px;height:35px;border:none;background:#fff5f5;border-radius:50%;color:#f99;font-size:1rem;cursor:pointer;transition:all .3s ease}.remove-btn:hover{background:#f99;color:#fff}.cart-summary{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 20px #0000000d;height:fit-content;position:sticky;top:120px}.cart-summary h3{font-size:1.3rem;color:#8b5a5a;margin-bottom:1.5rem}.summary-rows{border-bottom:1px solid #f0f0f0;padding-bottom:1rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#666;font-size:.95rem}.summary-total{display:flex;justify-content:space-between;font-size:1.4rem;font-weight:700;color:#8b5a5a;margin-bottom:1.5rem}.cart-summary .btn{width:100%;text-align:center;margin-bottom:.75rem}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.item-quantity{order:5;width:100%;justify-content:center;margin-top:1rem}}.checkout-page{padding:2rem;max-width:900px;margin:0 auto}.checkout-page h1{font-size:2rem;color:#8b5a5a;font-family:Georgia,serif;margin-bottom:2rem}.checkout-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 2px 15px #0000000d}.form-section h2{font-size:1.2rem;color:#8b5a5a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px dashed #ffe4e4}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#8b5a5a;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #ffe4e4;border-radius:12px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f99}.form-group textarea{resize:vertical}.order-summary{background:linear-gradient(135deg,#fff5f5,#fef9f3);padding:2rem;border-radius:20px;border:2px dashed #ffcccc}.order-summary h2{font-size:1.2rem;color:#8b5a5a;margin-bottom:1rem}.order-items{border-bottom:1px solid #ffe4e4;padding-bottom:1rem;margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;color:#666;font-size:.95rem}.order-total{display:flex;justify-content:space-between;font-size:1.4rem;font-weight:700;color:#8b5a5a;margin-bottom:1.5rem}.btn-large{width:100%;padding:1.25rem;font-size:1.1rem}.payment-info{text-align:center;color:#999;font-size:.9rem;margin-top:1rem}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.about-page{max-width:1000px;margin:0 auto;padding-bottom:3rem}.about-hero{background:linear-gradient(135deg,#fff5f5,#fef9f3,#f0fdf4);text-align:center;padding:4rem 2rem;border-radius:0 0 40px 40px}.about-hero h1{font-size:3rem;color:#8b5a5a;font-family:Georgia,serif;margin-bottom:.5rem}.hero-tagline{font-size:1.2rem;color:#999;font-style:italic}.about-content{padding:2rem}.about-story{background:#fff;padding:2.5rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 5px 20px #0000000d}.about-story h2{font-size:1.5rem;color:#8b5a5a;margin-bottom:1rem}.about-story p{color:#666;line-height:1.8;margin-bottom:1rem}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.value-card{background:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.value-card h3{font-size:1.1rem;color:#8b5a5a;margin-bottom:.5rem}.value-card p{color:#999;font-size:.95rem;line-height:1.5}.about-faq{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #0000000d}.about-faq h2{font-size:1.5rem;color:#8b5a5a;margin-bottom:1.5rem}.about-faq details{border-bottom:1px solid #f0f0f0;padding:1rem 0}.about-faq summary{cursor:pointer;font-weight:600;color:#8b5a5a;padding:.5rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center}.about-faq summary:after{content:"+";font-size:1.5rem;color:#f99}.about-faq details[open] summary:after{content:"−"}.about-faq details p{color:#666;line-height:1.6;padding-top:.5rem;margin:0}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fef9f9;color:#5a4a4a}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}a{color:inherit}button{font-family:inherit}img{max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#fcc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f99}::selection{background:#fcc;color:#8b5a5a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease}
