.shed-detail-content{container-type:inline-size;min-width:0;padding:18px;background:#14231f;border-left:3px solid #529d87;box-sizing:border-box}
.shed-detail-heading{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #355348}
.shed-detail-heading strong{font-size:16px;line-height:1.5;min-width:0;overflow-wrap:anywhere}
.shed-detail-heading strong a{color:#b5e4d3}
.shed-detail-heading>.muted{font-size:12px;line-height:1.5}
.shed-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.shed-detail-content h3{font-size:14px;line-height:1.4;margin:0 0 10px}
.shed-detail-section{min-width:0}
.shed-detail-section h3{color:#c0decf;padding-bottom:8px;border-bottom:2px solid #355348}
.shed-detail-content dl{margin:0}
.shed-detail-content dl>div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:6px 0;border-bottom:1px solid var(--bd)}
.shed-detail-content dt{color:var(--muted);min-width:0}
.shed-detail-content dd{margin:0;text-align:right;overflow-wrap:anywhere;min-width:0}
.shed-seizure-section,.shed-stakes-section{margin-top:20px;padding-top:16px;border-top:1px solid var(--bd)}
.shed-seizure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 24px}
.shed-stakes-grid{display:grid;grid-template-columns:1fr;gap:12px;list-style:none;margin:0;padding:0}
.shed-stakes-heading{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;margin-bottom:10px}
.shed-stakes-heading h3{margin-bottom:0}
.shed-stakes-heading>a{color:#b5e4d3;font-size:12px}
.shed-stake-card{min-width:0;padding:12px;border:1px solid #364941;border-radius:6px;background:#101817;box-sizing:border-box}
.shed-stake-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;min-height:28px;margin-bottom:8px}
.shed-stake-status{display:inline-flex;align-items:center;padding:3px 6px;border:1px solid #46534f;border-radius:4px;color:#b5c5c0;font-size:11px;line-height:1.2}
.shed-stake-status.is-active{color:#a1e5bb;border-color:#3e7053;background:#192d21}
.shed-detail-content .shed-stake-meta{font-size:12px;line-height:1.5}
.shed-detail-content .shed-stake-meta>div{padding:3px 0;border:0;gap:8px}
.shed-detail-content .shed-stake-meta>.shed-stake-energy{display:block;margin-top:4px}
.shed-detail-content .shed-stake-energy dd{text-align:left;margin-top:2px;color:#e1e9e5}
.shed-sheep-link,.shed-wolf-link{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.shed-sheep-avatar,.shed-wolf-avatar{display:block;width:28px;height:28px;flex:0 0 28px;object-fit:contain;image-rendering:pixelated;border-radius:4px}
.shed-occupying-wolf{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px 8px}
.shed-player-link{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-width:0;text-decoration:none;color:inherit;vertical-align:middle}
.shed-player-link:hover .shed-player-name{text-decoration:underline}
.shed-player-avatar{display:block;width:24px;height:24px;flex:0 0 24px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);box-sizing:border-box}
.shed-player-initial{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}
.shed-player-name{min-width:0;font-weight:600;overflow-wrap:anywhere}
.shed-cache-warning{color:#fbbf24;margin:0 0 14px}
.land-building-section{min-width:0}
.land-building-section .land-section__head{flex-wrap:wrap;gap:12px}
.land-building-section .land-section__head h2{margin:0}
.land-building-section .land-section__head p{margin:6px 0 0}
.land-building-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 24px;margin:0}
.land-building-summary div{min-width:0;border-top:1px solid var(--bd);padding:10px 0}
.land-building-summary dt{color:var(--muted);font-size:12px}
.land-building-summary dd{margin:5px 0 0;overflow-wrap:anywhere}
@media(max-width:1100px){.shed-detail-grid,.shed-seizure-grid,.land-building-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
  .shed-detail-content{padding:14px}
  .shed-detail-grid,.shed-seizure-grid{grid-template-columns:1fr;gap:18px}
  .shed-detail-content dl>div{gap:14px}
  .shed-detail-content dt,.shed-detail-content dd{flex:1}
}
@container(min-width:500px){.shed-stakes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@container(min-width:750px){.shed-stakes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@container(min-width:1000px){.shed-stakes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@container(min-width:1250px){.shed-stakes-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@container(min-width:1500px){.shed-stakes-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
@container(min-width:1750px){.shed-stakes-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}
