/* Expanded explanations stay optional while each definition remains visible. */
.glossary-grid{align-items:start}
.term{grid-template-columns:36px minmax(0,1fr);gap:16px}
.term-content{min-width:0}
.term h3{font-size:1.125rem;line-height:1.45;overflow-wrap:anywhere}
.term p{font-size:1rem;line-height:1.7;color:#b6c1ce}
.term-details{margin-top:15px}
.term-details summary{color:var(--mint);font-size:.875rem;font-weight:650;cursor:pointer;padding:8px 0;line-height:1.5}
.term-details summary:focus-visible,.term-source:focus-visible{outline:2px solid var(--mint);outline-offset:5px;border-radius:3px}
.term-details[open] summary{margin-bottom:9px}
.term-expanded{display:grid;gap:16px}
.term-tip{background:#142235;border-left:2px solid var(--gold);padding:13px 15px;border-radius:0 8px 8px 0}
.term-tip strong{display:block;font-size:.875rem;color:var(--gold);margin-bottom:5px}
.term-source{color:#9fd6ff;font-size:.875rem;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.term-source:hover{color:white}
@media(max-width:820px){.glossary-grid{grid-template-columns:1fr}.term:nth-child(odd),.term:nth-child(even){padding-left:0;padding-right:0;border-left:0}}
