.header{position:sticky;top:0;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#333}.logo h1{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:.1em}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.nav-link:hover:after{width:100%}.cart-icon-wrapper{display:flex;align-items:center}.cart-link{position:relative;text-decoration:none;color:#333;display:flex;align-items:center}.cart-icon{font-size:1.5rem;transition:color .3s ease}.cart-link:hover .cart-icon{color:#667eea}.cart-badge{position:absolute;top:-8px;right:-8px;background:#667eea;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:.5rem}.nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid #eee;padding:1rem 2rem;gap:1rem}.nav-mobile .nav-link{padding:.75rem 0;border-bottom:1px solid #f0f0f0}@media (max-width: 768px){.header-container{padding:1rem}.nav-desktop{display:none}.menu-toggle{display:block}.nav-mobile{display:flex;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-mobile-open{max-height:500px}.logo h1{font-size:1.25rem}}.footer{background:#2c3e50;color:#ecf0f1;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-section a:hover{color:#667eea}.footer-section p{color:#bdc3c7;font-size:.9rem;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;color:#95a5a6;font-size:.9rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#95a5a6;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media (max-width: 768px){.footer-container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden;background:#f5f5f5}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-category{position:absolute;top:1rem;right:1rem;background:#667eeae6;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#333}.product-description{font-size:.9rem;color:#666;margin:0 0 1rem;line-height:1.5;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1rem;font-weight:600;color:#667eea}.product-cta{font-size:.9rem;color:#667eea;font-weight:500;transition:transform .3s ease}.product-card:hover .product-cta{transform:translate(4px)}@media (max-width: 768px){.product-info{padding:1rem}.product-title{font-size:1.1rem}.product-description{font-size:.85rem}}.product-configurator{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.configurator-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#333}.configurator-section{margin-bottom:2rem}.configurator-label{display:flex;flex-direction:column;gap:.75rem}.configurator-label span{font-weight:600;color:#333;font-size:1.1rem}.configurator-input{padding:.875rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.configurator-input:focus{outline:none;border-color:#667eea}.font-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.font-option{padding:1rem;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;text-align:center}.font-option:hover{border-color:#667eea;color:#667eea}.font-option.active{border-color:#667eea;background:#667eea;color:#fff}.configurator-select{padding:.875rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s ease;font-family:inherit}.configurator-select:focus{outline:none;border-color:#667eea}.configurator-preview{margin:2rem 0;padding:2rem;background:#f8f9fa;border-radius:8px}.configurator-preview h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.preview-box{background:#fff;padding:2rem;border-radius:8px;text-align:center;border:2px solid #ddd}.preview-text{font-size:3rem;font-weight:600;color:#333;margin-bottom:1rem;min-height:80px;display:flex;align-items:center;justify-content:center}.preview-info{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #ddd;font-size:.9rem;color:#666}.add-to-cart-btn{width:100%;background:#667eea;color:#fff;border:none;padding:1.25rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:1rem}.add-to-cart-btn:hover{background:#5568d3}.add-to-cart-btn:active{transform:scale(.98)}@media (max-width: 768px){.product-configurator{padding:1.5rem}.configurator-title{font-size:1.5rem}.font-grid{grid-template-columns:repeat(2,1fr)}.preview-text{font-size:2rem;min-height:60px}.preview-info{flex-direction:column;gap:.5rem}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.hero-cta{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0003}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.configurator-section{padding:4rem 2rem;background:#fff}.products-section{padding:4rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.features-section{padding:4rem 2rem;background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{padding:2rem;text-align:center;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{font-size:1rem;color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.hero{padding:4rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.products-section,.features-section{padding:3rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.product-grid,.feature-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.product-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}}.shop-page{min-height:100vh;padding-top:2rem}.shop-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem 2rem;text-align:center}.shop-content{padding:3rem 2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){.shop-header{padding:2rem 1rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.shop-content{padding:2rem 1rem}.product-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}.gallery-page{min-height:100vh;padding-top:2rem}.gallery-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem 2rem;text-align:center}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333}.page-subtitle{font-size:1.25rem;color:#666;margin:0}.gallery-content{padding:3rem 2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}@media (max-width: 768px){.gallery-header{padding:2rem 1rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.gallery-content{padding:2rem 1rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 769px) and (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.cart-page{min-height:100vh;padding:2rem 0}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#333;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.25rem;color:#666;margin-bottom:2rem}.shop-link{display:inline-block;background:#667eea;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:background .3s ease}.shop-link:hover{background:#5568d3}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;max-width:1200px;margin:0 auto}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:center}.cart-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px}.cart-item-info h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#333}.cart-item-price{color:#667eea;font-weight:600;margin:0}.cart-item-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.quantity-controls{display:flex;align-items:center;gap:1rem;border:1px solid #ddd;border-radius:8px;padding:.5rem}.quantity-btn{background:none;border:none;font-size:1rem;cursor:pointer;color:#333;padding:.25rem .5rem;transition:color .3s ease}.quantity-btn:hover{color:#667eea}.quantity{font-weight:600;min-width:30px;text-align:center}.remove-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:1.25rem;padding:.5rem;transition:color .3s ease}.remove-btn:hover{color:#c82333}.cart-item-total{font-size:1.25rem;font-weight:700;color:#333;min-width:100px;text-align:right}.cart-summary{background:#f8f9fa;padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#333}.summary-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #ddd;color:#666}.summary-row.total{font-size:1.25rem;font-weight:700;color:#333;border-bottom:none;margin-top:1rem}.checkout-btn{width:100%;background:#667eea;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background .3s ease}.checkout-btn:hover{background:#5568d3}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:#667eea;text-decoration:none;font-weight:500}.continue-shopping:hover{text-decoration:underline}@media (max-width: 968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item-controls{grid-column:1 / -1;flex-direction:row;justify-content:space-between}.cart-item-total{grid-column:1 / -1;text-align:left;margin-top:1rem}}@media (max-width: 768px){.cart-page{padding:1rem 0}.page-title{font-size:2rem}.cart-item{padding:1rem}.cart-item-image{width:80px;height:80px}.cart-summary{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;width:100%}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found h1{font-size:4rem;font-weight:700;color:#333;margin-bottom:1rem}.not-found p{font-size:1.25rem;color:#666}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}#root{width:100%;min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto;display:block}
