.home-container{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:20px;display:flex}.home-hero{text-align:center;background:linear-gradient(135deg,var(--color-accent-100)0%,var(--color-white)100%);border-radius:16px;flex-direction:column;align-items:center;margin-bottom:40px;padding:60px 20px;display:flex}.home-hero-title{color:var(--color-text);margin-bottom:16px;font-size:3rem;font-weight:700}.home-hero-subtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:32px;font-size:1.2rem}.home-hero-cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.home-cta-button{cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s}.home-cta-button.primary{background:var(--color-primary);color:var(--color-white)}.home-cta-button.primary:hover{box-shadow:var(--shadow-md);background:#c41e3a;transform:translateY(-2px)}.home-cta-button.secondary{background:var(--color-white);color:var(--color-text);border:1px solid var(--color-border)}.home-cta-button.secondary:hover{background:var(--color-accent-100);border-color:var(--color-accent)}.home-features{flex-direction:column;gap:32px;display:flex}.home-features-grid{flex-wrap:wrap;gap:24px;display:flex}.home-feature-card{background:var(--color-white);min-width:300px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:12px;flex:1;padding:32px;transition:all .3s}.home-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-feature-icon{margin-bottom:16px;font-size:2.5rem}.home-feature-title{color:var(--color-text);margin-bottom:12px;font-size:1.5rem;font-weight:600}.home-feature-description{color:var(--color-text-muted);line-height:1.6}.home-section{margin-bottom:32px}.home-section-title{color:var(--color-text);margin-bottom:16px;font-size:1.5rem;font-weight:600}.home-categories{flex-wrap:wrap;gap:8px;display:flex}.home-category-tag{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text);border-radius:16px;padding:6px 12px;font-size:14px;transition:all .2s}.home-category-tag:hover{background:var(--color-accent-100);border-color:var(--color-accent)}.home-listings{flex-wrap:wrap;gap:16px;display:flex}.home-listing-card{border:1px solid var(--color-border);background:var(--color-white);border-radius:8px;flex:1;min-width:220px;max-width:280px;padding:16px;transition:all .3s}.home-listing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.home-listing-title{color:var(--color-text);margin-bottom:8px;font-weight:600}.home-listing-category{color:var(--color-text-muted);margin-bottom:12px;font-size:12px}.home-listing-price{color:var(--color-primary);font-size:1.1rem;font-weight:600}.home-loading{color:var(--color-text-muted);font-style:italic}.home-error{color:var(--color-text-muted)}.home-error-message{color:#dc2626;background:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:16px;padding:12px 16px}.home-empty{color:var(--color-text-muted);text-align:center;padding:40px 20px;font-style:italic}@media (max-width:768px){.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:1rem}.home-cta-button{padding:12px 24px}.home-features-grid{flex-direction:column}.home-feature-card{min-width:auto}.home-listings{flex-direction:column}.home-listing-card{min-width:auto;max-width:none}}
