.soilContextPanel{margin:10px 0}
.scDisclosure{border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(8,14,11,.55);overflow:hidden}
.scDisclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;list-style:none}
.scDisclosure>summary::-webkit-details-marker{display:none}
.scDisclosure>summary span{display:flex;min-width:0;flex-direction:column;gap:3px}
.scDisclosure>summary strong{font-size:13px}
.scDisclosure>summary small{font-size:10px;line-height:1.3;color:rgba(255,255,255,.58)}
.scDisclosure>summary b{font-size:22px;font-weight:400;transition:transform .2s ease}
.scDisclosure[open]>summary b{transform:rotate(90deg)}

.scBody{padding:0 14px 14px}

.scLead{margin:0 0 10px;font-size:11px;line-height:1.5;color:rgba(255,255,255,.78)}

.scMetrics,.scMoreGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.scMetrics>div,.scMoreGrid>div{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:9px;background:rgba(255,255,255,.025)}
.scMetrics span,.scMoreGrid span{display:block;margin-bottom:4px;font-size:9px;line-height:1.25;color:rgba(255,255,255,.48)}
.scMetrics strong,.scMoreGrid strong{display:block;font-size:12px;line-height:1.3}

.scDepths,.scMore,.scTechnical{margin-top:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:9px}
.scDepths>summary,.scMore>summary,.scTechnical>summary{cursor:pointer;font-size:11px;font-weight:600}

.scDepthHead,.scDepthRow{display:grid;grid-template-columns:1.25fr .65fr .65fr .65fr 1.15fr;gap:7px;align-items:center}
.scDepthHead{padding:10px 0 5px;color:rgba(255,255,255,.42)}
.scDepthRow{padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.scDepthHead strong,.scDepthHead span{font-size:8px;line-height:1.3}
.scDepthRow strong,.scDepthRow span{font-size:9px;line-height:1.35}

.scMoreGrid{margin-top:8px}

.scSamplingNote{margin:10px 0 0;font-size:10px;line-height:1.45;color:rgba(255,255,255,.64)}
.scCaveat{margin:8px 0 0;font-size:9px;line-height:1.45;color:rgba(255,255,255,.45)}
.scTechnical p{margin:6px 0 0;font-size:9px;line-height:1.4;color:rgba(255,255,255,.5)}

@media(max-width:720px){
  .scMetrics,.scMoreGrid{grid-template-columns:1fr}
  .scDepthHead,.scDepthRow{grid-template-columns:1.25fr .6fr .6fr .6fr 1.1fr;gap:4px}
}
