.home-container{flex-direction:column;min-height:100vh;display:flex}.loading-container{justify-content:center;align-items:center;height:100vh;display:flex}.home-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header-branding h1{margin:0;font-size:1.75rem}.header-subtitle{opacity:.8;margin:.25rem 0 0;font-size:.75rem;font-weight:300}.header-nav{align-items:center;gap:1rem;display:flex}.user-greeting{font-size:.95rem}.nav-btn{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.nav-btn:hover{background:#f0f0f0;transform:translateY(-1px)}.home-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero-section h2{color:#333;margin-bottom:.5rem;font-size:2.5rem}.hero-section p{color:#666;font-size:1.1rem}.products-section{margin-bottom:3rem}.category-section{margin-bottom:4rem}.category-title{color:#333;border-bottom:3px solid #667eea;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.75rem}.category-description{color:#666;margin-bottom:1.5rem;font-size:.95rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.product-image{object-fit:cover;background:#f5f5f5;width:100%;height:200px}.product-info{padding:1.25rem}.product-name{color:#333;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.product-description{color:#666;margin:.5rem 0;font-size:.9rem;line-height:1.5}.product-price{color:#667eea;margin:.75rem 0 0;font-size:1.25rem;font-weight:700}.no-products{color:#999;text-align:center;padding:2rem;font-style:italic}.home-footer{text-align:center;color:#666;background:#f5f5f5;margin-top:auto;padding:1.5rem;font-size:.9rem}@media (max-width:768px){.header-content{text-align:center;flex-direction:column;gap:1rem}.hero-section h2{font-size:2rem}.products-grid{grid-template-columns:1fr}.home-main{padding:1rem}}
.marketing-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.marketing-hero{width:100%;max-width:1200px}.marketing-content{text-align:center;color:#fff}.marketing-title{text-shadow:0 2px 10px #0003;margin:0 0 1rem;font-size:4rem;font-weight:700}.marketing-tagline{opacity:.95;margin:0 0 1.5rem;font-size:1.5rem;font-weight:300}.marketing-description{opacity:.9;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.marketing-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;padding:2rem;transition:transform .3s,background .3s}.feature-card:hover{background:#ffffff26;transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem;display:block}.feature-card h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.feature-card p{opacity:.9;margin:0;font-size:.95rem;line-height:1.5}.marketing-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.cta-button{border:2px solid #fff;border-radius:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button.primary{color:#667eea;background:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.cta-button.secondary{color:#fff;background:0 0}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.marketing-footer-text{opacity:.7;margin-top:3rem;font-size:.9rem}@media (max-width:768px){.marketing-title{font-size:2.5rem}.marketing-tagline{font-size:1.2rem}.marketing-description{font-size:1rem}.marketing-features{grid-template-columns:1fr}.cta-button{width:100%}}
