.shed-access{padding:24px 4px 8px;color:var(--txt);min-width:0}
.shed-access-kicker{color:#facc15;font-size:12px;font-weight:800;margin:0 0 8px}
.shed-access h2{font-size:24px;line-height:1.3;margin:0 0 12px}
.shed-access p{line-height:1.6;margin-bottom:10px;overflow-wrap:anywhere}
.shed-access-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}
.shed-access-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid #477ccb;border-radius:6px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;line-height:1.4;text-align:center}
.shed-access-button:hover{background:#1d4ed8;text-decoration:none}
.shed-access-button.secondary{background:var(--soft);border-color:var(--bd);color:var(--txt)}
.shed-access-button.secondary:hover{border-color:var(--accent)}
.shed-access-button:focus-visible{outline:2px solid #93c5fd;outline-offset:3px}
.shed-access-status{padding:10px 12px;border-left:3px solid #facc15;background:#29251a}
.shed-access-example{padding:18px;background:#14231f;border-left:3px solid #529d87}
.shed-access-example-heading{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.shed-access-example h3{font-size:16px;margin:0;color:#c0decf}
.shed-access-example-heading>span{color:var(--muted);font-size:12px}
.shed-access-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0}
.shed-access-metrics>div{min-width:0;padding:0 10px 12px 0;border-bottom:1px solid #355348}
.shed-access-metrics dt{font-size:12px;color:var(--muted);margin-bottom:6px}
.shed-access-metrics dd{font-size:18px;font-weight:700;margin:0;overflow-wrap:anywhere}
.shed-access-sheep{display:flex;align-items:center;gap:12px;margin:18px 0 12px}
.shed-access-sheep img{width:40px;height:40px;flex:0 0 40px;object-fit:contain;image-rendering:pixelated}
.shed-access-sheep strong,.shed-access-sheep span{display:block;line-height:1.5}
.shed-access-sheep span{font-size:13px;color:var(--muted)}
.shed-access-example>p{font-size:13px;margin:0}
.land-building-section .shed-access{padding-top:0}
@media(max-width:900px){.shed-access-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){
  .shed-access{padding-top:18px}
  .shed-access h2{font-size:21px}
  .shed-access-actions{flex-direction:column}
  .shed-access-button{width:100%;min-height:44px}
  .shed-access-example{padding:14px}
  .shed-access-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
}
