.dungeons-page .section-description{max-width:850px}.dungeon-filter{align-items:end}.dungeon-filter>label:first-child{flex:1 1 440px}.dungeon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dungeon-card{display:flex;flex-direction:column;min-width:0;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.dungeon-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}.dungeon-card h3{margin:0;font:400 clamp(25px,2.2vw,35px)/1.12 var(--serif);overflow-wrap:anywhere}.dungeon-meta{margin:3px 0 0;text-align:right;white-space:nowrap;color:var(--muted);font-size:13px}.dungeon-drops{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;list-style:none;margin:16px 0 0;padding:0}.dungeon-drop{display:flex;align-items:center;gap:10px;min-width:0;padding:8px 0;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.dungeon-drop-icon{width:42px;height:42px;object-fit:cover;flex:0 0 auto;border-radius:7px;background:#1d2c28;border:1px solid var(--border)}.dungeon-drop-body{min-width:0}.dungeon-drop-name{display:block;overflow-wrap:anywhere;color:var(--text);font-size:14px;font-weight:600;line-height:1.2}.dungeon-drop-name:hover{text-decoration:underline;text-underline-offset:3px}.dungeon-rarities{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.dungeon-rarity{display:inline-flex;padding:2px 6px;border-radius:4px;font-size:10px;line-height:1.2;font-weight:600}.rarity-common{color:#d8ded5;background:#3a463d}.rarity-uncommon{color:#91d49b;background:#1d4630}.rarity-rare{color:#79b7ff;background:#1e3554}.rarity-epic{color:#c79bff;background:#392252}.rarity-legendary{color:#ffcf6d;background:#51401b}.dungeon-condition{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.3}.dungeon-empty-drop{grid-column:1/-1;color:var(--muted);font-size:14px}.dungeon-card-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:16px}.dungeon-card-actions a{color:var(--accent);font-size:13px;text-decoration:underline;text-underline-offset:3px}.dungeon-card-actions a:hover{color:var(--text)}@media(max-width:900px){.dungeon-grid{grid-template-columns:1fr}}@media(max-width:600px){.dungeon-card{padding:18px}.dungeon-card-heading{display:block}.dungeon-meta{text-align:left;margin-top:8px}.dungeon-drops{grid-template-columns:1fr}.dungeon-filter>label:first-child{flex-basis:100%}}
