:root {
  --night: #020914;
  --navy: #061525;
  --panel: #091c2c;
  --panel-2: #0d2436;
  --line: #1a4966;
  --cyan: #18b8e6;
  --mint: #18b8e6;
  --ice: #eff9ff;
  --muted: #a5b8c8;
  --warm: #efad58;
}
* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ice); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.concept-switcher { position: fixed; z-index: 20; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 6px; padding: 7px; background: #071725; border: 1px solid var(--line); }
.concept-switcher span { padding: 0 8px; color: var(--muted); font: 700 11px/1 Inter, sans-serif; letter-spacing: .12em; }
.concept-switcher a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #25536d; color: var(--muted); font-weight: 800; }
.concept-switcher a:hover, .concept-switcher a.is-active { background: var(--mint); border-color: var(--mint); color: #03131d; }
.concept-header { width: min(1480px, calc(100% - 32px)); margin: 14px auto 0; border: 1px solid var(--line); background: #04111e; }
.aurora-brand { position: relative; display: block; height: 307px; overflow: hidden; border-bottom: 1px solid var(--line); }
.aurora-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.aurora-brand span { position: absolute; right: 20px; bottom: 14px; padding: 6px 10px; background: #020914e8; border: 1px solid #3f718b; color: #dff8ff; font: 700 12px/1 Inter, sans-serif; letter-spacing: .16em; }
.concept-nav { min-width: 0; display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); align-items: stretch; gap: 0; overflow: visible; border-bottom: 1px solid var(--line); }
.concept-nav a { min-width: 0; display: flex; align-items: center; justify-content: center; padding: 18px 8px; border-right: 1px solid #15384d; color: #c2d3df; font: 700 clamp(10px, .83vw, 13px)/1 Inter, sans-serif; letter-spacing: .025em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.concept-nav a:hover, .concept-nav a.active { color: var(--mint); background: #0a2030; }
.concept-nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); background: transparent; color: var(--ice); cursor: pointer; }
.concept-nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; }
.concept-account { display: flex; align-items: center; gap: 16px; padding: 12px 18px; }
.concept-account .language-switch { margin: 0; }
.concept-account .language-switch button { padding: 8px 0; border: 0; background: transparent; color: var(--ice); cursor: pointer; font: 800 12px/1 Inter, sans-serif; letter-spacing: .05em; }
.concept-account .language-switch .muted { color: #7891a3; }
.concept-account .language-switch strong, .concept-account .text-link { color: var(--mint); }
.concept-account .language-switch span { margin-right: 4px; }
.concept-account .text-link { font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.concept-account .profile-link { min-width: 0; display: flex; align-items: center; gap: 9px; color: #c2d3df; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.concept-account .profile-link > span:last-child { max-width: 135px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.concept-account .avatar { width: 36px; height: 36px; display: grid; flex: 0 0 36px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--panel-2); color: var(--mint); font: 800 17px/1 "Barlow Condensed", sans-serif; }
.concept-account .avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.concept-account .button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid var(--mint); background: var(--mint); color: #03131d; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
main, .concept-footer { width: min(1480px, calc(100% - 32px)); margin-inline: auto; }
.overline { margin: 0 0 18px; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.overline i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", Arial, sans-serif; line-height: .94; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary-action, .secondary-action { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--cyan); font-size: 14px; font-weight: 800; letter-spacing: .06em; }
.primary-action { gap: 30px; background: var(--cyan); color: #03121c; }
.primary-action:hover { background: var(--mint); border-color: var(--mint); }
.secondary-action { color: var(--ice); }
.secondary-action:hover { border-color: var(--mint); color: var(--mint); }
.concept-section { margin-top: 18px; border: 1px solid var(--line); background: var(--navy); }

/* Forslag 1: cinematic aurora */
.concept-1 .cinema-hero { position: relative; display: grid; min-height: 570px; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); background: #020914 url('/assets/images/arena66-tactical-hero.webp') center/cover no-repeat; }
.concept-1 .cinema-hero::before { content: ""; position: absolute; inset: 0; background: #020914ba; }
.cinema-copy, .cinema-stage { position: relative; z-index: 1; }
.cinema-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 92px); border-right: 1px solid #2b5c73; background: #020914b8; }
.cinema-copy h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 5vw, 78px); line-height: 1; letter-spacing: -.025em; }
.cinema-copy h1 span, .cinema-copy h1 em { display: block; white-space: nowrap; }
.cinema-copy h1 em { color: var(--mint); font-style: normal; }
.cinema-copy .lead { max-width: 680px; margin: 0; color: #c7d5df; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero-focus { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; }
.hero-focus li { padding: 8px 11px; border: 1px solid #315871; background: #051424d6; color: #dcebf4; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-focus li::before { content: "•"; margin-right: 8px; color: var(--mint); }
.trust-line { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.trust-line span { padding: 7px 9px; border: 1px solid #315871; background: #051424d6; color: #c1d1dc; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.cinema-stage { align-self: center; margin: 48px; }
.stage-label { margin: 0 0 10px; color: #b9cad6; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.match-card { display: block; border: 1px solid #2b7695; background: #061726ee; }
.match-meta { display: flex; justify-content: space-between; gap: 16px; padding: 15px 18px; border-bottom: 1px solid #1b4d66; color: #93adbc; font-size: 11px; letter-spacing: .1em; }
.match-meta span { color: var(--mint); font-weight: 800; }
.match-meta span i, .board-top i, .panel-title i, .panel-cards small i, .bento-status header i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); }
.match-score { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 34px 22px; }
.match-score div { display: flex; align-items: center; gap: 10px; }
.match-score div.away { justify-content: flex-end; text-align: right; }
.match-score small { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--warm); color: var(--warm); font-weight: 800; }
.match-score .away small { border-color: var(--cyan); color: var(--cyan); }
.match-score strong { font: 700 clamp(19px, 2vw, 29px)/1 "Barlow Condensed", sans-serif; }
.match-score p { display: flex; align-items: center; gap: 8px; margin: 0; }
.match-score p b { font: 800 clamp(46px, 4vw, 70px)/1 "Barlow Condensed", sans-serif; }
.match-score p i { color: #597286; font-style: normal; font-size: 30px; }
.match-link { padding: 15px 18px; border-top: 1px solid #1b4d66; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: right; }
.match-card.waiting { padding: 26px; }
.match-card.waiting strong { font: 700 30px/1 "Barlow Condensed", sans-serif; }
.match-card.waiting p { color: var(--muted); }
.match-card.waiting a { color: var(--mint); font-weight: 800; }
.stage-note { display: grid; grid-template-columns: auto 1fr; gap: 16px; margin-top: 10px; padding: 15px; border: 1px solid #244760; background: #051321eb; font-size: 12px; }
.stage-note b { color: var(--mint); }
.stage-note span { color: #b2c2ce; }
.cinema-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 0; border: 1px solid var(--line); border-top: 0; background: #061522; }
.cinema-stats article { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 26px; border-right: 1px solid var(--line); }
.cinema-stats article:last-child { border: 0; }
.cinema-stats span { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.cinema-stats strong { font: 800 38px/1 "Barlow Condensed", sans-serif; }
.intro-steps { display: grid; grid-template-columns: .85fr 1.15fr; }
.section-title { padding: clamp(36px, 5vw, 72px); border-right: 1px solid var(--line); }
.section-title p, .feature-lead > p, .bento-main > p { margin: 0 0 12px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.section-title h2 { margin-bottom: 18px; font-size: clamp(44px, 5vw, 76px); }
.section-title span { color: var(--muted); font-size: 17px; }
.step-list article { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 36px; border-bottom: 1px solid var(--line); }
.step-list article:last-child { border-bottom: 0; }
.step-list article > b { color: var(--cyan); font: 800 28px/1 "Barlow Condensed", sans-serif; }
.step-list h3 { margin-bottom: 8px; font-size: 27px; }
.step-list p { margin: 0; color: var(--muted); }
.home-pool-section, .home-results-section, .sponsor-section { padding: clamp(34px, 4.5vw, 64px); }
.home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.home-section-heading p { margin: 0 0 8px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.home-section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); }
.home-section-heading > a, .home-section-heading > span { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.home-section-lead { max-width: 850px; margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.home-pool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.home-pool-card { display: flex; min-height: 125px; align-items: center; justify-content: space-between; gap: 24px; padding: 24px; border: 1px solid #244b62; background: #061726; }
.home-pool-card small, .home-pool-card span { color: #829bad; font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.home-pool-card h3 { margin: 9px 0 7px; font-size: 27px; }
.home-pool-card > strong { color: var(--mint); font-size: 13px; letter-spacing: .08em; white-space: nowrap; }
.home-pool-card > strong i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--mint); }
.home-pool-card.busy > strong { color: #ff6f6f; }
.home-pool-card.busy > strong i { background: #ff6f6f; }
.home-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.home-result-card { display: flex; min-height: 250px; flex-direction: column; padding: 24px; border: 1px solid #244b62; background: #061726; }
.home-result-card > div, .home-result-card footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.home-result-card > div { color: #8ba2b2; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.home-result-card > div b { color: var(--cyan); }
.home-result-card h3 { margin: 28px 0 22px; font-size: 29px; }
.home-result-card > p { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin: 0 0 24px; }
.home-result-card > p strong { color: #b9cad5; font-size: 12px; }
.home-result-card > p strong:last-child { text-align: right; }
.home-result-card > p b { color: var(--mint); font: 800 29px/1 "Barlow Condensed", sans-serif; }
.home-result-card footer { margin-top: auto; padding-top: 16px; border-top: 1px solid #1c4055; color: #8197a7; font-size: 10px; font-weight: 700; }
.home-result-card footer b { color: var(--mint); }
.home-results-empty { grid-column: 1 / -1; display: flex; min-height: 160px; align-items: center; gap: 24px; padding: 30px; border: 1px dashed #315a70; }
.home-results-empty strong { font: 700 27px/1 "Barlow Condensed", sans-serif; }
.home-results-empty span { color: var(--muted); }
.home-results-empty a { margin-left: auto; color: var(--mint); font-size: 12px; font-weight: 800; }
.sponsor-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.sponsor-card { display: grid; min-height: 190px; grid-template-rows: auto 1fr auto; gap: 16px; padding: 20px; border: 1px solid #244b62; background: #061726; }
.sponsor-card > span { color: #8298a7; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.sponsor-card img { width: 100%; height: 92px; align-self: center; object-fit: contain; }
.sponsor-card > strong { color: var(--mint); font-size: 12px; letter-spacing: .06em; }
.sponsor-card-empty { place-content: center; text-align: center; }
.sponsor-card-empty small { color: var(--mint); font-weight: 800; }
.sponsor-empty-all { display: flex; min-height: 150px; align-items: center; justify-content: center; gap: clamp(20px, 7vw, 100px); margin-top: 26px; padding: 30px; border: 1px dashed #315a70; text-align: center; }
.sponsor-empty-all span { font: 700 clamp(26px, 3vw, 40px)/1 "Barlow Condensed", sans-serif; }
.sponsor-empty-all strong { color: var(--mint); font-size: 13px; letter-spacing: .08em; }

/* Forslag 2: sports broadcast */
.concept-2 { --cyan: #18b8e6; --mint: #18b8e6; --warm: #ff9f43; background: #040a10; }
.concept-2 .concept-header { border-color: #395466; }
.broadcast-hero { display: grid; min-height: 545px; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); margin-top: 18px; border: 1px solid #395466; background: #e8edf0; color: #06111a; }
.broadcast-headline { align-self: center; padding: clamp(40px, 6vw, 90px); }
.broadcast-headline .overline { color: #0a7391; }
.broadcast-headline h1 { margin-bottom: 26px; font-size: clamp(62px, 7vw, 112px); letter-spacing: -.04em; }
.broadcast-headline h1 span { color: #087a94; }
.broadcast-headline > p:last-of-type { max-width: 670px; margin: 0; color: #36505f; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.concept-2 .broadcast-headline .primary-action { background: #087a94; border-color: #087a94; color: white; }
.concept-2 .broadcast-headline .secondary-action { border-color: #486474; color: #09202e; }
.broadcast-board { align-self: center; margin: 42px; border: 1px solid #326078; background: #051521; color: var(--ice); }
.board-top { display: flex; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #23495e; color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.board-top span { color: var(--mint); font-weight: 800; }
.board-match { display: block; }
.board-match > p { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin: 0; padding: 18px 22px; border-bottom: 1px solid #1c3c50; }
.board-match > p span { font: 700 clamp(25px, 3vw, 42px)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.board-match > p b { min-width: 70px; color: var(--mint); font: 800 clamp(48px, 5vw, 76px)/1 "Barlow Condensed", sans-serif; text-align: right; }
.board-match footer { display: flex; align-items: center; gap: 18px; padding: 16px 22px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.board-match footer strong { margin-left: auto; color: var(--mint); }
.board-empty { padding: 34px 24px; }
.board-empty strong { font: 700 32px/1 "Barlow Condensed", sans-serif; }
.board-empty p { display: block; padding: 0; border: 0; color: var(--muted); }
.board-empty a { color: var(--mint); font-weight: 800; }
.board-ticker { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #23495e; }
.board-ticker span { padding: 13px 10px; border-right: 1px solid #23495e; color: #a9bbc7; font-size: 11px; font-weight: 800; text-align: center; }
.board-ticker span:last-child { border-right: 0; }
.news-ribbon { display: flex; align-items: center; gap: 0; overflow-x: auto; border: 1px solid #395466; border-top: 0; background: var(--warm); color: #101011; white-space: nowrap; }
.news-ribbon > * { padding: 16px 22px; border-right: 1px solid #a86727; }
.news-ribbon strong { font-size: 12px; letter-spacing: .1em; }
.news-ribbon span { font-size: 14px; }
.news-ribbon a { margin-left: auto; font-weight: 800; }
.broadcast-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); border-color: #395466; }
.broadcast-grid article { min-height: 330px; padding: 34px; border-right: 1px solid #395466; }
.broadcast-grid article:last-child { border: 0; }
.broadcast-grid article > b { color: var(--warm); font: 800 28px/1 "Barlow Condensed", sans-serif; }
.broadcast-grid h2 { margin: 14px 0 20px; font-size: clamp(48px, 5vw, 72px); }
.broadcast-grid h3 { margin: 54px 0 15px; font-size: 31px; }
.broadcast-grid p, .broadcast-grid span { color: var(--muted); }
.broadcast-grid a { display: inline-block; margin-top: 30px; color: var(--mint); font-size: 13px; font-weight: 800; }

/* Forslag 3: arctic command */
.concept-3 { background: #010912; }
.concept-3 .aurora-brand { height: 132px; }
.command-hero { display: grid; grid-template-columns: .95fr 1.05fr; margin-top: 18px; border: 1px solid var(--line); background: #041321; }
.command-copy { padding: clamp(44px, 6vw, 92px); border-right: 1px solid var(--line); }
.system-line { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.system-line span { padding: 6px 8px; border: 1px solid #24506a; color: #98b0c0; font: 700 11px/1 Inter, sans-serif; letter-spacing: .1em; }
.system-line span:first-child { border-color: var(--mint); color: var(--mint); }
.command-copy h1 { margin-bottom: 28px; font-size: clamp(64px, 7vw, 108px); line-height: 1; letter-spacing: -.035em; }
.command-copy h1 span { color: var(--cyan); }
.command-copy > p:last-of-type { max-width: 690px; margin: 0; color: #aec0cc; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; }
.command-panel { align-self: center; margin: 44px; border: 1px solid #2b607d; background: #071827; }
.panel-title { display: flex; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #234a61; color: #a5bac8; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.panel-title b { color: var(--mint); }
.operation-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; padding: 26px 18px; border-bottom: 1px solid #234a61; }
.operation-flow > i { color: #5f8298; font-style: normal; }
.operation-flow > span { display: grid; gap: 5px; color: #e6f2f8; font-size: 11px; font-weight: 800; text-align: center; }
.operation-flow b { color: var(--cyan); font-size: 11px; }
.operation-flow small { color: #7792a3; font-size: 9px; }
.panel-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.panel-cards article { display: grid; gap: 8px; padding: 24px 18px; border-right: 1px solid #234a61; }
.panel-cards article:last-child { border: 0; }
.panel-cards span { color: #93a9b8; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.panel-cards strong { font: 800 48px/1 "Barlow Condensed", sans-serif; }
.panel-cards small { color: var(--mint); font-size: 9px; font-weight: 800; }
.panel-link { display: flex; justify-content: space-between; padding: 17px 20px; border-top: 1px solid #234a61; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.command-bento { display: grid; grid-template-columns: 1.2fr .8fr .65fr; grid-template-rows: auto auto; background: transparent; border: 0; gap: 12px; }
.command-bento > article { border: 1px solid var(--line); background: var(--navy); }
.bento-main { grid-row: span 2; padding: clamp(40px, 5vw, 72px); }
.bento-main h2 { margin-bottom: 22px; font-size: clamp(49px, 5.3vw, 78px); }
.bento-main > span { display: block; max-width: 630px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.bento-main a { display: inline-block; margin-top: 34px; color: var(--mint); font-weight: 800; }
.bento-status { padding: 25px; }
.bento-status header, .bento-status div { display: flex; justify-content: space-between; gap: 15px; }
.bento-status header { padding-bottom: 18px; border-bottom: 1px solid #20445a; color: #9eb2bf; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.bento-status header b { color: var(--mint); }
.bento-status div { padding: 17px 0; border-bottom: 1px solid #17374b; font-size: 13px; font-weight: 700; }
.bento-status div strong { color: var(--mint); }
.bento-status footer { padding-top: 16px; color: var(--muted); font-size: 12px; }
.bento-mode { display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 10px 20px; padding: 25px; }
.bento-mode > span { grid-column: 1 / -1; color: #8fa6b6; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.bento-mode strong { font: 800 48px/1 "Barlow Condensed", sans-serif; }
.bento-mode b { align-self: center; color: var(--cyan); font-size: 12px; }
.bento-cta { grid-column: 2 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; background: var(--mint) !important; color: #03151b; }
.bento-cta span { font: 700 25px/1 "Barlow Condensed", sans-serif; }
.bento-cta a { font-size: 13px; font-weight: 900; letter-spacing: .08em; }

.concept-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 18px; margin-bottom: 82px; padding: 28px 30px; border: 1px solid var(--line); background: #04111e; }
.concept-footer strong { font: 800 23px/1 "Barlow Condensed", sans-serif; }
.concept-footer > span { color: var(--muted); font-size: 14px; }
.concept-footer nav { display: flex; gap: 20px; font-size: 12px; font-weight: 800; }
.concept-footer a:hover { color: var(--mint); }

@media (min-width: 1041px) {
  .concept-header { display: grid; grid-template-columns: 1fr auto; }
  .aurora-brand { grid-column: 1 / -1; }
  .concept-nav { border-bottom: 0; }
  .concept-account { border-left: 1px solid var(--line); }
}
@media (max-width: 1180px) {
  .concept-1 .cinema-hero, .broadcast-hero, .command-hero { grid-template-columns: 1fr; }
  .cinema-copy, .command-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .cinema-stage, .broadcast-board, .command-panel { width: auto; margin: 34px; }
  .broadcast-grid { grid-template-columns: 1fr 1fr; }
  .broadcast-grid article { border-bottom: 1px solid #395466; }
  .broadcast-grid article:nth-child(2) { border-right: 0; }
  .command-bento { grid-template-columns: 1fr 1fr; }
  .bento-main { grid-column: 1 / -1; grid-row: auto; }
  .bento-cta { grid-column: 1 / -1; }
}
@media (max-width: 1180px) {
  .concept-header { position: relative; display: grid; grid-template-columns: 1fr auto; }
  .aurora-brand { grid-column: 1 / -1; }
  .concept-nav-toggle { display: block; align-self: center; grid-column: 1; grid-row: 2; margin: 9px 12px; }
  .concept-account { grid-column: 2; grid-row: 2; }
  .concept-account .desktop-only { display: none; }
  .concept-account .button-small { display: none; }
  .concept-nav { position: absolute; z-index: 30; top: 100%; left: -1px; right: -1px; display: none; grid-template-columns: 1fr; border: 1px solid var(--line); background: #04111e; }
  .concept-nav.open { display: grid; }
  .concept-nav a { min-height: 48px; justify-content: flex-start; padding: 0 17px; border-right: 0; border-bottom: 1px solid #15384d; font-size: 13px; text-align: left; }
  .concept-nav a:last-child { border-bottom: 0; }
}
@media (max-width: 820px) {
  body { font-size: 15px; }
  .concept-header, main, .concept-footer { width: min(100% - 18px, 1480px); }
  .concept-header { margin-top: 9px; }
  .aurora-brand { height: 150px !important; }
  .aurora-brand img { object-position: center 48%; }
  .aurora-brand span { right: 9px; bottom: 8px; font-size: 10px; }
  .concept-account { padding: 11px 13px; }
  .concept-switcher { right: 9px; bottom: 9px; }
  .concept-switcher span { display: none; }
  .cinema-copy, .broadcast-headline, .command-copy { padding: 42px 24px; }
  .cinema-copy h1 { font-size: clamp(29px, 9.3vw, 50px); }
  .broadcast-headline h1, .command-copy h1 { font-size: clamp(54px, 18vw, 78px); }
  .cinema-copy .lead, .broadcast-headline > p:last-of-type, .command-copy > p:last-of-type { font-size: 16px; }
  .cinema-stage, .broadcast-board, .command-panel { margin: 18px; }
  .match-score { grid-template-columns: 1fr; gap: 15px; }
  .match-score div, .match-score div.away { justify-content: center; text-align: center; }
  .match-score p { justify-content: center; grid-row: 2; }
  .stage-note { grid-template-columns: 1fr; }
  .cinema-stats { grid-template-columns: 1fr 1fr; }
  .cinema-stats article { min-height: 76px; padding: 16px; border-bottom: 1px solid var(--line); }
  .cinema-stats article:nth-child(2) { border-right: 0; }
  .cinema-stats article:nth-child(n+3) { border-bottom: 0; }
  .cinema-stats strong { font-size: 30px; }
  .intro-steps { grid-template-columns: 1fr; }
  .section-title { border-right: 0; border-bottom: 1px solid var(--line); padding: 38px 24px; }
  .step-list article { grid-template-columns: 45px 1fr; padding: 25px 22px; }
  .home-pool-section, .home-results-section, .sponsor-section { padding: 34px 20px; }
  .home-section-heading { align-items: flex-start; flex-direction: column; }
  .home-pool-grid, .home-results-grid, .sponsor-grid { grid-template-columns: 1fr; }
  .home-pool-card { align-items: flex-start; flex-direction: column; }
  .home-results-empty, .sponsor-empty-all { align-items: flex-start; flex-direction: column; }
  .home-results-empty a { margin-left: 0; }
  .broadcast-hero { min-height: auto; }
  .broadcast-board { min-width: 0; }
  .board-match > p span { font-size: 26px; }
  .board-match > p b { min-width: 44px; font-size: 49px; }
  .board-match footer { flex-wrap: wrap; }
  .board-match footer strong { width: 100%; margin: 0; }
  .board-ticker { grid-template-columns: 1fr; }
  .board-ticker span { border-right: 0; border-bottom: 1px solid #23495e; }
  .broadcast-grid { grid-template-columns: 1fr; }
  .broadcast-grid article, .broadcast-grid article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid #395466; }
  .broadcast-grid article:last-child { border-bottom: 0; }
  .broadcast-grid h3 { margin-top: 22px; }
  .operation-flow { grid-template-columns: 1fr 1fr; }
  .operation-flow > i { display: none; }
  .panel-cards { grid-template-columns: 1fr; }
  .panel-cards article { grid-template-columns: 1fr auto; align-items: center; border-right: 0; border-bottom: 1px solid #234a61; }
  .panel-cards article:last-child { border-bottom: 0; }
  .panel-cards small { grid-column: 1 / -1; }
  .command-bento { grid-template-columns: 1fr; }
  .bento-main, .bento-cta { grid-column: auto; }
  .bento-cta { align-items: flex-start; flex-direction: column; }
  .concept-footer { grid-template-columns: 1fr; padding: 24px; }
  .concept-footer nav { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .concept-account .profile-link > span:last-child { display: none; }
}
@media (max-width: 420px) {
  .concept-account { gap: 10px; }
  .concept-account .language-switch button { font-size: 11px; }
  .hero-actions a { width: 100%; }
  .trust-line span { width: calc(50% - 5px); text-align: center; }
  .cinema-stats { grid-template-columns: 1fr; }
  .cinema-stats article { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .cinema-stats article:last-child { border-bottom: 0 !important; }
  .match-meta, .board-top, .panel-title { flex-direction: column; }
}
