.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}}
