/* Homepage v2: live court directory and map section. */
.tbpc-home--v2{max-width:1180px;padding:0 24px;background:#fff}
.tbpc-home--v2 .tbpc-home__hero{min-height:510px;border-radius:18px}
.tbpc-home--v2 .tbpc-home__courts{padding:78px 0 18px}
.tbpc-home--v2 .tbpc-home__courts-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;align-items:stretch}
.tbpc-home__court-list{display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid var(--home-line);border-radius:16px;background:#f8fbf8}
.tbpc-home__court-card{display:flex;align-items:center;gap:12px;padding:15px 14px;border:1px solid #e2ebe4;border-radius:12px;background:#fff;transition:transform .2s,box-shadow .2s,border-color .2s}
.tbpc-home__court-card:hover{border-color:#b7cdbd;box-shadow:0 10px 22px #18392b12;transform:translateY(-2px)}
.tbpc-home__court-card-icon{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:10px;background:#eaf5ef;color:var(--home-green);font-size:23px}
.tbpc-home__court-card strong,.tbpc-home__court-card small{display:block}
.tbpc-home__court-card strong{color:var(--home-green);font-size:14px}
.tbpc-home__court-card small{margin-top:5px;color:#71857a;font-size:11px}
.tbpc-home__court-card b{margin-right:auto;color:var(--home-purple);font-size:20px}
.tbpc-home__court-empty{padding:26px;color:#71857a;font-size:13px;text-align:center}
.tbpc-home__court-actions{display:flex;gap:10px;margin-top:auto;padding-top:8px}
.tbpc-home__button--outline{border:1px solid #bdd0c2;color:var(--home-green)!important;background:#fff}
.tbpc-home__map-card{overflow:hidden;border:1px solid var(--home-line);border-radius:16px;background:#fff;box-shadow:0 12px 28px #18392b0b}
.tbpc-home__map-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #edf1ee}
.tbpc-home__map-card-head b,.tbpc-home__map-card-head small{display:block}
.tbpc-home__map-card-head b{color:var(--home-green);font-size:16px}
.tbpc-home__map-card-head small{margin-top:4px;color:#71857a;font-size:11px}
.tbpc-home__map-card-head a{color:var(--home-purple);font-size:11px;font-weight:800}
.tbpc-home__map{height:360px;margin:0;border-radius:0}
.tbpc-home__map.leaflet-container{z-index:1}
.tbpc-home__map-card .tbpc-courts-map-empty{margin:0}
.tbpc-home--v2 .tbpc-home__join{margin-top:72px}
.tbpc-home__join-actions{display:flex;align-items:center;gap:18px}
.tbpc-home__join-actions .tbpc-home__text-link{white-space:nowrap}
@media(max-width:800px){.tbpc-home--v2 .tbpc-home__courts-layout{grid-template-columns:1fr}.tbpc-home__map{height:320px}.tbpc-home__join-actions{align-items:flex-start;flex-direction:column;gap:14px}}
@media(max-width:480px){.tbpc-home--v2{padding:0 16px}.tbpc-home__court-actions{align-items:stretch;flex-direction:column}.tbpc-home__court-actions .tbpc-home__button{width:100%}.tbpc-home__map{height:280px}.tbpc-home__map-card-head{padding:15px}.tbpc-home--v2 .tbpc-home__courts{padding-top:54px}}
