:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root,body{background-color:#f9fafb;color:#111827}body{margin:0;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden}main.home{padding:2rem;max-width:640px;margin:0 auto}h1{font-size:clamp(2rem,3vw,3rem);margin-bottom:1rem}p{font-size:1.125rem;line-height:1.6}main.counter-page{width:min(1100px,96vw);margin:3rem auto;display:flex;flex-direction:column;gap:2rem;font-size:16px}.counter-page .hero h1{font-size:clamp(2.25rem,3vw,3.25rem);margin:0 0 .5rem}.counter-page .subtitle{margin:0;color:#4b5563;max-width:720px}.counter-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:1.5rem;gap:1.5rem}.property-list h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.property-stack{gap:.75rem}.property-card,.property-stack{display:flex;flex-direction:column}.property-card{border:1px solid #e5e7eb;border-radius:1rem;padding:.9rem 1rem;background:white;align-items:flex-start;gap:.35rem;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.property-card:hover{box-shadow:0 10px 30px -18px rgba(15,23,42,.25)}.property-card-active{border-color:#2563eb;box-shadow:0 12px 40px -18px rgba(37,99,235,.35)}.property-address{font-weight:600;font-size:1rem}.property-meta{font-size:.85rem;color:#6b7280}.property-best{font-size:.95rem;color:#1e3a8a;font-weight:500}.offer-board{background:white;border-radius:1.25rem;border:1px solid #e5e7eb;min-height:560px;box-shadow:0 12px 55px -28px rgba(15,23,42,.25)}.offer-board-inner{padding:1.8rem;display:flex;flex-direction:column;gap:1.5rem}.offer-board-head{display:flex;justify-content:space-between;align-items:flex-start}.board-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 .35rem}.board-address{margin:0;font-size:1.75rem;font-weight:600;color:#0f172a}.board-sub{margin:.25rem 0 0;color:#475569;font-size:.95rem}.board-meta{display:flex;gap:.5rem}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.offer-card{border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.offer-card:hover{box-shadow:0 14px 45px -28px rgba(15,23,42,.3);transform:translateY(-4px)}.offer-card.offer-card-best{border-width:2px;border-color:#2563eb;box-shadow:0 18px 60px -26px rgba(37,99,235,.4)}.offer-header{display:flex;justify-content:space-between;align-items:center}.offer-bidder{margin:0;font-size:1.125rem;font-weight:600}.offer-price{margin:.25rem 0 0;font-size:1rem;color:#1e3a8a}.offer-meta{display:flex;gap:.4rem}.rank-pill{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.cash-pill{background:#ecfdf5;border-color:#d1fae5;color:#047857}.offer-grid{margin:1rem 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.offer-label{margin:0;font-size:.78rem;letter-spacing:.02em;text-transform:uppercase;color:#64748b}.offer-value{margin:.25rem 0 0;font-weight:600;color:#0f172a}.timeline-chips{display:flex;flex-wrap:wrap;gap:.4rem}.timeline-chip{background:#f1f5f9;border-radius:9999px;padding:.25rem .65rem;font-size:.78rem;color:#0f172a}.highlight-row{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.4rem}.offer-notes{margin-top:.9rem;font-size:.9rem;color:#475569}.empty-state{display:grid;place-items:center;height:100%;color:#64748b}@media (max-width:960px){body{align-items:flex-start}.counter-layout{grid-template-columns:1fr}.property-list{order:2}.offer-board{order:1}}