.home-module__lhVrEq__content{background-color:#0a0a0a;flex-direction:column;align-items:center;min-height:100vh;padding:10px;display:flex}.home-module__lhVrEq__featuredContent{grid-template-columns:repeat(4,1fr);gap:15px;width:100%;max-width:1400px;height:200px;margin-bottom:20px;display:grid}.home-module__lhVrEq__featuredMarketV2Wrap{width:100%;max-width:1400px;margin-bottom:20px}.home-module__lhVrEq__featuredCard{cursor:pointer;background-color:#202020;border-radius:10px;flex-direction:row;display:flex;position:relative;overflow:hidden}.home-module__lhVrEq__featuredCard img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out}.home-module__lhVrEq__featuredCard:hover img{transform:scale(1.1)}.home-module__lhVrEq__featuredCard:before{content:"";z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.home-module__lhVrEq__featuredCard:hover:before{background-color:#0000004d}.home-module__lhVrEq__featuredOverlay{width:100%;color:var(--primary);z-index:2;text-align:center;background-color:#00000080;justify-content:center;align-items:center;padding:8px 10px;font-size:18px;font-weight:700;line-height:1.2;display:flex;position:absolute;bottom:0;left:0}.home-module__lhVrEq__marketsSection{width:100%;max-width:1400px}.home-module__lhVrEq__sectionTitle{color:var(--primary);text-align:left;margin-bottom:8px;font-size:32px;font-weight:700}.home-module__lhVrEq__sectionSubtitle{color:#9ca3af;text-align:left;margin-bottom:25px;font-size:16px}.home-module__lhVrEq__marketsGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:15px;width:100%;display:grid}.home-module__lhVrEq__marketCard{background-color:var(--secondary-background);border:1px solid var(--soft-border);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:160px;padding:15px;transition:all .2s;display:flex}.home-module__lhVrEq__marketCard.home-module__lhVrEq__multipleChoice{min-height:220px}.home-module__lhVrEq__marketCard:hover{background-color:#252525;border-color:#555;transform:translateY(-2px)}.home-module__lhVrEq__marketQuestion{color:var(--primary);flex-direction:row;align-items:center;gap:10px;margin-bottom:15px;font-size:16px;font-weight:600;line-height:1.4;display:flex}.home-module__lhVrEq__marketQuestion img{border-radius:5px;width:50px;height:50px}.home-module__lhVrEq__priceButtons{gap:8px;margin-bottom:15px;display:flex}.home-module__lhVrEq__priceButton{text-align:center;cursor:pointer;border-radius:8px;flex:1;padding:8px;transition:background-color .2s}.home-module__lhVrEq__yesButton{background-color:#16a34a}.home-module__lhVrEq__yesButton:hover{background-color:#15803d}.home-module__lhVrEq__noButton{background-color:#dc2626}.home-module__lhVrEq__noButton:hover{background-color:#b91c1c}.home-module__lhVrEq__priceLabel{color:var(--primary);font-size:14px;font-weight:500}.home-module__lhVrEq__priceValue{color:var(--primary);font-size:15px;font-weight:700}.home-module__lhVrEq__optionsContainer{flex-direction:column;margin-bottom:15px;display:flex}.home-module__lhVrEq__optionRow{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.home-module__lhVrEq__optionRow:last-child{border-bottom:none}.home-module__lhVrEq__optionName{color:var(--primary);flex:1;font-size:14px;font-weight:500}.home-module__lhVrEq__optionControls{align-items:center;gap:8px;display:flex}.home-module__lhVrEq__optionPercentage{color:#9ca3af;text-align:right;min-width:40px;font-size:14px;font-weight:700}.home-module__lhVrEq__optionButtons{gap:4px;display:flex}.home-module__lhVrEq__miniButton{cursor:pointer;width:30px;height:24px;color:var(--primary);border:none;border-radius:4px;justify-content:center;font-size:11px;font-weight:700;transition:background-color .2s}.home-module__lhVrEq__yesMini{background-color:#16a34a}.home-module__lhVrEq__yesMini:hover{background-color:#15803d}.home-module__lhVrEq__noMini{background-color:#dc2626}.home-module__lhVrEq__noMini:hover{background-color:#b91c1c}.home-module__lhVrEq__marketStats{color:#9ca3af;justify-content:space-between;align-items:center;font-size:13px;display:flex}.home-module__lhVrEq__viewAllContainer{text-align:center;margin-top:40px}.home-module__lhVrEq__viewAllButton{color:var(--primary);cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:background-color .2s}.home-module__lhVrEq__viewAllButton:hover{background-color:#2563eb}@media (max-width:1400px){.home-module__lhVrEq__marketsGrid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:1200px){.home-module__lhVrEq__featuredContent{grid-template-columns:repeat(2,1fr);height:400px}.home-module__lhVrEq__marketsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:650px){.home-module__lhVrEq__featuredContent{grid-template-columns:1fr;height:800px}.home-module__lhVrEq__content{padding:15px}.home-module__lhVrEq__sectionTitle{font-size:28px}.home-module__lhVrEq__marketsGrid{grid-template-columns:1fr;gap:15px}.home-module__lhVrEq__marketCard{min-height:250px}.home-module__lhVrEq__marketCard.home-module__lhVrEq__multipleChoice{min-height:300px}.home-module__lhVrEq__priceButtons{flex-direction:column}}@media (max-width:500px){.home-module__lhVrEq__content{padding:10px}.home-module__lhVrEq__marketCard{min-height:220px;padding:16px}.home-module__lhVrEq__marketCard.home-module__lhVrEq__multipleChoice{min-height:280px}.home-module__lhVrEq__sectionTitle{font-size:24px}.home-module__lhVrEq__sectionSubtitle{font-size:14px}.home-module__lhVrEq__marketsGrid{gap:12px}}
