.market-page{min-height:70vh;background:#f5f3e9;padding:3rem max(1.25rem,6vw);color:#173b2b}.market-detail,.market-hero{max-width:850px;margin:auto}.market-detail h1,.market-hero h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1.05;margin:.5rem 0 1rem}.market-hero>p{max-width:680px;font-size:1.1rem}.market-hero>div{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:3rem auto;max-width:1200px}.market-card,.market-detail,.market-empty{background:#fff;border:1px solid #d9dfd5;border-radius:18px;padding:1.4rem;display:flex;flex-direction:column;gap:.6rem}.market-card h2{font-size:1.3rem;margin:0}.market-card a{color:inherit}.market-card small,.market-card span{color:#557065}.market-detail dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.market-detail dt{font-size:.8rem;color:#60756c}.market-detail dd{margin:.2rem 0;font-weight:700}.market-detail aside{background:#eef5e8;border-radius:12px;padding:1rem}.market-form{display:grid;gap:1rem;margin-top:1.5rem}.market-form label{display:grid;gap:.35rem;font-weight:700}.market-form input,.market-form select,.market-form textarea{font:inherit;border:1px solid #aebbb3;border-radius:9px;padding:.75rem;background:white}.market-form textarea{min-height:100px}.market-form.compact{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.market-form button{justify-self:start}.form-status{min-height:1.5em}@media (max-width:500px){.market-page{padding:2rem 1rem}.market-detail h1,.market-hero h1{font-size:2.2rem}}