@import url('/tokens.css');
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
button { cursor: pointer; }
img { display: block; max-width: 100%; object-fit: contain; }
.shell { max-width: 1320px; margin-inline: auto; padding-inline: 48px; }
.preview-bar { background: var(--ink); color: white; padding: 9px 24px; font: 700 10px/1.5 monospace; letter-spacing: 1.2px; display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.preview-bar span { color: #c8d0cc; font-weight: 400; letter-spacing: .3px; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 118px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { font: 950 29px/.9 Arial, sans-serif; letter-spacing: -2px; background: var(--ink); color: var(--paper); padding: 14px 10px 9px; transform: rotate(-3deg); }
.brand-mark span { display: block; font: 8px/2 monospace; letter-spacing: 1.4px; text-align: center; }
.brand-name { font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: 1.2px; }
.site-nav { display: flex; gap: 24px; align-items: center; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 700; padding-block: 12px; border-bottom: 2px solid transparent; }
.site-nav a:last-child { border: 1px solid var(--ink); padding: 10px 16px; }
.site-nav a[aria-current=page] { border-bottom-color: var(--orange); color: var(--orange-dark); }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 42px; padding-top: 45px; padding-bottom: 48px; align-items: center; }
.eyebrow { color: var(--orange-dark); font: 700 11px/1.6 monospace; letter-spacing: 1.6px; text-transform: uppercase; margin: 0 0 20px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(52px, 6.7vw, 90px); line-height: .99; font-weight: 850; letter-spacing: -.065em; margin-bottom: 28px; }
h1 em { font-family: Georgia, serif; font-weight: 500; color: var(--orange-dark); letter-spacing: -.065em; }
h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.12; letter-spacing: -.04em; margin-bottom: 22px; }
h3 { font-size: 21px; line-height: 1.25; letter-spacing: -.025em; margin-bottom: 12px; }
h4 { font-size: 21px; margin-bottom: 12px; }
.lede { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 570px; margin-bottom: 30px; }
.toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { background: var(--orange-dark); color: white; border: 1px solid var(--orange-dark); border-radius: 2px; padding: 14px 20px; display: inline-flex; justify-content: center; align-items: center; gap: 24px; text-decoration: none; font-size: 13px; font-weight: 700; min-height: 46px; }
.button:hover { background: #8d2812; border-color: #8d2812; }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button-secondary:hover { background: #e8e3d8; color: var(--ink); border-color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: white; color: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; }
.hero-caption { font: 10px monospace; letter-spacing: 2px; margin-top: 38px; color: var(--muted); }
.rink-card { background: var(--ink); color: var(--paper); min-height: 475px; padding: 25px; position: relative; overflow: hidden; }
.rink-top, .rink-bottom { display: flex; justify-content: space-between; gap: 20px; }
.rink-top { font: 10px monospace; letter-spacing: 1.2px; }
.rink-art { height: 300px; margin: 20px 8px; border: 2px solid #6e8682; border-radius: 130px; position: relative; background: linear-gradient(90deg, transparent 24%, #6e8682 24%, #6e8682 24.5%, transparent 24.5%, transparent 49.5%, #c6694b 49.5%, #c6694b 50.5%, transparent 50.5%, transparent 75%, #6e8682 75%, #6e8682 75.5%, transparent 75.5%); transform: rotate(-12deg) scale(1.04); display: grid; place-items: center; }
.rink-circle { width: 150px; height: 150px; border: 2px solid #6e8682; border-radius: 50%; position: absolute; }
.rink-word { font: 900 clamp(54px, 7vw, 88px)/1 Arial, sans-serif; letter-spacing: -7px; transform: rotate(12deg); color: #ef754d; z-index: 1; text-shadow: 4px 4px 0 var(--ink); }
.rink-bottom { align-items: end; }
.rink-bottom strong { font-size: 27px; line-height: 1; letter-spacing: -1px; }
.rink-bottom span { font: 9px/1.8 monospace; letter-spacing: 1px; text-align: right; }
.league-strip { display: grid; grid-template-columns: repeat(5,1fr); border-block: 1px solid var(--line); padding: 24px 0; gap: 18px; }
.team-chip { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.3; font-weight: 700; text-decoration: none; }
.logo-tile { width: 60px; height: 60px; padding: 8px; background: white; display: grid; place-items: center; flex-shrink: 0; border: 1px solid #eee; border-radius: 3px; }
.logo-tile img { width: 100%; height: 100%; }
.logo-tile.large { width: 135px; height: 135px; padding: 14px; }
.section-block { margin-block: 50px; }
.section-title, .panel-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.section-title .eyebrow { margin-bottom: 10px; }
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.panel { padding: 32px; border: 1px solid var(--line); background: var(--card); min-width: 0; }
.panel > :last-child { margin-bottom: 0; }
.ink-panel { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.ink-panel p, .ink-panel li { color: #cad3cd; }
.ink-panel .eyebrow { color: #fba584; }
.ink-panel h3 { font-size: 38px; line-height: 1.08; }
.ink-panel .toolbar { margin-top: 25px; }
.badge { font: 10px/1.4 monospace; border: 1px solid var(--line); border-radius: 20px; padding: 7px 11px; display: inline-block; background: #f3efe5; color: var(--ink); }
.status-dot { font: 10px monospace; color: var(--muted); }
.status-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #85867f; margin-right: 7px; }
.empty-state { padding: 25px 0 10px; max-width: 380px; }
.empty-state p { font-size: 14px; color: var(--muted); }
.big-symbol { font: 35px monospace; color: var(--orange-dark); }
.history-banner { border-top: 1px solid var(--line); padding: 50px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: center; }
.history-banner p { max-width: 620px; }
.history-number { font-size: 135px; font-weight: 800; line-height: 1; letter-spacing: -10px; }
.history-number span { display: block; font: 10px monospace; letter-spacing: 2px; margin-top: 14px; }
.site-footer { border-top: 1px solid var(--line); margin-top: 45px; padding-block: 35px; display: flex; justify-content: space-between; gap: 30px; font-size: 12px; color: var(--muted); }
.site-footer strong { color: var(--ink); font-size: 11px; letter-spacing: 1px; }
.site-footer p { margin: 8px 0 0; }
.page-head { padding-block: 45px 25px; }
.page-head h1 { font-size: clamp(48px, 6vw, 76px); }
.notice { padding: 17px 20px; border-left: 3px solid var(--orange-dark); background: #eee7d8; font-size: 13px; margin-block: 20px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); margin-top: 32px; }
.metric { padding: 26px 25px; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { border: 0; }
.metric strong { display: block; font-size: 44px; letter-spacing: -2px; line-height: 1.2; }
.metric span { font: 11px monospace; color: var(--muted); }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; min-width: 0; min-height: 46px; color: var(--ink); background: white; border: 1px solid #8f9894; padding: 11px 12px; border-radius: 2px; }
textarea { resize: vertical; }
.stack { display: grid; gap: 18px; }
.stack > .button { justify-self: start; }
.muted { color: var(--muted); font-size: 13px; }
.review-card { border: 1px solid var(--line); padding: 22px; background: var(--paper); }
.review-card h3 { margin-top: 14px; }
.review-card p { font-size: 13px; }
.review-card form { margin-top: 20px; }
.game-row { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.game-row p { margin: 6px 0 0; font-size: 12px; color: var(--muted); }
.game-row strong { font-size: 14px; }
.captain-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.team-identity { display: grid; justify-items: center; gap: 14px; font-size: 13px; text-align: center; }
.scope-bar { background: #eae7dd; padding: 22px; margin-top: 25px; }
.scope-bar p { font-size: 12px; margin: 0; }
.scope-bar label { min-width: 240px; }
.availability-row { display: grid; grid-template-columns: 1fr 140px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 14px; font-size: 14px; }
.notice-preview { background: var(--paper); border: 1px dashed #8f9894; padding: 24px; }
.notice-preview h3 { margin-top: 20px; }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
.archive-detail { margin-top: 24px; }
.archive-detail h3 { margin-top: 20px; }
.archive-count { font-size: 70px; line-height: 1.1; letter-spacing: -4px; }
.editorial-list { padding-left: 22px; }
.editorial-list li { margin-bottom: 17px; font-size: 14px; }
.step-number { display: block; font: 16px monospace; color: var(--orange-dark); margin: 15px 0; }
.grid-3 article p { font-size: 14px; color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; top: -100px; left: 12px; background: white; padding: 16px; z-index: 10; }
.skip-link:focus { top: 12px; }
@media(max-width: 1000px) {
 .shell { padding-inline: 28px; } .site-nav { gap: 15px; } .brand-name { display: none; }
 .hero { gap: 26px; } .rink-card { min-height: 430px; padding: 20px; } .rink-art { height: 260px; }
 .league-strip { gap: 12px; } .team-chip { flex-direction: column; text-align: center; }
 .panel { padding: 24px; } .grid { gap: 20px; } .hero .toolbar { gap: 14px; }
}
@media(max-width: 700px) {
 .shell { padding-inline: 20px; } .preview-bar { gap: 2px; padding: 8px 16px; text-align: center; } .preview-bar span { width: 100%; }
 .site-header { min-height: 135px; flex-wrap: wrap; justify-content: center; padding-block: 20px 12px; gap: 13px; }
 .brand-name { display: block; } .site-nav { width: 100%; justify-content: space-between; gap: 9px; } .site-nav a { font-size: 11px; } .site-nav a:last-child { padding: 9px; }
 .hero { grid-template-columns: 1fr; padding-top: 32px; } h1 { font-size: 65px; } .hero .lede { font-size: 15px; }
 .hero-caption { margin-top: 25px; } .rink-card { min-height: 380px; } .rink-art { height: 230px; max-width: 460px; margin-inline: auto; }
 .rink-word { font-size: 76px; } .league-strip { gap: 5px; padding-block: 20px; } .logo-tile { width: 48px; height: 48px; padding: 5px; } .team-chip { font-size: 9px; }
 .grid-2, .grid-3 { grid-template-columns: 1fr; } .section-block { margin-block: 32px; } .panel { padding: 24px; }
 .history-banner { grid-template-columns: 1fr; gap: 28px; padding-block: 30px; } .history-number { font-size: 90px; letter-spacing: -6px; }
 .history-number span { letter-spacing: 1px; } .site-footer { flex-direction: column; gap: 10px; } .section-title { align-items: start; }
 .metric { padding: 20px 12px; } .metric strong { font-size: 34px; } .metric span { font-size: 10px; } .captain-head { align-items: start; }
 .captain-head h1 { font-size: 48px; } .team-identity { max-width: 100px; font-size: 11px; } .logo-tile.large { width: 85px; height: 85px; }
 .captain-head .lede { font-size: 14px; } .scope-bar label { min-width: 0; width: 100%; } .game-row { flex-wrap: wrap; }
 .availability-row { grid-template-columns: 1fr 120px; gap: 10px; }
}
@media(prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
