.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}.header-brand-link{color:#fff;text-decoration:none}.header-brand-link:hover{opacity:.9}.user-greeting{font-size:.95rem}.user-menu-container{align-items:center;display:flex;position:relative}.user-avatar-btn{appearance:none;cursor:pointer;color:#fff;background:#fff3;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.user-avatar-btn:hover{background:#ffffff4d;transform:scale(1.05)}.avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar-initials{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.user-dropdown-menu{z-index:1000;background:#fff;border-radius:.5rem;min-width:200px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 16px #00000026}.dropdown-user-name{color:#333;border-bottom:1px solid #e0e0e0;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.dropdown-link{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.95rem;text-decoration:none;transition:background .2s;display:block}.dropdown-link:hover{background:#f5f5f5}.dropdown-logout{color:#d32f2f;border-top:1px solid #e0e0e0}.dropdown-logout:hover{background:#ffebee}.mobile-user-section{border-top:1px solid #fff3;margin-top:1rem;padding-top:1rem}.mobile-user-name{color:#fff;opacity:.95;padding:.75rem .5rem;font-size:.95rem;font-weight:600}.mobile-nav-greeting{color:#fff;opacity:.85;border-top:1px solid #fff3;margin-top:.5rem;padding:.75rem .5rem;font-size:.95rem}.nav-link{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-link:hover{text-underline-offset:4px;text-decoration:underline}.nav-link-active{text-underline-offset:4px;font-weight:600;text-decoration:underline}.nav-logout-btn{opacity:.85}.nav-logout-btn:hover{opacity:1}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.5rem;display:none}.hamburger-line{background:#fff;border-radius:1px;width:24px;height:2px;display:block}.mobile-nav-backdrop{z-index:998;background:#0006;position:fixed;inset:0}.mobile-nav-panel{z-index:999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;width:280px;padding:1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.mobile-nav-open{transform:translate(0)}.mobile-nav-close{color:#fff;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:1rem;padding:0;font-size:2rem;line-height:1}.mobile-nav-links{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-link{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;padding:.75rem .5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s}.mobile-nav-link:hover{background:#ffffff26}.mobile-nav-link.nav-link-active{background:#fff3;font-weight:600}.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}.hero-cta-container{margin-top:2rem}.hero-subtitle{color:#888;margin-top:1rem;font-size:.95rem}.cta-button{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.cta-button.primary{color:#fff;background:#667eea}.cta-button.primary:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cta-button.secondary{color:#333;background:#f0f0f0}.cta-button.secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.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-nav{display:none}.hamburger-btn{display:flex}.hero-section h2{font-size:2rem}.products-grid{grid-template-columns:1fr}.home-main{padding:1rem}}
