.inicio{background-color:var(--white);margin:0 auto}.hero-section{background:var(--primary-color);max-width:1440px;padding:200px 120px 180px;margin:0 auto;text-align:left;border-bottom-left-radius:40px;border-bottom-right-radius:40px}.hero-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.hero-title{color:var(--white);font-size:32px;font-weight:400;margin:0;letter-spacing:-.02em;line-height:100%}.inicio .hero-title .highlight{color:var(--light-blue)}.publish-btn{background:var(--white);color:var(--primary-color);padding:0 20px;border:none;height:48px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.publish-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.search-results-section{max-width:1200px;background:var(--secondary-color);border-radius:12px;padding:60px;margin:-80px auto 80px;display:flex;flex-direction:column;gap:40px}.results-text{font-size:22px;color:var(--text-color);font-weight:500}.highlight{color:var(--highlight-color)}.view-all-container{text-align:end}.view-all-btn{background:var(--primary-color);color:var(--white);border:none;height:48px;padding:0 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.view-all-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.seller-container{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:80px auto}.seller-content{display:flex;flex-direction:row;max-width:1200px;max-height:438px;width:100%;background-color:var(--secondary-color);border-radius:24px}.seller-image{background-image:url(/images/inicio-comprador.png);min-width:600px;min-height:438px;background-size:cover;background-position:50%;border-top-left-radius:24px;border-bottom-left-radius:24px}.seller-text{padding:48px;justify-content:space-between}.seller-text,.seller-text div{display:flex;flex-direction:column}.seller-text div{gap:20px}.seller-title{font-size:18px;font-weight:500;color:var(--primary-color)}.seller-description{font-size:16px;color:var(--text-color);line-height:120%;letter-spacing:-.02em}.seller-eslogan{font-size:32px;color:var(--slogan-color);line-height:100%;letter-spacing:-.02em}@media (max-width:900px){.hero-section{max-width:776px;padding:200px 40px 180px}.search-results-section{max-width:688px;padding:40px}.seller-container{max-width:688px;margin:100px auto}.seller-content{flex-direction:column;max-height:722px}.seller-image{min-width:100%;min-height:300px;border-radius:0;border-top-left-radius:24px;border-top-right-radius:24px}.seller-text{padding:40px;display:flex;gap:80px}.seller-description-container{max-width:479px}}@media (max-width:430px){.search-results-section{max-width:95%;padding:24px}.hero-content{flex-direction:column;align-items:self-start;gap:20px}.hero-title{font-size:24px}.seller-container{max-width:320px}.seller-eslogan{font-size:24px}.seller-text{padding:24px}.seller-image{min-height:240px}}.empty-state,.error-state,.loading-state{text-align:center;padding:40px 20px;border-radius:8px;margin:20px 0}.loading-state{background:var(--secondary-color);color:var(--text-color)}.loading-state p{font-size:16px;color:var(--text-color);margin:0}.error-state{background:#ffe6e6;border:1px solid #ffcccc;color:#cc0000}.error-state p{font-size:16px;margin:0}.empty-state{background:var(--secondary-color);color:var(--text-color)}.empty-state p{font-size:16px;color:var(--text-color);margin:0 0 8px}.empty-state p:last-child{margin:0;font-size:14px;opacity:.8}