.home-container{display:flex;flex-direction:column;gap:0;width:100%}.home-hero{position:relative;min-height:700px;display:flex;align-items:center;background:linear-gradient(135deg, #16181d 0%, #21242c 100%);overflow:hidden}@media (max-width: 768px){.home-hero{min-height:600px}}.home-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%, rgba(232,165,48,0.15) 0%, transparent 50%);pointer-events:none}.home-hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:6rem 2rem;width:100%}@media (max-width: 768px){.home-hero-content{padding:4rem 1.5rem}}.home-hero-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background-color:rgba(232,165,48,0.15);border:1px solid rgba(232,165,48,0.3);border-radius:9999px;color:#e8a530;font-size:0.875rem;font-weight:600;margin-bottom:2rem}.home-hero-badge svg{width:1rem;height:1rem}.home-hero-title{font-family:Playfair Display, serif;font-size:4.5rem;line-height:1.1;font-weight:700;color:#f7f5f3;margin:0 0 1.5rem 0;max-width:800px}@media (max-width: 1024px){.home-hero-title{font-size:3.5rem}}@media (max-width: 768px){.home-hero-title{font-size:2.5rem}}.home-hero-title-highlight{display:inline-block;color:#e8a530;position:relative}.home-hero-description{font-size:1.25rem;line-height:1.7;color:rgba(247,245,243,0.85);margin:0 0 3rem 0;max-width:600px}@media (max-width: 768px){.home-hero-description{font-size:1.125rem;margin-bottom:2rem}}.home-hero-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-bottom:3rem;max-width:700px}@media (max-width: 768px){.home-hero-stats{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}}.home-hero-stat{display:flex;align-items:center;gap:1rem;padding:1.5rem;background-color:rgba(255,255,255,0.1);border:1px solid rgba(222,219,211,0.2);border-radius:0.75rem;backdrop-filter:blur(10px);transition:all 0.3s ease}.home-hero-stat:hover{background-color:rgba(255,255,255,0.15);border-color:rgba(232,165,48,0.3);transform:translateY(-2px)}.home-hero-stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg, #e8a530, #edb95e);border-radius:0.5rem;color:#16181d;flex-shrink:0}.home-hero-stat-content{display:flex;flex-direction:column;gap:0.25rem}.home-hero-stat-value{font-size:1.75rem;font-weight:700;color:#f7f5f3;line-height:1}.home-hero-stat-label{font-size:0.875rem;color:rgba(247,245,243,0.7)}.home-hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 640px){.home-hero-actions{flex-direction:column;align-items:stretch}}.home-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;border-radius:0.5rem;transition:all 0.2s ease;text-decoration:none;border:2px solid transparent}.home-hero-btn svg{width:1.25rem;height:1.25rem}.home-hero-btn:hover{text-decoration:none;transform:translateY(-2px)}@media (max-width: 768px){.home-hero-btn{padding:0.875rem 1.5rem;font-size:1rem}}.home-hero-btn-primary{background-color:#e8a530;color:#16181d;border-color:#e8a530}.home-hero-btn-primary:hover{background-color:#e59b19;border-color:#e59b19;color:#16181d;box-shadow:0 4px 12px rgba(232,165,48,0.4)}.home-hero-btn-secondary{background-color:transparent;color:#f7f5f3;border-color:rgba(247,245,243,0.3)}.home-hero-btn-secondary:hover{background-color:rgba(255,255,255,0.1);border-color:#f7f5f3;color:#f7f5f3}.home-hero-image{position:absolute;right:0;top:0;bottom:0;width:50%;background:url("https://images.unsplash.com/photo-1460661419201-fd4cecdf8a8b?w=800") center/cover;opacity:0.15;pointer-events:none}@media (max-width: 1024px){.home-hero-image{opacity:0.08}}.home-hero-image-gradient{position:absolute;inset:0;background:linear-gradient(90deg, #21242c 0%, transparent 100%)}.home-auctions-section{padding:6rem 0;background-color:#f7f5f3}@media (max-width: 768px){.home-auctions-section{padding:4rem 0}}.home-auctions-container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.home-auctions-container{padding:0 1.5rem}}.home-auctions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:2rem}@media (max-width: 768px){.home-auctions-header{flex-direction:column;align-items:flex-start;margin-bottom:2rem}}.home-auctions-title{font-family:Playfair Display, serif;font-size:2.5rem;line-height:1.2;font-weight:700;color:#21242c;margin:0 0 0.5rem 0}@media (max-width: 768px){.home-auctions-title{font-size:2rem}}.home-auctions-subtitle{font-size:1.125rem;color:#676f7e;margin:0}@media (max-width: 768px){.home-auctions-subtitle{font-size:1rem}}.home-auctions-view-all{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;background-color:#e8a530;color:#16181d;border-radius:0.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all 0.2s ease;white-space:nowrap}.home-auctions-view-all svg{width:1.25rem;height:1.25rem}.home-auctions-view-all:hover{background-color:#e59b19;color:#16181d;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 6px rgba(232,165,48,0.3)}.home-auctions-tabs-wrapper{margin-top:2rem}.home-auctions-tabs{display:flex;gap:0.5rem;padding:0.5rem;background-color:#edebe9;border-radius:0.75rem;margin-bottom:2rem;overflow-x:auto}@media (max-width: 768px){.home-auctions-tabs{gap:0.25rem;padding:0.375rem}}.home-auctions-tab{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;background-color:transparent;color:#676f7e;border:none;border-radius:0.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;white-space:nowrap;position:relative}.home-auctions-tab svg{width:1rem;height:1rem}.home-auctions-tab:hover{color:#21242c;background-color:rgba(232,165,48,0.1)}.home-auctions-tab.active{background-color:white;color:#e8a530;box-shadow:0 1px 3px rgba(0,0,0,0.1)}@media (max-width: 768px){.home-auctions-tab{padding:0.625rem 1rem;font-size:0.875rem}.home-auctions-tab svg{width:0.875rem;height:0.875rem}}.home-auctions-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 0.375rem;background-color:#e8a530;color:#16181d;border-radius:9999px;font-size:0.75rem;font-weight:700}.home-auctions-tab-indicator{height:3px;background-color:#e8a530;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);border-radius:3px 3px 0 0}.home-auctions-tab-content{position:relative}.home-auctions-tab-panel{display:none}.home-auctions-tab-panel.active{display:block;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-auctions-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem}@media (max-width: 768px){.home-auctions-grid{grid-template-columns:1fr;gap:1.5rem}}.home-auctions-empty{padding:4rem 2rem;text-align:center;color:#676f7e}.home-auctions-empty svg{opacity:0.4;margin-bottom:1rem}.home-auctions-empty p{margin:0;font-size:1.125rem}.home-auction-card-link{text-decoration:none;display:block;height:100%}.home-auction-card{background-color:white;border:1px solid #dedbd3;border-radius:0.75rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;overflow:hidden}.home-auction-card:hover{box-shadow:0 8px 16px rgba(0,0,0,0.12);transform:translateY(-4px);border-color:#e8a530}.home-auction-card:hover .home-auction-card-title{color:#e8a530}.home-auction-card:hover .home-auction-card-arrow{transform:translateX(4px)}.home-auction-card-header{padding:1.5rem;border-bottom:1px solid #dedbd3;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.home-auction-card-title-wrapper{flex:1;min-width:0}.home-auction-card-title{font-family:Playfair Display, serif;font-size:1.5rem;line-height:1.3;font-weight:700;color:#21242c;margin:0 0 0.5rem 0;transition:color 0.2s ease;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-auction-card-charity{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;color:#676f7e;margin:0}.home-auction-card-charity svg{flex-shrink:0}.home-auction-card-status{display:inline-flex;align-items:center;gap:0.5rem;padding:0.375rem 0.875rem;border-radius:9999px;font-size:0.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:0.025em;white-space:nowrap;flex-shrink:0}.home-auction-card-status.home-auction-card-status-live{background-color:rgba(34,197,94,0.1);color:#16a34a;border:1px solid rgba(34,197,94,0.3)}.home-auction-card-status.home-auction-card-status-active{background-color:rgba(59,130,246,0.1);color:#2563eb;border:1px solid rgba(59,130,246,0.3)}.home-auction-card-status.home-auction-card-status-upcoming{background-color:rgba(232,165,48,0.1);color:#ce8b17;border:1px solid rgba(232,165,48,0.3)}.home-auction-card-status.home-auction-card-status-closed{background-color:#edebe9;color:#676f7e;border:1px solid #dedbd3}.home-auction-card-pulse{width:0.5rem;height:0.5rem;background-color:#16a34a;border-radius:50%;animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}.home-auction-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.home-auction-card-type{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background-color:#edebe9;color:#21242c;border:1px solid #dedbd3;border-radius:0.5rem;font-size:0.875rem;font-weight:600;align-self:flex-start}.home-auction-card-info{display:flex;flex-direction:column;gap:0.75rem}.home-auction-card-info-item{display:flex;align-items:center;gap:0.5rem;color:#676f7e;font-size:0.9375rem}.home-auction-card-info-item svg{flex-shrink:0}.home-auction-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #dedbd3;margin-top:auto}.home-auction-card-stat{display:flex;align-items:center;gap:0.5rem;color:#21242c;font-size:0.9375rem;font-weight:600}.home-auction-card-stat svg{color:#e8a530}.home-auction-card-arrow{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:#edebe9;border-radius:50%;color:#e8a530;transition:all 0.2s ease}.home-about{padding:6rem 0;background:linear-gradient(180deg, #f7f5f3 0%, #fbfaf9 100%)}@media (max-width: 768px){.home-about{padding:4rem 0}}.home-about-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.home-about-container{padding:0 1.5rem}}.home-about-content{text-align:center}.home-about-title{font-family:Playfair Display, serif;font-size:3rem;line-height:1.2;font-weight:700;color:#21242c;margin:0 0 1.5rem 0}@media (max-width: 768px){.home-about-title{font-size:2.25rem}}.home-about-title-highlight{color:#e8a530}.home-about-description{font-size:1.25rem;line-height:1.7;color:#21242c;margin:0 0 1rem 0}.home-about-description strong{color:#e8a530;font-weight:700}@media (max-width: 768px){.home-about-description{font-size:1.125rem}}.home-about-features{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:4rem}@media (max-width: 768px){.home-about-features{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}}.home-about-feature{background-color:white;border:1px solid #dedbd3;border-radius:0.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.3s ease}.home-about-feature:hover{box-shadow:0 8px 16px rgba(0,0,0,0.12);transform:translateY(-4px);border-color:#e8a530}.home-about-feature-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1.5rem;background:linear-gradient(135deg, #e8a530, #edb95e);border-radius:0.75rem;color:#16181d}.home-about-feature-icon svg{width:2rem;height:2rem}.home-about-feature-title{font-family:Playfair Display, serif;font-size:1.5rem;font-weight:700;color:#21242c;margin:0 0 0.75rem 0}.home-about-feature-description{font-size:1rem;line-height:1.6;color:#676f7e;margin:0}
