/* Light operations workspace. Game inventory geometry remains in cms.css. */
:root {
  color-scheme: light;
  --bg: #f5f7fb; --surface: #fff; --surface-2: #f8fafc; --surface-3: #edf2f8;
  --line: #e5eaf1; --line-strong: #cbd5e1; --text: #202c40; --muted: #68768c;
  --yellow: #93620d; --yellow-strong: #a86f08; --green: #137a61; --red: #b73d50;
  --blue: #3569dc; --teal: #168e7a; --shadow: 0 3px 16px rgb(35 55 85 / 3%);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}
body { font-size: 14px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
:is(button, a, input, textarea, select, summary):focus-visible { outline: 3px solid #5486ee; outline-offset: 3px; }
button { touch-action: manipulation; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; border-radius: 8px; background: white; color: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.app-header { position: fixed; inset: 0 auto 0 0; width: 236px; height: 100svh; padding: 30px 18px 18px; display: flex; flex-direction: column; align-items: stretch; border: 0; border-right: 1px solid var(--line); background: #fff; backdrop-filter: none; }
.app-header > .brand { padding: 0 10px; margin-bottom: 46px; font-size: 16px; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; background: #ffda68; color: #5c4311; box-shadow: inset 0 0 0 1px #eec85f; font-size: 21px; }
.brand small { color: #8490a1; font-size: 9px; letter-spacing: .15em; }
.navigation-label { padding: 0 14px; margin-bottom: 12px; color: #8290a3; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.tabs { flex-direction: column; align-items: stretch; gap: 6px; padding: 0; border: 0; background: none; }
.tabs button { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 14px; border-radius: 9px; font-size: 13px; font-weight: 600; text-align: left; }
.tabs button svg { width: 19px; height: 19px; flex-shrink: 0; }
.tabs button[aria-current="page"], .tabs button[aria-current="page"]:hover { background: #edf3ff; color: #2d61cc; box-shadow: none; }
.nav-count { min-width: 21px; margin-left: auto; padding: 1px 5px; background: #edf0f5; color: #6e7a8e; border-radius: 5px; font-size: 10px; text-align: center; font-variant-numeric: tabular-nums; }
.sidebar-note { position: relative; margin: auto 8px 24px; padding: 18px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fafbfd; }
.sidebar-note strong { display: block; margin-left: 15px; font-size: 11px; font-weight: 650; }
.sidebar-note small { display: block; margin: 4px 0 12px 15px; color: var(--muted); font-size: 10px; }
.sidebar-note a { display: flex; justify-content: space-between; color: var(--blue); font-size: 11px; text-decoration: none; }
.workspace-dot { position: absolute; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: #8294af; }
.account { display: grid; grid-template-columns: 30px minmax(0,1fr) 28px; gap: 8px; border-top: 1px solid var(--line); padding-top: 18px; }
.account-avatar { width: 30px; height: 30px; background: #eee9fb; color: #7655b7; }
.account-email { display: block; color: #58647a; font-size: 10px; }
.account .icon-button { width: 28px; height: 34px; }
.workspace { width: auto; max-width: 1760px; margin: 0 0 0 236px; padding: 0 clamp(24px, 3.4vw, 64px) 44px; outline: none; }
.workspace-toolbar { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.workspace-breadcrumb { display: flex; align-items: center; gap: 12px; color: #8390a1; font-size: 12px; }
.workspace-breadcrumb strong { color: #526079; font-weight: 500; }
.workspace-toolbar-actions { display: flex; align-items: center; gap: 16px; }
.refresh-time { color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.refresh-time.is-live::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #34a77b; box-shadow: 0 0 0 3px #34a77b18; vertical-align: 1px; }
.language-switch { display: flex; flex-shrink: 0; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-2); }
.language-switch button { min-width: 30px; min-height: 28px; padding: 4px 7px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.language-switch button[aria-pressed="true"] { background: var(--surface); color: var(--blue); box-shadow: 0 1px 4px #20365314; }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: #526079; font-size: 11px; font-weight: 600; cursor: pointer; }
.theme-icon { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-icon-sun { display: none; }
:root[data-theme="dark"] .theme-icon-moon { display: none; }
:root[data-theme="dark"] .theme-icon-sun { display: block; }
.language-switch button:active, .theme-toggle:active { transform: scale(.97); }
.workspace-notice { margin: -12px 0 24px; padding: 12px 16px; border: 1px solid #ecd39a; background: #fffbec; border-radius: 8px; color: #80560b; font-size: 12px; }
.page-heading { align-items: center; margin-bottom: 26px; }
.page-heading h1 { font-size: clamp(26px, 2.3vw, 36px); letter-spacing: -.045em; font-weight: 720; line-height: 1.2; }
.heading-dot { color: var(--blue); }
.eyebrow { color: #7786a0; letter-spacing: .12em; font-size: 9px; margin-bottom: 7px; }
.page-description { font-size: 13px; line-height: 1.6; margin-top: 7px; }
.button { border-radius: 8px; min-height: 40px; font-size: 12px; font-weight: 600; background: #fff; }
.button.primary { background: var(--blue); border-color: var(--blue); color: white; box-shadow: 0 3px 6px #3569dc16; }
.button.quiet { background: #fff; color: #526079; }
.button.small { min-height: 34px; font-size: 11px; }
.button svg { width: 15px; height: 15px; }
.button:disabled { opacity: .5; }
.text-button { color: var(--blue); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: 22px; }
.metric-card { min-width: 0; padding: 20px 22px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.metric-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 12px; color: #59677d; font-weight: 600; }
.metric-symbol { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; font-size: 18px; }
.metric-symbol.blue { background: #edf3ff; color: var(--blue); }
.metric-symbol.teal { background: #eaf8f3; color: #128166; }
.metric-symbol.violet { background: #f2edff; color: #8960cd; }
.metric-symbol.amber { background: #fff6de; color: #a36b12; }
.metric-card > strong { display: block; margin: 10px 0 3px; font-size: clamp(27px, 2.5vw, 36px); line-height: 1.25; letter-spacing: -.045em; font-weight: 650; font-variant-numeric: tabular-nums; }
.metric-card > span { display: block; font-size: 10px; color: var(--muted); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 20px; align-items: stretch; }
.section-card { min-width: 0; padding: 24px; border-radius: 12px; box-shadow: var(--shadow); }
.dashboard-grid .section-card { margin-top: 0; }
.section-heading { margin-bottom: 22px; }
.section-heading h2 { font-size: 15px; letter-spacing: -.02em; font-weight: 650; }
.section-heading p { margin-top: 4px; font-size: 11px; line-height: 1.5; }
.section-heading .eyebrow { margin: 0 0 5px; font-size: 9px; }
.section-heading .button { flex-shrink: 0; }
.registration-card { background: linear-gradient(140deg, #fff 45%, #f1f8ff); }
.registration-total { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 22px 0 18px; }
.registration-total > strong { font-size: 36px; line-height: 1.2; font-weight: 650; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.registration-total > span { font-size: 11px; color: var(--muted); }
.registration-total .registration-percent { margin-left: auto; color: #3d6db6; font-weight: 600; }
progress { appearance: none; display: block; width: 100%; height: 6px; overflow: hidden; border: 0; border-radius: 10px; background: #edf1f7; color: var(--bar-color, #4c83e9); accent-color: var(--bar-color, #4c83e9); }
progress::-webkit-progress-bar { background: #edf1f7; border-radius: 10px; }
progress::-webkit-progress-value { background: var(--bar-color, #4c83e9); border-radius: 10px; }
progress::-moz-progress-bar { background: var(--bar-color, #4c83e9); border-radius: 10px; }
.milestone-progress { height: 9px; }
.milestone-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.milestone { display: grid; justify-items: start; gap: 3px; }
.milestone-marker { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #dce6f4; border-radius: 50%; color: #8394ae; background: white; font-size: 9px; margin-bottom: 6px; }
.milestone strong { font-size: 12px; font-weight: 650; }
.milestone small { color: #7f8ca1; font-size: 10px; }
.milestone.reached .milestone-marker { background: #daf2e9; border-color: #bbe5d5; color: #16765d; }
.dashboard-footnote { margin: 19px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.launch-timeline { display: grid; gap: 19px; list-style: none; padding: 0; margin: 0; }
.launch-timeline li { display: flex; gap: 14px; position: relative; }
.launch-timeline li:not(:last-child)::after { content: ""; position: absolute; width: 1px; background: #e3e9f1; top: 32px; bottom: -14px; left: 14px; }
.timeline-marker { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; border-radius: 9px; background: #edf3fe; color: #5480c8; font-size: 11px; }
.launch-timeline li:nth-child(2) .timeline-marker { background: #eef8f5; color: #389a84; }
.launch-timeline li:nth-child(3) .timeline-marker { background: #fff5df; color: #b18836; }
.launch-timeline li > div { flex: 1; min-width: 0; }
.timeline-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.timeline-heading strong { font-size: 12px; font-weight: 600; }
.timeline-phase { color: #8a96a7; font-size: 9px; }
.launch-timeline p { margin: 3px 0 0; font-size: 11px; color: #62718a; }
.launch-timeline small { font-size: 10px; color: #8390a3; }
.breakdown-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-bottom: 15px; font-size: 11px; }
.breakdown-row:last-of-type { margin-bottom: 0; }
.breakdown-row > span { color: #59677b; }
.breakdown-row strong { font-weight: 650; font-variant-numeric: tabular-nums; }
.breakdown-row progress { grid-column: 1 / -1; height: 5px; }
.teal { --bar-color: #52ad99; }.rose { --bar-color: #dc8594; }.slate { --bar-color: #abb9ce; }.blue { --bar-color: #6a97eb; }.amber { --bar-color: #deb45a; }
.current-release-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; margin-bottom: 12px; border: 1px solid #e4eaf6; border-radius: 9px; background: #f5f8ff; }
.current-release-strip strong { display: block; margin-top: 4px; font-size: 30px; font-weight: 600; letter-spacing: -.04em; }
.current-release-strip > svg { width: 46px; height: 46px; stroke-width: 1; color: #9bb7e8; margin-right: 8px; }
.card-label { font-size: 9px; color: #7887a0; letter-spacing: .05em; }
.release-meta { margin: 2px 0 0; font-size: 10px; }
.summary-row { gap: 12px; padding: 12px 0; font-size: 11px; }
.summary-version { font-weight: 600; }
.summary-date { font-size: 10px; }
.control-card { margin-top: 14px; padding: 16px; border-radius: 9px; background: #fafbfd; }
.control-card p { font-size: 10px; }
.switch input { border-color: #c9d3e0; background: #e0e7f0; }
.switch input::after { background: white; box-shadow: 0 1px 3px #253a5726; }
.switch input:checked { border-color: #3569dc; background: #3569dc; }
.switch input:checked::after { background: #fff; }
.dashboard-stack { display: grid; gap: 20px; align-content: start; }
.service-overview { display: flex; gap: 13px; align-items: center; }
.service-overview strong { display: block; font-size: 12px; font-weight: 600; }
.service-overview p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.service-empty-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: #f0f3f8; color: #94a2b8; font-size: 30px; }
.service-status-list { width: 100%; }
.service-status-list > div { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: 9px; font-size: 11px; }
.activity-item { display: flex; align-items: flex-start; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.activity-item:first-child { padding-top: 0; }.activity-item:last-child { border-bottom: 0; padding-bottom: 0; }
.activity-dot { width: 5px; height: 5px; margin-top: 7px; flex: 0 0 auto; border-radius: 50%; background: #9fb9e7; }
.activity-item > div { flex: 1; min-width: 0; }
.activity-item strong { display: block; font-size: 11px; font-weight: 550; text-transform: capitalize; overflow-wrap: anywhere; }
.activity-item div span { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); overflow-wrap: anywhere; }
.activity-item time { font-size: 9px; color: #8794a7; text-align: right; max-width: 78px; }
.overview-data-note { margin: 23px 0 0; color: #8390a4; font-size: 10px; text-align: center; }
.source-warning { flex-basis: 100%; margin: 12px 0 0; color: #93620d; font-size: 10px; }
.data-stale { border-color: #e5d6b3; }.control-card.data-stale { flex-wrap: wrap; }
.status-pill { background: #edf1f6; color: #758296; padding: 3px 8px; font-size: 10px; }
.status-pill.published, .status-pill.healthy, .status-pill.active { background: #e8f6ef; color: #197758; }
.status-pill.draft { background: #fff5dd; color: #916311; }
.status-pill.offline, .status-pill.blocked { background: #fcecef; color: #b24357; }
.kanban { gap: 20px; }.kanban-column { padding: 16px; min-height: 26rem; background: #eef2f8; border-color: #e4eaf2; }
.kanban-column > header { padding: 1px 3px 16px; }.kanban-column h2 { font-size: 13px; }
.column-count, .owner-avatar { background: #e0e7f1; color: #63748d; }
.task-list { gap: 11px; }.task-card { padding: 16px; background: #fff; box-shadow: 0 2px 5px #31476006; border-color: #e2e8f0; border-radius: 9px; }
.task-title { color: var(--text); font-size: 13px; }.task-owner { font-size: 10px; }.task-footer { margin-top: 20px; }
.task-delete, .task-move { width: 28px; height: 28px; }.empty-task-column { border-color: #cdd7e5; color: #7d8ca2; }
.kanban-column.drag-over { background: #e7effe; border-color: #96b8f8; }
table { font-size: 12px; }th { background: #f8fafc; color: #8190a6; font-size: 10px; font-weight: 600; letter-spacing: .04em; }td { color: #65748a; }th, td { padding: 15px 12px; }
.table-wrap { position: relative; border-radius: 8px; }
.player-filters label, .field, .character-editor label, .asset-editor label { color: #64738b; }
.player-filters input, .player-filters select, .player-page-controls select, .field input, .field textarea { background: #fff; border-color: #dce3ed; }
.player-directory-message.is-error { color: var(--red); }
.player-access-hint { background: #f2f7ff; padding: 10px 12px; border-radius: 6px; color: #647ea4; }
.player-pagination { font-size: 11px; }
.character-detail-columns h3, .character-editor summary, .asset-editor summary, .locker-channel summary, .technical-fields summary { color: #4c5f7b; }
.character-detail-card { border-color: #cdddf4; background: #fff; }
.character-asset-tabs button[aria-selected="true"], .asset-page-tabs button[aria-selected="true"] { box-shadow: none; background: #e4edfc; color: #3568c9; }
.release-dialog, .task-dialog { box-shadow: 0 24px 80px #213b6240; }
.release-dialog::backdrop, .task-dialog::backdrop { background: #25355055; backdrop-filter: blur(3px); }
.field input:focus, .field textarea:focus, .character-editor input:focus, .asset-editor input:focus, .asset-editor select:focus { border-color: #77a0ee; }
.check-field input { accent-color: var(--blue); }
.toast { background: #fff; color: var(--text); box-shadow: 0 8px 40px #22375320; }
.login-shell { background: radial-gradient(ellipse at 70% 25%, #e4edff, transparent 45%), radial-gradient(ellipse at 20% 80%, #e8f5f0, transparent 40%), #f6f8fc; }
.login-card { padding: 36px; border-color: #e2e8f2; box-shadow: 0 24px 80px #34548012; }
.login-preferences { display: flex; justify-content: flex-end; gap: 8px; margin: -12px -12px 24px 0; }
.login-note { color: var(--muted); }
.preview-banner { padding: 7px 16px; background: #fff3c7; color: #76520b; text-align: center; font-size: 11px; }
@media (hover: hover) and (pointer: fine) {
  .tabs button:hover:not([aria-current="page"]) { color: #38577f; background: #f4f7fb; }
  .button.primary:hover { background: #2859c3; border-color: #2859c3; }
  .button:not(.primary):hover { background: #f4f7fc; border-color: #bbcce1; }
  tbody tr:hover td { background: #fafcff; }
  .task-card:hover { border-color: #b6cbea; }.task-move:hover, .add-card:hover { background: #e5edfa; color: #3564a9; }
  .task-delete:hover { color: #b43a50; background: #fbecef; }
  .sidebar-note a:hover { color: #234ca2; text-decoration: underline; }
  .language-switch button:hover:not([aria-pressed="true"]), .theme-toggle:hover { background: #f1f5fa; color: #38577f; }
}
@media (min-width: 1900px) { .workspace { margin-left: max(236px, calc((100vw - 1760px) / 2)); } }
@media (max-width: 1250px) {
  .app-header { width: 204px; padding-right: 12px; padding-left: 12px; }.workspace { margin-left: 204px; padding-left: 28px; padding-right: 28px; }
  .metric-card { padding: 16px; }.metrics-grid { gap: 12px; }.section-card { padding: 20px; }.dashboard-grid { gap: 16px; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); }
  .metric-card > span { min-height: 30px; }.metric-heading { font-size: 11px; }.registration-total .registration-percent { width: 100%; margin: 0; }
  .summary-date { display: none; }.summary-row { grid-template-columns: 1fr auto; }
  .player-filters { grid-template-columns: 1fr 1fr auto auto; }.player-search { grid-column: 1 / -1; }
}
@media (max-width: 1000px) {
  .app-header { position: static; width: 100%; height: auto; min-height: 0; display: grid; grid-template-columns: 1fr auto; padding: 16px 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .app-header > .brand { margin: 0; padding: 0; font-size: 14px; grid-column: 1; grid-row: 1; }.brand-mark { width: 32px; height: 32px; font-size: 18px; }
  .navigation-label, .sidebar-note { display: none; }.account { grid-column: 2; grid-row: 1; padding: 0; border: 0; }
  .tabs { grid-column: 1 / -1; grid-row: 2; flex-direction: row; gap: 6px; margin-top: 15px; padding: 0 0 12px; overflow: auto; border-radius: 0; }
  .tabs button { justify-content: center; flex: 1; min-height: 40px; gap: 8px; padding: 0 12px; white-space: nowrap; }.tabs button svg { width: 16px; height: 16px; }.nav-count { margin-left: 0; }
  .workspace { margin: 0; padding: 0 24px 32px; }.workspace-toolbar { min-height: 70px; margin-bottom: 26px; }.account-email { max-width: 150px; }
  .kanban { grid-template-columns: repeat(3, minmax(0,1fr)); }.kanban-column { min-height: 20rem; padding: 12px; }.task-card { padding: 12px; }.task-footer { flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .metrics-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }.metric-card > span { min-height: 0; }
  .dashboard-grid { grid-template-columns: 1fr; }.dashboard-stack { gap: 16px; }.registration-total .registration-percent { width: auto; margin-left: auto; }
  .page-heading h1 { font-size: 27px; }.page-description { font-size: 12px; }.page-heading { gap: 18px; }.page-heading > .button { flex-shrink: 0; }
  .workspace-breadcrumb { font-size: 11px; gap: 7px; }.refresh-time { display: none; }.workspace-toolbar-actions { gap: 8px; }.theme-toggle span { display: none; }.theme-toggle { width: 34px; justify-content: center; padding: 0; }
  .tabs button { font-size: 11px; padding: 0 10px; }.tabs button svg, .nav-count { display: none; }.account-email { display: none; }.account { grid-template-columns: 30px 28px; }
  .kanban { grid-template-columns: 1fr; }.kanban-column { min-height: 10rem; }.task-footer { flex-wrap: nowrap; }
  .player-filters { grid-template-columns: 1fr 1fr; }.player-filters .button { min-height: 44px; }
  .task-delete, .task-move { width: 36px; height: 36px; }.icon-button { min-width: 34px; min-height: 34px; }
}
@media (max-width: 440px) {
  .app-header { padding: 14px 16px 0; }.workspace { padding: 0 16px 28px; }.tabs { gap: 3px; }.tabs button { padding: 0 9px; }.workspace-toolbar .button[data-refresh] span { display: none; }.workspace-toolbar .button[data-refresh] { width: 36px; padding: 0; justify-content: center; }.language-switch button { min-width: 27px; padding-inline: 5px; }.login-theme-toggle span { display: inline; }.login-theme-toggle { width: auto; padding: 0 10px; }
  .page-heading { align-items: stretch; flex-direction: column; }.page-heading > .button { width: 100%; }.metric-card { padding: 15px; }.metric-heading { font-size: 11px; }.metric-symbol { width: 23px; height: 23px; font-size: 15px; }
  .metric-card > strong { font-size: 29px; }.metric-card > span { font-size: 9px; min-height: 27px; }.section-card { padding: 18px; }.section-heading { gap: 12px; }.section-heading h2 { font-size: 14px; }.section-heading p { font-size: 10px; }
  .registration-total > strong { font-size: 32px; }.registration-total .registration-percent { width: 100%; margin: 0; }.milestone-grid { gap: 6px; }.milestone strong { font-size: 11px; }.milestone small { font-size: 9px; }
  .timeline-heading { gap: 5px; }.timeline-heading strong { font-size: 11px; }.timeline-phase { font-size: 8px; }.current-release-strip > svg { width: 36px; height: 36px; flex-shrink: 0; }
  .button.small { min-height: 36px; }.overview-data-note { text-align: left; }.login-card { padding: 26px; }
}
/* Keep secondary text readable on the light canvas, including narrow screens. */
.metric-card > span, .dashboard-footnote, .overview-data-note, .timeline-phase, .launch-timeline small, .milestone small, .activity-item time, .activity-item div span, .card-label, .release-meta, .control-card p, .service-overview p { font-size: 11px; color: #68778d; }
.eyebrow, .navigation-label, .brand small, .summary-date, .section-heading p, .workspace-breadcrumb { color: #6b7b92; }
.page-heading h1:focus { outline: none; }
.launch-schedule-form input { min-width: 0; width: 100%; }
.storage-grid-shell { background: #eef2f7; border-color: #d5deea; box-shadow: inset 0 0 24px #263d6210; }
.game-item-cell { background: #f8fafc; border-color: #cad5e4; }
.game-item-cell.occupied { background: linear-gradient(145deg, #fffaf0, #fff); border-color: #dcca9d; box-shadow: none; }
.game-item-cell.locked { background: repeating-linear-gradient(135deg, #e8edf4, #e8edf4 5px, #e2e8f0 5px, #e2e8f0 10px); border-color: #d4dde8; }
.game-asset-fallback { background: #e2e9f3; color: #667994; }
.equipment-avatar { border-color: #ccd9ee; box-shadow: inset 0 0 28px #253e6320; }
.equipment-avatar > span { background: #fffef2ed; border-color: #e4d8b6; color: #685528; }
.equipment-slot.occupied { border-color: #d8c99f; }.equipment-empty-mark { border-color: #c8d3e1; }
@media (min-width: 1101px) and (max-width: 1450px) { .launch-schedule-form { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 440px) { .launch-schedule-form { grid-template-columns: 1fr; }.launch-timeline small, .timeline-phase { font-size: 10px; }.milestone small { font-size: 10px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
