.strategy-content { display: flex; flex-direction: column; gap: 1.1rem; }
.sb-block { animation: fade-up 0.3s var(--ease); }

.sb-heading { font-weight: 700; line-height: 1.2; }
.sb-heading.lvl-1 { font-size: 1.7rem; }
.sb-heading.lvl-2 { font-size: 1.35rem; border-left: 3px solid var(--accent); padding-left: 0.7rem; }
.sb-heading.lvl-3 { font-size: 1.1rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }

.rich { line-height: 1.7; color: #dfe4ec; word-break: break-word; }
.rich p { margin: 0 0 0.7rem; }
.rich p:last-child { margin-bottom: 0; }
.rich a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.rich ul, .rich ol { margin: 0 0 0.7rem 1.3rem; }
.rich li { margin-bottom: 0.3rem; }
.rich blockquote { border-left: 3px solid var(--border-strong); padding-left: 1rem; color: var(--text-muted); margin: 0 0 0.7rem; }
.rich code { background: rgba(255, 255, 255, 0.08); padding: 0.1rem 0.4rem; border-radius: 5px; font-size: 0.9em; }

.sb-callout { display: flex; gap: 0.85rem; padding: 1rem 1.15rem; border-radius: var(--radius-sm); border: 1px solid; }
.sb-callout svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.sb-callout-title { font-weight: 700; margin-bottom: 0.25rem; }
.sb-callout.note { background: rgba(46, 138, 246, 0.08); border-color: rgba(46, 138, 246, 0.3); }
.sb-callout.note svg { color: var(--accent); }
.sb-callout.info { background: rgba(148, 163, 184, 0.08); border-color: rgba(148, 163, 184, 0.28); }
.sb-callout.info svg { color: #cbd5e1; }
.sb-callout.warning { background: rgba(245, 158, 11, 0.09); border-color: rgba(245, 158, 11, 0.32); }
.sb-callout.warning svg { color: var(--warning); }
.sb-callout.tip { background: rgba(20, 184, 166, 0.09); border-color: rgba(20, 184, 166, 0.32); }
.sb-callout.tip svg { color: var(--tip); }

.sb-box { border-radius: var(--radius-sm); padding: 1.1rem 1.2rem; background: color-mix(in srgb, var(--box-color) 12%, transparent); border: 1px solid color-mix(in srgb, var(--box-color) 45%, transparent); border-left-width: 4px; }
.sb-box-title { font-weight: 700; color: var(--box-color); margin-bottom: 0.4rem; }

.sb-divider { border: none; height: 1px; background: linear-gradient(to right, transparent, var(--border-strong), transparent); margin: 0.5rem 0; }

.sb-image { display: flex; flex-direction: column; gap: 0.5rem; }
.sb-image.align-center { align-items: center; }
.sb-image.align-left { align-items: flex-start; }
.sb-image.align-right { align-items: flex-end; }
.sb-image img { border-radius: var(--radius-sm); border: 1px solid var(--border); max-width: 100%; height: auto; }
.sb-image figcaption { font-size: 0.82rem; color: var(--text-dim); text-align: center; }

.sb-table-wrap { overflow-x: auto; border-radius: var(--radius-sm); border: 1px solid var(--border); }
.sb-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.sb-table th, .sb-table td { padding: 0.6rem 0.85rem; text-align: left; border-bottom: 1px solid var(--border); }
.sb-table th { background: rgba(255, 255, 255, 0.05); font-weight: 700; }
.sb-table tr:last-child td { border-bottom: none; }

.tower-chip-ph { width: 24px; height: 24px; border-radius: 6px; background: var(--accent-2); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; }

.sb-loadout { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0.9rem 1rem; }
.sb-loadout-title { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); margin-bottom: 0.65rem; }
.sb-loadout-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.sb-steps-title, .sb-loadout .sb-loadout-title { margin-bottom: 0.7rem; }
.sb-steps-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.7rem; }
.step-table { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.step-head { display: grid; grid-template-columns: 96px 1fr; background: rgba(255, 255, 255, 0.05); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--text-muted); }
.step-head span { padding: 0.55rem 0.85rem; }
.step-row { display: grid; grid-template-columns: 96px 1fr; border-top: 1px solid var(--border); }
.step-waves { padding: 0.7rem 0.85rem; font-weight: 700; color: var(--accent); background: rgba(46, 138, 246, 0.05); font-size: 0.9rem; }
.step-body { padding: 0.7rem 0.85rem; }
.step-body ul { margin-left: 1.1rem; }

.sb-players { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.player-card { background: var(--surface-2); border: 1px solid var(--border); border-top: 3px solid var(--player-color); border-radius: var(--radius-sm); padding: 1.1rem; display: flex; flex-direction: column; gap: 0.85rem; }
.player-head { display: flex; align-items: center; gap: 0.55rem; flex-wrap: wrap; }
.player-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--player-color); box-shadow: 0 0 10px var(--player-color); }
.player-name { font-size: 1.15rem; font-weight: 700; font-family: var(--font-head); }
.player-role { font-size: 0.75rem; color: var(--text-muted); background: rgba(255, 255, 255, 0.06); padding: 0.15rem 0.5rem; border-radius: 6px; }
.player-loadout { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.player-notes { font-size: 0.9rem; }
.player-card .step-head { grid-template-columns: 78px 1fr; }
.player-card .step-row { grid-template-columns: 78px 1fr; }

@media (max-width: 560px) {
    .step-head, .step-row, .player-card .step-head, .player-card .step-row { grid-template-columns: 68px 1fr; }
    .sb-players { grid-template-columns: 1fr; }
}