body[data-player-guide] { background: radial-gradient(ellipse at 60% 0, #25344870, transparent 60%), #070c13; }
.guide-shell { max-width: 1240px; margin: auto; padding: calc(var(--nav-h) + 44px) 28px 72px; }
.guide-heading { padding: 0 0 28px; }
.guide-heading .p-eyebrow { margin-bottom: 10px; }
.guide-heading h1 { margin: 0; color: #f5e2b6; font-family: var(--font-display); font-size: clamp(27px, 4vw, 42px); }
.guide-heading p, .guide-note { color: #aeb8c3; font-size: 14px; line-height: 1.7; }
.guide-layout { display: grid; grid-template-columns: 244px minmax(0, 1fr); gap: 24px; align-items: start; }
.guide-nav, .guide-panel, .guide-dialog { border: 1px solid #716956; border-radius: 3px; background: linear-gradient(130deg, #182330ed, #090e16 68%); box-shadow: 0 12px 36px #0008, inset 0 0 0 3px #0004, inset 0 1px #ded0ad17; }
.guide-nav { position: sticky; top: calc(var(--nav-h) + 20px); padding: 12px; display: grid; gap: 7px; }
.guide-nav a { display: flex; gap: 12px; align-items: center; min-height: 49px; padding: 10px; color: #c9cdd0; text-decoration: none; border: 1px solid #46515e; background: #0a111a; border-radius: 2px; font-size: 12px; line-height: 1.4; }
.guide-nav a b { color: #bf9b4a; font-size: 11px; }
.guide-nav a[aria-current="page"], .guide-filters button.is-active { color: #ffe4a3; border-color: #bca06a; background: linear-gradient(120deg, #4b402d, #202733); }
.guide-panel { padding: 26px; min-height: 520px; min-width: 0; }
.guide-panel h2 { margin: 0 0 16px; padding-bottom: 18px; border-bottom: 1px solid #6d604239; color: #f5dfad; font: 600 24px var(--font-display); }
.guide-panel h3 { color: #e4c98b; font-size: 16px; margin: 24px 0 12px; }
.guide-filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 20px; }
.guide-filters button, .guide-close { color: #d4d6d7; background: linear-gradient(#1c2733,#0d141d); border: 1px solid #53606c; border-radius: 2px; padding: 11px 13px; cursor: pointer; font: inherit; font-size: 12px; }
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); gap: 10px; }
.guide-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 17px 12px; min-width: 0; color: #d8d8d4; text-align: center; background: linear-gradient(135deg, #1d2834, #090f17); border: 1px solid #4d5965; border-radius: 2px; font: inherit; font-size: 12px; line-height: 1.5; cursor: pointer; }
.guide-card img { width: 66px; height: 66px; object-fit: contain; }
.guide-card strong { font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }
.guide-card small { color: #dfbd70; font-size: 12px; }
.guide-card:hover, .guide-card.is-active { border-color: #c1a46e; background: linear-gradient(135deg,#413a2e,#202733); }
.guide-card--mob img { width: 92px; height: 102px; }
.guide-statline { font-size: 12px; color: #acb7c1; line-height: 1.8; }
.guide-table-wrap { width: 100%; overflow-x: auto; }
.guide-table { width: 100%; border-collapse: collapse; font-size: 12px; font-variant-numeric: tabular-nums; }
.guide-table th { background: linear-gradient(#3d372b, #19222c); color: #ffe7ae; text-align: left; }
.guide-table th, .guide-table td { padding: 13px 10px; border-bottom: 1px solid #46515c; line-height: 1.5; }
.guide-table tr:nth-child(even) { background: #0003; }
.guide-table progress { accent-color: #b8c47a; width: 65px; height: 6px; margin-left: 10px; }
.guide-dialog { color: #e0ddcf; padding: 30px; width: min(460px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); overflow: auto; }
.guide-dialog::backdrop { background: #000b; }
.guide-close { position: absolute; top: 8px; right: 8px; font-size: 24px; padding: 2px 10px; }
.guide-dialog img { display: block; width: 96px; height: 96px; object-fit: contain; margin: 0 auto 20px; }
.guide-dialog h2 { color: #f4d895; font-size: 20px; padding-right: 20px; }
.guide-dialog dl { display: grid; grid-template-columns: 1fr auto; gap: 10px; font-size: 14px; }
.guide-dialog dd { margin: 0; color: #a3ddab; }
.guide-card:focus-visible, .guide-nav a:focus-visible, .guide-filters button:focus-visible { outline: 2px solid #ffe3a2; outline-offset: 3px; }
@media (max-width: 800px) {
  .guide-shell { padding: calc(var(--nav-h) + 24px) 14px 40px; }
  .guide-layout { grid-template-columns: 1fr; gap: 16px; }
  .guide-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 9px; gap: 6px; }
  .guide-nav a { min-height: 44px; font-size: 11px; gap: 8px; padding: 8px; }
  .guide-panel { padding: 16px; min-height: 340px; scroll-margin-top: calc(var(--nav-h) + 12px); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-table th, .guide-table td { padding: 10px 6px; }
}

body.is-guide-embedded { background: #070c13; }
body.is-guide-embedded .p-nav,
body.is-guide-embedded .guide-heading { display: none; }
body.is-guide-embedded .guide-shell { max-width: none; padding: 12px; }
body.is-guide-embedded .guide-layout { gap: 12px; grid-template-columns: 205px minmax(0, 1fr); }
body.is-guide-embedded .guide-nav { top: 12px; }
body.is-guide-embedded .guide-panel { min-height: calc(100vh - 24px); padding: 18px; }
@media (max-width: 720px) {
  body.is-guide-embedded .guide-layout { grid-template-columns: 1fr; }
  body.is-guide-embedded .guide-nav { position: static; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.is-guide-embedded .guide-nav a { min-height: 38px; padding: 6px; }
}
