/* 2.0 title: painted world, warm brass, dark field-order typography. */
.boot-screen { position: fixed; inset: 0; z-index: 10000; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; padding: 28px; text-align: center; background: radial-gradient(ellipse at 50% 30%, #283128, #0c1216 65%); color: #f4efdf; }
.boot-mark { width: 92px; height: 106px; display: grid; place-content: center; grid-template-columns: auto auto; border: 1px solid #b79b5e; border-bottom: 5px solid #b79b5e; font-size: 36px; font-weight: 900; color: #ead39b; clip-path: polygon(0 0,100% 0,100% 85%,50% 100%,0 85%); }
.boot-mark span { align-self: end; font-size: 24px; }
.boot-edition { font-size: 11px; letter-spacing: .22em; color: #d5b25f; }
.boot-screen h2 { font-size: clamp(22px, 4vw, 36px); font-weight: 500; text-wrap: balance; margin: 8px 0 24px; }
.boot-track { width: min(320px, 100%); }
.boot-track progress { appearance: none; display: block; width: 100%; height: 3px; border: 0; background: #3b443d; color: #dfc787; }
.boot-track progress::-webkit-progress-bar { background: #3b443d; }
.boot-track progress::-webkit-progress-value { background: #dfc787; transition: width .15s; }
.boot-track progress::-moz-progress-bar { background: #dfc787; }
.boot-track p { color: #bcc3ba; font-size: 12px; line-height: 1.5; }
.boot-screen small { position: absolute; bottom: 32px; color: #9ca89e; letter-spacing: .12em; text-transform: uppercase; font-size: 10px; }
#bootRetry { padding: 12px 24px; background: #dcc180; color: #131a1c; border: 0; font-weight: 700; }
body:has(#setupView:not([hidden])) .app-shell { padding: 0; max-width: none; }
body:has(#setupView:not([hidden])) .topbar { position: relative; z-index: 3; margin: 0; padding: 22px clamp(24px, 5vw, 80px); background: #11191e; }
body:has(#setupView:not([hidden])) .topbar h1 { font-size: 18px; letter-spacing: -.02em; }
body:has(#setupView:not([hidden])) .topbar .eyebrow,
body:has(#setupView:not([hidden])) [data-open-album],
body:has(#setupView:not([hidden])) #supportButton,
body:has(#setupView:not([hidden])) #menuButton,
body:has(#setupView:not([hidden])) #pauseButton { display: none; }
.setup-view { max-width: none; padding: 0; gap: 0; border-radius: 0; background: #11191e; box-shadow: none; overflow: clip; }
.setup-view::before, .setup-view::after { display: none; }
.enlistment { padding: 64px clamp(24px, 5vw, 80px) 32px; width: 100%; max-width: 1600px; margin: auto; scroll-margin-top: 24px; }
.enlistment-heading p { color: #d5b25f; letter-spacing: .12em; font-size: 11px; margin: 0 0 14px; }
.enlistment-heading h2 { font-size: clamp(26px, 3vw, 40px); letter-spacing: -.025em; line-height: 1.15; margin: 0 0 26px; }
.company-heading { margin: 54px 0 26px; }
.company-heading h2 { margin-bottom: 12px; }
.company-heading > span { color: #b7c0c4; font-size: 14px; }
.enlistment .mode-select { border: 0; padding: 0; background: none; }
.enlistment .mode-option { border-radius: 0; padding: 24px; background: #18232a; border: 1px solid #48564f; text-align: left; min-height: 115px; }
.enlistment .mode-option strong { font-size: 20px; }
.enlistment .mode-option--active { background: #29342f; border-color: #d5b25f; box-shadow: inset 4px 0 #d5b25f; }
.enlistment .mode-option span { line-height: 1.55; color: #bdc7c6; }
.enlistment .campaign-mode-note { max-width: 80ch; color: #b7c0c4; line-height: 1.6; }
.enlistment .faction-card { border-radius: 2px; box-shadow: none; border-width: 1px; border-top-width: 3px; }
.setup-view .setup-disclaimer { padding: 24px clamp(24px, 5vw, 80px) 32px; margin: 0; max-width: none; border-top: 1px solid #34413f; color: #adb8b9; background: #0d151a; font-size: 11px; line-height: 1.65; }
.title-begin:focus-visible, .enlistment button:focus-visible, #bootRetry:focus-visible { outline: 3px solid #f6e1a9; outline-offset: 5px; }

.covers-heading { padding: 12px 4vw 26px; }
.covers-heading > p, .cover-number { color: #e3ca8d; font-size: 11px; letter-spacing: .14em; }
.covers-heading h2 { margin: 12px 0 0; color: #f6f0df; font-size: clamp(26px, 3.2vw, 44px); letter-spacing: -.035em; line-height: 1.15; }
.campaign-covers { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; padding: 0 4vw; }
.campaign-cover { position: relative; isolation: isolate; min-height: clamp(480px, 61vh, 650px); display: flex; align-items: end; border: 1px solid #64706a; background-size: cover; background-position: center top; }
.campaign-cover--war { background-image: url('../assets/ui/main-menu-fortress-v2.webp'); }
.campaign-cover--accord { background-image: url('../assets/ui/accord-title-concept-v1.webp'); }
.campaign-cover::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,#0b1519 0%,#0b1519ee 20%,#0b151975 52%,#0b151900 85%); }
.cover-text { width: 100%; padding: 32px; }
.cover-number { margin: 0 0 12px; }
.cover-text h3 { margin: 0; color: #f6f0df; font-size: clamp(27px,2.6vw,38px); line-height: 1.08; letter-spacing: -.025em; }
.cover-premise { max-width: 44ch; color: #d2d8d2; font-size: 14px; line-height: 1.65; margin: 16px 0 22px; }
.cover-actions { display: flex; flex-direction: column; gap: 10px; max-width: 340px; }
.cover-actions button { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 14px 20px; border: 1px solid #e8cf94; border-radius: 0; color: #142023; background: #dfc58a; font-size: 14px; font-weight: 800; text-align: left; }
.cover-actions button:hover { background: #f2dca6; }
.cover-actions:has([data-cover-continue]:not([hidden])) [data-campaign-kind] { background: #142025; color: #f0dbad; }
.cover-actions button:focus-visible { outline: 3px solid #fff3cb; outline-offset: 4px; }
.cover-text small { display: block; margin-top: 16px; color: #c2cbc5; font-size: 11px; }
.covers-note { margin: 0; padding: 22px 4vw; color: #b7c0c4; font-size: 12px; line-height: 1.6; }
.enlistment { border-top: 1px solid #34413f; }
.enlistment-heading > span { color: #b7c0c4; font-size: 14px; line-height: 1.6; }
.enlistment .setup-actions { max-width: none; margin: 24px 0; }
@media (max-width: 700px) {
  body:has(#setupView:not([hidden])) .topbar { flex-direction: row; padding: 16px; align-items: center; }
  .covers-heading { padding: 8px 16px 22px; }
  .covers-heading > p { font-size: 9px; }
  .campaign-covers { grid-template-columns: 1fr; padding: 0 16px; gap: 12px; }
  .campaign-cover { min-height: 300px; background-position: center 35%; }
  .campaign-cover::before { background: linear-gradient(90deg,#0b1519c9,#0b15192b),linear-gradient(0deg,#0b1519fa, #0b151988 50%,transparent); }
  .cover-text { padding: 20px; }
  .cover-number { font-size: 9px; margin-bottom: 10px; }
  .cover-text h3 { font-size: 27px; max-width: 12ch; }
  .cover-premise { font-size: 12px; line-height: 1.5; margin: 12px 0 16px; max-width: 36ch; }
  .cover-text small { font-size: 10px; margin-top: 12px; }
  .covers-note { padding: 18px 16px; }
  .enlistment { padding: 36px 16px 24px; }
  .enlistment .mode-select__options { grid-template-columns: 1fr; }
}

.save-warning { margin: 12px 16px; padding: 12px 16px; border: 1px solid #d5b25f; background: #342e20; color: #fff0c6; font-size: 14px; line-height: 1.5; }
