:root { color-scheme: dark; }
.tactics-page { margin: 0; overflow-x: hidden; background: #080c14; color: #eef3fb; }
.tactics-main { width: min(100%, 1440px); margin: 0 auto; padding: clamp(12px, 2vw, 28px); box-sizing: border-box; }
.tactics-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: clamp(18px, 3vw, 30px); padding: 14px 18px; border: 1px solid rgba(255, 183, 77, 0.42); border-radius: 12px; background: linear-gradient(120deg, rgba(255, 152, 0, 0.16), rgba(74, 158, 255, 0.08)); }
.tactics-banner strong { font-size: 1.05rem; }
.tactics-banner p { margin: 4px 0 0; color: #c7d1df; }
.tactics-banner a, .tactics-disclosure a, .tactics-footer a { color: #77b8ff; }
.tactics-banner a { flex: 0 0 auto; font-weight: 700; }
.tactics-heading { margin: 0 auto 18px; text-align: center; }
.tactics-heading h1 { margin: 0 0 8px; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.tactics-heading p { margin: 0; color: #c7d1df; }
.tactics-embed-shell { width: 100%; height: clamp(620px, calc(100vh - 190px), 920px); min-height: 620px; overflow: hidden; border: 1px solid #26344a; border-radius: 12px; background: #111827; box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3); }
.tactics-embed-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.tactics-disclosure { max-width: 980px; margin: 18px auto 0; color: #c7d1df; line-height: 1.55; }
.tactics-disclosure p { margin: 8px 0; }
.tactics-fallback { font-size: 0.9rem; }
.tactics-footer { padding: 22px 16px 32px; text-align: center; color: #9eabba; }
.tactics-footer p { margin: 6px 0; }
@media (max-width: 800px) { .tactics-main { padding: 10px; } .tactics-banner { align-items: flex-start; flex-direction: column; } .tactics-embed-shell { height: max(620px, calc(100dvh - 150px)); min-height: 0; border-radius: 8px; } }
@media (max-width: 480px) { .tactics-embed-shell { height: max(580px, calc(100dvh - 130px)); } }
