:root { color-scheme: light; font-family: 'Trebuchet MS', sans-serif; color: #173c3b; background: #fff1d0; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #176d61; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #c17e1e; outline-offset: 4px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px max(24px, calc((100vw - 1120px) / 2)); background: #173c3b; color: #fff1d0; }
.wordmark { font-size: 28px; font-weight: bold; font-style: italic; text-decoration: none; color: inherit; letter-spacing: -1px; }
nav { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.site-header nav a { color: #fff1d0; font-weight: bold; }
.site-header a[aria-current] { text-decoration-thickness: 3px; }
.play-link, .site-header nav .play-link { display: inline-block; padding: 14px 20px; background: #f3bd59; color: #173c3b; border: 2px solid #173c3b; box-shadow: 3px 3px 0 #173c3b; text-decoration: none; font-weight: bold; }
.reading { max-width: 1120px; margin: 0 auto; padding: 56px 24px; }
.eyebrow { font-size: 12px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; }
h1 { font-size: clamp(36px, 6vw, 68px); line-height: 1.05; letter-spacing: -2px; margin: 18px 0 28px; max-width: 850px; }
h2 { font-size: 28px; line-height: 1.2; margin: 0 0 16px; }
h3 { font-size: 21px; }
p, li { font-size: 17px; line-height: 1.65; }
li { margin-block: 10px; }
.intro { font-size: 22px; max-width: 840px; }
section { margin-block: 44px; }
.hero-image { display: block; width: 100%; height: auto; border: 3px solid #173c3b; margin-block: 32px; }
.mode-grid, .fighter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.mode-grid article { padding: 22px; border: 2px solid #173c3b; background: #e4edce; }
.mode-grid h3 { margin-top: 0; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px; border: 1px solid #aab593; text-align: left; }
th { background: #173c3b; color: #fff1d0; }
.fighter-index { margin-block: 28px; gap: 10px; }
.fighter-index a { padding: 8px 12px; background: #e2e8c8; border: 1px solid #8aa18c; }
.stat-guide { padding: 24px; border-left: 6px solid #71c9b1; background: #f5e5bd; }
.fighter-card { border: 2px solid #173c3b; background: #fff8e3; display: grid; grid-template-columns: 160px 1fr; align-items: start; scroll-margin-top: 20px; }
.fighter-portrait { margin: 18px 0 0 12px; background: repeating-linear-gradient(-40deg, #efd9aa, #efd9aa 12px, #f5e5bf 12px, #f5e5bf 24px); }
.fighter-portrait img { display: block; width: 100%; height: auto; }
.fighter-copy { padding: 20px; }
.fighter-copy h2 { margin: 8px 0; }
.fighter-copy p { font-size: 15px; }
.fighter-copy .eyebrow { font-size: 11px; margin: 0; }
dl { display: grid; grid-template-columns: 1fr auto; gap: 9px; font-size: 13px; }
dd { margin: 0; font-weight: bold; }
.site-footer { border-top: 3px solid #173c3b; background: #dbe7c6; padding: 36px 24px; text-align: center; }
@media (max-width: 850px) { .fighter-grid { grid-template-columns: 1fr; } .site-header { flex-direction: column; align-items: flex-start; } }
@media (max-width: 520px) { .reading { padding: 32px 18px; } .mode-grid { grid-template-columns: 1fr; } .fighter-card { grid-template-columns: 115px 1fr; } .fighter-copy { padding: 16px 12px; } .fighter-copy h2 { font-size: 25px; } dl { font-size: 12px; } nav { gap: 12px; } .site-header nav { font-size: 14px; } }
