.football-site { --acid: #f4ff00; --electric: #2822ff; --ink: #08090e; --muted: #a7aabd; background: var(--ink); color: #f8faf5; }
.football-site::before, .football-site::after { display: none; }
.football-site main { min-height: calc(100vh - 160px); }
.football-site h1, .football-site h2, .football-site h3 { font-family: 'Barlow Condensed', Impact, sans-serif; letter-spacing: 0; margin: 0; }
.football-site h1 { font-size: 88px; font-weight: 800; line-height: .95; }
.football-site h2 { font-size: 56px; line-height: 1; font-weight: 700; }
.football-site h3 { font-size: 30px; }
.football-site em { color: var(--acid); font-style: normal; }
.football-site p { line-height: 1.7; }
.football-site svg { width: 20px; height: 20px; flex-shrink: 0; }
.football-site a, .football-site button { -webkit-tap-highlight-color: transparent; }
.football-site :focus-visible { outline: 3px solid #4dbbf7; outline-offset: 5px; }
.ef-yellow { color: var(--acid); }
.ef-nav { height: 88px; max-width: 1440px; padding: 0 64px; margin: auto; display: flex; align-items: center; gap: 40px; position: relative; z-index: 10; }
.ef-event-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px max(64px, calc((100% - 1312px) / 2)); background: var(--electric); color: #fff; font-size: 10px; font-weight: 700; }
.ef-event-bar > span { display: flex; align-items: center; gap: 9px; }
.ef-event-bar b { color: var(--acid); font-size: 10px; margin-left: 8px; }
.ef-event-bar svg { width: 15px; height: 15px; }
.ef-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 22px; text-decoration: none; line-height: 1; }
.ef-brand > svg { width: 36px; height: 36px; color: var(--acid); }
.ef-brand small { font-size: 9px; display: block; margin-top: 7px; color: #adb3b0; }
.ef-nav nav { display: flex; gap: 32px; margin-left: auto; }
.ef-nav nav a { font-size: 13px; text-decoration: none; color: #ccd0cc; padding: 12px 0; }
.ef-nav nav a:hover, .ef-text-link:hover { color: var(--acid); }
.ef-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 16px 26px; color: #101409; background: var(--acid); border: 1px solid var(--acid); border-radius: 2px; text-decoration: none; font-size: 15px; font-weight: 800; cursor: pointer; box-shadow: 4px 4px 0 var(--electric); transition: transform .18s, box-shadow .18s, background .18s; }
.ef-button:hover { transform: translateY(-3px); background: #faff75; box-shadow: 5px 7px 0 var(--electric); }
.ef-button:active { transform: translateY(3px); box-shadow: 0 1px 0 #7d9020; }
.ef-button:disabled { cursor: wait; opacity: .65; }
.ef-button.ef-small { min-height: 42px; padding: 10px 17px; font-size: 13px; gap: 20px; }
.ef-hero { position: relative; height: min(750px, calc(100svh - 150px)); min-height: 590px; max-height: 820px; isolation: isolate; overflow: hidden; background: #101c18; }
.ef-match { position: absolute; inset: 0; z-index: -3; }
.ef-match canvas { display: block; width: 100%; height: 100%; }
.ef-fallback-pitch { position: absolute; width: 90%; height: 65%; right: -15%; top: 15%; border: 2px solid #718b60; background: repeating-linear-gradient(90deg, #234332 0 10%, #2c503b 10% 20%); transform: rotate(-18deg) skewX(12deg); opacity: .7; }
.ef-fallback-pitch span { position: absolute; height: 100%; border-left: 2px solid #718b60; left: 50%; }
.ef-fallback-pitch::after { content: ''; position: absolute; border: 2px solid #718b60; width: 20%; aspect-ratio: 1; border-radius: 50%; left: 40%; top: 26%; }
.ef-match.is-ready .ef-fallback-pitch { display: none; }
.ef-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #090b0bf5 0%, #090b0bde 26%, #090b0b79 45%, transparent 70%), linear-gradient(0deg, #090b0b 0%, transparent 20%); pointer-events: none; }
.ef-hero-content { max-width: 1440px; padding: 58px 64px 80px; margin: auto; pointer-events: none; }
.ef-hero-content a { pointer-events: auto; }
.ef-status { font-size: 11px; font-weight: 800; display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--acid); }
.ef-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px #e4ff4512; }
.ef-hero h1 { font-size: 116px; font-weight: 800; line-height: .88; }
.ef-hero h1 em { font-size: .72em; }
.ef-tagline { font-size: 22px; font-weight: 700; margin: 24px 0 8px; }
.ef-intro { font-size: 14px; color: #aeb6b2; margin: 0; }
.ef-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 26px; }
.ef-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; text-decoration: none; min-height: 44px; }
.ef-hero-note { display: flex; align-items: center; gap: 12px; color: #a1aba4; font-size: 11px; margin: 26px 0 0; }
.ef-hero-note svg { width: 14px; height: 14px; }
.ef-hero-note span { color: #5a6860; }
.ef-match-hud { position: absolute; right: 64px; top: 38px; text-align: center; font-family: 'Roboto Mono', monospace; }
.ef-match-hud > span { color: #b7c8bd; font-size: 9px; }
.ef-match-hud > div { display: flex; align-items: center; gap: 16px; margin: 8px 0; padding: 10px 16px; background: #201ae8; border: 1px solid #7974ff; box-shadow: 4px 4px 0 #f4ff00; }
.ef-match-hud b { font-size: 12px; }
.ef-match-hud strong { font-size: 20px; }
.ef-team-yellow { color: var(--acid); }
.ef-team-blue { color: #5ac5ff; }
.ef-match-hud small { color: #c4cdc7; font-size: 9px; }
.ef-goal-call { position: absolute; left: 66%; top: 43%; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: 80px; font-weight: 900; color: var(--acid); transform: rotate(-8deg) scale(.7); opacity: 0; transition: opacity .3s, transform .4s; text-shadow: 4px 4px #121a0b; pointer-events: none; }
.ef-goal-call.is-goal { opacity: 1; transform: rotate(-8deg) scale(1); }
.ef-scene-controls { position: absolute; right: 64px; bottom: 26px; display: flex; gap: 8px; }
.ef-scene-controls[hidden] { display: none; }
.ef-scene-controls button { width: 42px; height: 42px; border: 1px solid #ffffff38; border-radius: 50%; background: #111b17bf; color: #eff4ef; display: grid; place-items: center; cursor: pointer; }
.ef-scene-controls button:hover { background: #344336; }
.ef-scene-controls svg { width: 16px; height: 16px; }
.ef-scroll-link { position: absolute; left: 64px; bottom: 32px; color: #a8b2ac; font-size: 9px; font-weight: 700; display: flex; align-items: center; gap: 14px; text-decoration: none; }
.ef-scroll-link svg { width: 14px; height: 14px; }
.ef-ticker { overflow: hidden; background: var(--acid); color: #1711c4; height: 52px; display: flex; align-items: center; border-top: 5px solid var(--electric); }
.ef-ticker > div { display: flex; gap: 42px; align-items: center; width: max-content; flex-shrink: 0; animation: ef-ticker 35s linear infinite; }
.ef-ticker span { font-family: 'Barlow Condensed', Impact, sans-serif; font-weight: 700; font-size: 26px; white-space: nowrap; }
.ef-ticker svg { width: 22px; height: 22px; }
@keyframes ef-ticker { to { transform: translateX(-50%); } }
.ef-section { max-width: 1312px; padding: 80px 64px; margin: auto; scroll-margin-top: 20px; }
.ef-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.ef-kicker { color: var(--acid); font-size: 10px; font-weight: 800; margin: 0 0 15px; text-transform: uppercase; }
.ef-section-heading > p { font-size: 13px; color: var(--muted); margin: 0; }
.ef-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #ffffff24; }
.ef-steps article { position: relative; padding: 32px 40px 10px 0; }
.ef-steps article + article { border-left: 1px solid #ffffff24; padding-left: 36px; }
.ef-step-number { position: absolute; top: 28px; right: 30px; font-family: 'Barlow Condensed', sans-serif; font-size: 54px; color: #525a54; line-height: 1; }
.ef-steps article > svg { width: 30px; height: 30px; color: var(--acid); margin: 4px 0 28px; }
.ef-steps article:nth-child(2) > svg { color: #65c6ff; }
.ef-steps article:nth-child(3) > svg { color: #fafbf6; }
.ef-steps p { color: var(--muted); font-size: 13px; max-width: 260px; margin: 12px 0 0; }
.ef-rules-band { background: #11111d; border-top: 4px solid var(--electric); position: relative; }
.ef-rules-band::before { content: ''; position: absolute; left: 0; top: -4px; width: 22%; height: 4px; background: var(--acid); }
.ef-rules-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 90px; }
.ef-rules-layout .ef-button { margin-top: 30px; }
.ef-rules-list details { border-bottom: 1px solid #ffffff22; }
.ef-rules-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.ef-rules-list summary::-webkit-details-marker { display: none; }
.ef-rules-list summary svg { transition: transform .2s; }
.ef-rules-list details[open] summary svg { transform: rotate(45deg); color: var(--acid); }
.ef-rules-list p { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.football-site .efootball-footer { border-top: 1px solid #ffffff16; padding: 26px 64px; background: var(--ink); }
.football-site .efootball-footer p { max-width: 1184px; margin: auto; display: flex; gap: 6px; color: #949d97; font-size: 11px; }
.ef-footer-note { margin-left: auto; }
.ef-register-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-top: 44px; }
.ef-register-intro { padding-top: 20px; }
.ef-register-intro h1 { font-size: 80px; }
.ef-register-intro > p:not(.ef-status) { color: var(--muted); font-size: 14px; }
.ef-shirt { position: relative; width: 270px; height: 285px; margin: 48px 0 34px 20px; background: repeating-linear-gradient(90deg, #def347 0 32px, #d3e63b 32px 64px); clip-path: polygon(25% 0, 38% 0, 42% 7%, 58% 7%, 62% 0, 75% 0, 100% 19%, 86% 42%, 77% 35%, 77% 100%, 23% 100%, 23% 35%, 14% 42%, 0 19%); display: flex; align-items: center; flex-direction: column; color: #17200f; padding-top: 65px; animation: ef-shirt 6s ease-in-out infinite; }
.ef-shirt span { font-size: 11px; font-weight: 800; }
.ef-shirt strong { font-family: 'Barlow Condensed', sans-serif; font-size: 112px; line-height: 1.1; }
.ef-shirt small { font-size: 7px; font-weight: 800; }
@keyframes ef-shirt { 50% { transform: translateY(-10px) rotate(3deg); } }
.ef-registration-note { display: flex; align-items: center; gap: 10px; }
.ef-form { border-top: 4px solid var(--electric); padding-top: 28px; min-width: 0; }
.ef-form-heading h2 { font-size: 40px; }
.ef-form-heading > p:last-child { color: var(--muted); font-size: 13px; margin: 10px 0 30px; }
.ef-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ef-form .field-group { margin: 0 0 20px; min-width: 0; }
.ef-form .field-label { color: #e5eae4; font-size: 12px; font-weight: 600; margin-bottom: 9px; text-transform: none; }
.ef-form .text-field { border: 1px solid #37394e; border-radius: 4px; background: #14151f; padding: 13px 14px; min-height: 48px; font-size: 16px; color: #f4f6f0; width: 100%; box-shadow: none; outline-offset: 2px; }
.ef-mobile-entry { display: flex; align-items: center; gap: 14px; padding: 16px; margin: 0 0 24px; background: #2520d1; border-left: 4px solid var(--acid); }
.ef-mobile-entry > svg:first-child { color: var(--acid); width: 26px; height: 26px; }
.ef-mobile-entry > svg:last-child { margin-left: auto; color: var(--acid); }
.ef-mobile-entry strong, .ef-mobile-entry span { display: block; font-size: 13px; }
.ef-mobile-entry span { margin-top: 5px; font-size: 11px; color: #e2e0ff; }
.ef-employee-check { display: flex; align-items: flex-start; gap: 12px; margin: 2px 0 24px; font-size: 12px; line-height: 1.7; color: #e2e5ed; cursor: pointer; }
.ef-employee-check input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--acid); flex-shrink: 0; }
.ef-form .text-field::placeholder { color: #7f8b82; }
.ef-form .text-field:focus { border-color: var(--acid); outline: 1px solid var(--acid); }
.ef-form select { color-scheme: dark; }
.ef-form textarea { resize: vertical; }
.ef-optional { color: #89968c; font-weight: 400; }
.ef-privacy { font-size: 11px; color: #a8b2a8; display: flex; align-items: center; gap: 8px; margin: 0 0 22px; }
.ef-privacy svg { width: 16px; color: var(--acid); }
.ef-form-actions .ef-button { width: 100%; justify-content: space-between; }
.ef-form-actions p { font-size: 10px; text-align: center; color: #97a194; }
.ef-form-actions a { color: #d5decd; text-underline-offset: 3px; }
.ef-players-page { padding-top: 50px; }
.ef-players-page .ef-section-heading p:not(.ef-kicker) { font-size: 14px; color: var(--muted); }
.football-site .applicant-grid { margin: 0; gap: 24px; }
.football-site .applicant-card, .football-site .empty-applicants { background: #141916; border-radius: 6px; border: 1px solid #303a30; box-shadow: none; padding: 28px; animation: ef-player-enter .4s ease both; }
@keyframes ef-player-enter { from { transform: translateY(12px); } to { transform: translateY(0); } }
.football-site .applicant-card { border-top: 3px solid var(--acid); }
.football-site .applicant-card:nth-child(even) { border-top-color: #5ac5ff; }
.football-site .applicant-card h2 { font-size: 32px; overflow-wrap: anywhere; }
.football-site .applicant-card .eyebrow { font-family: inherit; color: #acb5ac; font-size: 10px; }
.football-site .jersey-mark { background: #252f20; border: 1px solid #49573b; border-radius: 4px; color: var(--acid); box-shadow: none; }
.football-site .applicant-details dt { color: #99a494; }
.football-site .applicant-details dd { color: #eef2e9; }
.football-site .registered-time { font-size: 11px; color: #a4aca0; }
.football-site .empty-applicants { text-align: center; padding: 60px 24px; }
.ef-success { text-align: center; padding: 100px 24px 120px; }
.ef-success-icon { width: 80px; height: 80px; border: 1px solid #687930; border-radius: 50%; display: grid; place-items: center; color: var(--acid); margin: 0 auto 28px; background: #1e2812; animation: ef-shirt 5s ease-in-out infinite; }
.ef-success-icon svg { width: 40px; height: 40px; }
.ef-success .ef-status, .ef-success .ef-actions { justify-content: center; }
.ef-success > p:not(.ef-status) { color: var(--muted); font-size: 15px; }
.ef-rule-intro { color: var(--muted); font-size: 14px; }
.ef-match-rule { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid #ffffff22; }
.ef-match-rule:first-child { padding-top: 0; }
.ef-match-rule > span { color: var(--acid); font-size: 12px; font-family: 'Roboto Mono', monospace; padding-top: 6px; }
.ef-match-rule h3 { font-family: 'Manrope', Arial, sans-serif; font-size: 15px; line-height: 1.5; }
.ef-match-rule p { margin: 9px 0 0; }
.ef-rules-list .ef-rule-note { margin: 22px 0 0; font-size: 12px; color: #c2cbbd; }
.ef-roster-heading h1 { font-size: 64px; }
.ef-roster-filters { display: grid; grid-template-columns: minmax(180px, 1fr) 180px 46px; gap: 16px; align-items: end; padding: 22px 0; border-top: 3px solid var(--electric); border-bottom: 1px solid #ffffff24; }
.ef-roster-filters label { display: block; color: #a7b1a8; font-size: 11px; margin-bottom: 8px; }
.ef-roster-filters input, .ef-roster-filters select { width: 100%; min-width: 0; border: 1px solid #37394e; border-radius: 4px; height: 46px; background: #14151f; color: #f4f6f0; font-size: 14px; padding: 10px 12px; color-scheme: dark; }
.ef-search-field { min-width: 0; }
.ef-search-field > div { position: relative; }
.ef-search-field svg { position: absolute; left: 13px; top: 14px; width: 17px; height: 17px; color: #a7b1a8; }
.ef-search-field input { padding-left: 40px; }
.ef-search-field input::placeholder { color: #a7b1a8; }
.ef-icon-button { width: 42px; height: 42px; border: 1px solid #414d40; border-radius: 4px; color: #d2dfcb; background: #192019; display: inline-grid; place-items: center; cursor: pointer; flex-shrink: 0; text-decoration: none; }
.ef-icon-button[hidden] { display: none; }
.ef-icon-button:hover { border-color: var(--acid); color: var(--acid); }
.ef-icon-button svg { width: 16px; height: 16px; }
.ef-roster-filters > button { width: 46px; height: 46px; background: var(--acid); color: #111609; border-color: var(--acid); }
.ef-roster-summary, .ef-roster-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; color: #a7b1a8; min-height: 56px; }
.ef-roster-summary p, .ef-roster-bottom p { margin: 0; }
.ef-roster-summary p { display: flex; align-items: center; gap: 8px; }
.ef-roster-summary p svg { width: 14px; color: var(--acid); }
.ef-roster-summary p > span { color: #67697b; }
.ef-roster-summary a { display: flex; align-items: center; gap: 6px; text-decoration: none; color: #e0e9d9; }
.ef-roster-summary a svg { width: 14px; }
.ef-roster-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 24px; padding: 14px 16px; border-bottom: 1px solid #ffffff16; }
.ef-roster-row:nth-child(even) { background: #ffffff03; }
.ef-roster-row:not(.ef-roster-labels):hover { background: #ffffff06; }
.ef-roster-labels { padding: 13px 16px; color: #e1e0ff; background: #2420b5; font-size: 11px; border-bottom-color: #ffffff32; }
.ef-roster-person { display: flex; align-items: center; gap: 14px; min-width: 0; }
.ef-roster-person > div { min-width: 0; }
.ef-member-avatar { width: 38px; height: 38px; border-radius: 3px; color: var(--acid); background: #2920ac; border-bottom: 2px solid var(--acid); display: grid; place-items: center; font-size: 15px; font-weight: 700; flex-shrink: 0; }
.ef-roster-row:nth-child(odd) .ef-member-avatar { color: #ff9acb; background: #3b164a; border-bottom-color: #ff5fab; }
.ef-roster-person h2 { font-family: 'Manrope', Arial, sans-serif; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; font-weight: 700; }
.ef-roster-person p { color: #b2b2c9; font-size: 12px; margin: 2px 0 0; overflow-wrap: anywhere; display: none; }
.ef-roster-game { color: #b2b2c9; font-size: 13px; overflow-wrap: anywhere; }
.ef-roster-device { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #bbc8b9; overflow-wrap: anywhere; }
.ef-roster-device svg { width: 16px; height: 16px; }
.ef-roster-id { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; font-family: 'Roboto Mono', monospace; font-size: 12px; }
.ef-roster-id > span { overflow-wrap: anywhere; min-width: 0; }
.ef-roster-bottom { padding-top: 16px; }
.ef-roster-bottom nav { display: flex; align-items: center; gap: 14px; }
.ef-roster-empty { text-align: center; padding: 64px 20px; border-top: 1px solid #ffffff24; }
.ef-roster-empty > svg { color: var(--acid); width: 32px; height: 32px; margin-bottom: 18px; }
.ef-roster-empty h2 { font-size: 32px; }
.ef-roster-empty p { font-size: 13px; color: var(--muted); }
.ef-copy-status { min-height: 24px; font-size: 12px; color: var(--acid); }
@media (min-width: 1600px) { .ef-hero-content { padding-top: 84px; } .ef-match-hud { right: max(64px, calc((100% - 1312px) / 2)); } }
@media (max-width: 1000px) {
    .ef-event-bar { padding-left: 32px; padding-right: 32px; }
    .ef-nav { padding: 0 32px; }
    .ef-hero-content { padding-left: 32px; }
    .ef-hero h1 { font-size: 98px; }
    .ef-section { padding: 60px 32px; }
    .ef-register-layout { gap: 40px; }
    .ef-register-intro h1 { font-size: 62px; }
    .ef-rules-layout { gap: 40px; }
    .ef-scroll-link { left: 32px; }
    .ef-goal-call { font-size: 60px; }
}
@media (max-width: 680px) {
    .ef-event-bar { padding: 9px 20px; font-size: 8px; gap: 10px; }
    .ef-event-bar > span { gap: 5px; }
    .ef-event-bar b { display: none; }
    .ef-nav { height: 76px; padding: 0 20px; gap: 18px; }
    .ef-brand { font-size: 16px; gap: 7px; }
    .ef-brand > svg { width: 27px; height: 27px; }
    .ef-brand small { font-size: 7px; margin-top: 5px; }
    .ef-nav nav { gap: 14px; }
    .ef-nav nav a { font-size: 11px; }
    .ef-nav nav a[href$="#rules"] { display: none; }
    .ef-button.ef-small { padding: 8px 12px; gap: 8px; min-height: 38px; font-size: 11px; }
    .ef-small svg { width: 15px; }
    .ef-hero { height: calc(100svh - 166px); min-height: 610px; max-height: none; }
    .ef-hero-content { padding: 30px 22px 0; }
    .ef-hero h1 { font-size: 76px; line-height: .9; }
    .ef-status { font-size: 9px; margin-bottom: 24px; }
    .ef-tagline { margin: 18px 0 7px; font-size: 19px; }
    .ef-intro { font-size: 12px; }
    .ef-hero .ef-actions { gap: 18px; margin-top: 22px; }
    .ef-button { min-height: 50px; padding: 13px 20px; font-size: 13px; gap: 18px; }
    .ef-text-link { font-size: 11px; }
    .ef-hero-note { margin-top: 20px; font-size: 10px; }
    .ef-match { top: 310px; bottom: 0; }
    .ef-hero-shade { background: linear-gradient(180deg, #090b0b 0 42%, #090b0be6 47%, transparent 62%, #090b0b33 85%, #090b0b 100%); }
    .ef-match-hud { top: auto; bottom: 62px; left: 20px; right: auto; }
    .ef-match-hud > div { padding: 6px 10px; gap: 12px; }
    .ef-match-hud strong { font-size: 16px; }
    .ef-match-hud > span, .ef-match-hud small { font-size: 7px; }
    .ef-goal-call { left: auto; right: 28px; top: auto; bottom: 158px; font-size: 58px; }
    .ef-scene-controls { right: 20px; bottom: 24px; }
    .ef-scroll-link { bottom: 30px; left: 20px; font-size: 7px; gap: 6px; max-width: 210px; }
    .ef-scroll-link svg { width: 12px; }
    .ef-section { padding: 48px 22px; }
    .football-site h2 { font-size: 44px; }
    .ef-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
    .ef-section-heading > p br { display: none; }
    .ef-kicker { font-size: 9px; }
    .ef-steps { grid-template-columns: 1fr; }
    .ef-steps article, .ef-steps article + article { border-left: 0; border-bottom: 1px solid #ffffff24; padding: 25px 50px 28px 56px; }
    .ef-steps article > svg { position: absolute; left: 0; top: 26px; width: 27px; height: 27px; }
    .ef-steps h3 { font-size: 28px; }
    .ef-steps p { font-size: 12px; }
    .ef-step-number { right: 0; font-size: 40px; top: 28px; }
    .ef-rules-layout { grid-template-columns: 1fr; gap: 24px; }
    .ef-rules-list summary { font-size: 13px; }
    .football-site .efootball-footer { padding: 24px 22px; }
    .football-site .efootball-footer p { flex-wrap: wrap; font-size: 10px; }
    .ef-footer-note { flex-basis: 100%; margin: 5px 0 0; font-size: 9px; }
    .ef-register-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 20px; }
    .ef-register-intro { padding-top: 8px; }
    .ef-register-intro h1 { font-size: 58px; }
    .ef-register-intro .ef-status { margin-bottom: 15px; }
    .ef-register-intro > p:not(.ef-status) { font-size: 12px; margin-bottom: 0; }
    .ef-register-intro .ef-shirt, .ef-register-intro .ef-registration-note { display: none; }
    .ef-form .form-grid { grid-template-columns: 1fr; gap: 0; }
    .ef-form-heading h2 { font-size: 34px; }
    .ef-form .field-group { margin-bottom: 18px; }
    .ef-players-page h1 { font-size: 66px; }
    .ef-success h1 { font-size: 76px; }
    .ef-roster-heading h1 { font-size: 48px; }
    .ef-players-page { padding-top: 26px; }
    .ef-roster-heading > .ef-button { display: none; }
    .ef-roster-filters { grid-template-columns: minmax(0, 1fr) 46px; gap: 14px 10px; }
    .ef-search-field { grid-column: 1 / -1; }
    .ef-roster-filters input, .ef-roster-filters select { font-size: 16px; }
    .ef-roster-filters select { padding-left: 8px; }
    .ef-roster-row { grid-template-columns: minmax(0, 1fr); padding: 16px 0; gap: 10px; }
    .ef-roster-person { grid-column: 1 / -1; }
    .ef-roster-person p { display: block; }
    .ef-roster-game { display: none; }
    .ef-roster-labels { display: none; }
    .ef-roster-device { font-size: 11px; }
    .ef-roster-id { font-size: 11px; gap: 8px; padding-left: 52px; }
    .ef-roster-id .ef-icon-button { width: 36px; height: 36px; }
    .ef-roster-person h2 { font-size: 14px; }
    .ef-roster-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 370px) { .ef-nav { padding: 0 14px; gap: 10px; } .ef-hero h1 { font-size: 66px; } .ef-hero .ef-actions { gap: 12px; } .ef-hero .ef-button { padding: 12px 14px; } }
@media (max-width: 370px) { .ef-brand > svg { display: none; } .ef-nav nav { gap: 10px; } }
@media (prefers-reduced-motion: reduce) { .football-site *, .football-site *::before, .football-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
