.home-market-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.home-market-card{text-align:start;background:var(--mkanh-card,#fff);border:1px solid var(--mkanh-border,#e2e8f0);min-width:0;color:var(--mkanh-text,#172033);border-radius:18px;flex-direction:column;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.home-market-card:hover{border-color:var(--mkanh-brand-button,#b78322);box-shadow:0 8px 24px #1720330c}.home-market-cover{background:var(--mkanh-accent-soft,#f5f1e8);min-height:155px;color:var(--mkanh-brand-button,#b78322);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:20px;display:flex}.home-market-cover span{overflow-wrap:anywhere;text-align:center;font-size:26px;font-weight:800;line-height:1.4}.home-market-details{flex-direction:column;flex:1;align-items:flex-start;gap:12px;padding:22px;display:flex}.home-market-category{color:var(--mkanh-text-secondary,#64748b);font-size:12px}.home-market-details h3{overflow-wrap:anywhere;font-size:21px;font-weight:750;line-height:1.5}.home-market-trust{border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.6}.home-market-price{flex-direction:column;gap:4px;margin-top:auto;padding-top:12px;display:flex}.home-market-price small{color:var(--mkanh-text-secondary,#64748b);font-size:12px}.home-market-price strong{overflow-wrap:anywhere;font-size:24px;line-height:1.5}.home-market-open{border-top:1px solid var(--mkanh-border,#e2e8f0);width:100%;color:var(--mkanh-brand-button,#b78322);justify-content:space-between;align-items:center;margin-top:8px;padding-top:14px;font-size:14px;font-weight:700;display:flex}.home-shortcut-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.home-shortcut-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:155px;padding:22px 12px;transition:box-shadow .2s;display:flex}.home-shortcut-card:hover{box-shadow:0 8px 22px #17203312}.home-shortcut-icon{justify-content:center;align-items:center;width:62px;height:62px;display:flex;border-radius:16px!important}.home-shortcut-title{font-size:16px;font-weight:750;line-height:1.5}.home-market-card:focus-visible,.home-shortcut-card:focus-visible{outline-offset:3px;outline:3px solid #2563eb}@media (width<=1200px){.home-market-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-shortcut-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=600px){.home-market-cards{grid-template-columns:1fr;gap:16px}.home-market-cover{min-height:135px}.home-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-shortcut-card{min-height:140px}.home-shortcut-title{font-size:15px}.home-market-price strong{font-size:25px}}
