/* The organization website is its own public design system. */
.organization-site { --site-ink: #172c25; --site-accent: var(--brand-color, #216348); margin: 0; background: #fcfcf8; color: var(--site-ink); font-family: var(--brand-font, Figtree, sans-serif); }
.organization-site a { text-decoration: none; }
.organization-site a:focus-visible, .organization-site summary:focus-visible { outline: 3px solid var(--site-accent); outline-offset: 5px; }
.site-skip { position: absolute; top: -100px; padding: 12px; background: white; z-index: 10; }
.site-skip:focus { top: 8px; }
.site-header { max-width: 1280px; margin: auto; padding: 24px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #1a352415; }
.site-wordmark { display: flex; align-items: center; gap: 12px; font-weight: 750; font-size: 19px; letter-spacing: -.4px; color: var(--site-ink); }
.site-logo { height: 38px; width: 38px; object-fit: contain; }
.site-navigation { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; }
.site-nav-signin { padding: 10px 16px; border: 1px solid #172c2525; border-radius: 7px; }
.site-page { max-width: 1280px; margin: auto; }
.site-page-title { margin: 26px 40px 12px; font-size: 15px; font-weight: 650; }
.site-section { padding: 48px 40px; scroll-margin-top: 24px; }
.site-section-hero { padding-top: 12px; }
.site-section h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.15; font-weight: 650; letter-spacing: -1px; }
.site-eyebrow { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; margin: 0 0 14px; }
.site-hero { position: relative; overflow: hidden; background: #e5eddf; border-radius: 18px; padding: clamp(30px, 6vw, 78px); min-height: 390px; display: flex; align-items: center; gap: 30px; }
.site-hero::after { content: ""; position: absolute; pointer-events: none; width: 430px; height: 430px; border: 1px solid currentColor; opacity: .08; border-radius: 50%; right: -220px; top: -180px; box-shadow: 0 0 0 60px currentColor, 0 0 0 120px currentColor; }
.site-hero-copy { position: relative; z-index: 1; max-width: 720px; }
.site-hero h2 { max-width: 760px; font-size: clamp(36px, 5.8vw, 76px); font-weight: 600; letter-spacing: -2.8px; line-height: 1.04; }
.site-lede { max-width: 560px; font-size: 17px; line-height: 1.7; margin: 24px 0; opacity: .85; white-space: pre-line; }
.site-button { display: inline-flex; padding: 14px 22px; border-radius: 7px; font-size: 14px; font-weight: 700; background: #fff; color: #172c25; margin-top: 6px; box-shadow: 0 2px 0 #0001; }
.site-hero-with-image { padding: 0; gap: 0; }
.site-hero-with-image .site-hero-copy { flex: 1; padding: 48px; }
.site-hero-with-image h2 { font-size: clamp(32px, 4vw, 58px); }
.site-hero-image { width: 43%; align-self: stretch; object-fit: cover; }
.site-tone-brand .site-hero, .site-tone-brand.site-section-call_to_action { background: var(--site-accent); color: #fff; }
.site-tone-dark .site-hero, .site-tone-dark:not(.site-section-hero) { background: #172c25; color: #fff; }
.site-tone-muted:not(.site-section-hero) { background: #edf1e8; }
.site-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.site-section-heading > span { font-size: 12px; color: #5c6a61; }
.site-status-dot::before { content: ""; width: 6px; height: 6px; background: #2e8058; display: inline-block; border-radius: 50%; margin-right: 7px; }
.site-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 16px; }
.site-card { background: #fff; color: #172c25; border: 1px solid #1a352420; border-radius: 12px; padding: 25px; }
.site-card h3 { font-size: 21px; font-weight: 650; line-height: 1.3; letter-spacing: -.4px; margin: 8px 0; }
.site-card p { font-size: 14px; line-height: 1.7; color: #637169; margin-bottom: 16px; }
.site-card .site-price { font-weight: 750; font-size: 22px; color: #172c25; margin-top: 20px; }
.site-price span { font-weight: 400; display: block; font-size: 11px; color: #637169; }
.site-text-link { color: var(--site-accent); font-weight: 700; font-size: 13px; }
.site-team-card { display: flex; align-items: center; gap: 20px; }
.site-team-monogram { flex-shrink: 0; display: grid; place-content: center; width: 58px; height: 66px; background: #e8eddf; color: #285239; font-size: 20px; font-weight: 800; border-radius: 12px 12px 26px 26px; }
.site-reading { max-width: 780px; margin: auto; }
.site-prose { white-space: pre-line; line-height: 1.9; margin-top: 20px; }
.site-figure img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 14px; }
.site-figure figcaption { margin-top: 12px; font-size: 13px; color: #637169; text-align: center; }
.site-faq { padding: 24px; border: 1px solid #1a352425; border-radius: 12px; }
.site-faq summary { cursor: pointer; font-size: 20px; font-weight: 650; }
.site-game { display: flex; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid #1a352418; }
.site-game time { width: 52px; padding: 9px; border-radius: 8px; background: #e8eddf; text-align: center; }
.site-game time strong { font-size: 22px; display: block; line-height: 1; }.site-game time span { font-size: 11px; text-transform: uppercase; }
.site-game h3 { font-weight: 650; }.site-game p { color: #637169; font-size: 13px; margin-top: 4px; }.site-game > span { margin-left: auto; white-space: nowrap; font-size: 13px; }
.site-field-status { color: #226342; background: #e6f3e8; font-size: 11px; padding: 5px 9px; border-radius: 5px; display: inline-block; margin-bottom: 12px; }.site-field-status.is-closed { color: #a32a20; background: #ffebe7; }
.site-sponsors { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; }.site-sponsor { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 15px; padding: 15px; }.site-sponsor img { width: 120px; height: 65px; object-fit: contain; }
.site-empty { padding: 32px; border: 1px dashed #63716950; border-radius: 12px; color: #637169; font-size: 14px; line-height: 1.8; }
.site-footer { max-width: 1200px; margin: 40px auto 0; border-top: 1px solid #1a352425; padding: 36px 40px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; }.site-footer p { color: #637169; margin-top: 8px; }.site-footer > div:last-child { display: flex; flex-wrap: wrap; gap: 18px; align-items: start; }.site-footer span { color: #637169; }
.site-preview-notice { background: #fff3d2; color: #765412; padding: 7px 18px; font-size: 11px; text-align: center; }
.site-template-league .site-hero { border-radius: 3px; }.site-template-league h2 { font-weight: 800; }.site-template-registration .site-hero-copy { text-align: center; margin: auto; }.site-template-registration .site-lede { margin-left: auto; margin-right: auto; }.site-template-about .site-hero h2 { font-family: Georgia, serif; font-weight: 500; }
@media(max-width: 700px) { .site-header { align-items: start; padding: 20px; flex-direction: column; }.site-navigation { gap: 16px; }.site-page-title { margin-left: 20px; }.site-section { padding: 30px 20px; }.site-hero { min-height: 340px; }.site-hero h2 { letter-spacing: -1.3px; }.site-hero-with-image { flex-direction: column; }.site-hero-with-image .site-hero-copy { padding: 32px; }.site-hero-image { width: 100%; height: 260px; }.site-section-heading { align-items: start; flex-direction: column; gap: 10px; }.site-game { gap: 12px; }.site-game h3 { font-size: 14px; }.site-footer { margin-top: 10px; padding: 25px 20px; flex-direction: column; } }

.site-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; }.site-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.site-announcement { text-align: center; padding: 12px 24px; background: #edf1e8; }
.site-nav-group { position: relative; }
.site-nav-group summary { cursor: pointer; }
.site-nav-group > div { position: absolute; z-index: 5; min-width: 200px; display: grid; gap: 16px; padding: 20px; background: #fff; border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 8px 20px #0001; }
.site-photo-caption { padding: 10px 0; font-size: 14px; }
