:root{
  --fc-bg:#06080b;--fc-bg2:#0a0d12;--fc-surface:#0d1117;--fc-surface2:#111720;--fc-surface3:#151c26;
  --fc-line:#1c2530;--fc-line2:#2a3543;--fc-text:#f6f8fa;--fc-muted:#8b97a5;--fc-muted2:#5f6b78;
  --fc-accent:#c7ff2f;--fc-cyan:#27d3f1;--fc-danger:#ff3f5f;--fc-shell:1280px;--fc-r:24px;--fc-r-sm:16px;
  --fc-shadow:0 28px 80px rgba(0,0,0,.34);--fc-ease:cubic-bezier(.22,.61,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--fc-bg);color:var(--fc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 82% 12%,rgba(39,211,241,.05),transparent 24%),radial-gradient(circle at 12% 28%,rgba(199,255,47,.035),transparent 22%)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.fc-shell{width:min(calc(100% - 48px),var(--fc-shell));margin-inline:auto}.fc-main{min-height:70vh}.fc-skip{position:absolute;left:-9999px}.fc-skip:focus{left:20px;top:20px;z-index:9999;background:#fff;color:#000;padding:10px 14px;border-radius:10px}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fc-muted{color:var(--fc-muted)}

/* HEADER */
.fc-header{position:sticky;top:0;z-index:100;background:rgba(6,8,11,.78);backdrop-filter:blur(22px) saturate(145%);border-bottom:1px solid transparent;transition:border-color .25s,background .25s}.fc-header.is-scrolled{background:rgba(6,8,11,.94);border-color:var(--fc-line)}.fc-header__inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}.fc-brand{display:flex;align-items:center;min-width:220px}.fc-brand a{display:flex;align-items:center}.fc-brand img,.custom-logo{display:block;height:40px;max-height:44px;width:auto}.custom-logo-link{display:flex}.fc-nav{margin-left:auto}.fc-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:3px}.fc-nav a{position:relative;display:block;padding:11px 12px;font-size:12px;font-weight:850;letter-spacing:.075em;text-transform:uppercase;color:#a5b0bc;border-radius:12px;transition:.2s}.fc-nav a:after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:1px;background:var(--fc-accent);transform:scaleX(0);transform-origin:left;transition:.2s}.fc-nav a:hover,.fc-nav .current-menu-item>a{color:#fff}.fc-nav a:hover:after,.fc-nav .current-menu-item>a:after{transform:scaleX(1)}.fc-header__actions{display:flex;align-items:center;gap:9px}.fc-mini-live,.fc-header-match{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--fc-line);border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.fc-mini-live{gap:8px;padding:0 13px;color:#dce2e8}.fc-mini-live span{width:7px;height:7px;border-radius:50%;background:var(--fc-danger);box-shadow:0 0 0 5px rgba(255,63,95,.08)}.fc-header-match{padding:0 15px;background:var(--fc-accent);border-color:var(--fc-accent);color:#071007}.fc-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--fc-line);background:var(--fc-surface);border-radius:13px;padding:10px}.fc-menu-toggle>span:not(.screen-reader-text){display:block;height:2px;background:#fff;margin:4px 0;border-radius:2px}

/* HERO */
.fc-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--fc-line);background:linear-gradient(180deg,#06080b 0%,#080b10 100%)}.fc-hero__mesh{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.75) 58%,transparent 100%)}.fc-hero:after{content:"";position:absolute;width:720px;height:720px;right:-240px;top:-280px;border-radius:50%;background:radial-gradient(circle,rgba(39,211,241,.11),rgba(39,211,241,.03) 42%,transparent 68%);filter:blur(2px)}.fc-hero__grid{position:relative;z-index:2;min-height:690px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:64px;align-items:center}.fc-eyebrow,.fc-kicker{display:flex;align-items:center;gap:9px;color:var(--fc-accent);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.fc-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--fc-danger);box-shadow:0 0 0 6px rgba(255,63,95,.08);animation:fcPulse 1.6s infinite;flex:0 0 auto}@keyframes fcPulse{50%{box-shadow:0 0 0 11px rgba(255,63,95,0)}}.fc-hero h1{font-size:clamp(64px,7.25vw,112px);line-height:.84;letter-spacing:-.07em;margin:27px 0 30px;font-weight:950}.fc-hero h1 span,.fc-hero h1 em{display:block}.fc-hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1.35px rgba(246,248,250,.82);text-shadow:0 0 40px rgba(199,255,47,.02)}.fc-hero__copy>p{max-width:650px;font-size:19px;line-height:1.65;color:#9aa6b3}.fc-hero__actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:34px}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 18px;border:1px solid var(--fc-line);border-radius:14px;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;transition:transform .2s var(--fc-ease),border-color .2s,background .2s;cursor:pointer}.fc-btn:hover{transform:translateY(-2px)}.fc-btn--accent{background:var(--fc-accent);color:#071007;border-color:var(--fc-accent);box-shadow:0 15px 40px rgba(199,255,47,.1)}.fc-btn--cyan{background:var(--fc-cyan);color:#061116;border-color:var(--fc-cyan)}.fc-btn--ghost{background:rgba(17,23,32,.86);color:#fff}.fc-btn--ghost:hover{border-color:var(--fc-line2)}.fc-hero__signal{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:32px;color:#65717e;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.fc-hero__signal span{display:flex;align-items:center;gap:8px}.fc-hero__signal i{width:6px;height:6px;border-radius:50%;background:var(--fc-accent)}

/* SPOTLIGHT */
.fc-spotlight-wrap{position:relative}.fc-spotlight-label{display:flex;justify-content:space-between;align-items:center;margin:0 6px 12px;color:#687583;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.fc-spotlight-label span{color:#c4cbd3}.fc-spotlight{display:block;position:relative;padding:22px 24px 20px;border:1px solid #27313d;border-radius:30px;background:linear-gradient(145deg,rgba(18,24,32,.96),rgba(9,13,18,.98));box-shadow:var(--fc-shadow);overflow:hidden}.fc-spotlight:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(199,255,47,.07),transparent 38%),linear-gradient(115deg,transparent 45%,rgba(255,255,255,.015) 45.2%,transparent 45.5%);pointer-events:none}.fc-spotlight:after{content:"FC";position:absolute;right:-12px;bottom:-56px;font-size:190px;line-height:1;font-weight:950;letter-spacing:-.09em;color:rgba(255,255,255,.018);pointer-events:none}.fc-spotlight__top,.fc-spotlight__footer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px}.fc-spotlight__top{padding-bottom:18px;border-bottom:1px solid var(--fc-line)}.fc-spotlight__top>span{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.fc-spotlight__top>span.is-live{color:#fff}.fc-spotlight__top small{font-size:9px;color:#7e8995;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.fc-spotlight__teams{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:34px 0 30px}.fc-spotlight__teams>div:not(.fc-spotlight__score){min-width:0;text-align:center}.fc-spotlight__teams>div:not(.fc-spotlight__score) strong{display:block;margin-top:13px;font-size:14px;line-height:1.2}.fc-team-logo{width:90px;height:90px;object-fit:contain;border-radius:22px;background:#0a0e13;padding:9px;border:1px solid var(--fc-line)}.fc-team-logo--spotlight{width:96px;height:96px;border-radius:24px}.fc-team-logo--sm{width:36px;height:36px;border-radius:10px;padding:4px}.fc-team-logo--fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:950;color:var(--fc-accent)}.fc-spotlight__score{text-align:center;min-width:126px}.fc-spotlight__score b{font-size:56px;line-height:.9;letter-spacing:-.07em}.fc-spotlight__score>span{display:inline-block;margin:0 6px;color:#56616d;font-size:27px;transform:translateY(-5px)}.fc-spotlight__score small{display:block;margin-top:10px;color:var(--fc-accent);font-size:10px;font-weight:900;letter-spacing:.12em}.fc-spotlight__footer{padding-top:17px;border-top:1px solid var(--fc-line);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#75818d}.fc-spotlight__footer b{color:var(--fc-accent)}.fc-spotlight--empty{min-height:390px}.fc-empty-score{display:flex;justify-content:center;align-items:center;gap:10px;margin:60px 0 20px}.fc-empty-score strong{font-size:62px;letter-spacing:-.06em}.fc-empty-score span{color:#4f5965;font-size:28px}.fc-spotlight--empty h3{text-align:center;margin:0;font-size:22px}.fc-spotlight--empty p{text-align:center;color:var(--fc-muted);max-width:380px;margin:10px auto 0;font-size:13px}

/* COMMAND BAR */
.fc-commandbar{border-bottom:1px solid var(--fc-line);background:#080b0f}.fc-commandbar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.fc-commandbar a{position:relative;display:grid;grid-template-columns:auto 1fr;column-gap:14px;padding:22px 24px;border-left:1px solid var(--fc-line);transition:.2s}.fc-commandbar a:last-child{border-right:1px solid var(--fc-line)}.fc-commandbar a:hover{background:#0d1218}.fc-commandbar a>span{grid-row:1/3;color:#4f5a66;font-size:10px;font-weight:900}.fc-commandbar b{font-size:13px;letter-spacing:.06em}.fc-commandbar small{font-size:10px;color:#697583;margin-top:2px}

/* SECTION HEAD */
.fc-liveband,.fc-news-section,.fc-archive,.fc-club-showcase{padding:88px 0}.fc-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.fc-section-head--compact{margin-bottom:24px}.fc-section-head h2{font-size:clamp(36px,4.2vw,58px);line-height:.98;margin:10px 0 0;letter-spacing:-.055em}.fc-section-head p{margin:10px 0 0;color:var(--fc-muted);font-size:13px}.fc-text-link{font-size:10px;color:#b2bbc5;font-weight:900;text-transform:uppercase;letter-spacing:.11em;white-space:nowrap}.fc-text-link span{color:var(--fc-accent)}

/* MATCH CARDS */
.fc-match-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.fc-match-grid .fc-empty-panel{grid-column:1/-1}.fc-match-card{position:relative;background:linear-gradient(180deg,#0f141b,#0b0f14);border:1px solid var(--fc-line);border-radius:22px;padding:18px;min-height:220px;overflow:hidden;transition:transform .24s var(--fc-ease),border-color .24s,box-shadow .24s}.fc-match-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:transparent}.fc-match-card:hover{transform:translateY(-5px);border-color:#314050;box-shadow:0 24px 54px rgba(0,0,0,.22)}.fc-match-card.is-live{border-color:rgba(255,63,95,.34)}.fc-match-card.is-live:after{background:var(--fc-danger)}.fc-match-card.is-finished{opacity:.82}.fc-match-card__link{position:absolute;inset:0;z-index:5}.fc-match-card__top,.fc-match-card__bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;letter-spacing:.105em;font-weight:900;text-transform:uppercase;color:#697684}.fc-status{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#c8d0d8!important}.fc-status.is-live{color:#fff!important}.fc-match-card__teams{display:grid;gap:11px;margin:25px 0 22px}.fc-match-card__teams>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.fc-team-line{display:flex;align-items:center;gap:11px;min-width:0}.fc-team-line>span:not(.fc-team-logo){min-width:0}.fc-match-card__teams b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.fc-match-card__teams small{display:block;margin-top:2px;color:#4f5a66;font-size:8px;font-weight:900;letter-spacing:.11em}.fc-match-card__teams strong{font-size:32px;line-height:1;letter-spacing:-.055em}.fc-match-card__bottom{border-top:1px solid var(--fc-line);padding-top:14px}.fc-match-card__bottom>span:last-child{color:var(--fc-accent)}.fc-match-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}

/* FILTER BAR */
.fc-filterbar{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:28px;padding:6px;border:1px solid var(--fc-line);border-radius:17px;background:#0a0e13;width:max-content;max-width:100%}.fc-filterbar a{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:12px;color:#7d8996;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.fc-filterbar a.is-active{background:#151c25;color:#fff;box-shadow:inset 0 0 0 1px #26313d}.fc-filterbar a i{width:6px;height:6px;border-radius:50%;background:var(--fc-danger)}

/* CLUB SHOWCASE */
.fc-club-showcase{border-block:1px solid var(--fc-line);background:#080b10}.fc-club-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fc-club-chip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:13px 14px;border:1px solid var(--fc-line);border-radius:18px;background:#0d1218;transition:.2s}.fc-club-chip:hover{border-color:#344150;transform:translateY(-2px)}.fc-club-chip__logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:#090d12;border:1px solid var(--fc-line);font-weight:950;color:var(--fc-accent);overflow:hidden}.fc-club-chip__logo img{width:100%;height:100%;object-fit:contain;padding:5px}.fc-club-chip strong{display:block;font-size:12px;line-height:1.15}.fc-club-chip small{display:block;color:#65717e;margin-top:4px;font-size:9px}.fc-club-chip>b{color:var(--fc-accent)}

/* NEWS */
.fc-news-section{padding-bottom:110px}.fc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fc-news-grid .fc-empty-panel{grid-column:1/-1}.fc-news-card{border:1px solid var(--fc-line);border-radius:23px;overflow:hidden;background:#0d1218;min-width:0;transition:.24s}.fc-news-card:hover{transform:translateY(-4px);border-color:#303d4b}.fc-news-card__media{position:relative;display:block;aspect-ratio:16/9;background:radial-gradient(circle at 25% 30%,rgba(199,255,47,.1),transparent 25%),linear-gradient(145deg,#161e28,#090d12);overflow:hidden}.fc-news-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,8,11,.45),transparent 48%)}.fc-news-card__media img{width:100%;height:100%;object-fit:cover;transition:.4s var(--fc-ease)}.fc-news-card:hover .fc-news-card__media img{transform:scale(1.045)}.fc-news-card__placeholder{position:absolute;left:20px;bottom:18px;z-index:2;font-size:12px;font-weight:950;letter-spacing:.12em;color:#b8c1ca}.fc-news-card__arrow{position:absolute;right:16px;top:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(6,8,11,.72);border:1px solid rgba(255,255,255,.1);color:var(--fc-accent)}.fc-news-card__body{padding:21px}.fc-news-card__body>span{color:var(--fc-accent);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.fc-news-card h3{font-size:21px;line-height:1.12;margin:10px 0;letter-spacing:-.025em}.fc-news-card p{margin:0;color:#808c98;font-size:12px;line-height:1.6}

/* EMPTY */
.fc-empty-panel{padding:38px;border:1px dashed #2a3541;border-radius:23px;background:linear-gradient(145deg,#0e1319,#090d12);text-align:center}.fc-empty-panel>span{font-size:9px;color:var(--fc-accent);font-weight:900;letter-spacing:.13em}.fc-empty-panel h3{font-size:25px;margin:10px 0 7px}.fc-empty-panel p{color:var(--fc-muted);margin:0;font-size:13px}

/* PAGE HERO */
.fc-page-hero{position:relative;overflow:hidden;padding:90px 0 64px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 82% 5%,rgba(39,211,241,.07),transparent 26%),#070a0e}.fc-page-hero:after{content:"FUTSAL";position:absolute;right:-10px;bottom:-70px;font-weight:950;font-size:190px;letter-spacing:-.08em;color:rgba(255,255,255,.018)}.fc-page-hero h1{position:relative;z-index:2;font-size:clamp(54px,6.7vw,96px);letter-spacing:-.065em;line-height:.9;margin:18px 0 16px;max-width:980px}.fc-page-hero p{position:relative;z-index:2;color:#8995a1;max-width:680px;font-size:15px}.fc-breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#5e6975;font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px}.fc-breadcrumbs a:hover{color:#fff}.fc-archive{min-height:50vh}.nav-links,.page-numbers{list-style:none}.nav-links,.page-numbers ul{display:flex;gap:8px;margin-top:34px;padding:0}.page-numbers a,.page-numbers.current,.page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--fc-line);border-radius:11px;font-size:11px}.page-numbers.current{background:var(--fc-accent);color:#061006;border-color:var(--fc-accent)}

/* MATCH DETAIL */
.fc-match-hero{position:relative;overflow:hidden;padding:42px 0 64px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 50% -20%,rgba(39,211,241,.09),transparent 33%),linear-gradient(180deg,#070a0f,#090d12)}.fc-match-hero:after{content:"MATCH";position:absolute;left:50%;bottom:-62px;transform:translateX(-50%);font-size:200px;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.016)}.fc-match-hero__bar{position:relative;z-index:2;display:flex;justify-content:space-between;color:#596572;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--fc-line);padding-bottom:14px}.fc-match-hero__meta{position:relative;z-index:2;display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:28px 0}.fc-match-hero__meta>span{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--fc-line);border-radius:999px;background:rgba(13,17,23,.7);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#8b97a3}.fc-scoreboard{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(210px,.55fr) 1fr;align-items:center;gap:36px;max-width:990px;margin:0 auto}.fc-scoreboard__team{text-align:center}.fc-scoreboard__team .fc-team-logo{width:118px;height:118px;border-radius:28px}.fc-scoreboard__team>span{display:block;margin-top:13px;color:#56616d;font-size:8px;font-weight:900;letter-spacing:.12em}.fc-scoreboard__team h2{font-size:21px;line-height:1.12;margin:6px auto 0;max-width:260px}.fc-scoreboard__score{text-align:center}.fc-scoreboard__score>small{display:block;color:var(--fc-accent);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.fc-scoreboard__score>div{display:flex;align-items:center;justify-content:center;gap:10px}.fc-scoreboard__score strong{font-size:74px;line-height:.9;letter-spacing:-.08em}.fc-scoreboard__score>div>span{color:#4d5863;font-size:34px;transform:translateY(-5px)}.fc-scoreboard__score em{display:block;margin-top:12px;color:#66727e;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.fc-match-actions{position:relative;z-index:2;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:38px}.fc-match-content{padding:76px 0 100px}.fc-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:56px;align-items:start}.fc-info-card{border:1px solid var(--fc-line);border-radius:23px;background:#0d1218;overflow:hidden}.fc-info-card>div{padding:18px 20px;border-bottom:1px solid var(--fc-line)}.fc-info-card>div:last-child{border-bottom:0}.fc-info-card span{display:block;color:#687481;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.fc-info-card strong{display:block;margin-top:5px;font-size:13px}.fc-aside-head{margin-bottom:16px}.fc-aside-head h3{margin:6px 0 0;font-size:25px}

/* CLUB ARCHIVE + DETAIL */
.fc-club-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.fc-club-card{border:1px solid var(--fc-line);border-radius:24px;background:#0d1218;overflow:hidden;transition:.24s}.fc-club-card:hover{transform:translateY(-5px);border-color:#334150}.fc-club-card>a{display:block}.fc-club-card__visual{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1.45/1;background:radial-gradient(circle at 50% 28%,rgba(199,255,47,.07),transparent 28%),linear-gradient(145deg,#111821,#090d12);border-bottom:1px solid var(--fc-line)}.fc-club-card__visual img{width:118px;height:118px;object-fit:contain}.fc-club-card__visual>small{position:absolute;right:16px;top:14px;color:#586471;font-size:9px;font-weight:900;letter-spacing:.12em}.fc-club-card__fallback{display:flex;align-items:center;justify-content:center;width:118px;height:118px;border-radius:28px;background:#0a0e13;border:1px solid var(--fc-line);font-size:48px;font-weight:950;color:var(--fc-accent)}.fc-club-card__body{padding:20px}.fc-club-card__body>span{font-size:9px;color:#687481;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.fc-club-card h2{font-size:22px;line-height:1.1;margin:8px 0 18px}.fc-club-card em{font-style:normal;color:var(--fc-accent);font-size:9px;font-weight:900;letter-spacing:.1em}.fc-club-hero{padding:52px 0 66px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 16% 20%,rgba(199,255,47,.06),transparent 25%),#070a0e}.fc-club-hero__grid{display:grid;grid-template-columns:250px 1fr;gap:48px;align-items:center}.fc-club-hero__logo{display:flex;align-items:center;justify-content:center;width:250px;height:250px;border-radius:42px;background:linear-gradient(145deg,#121923,#080c11);border:1px solid var(--fc-line);font-size:88px;font-weight:950;color:var(--fc-accent);box-shadow:var(--fc-shadow)}.fc-club-hero__logo img{width:80%;height:80%;object-fit:contain}.fc-club-hero__copy h1{font-size:clamp(52px,6vw,88px);line-height:.9;letter-spacing:-.06em;margin:14px 0 18px}.fc-club-hero__copy>p{max-width:690px;color:#8c98a4}.fc-club-hero__facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.fc-club-hero__facts>span{min-width:140px;padding:13px 15px;border:1px solid var(--fc-line);border-radius:15px;background:#0c1117}.fc-club-hero__facts small{display:block;color:#5c6874;font-size:8px;font-weight:900;letter-spacing:.11em}.fc-club-hero__facts b{display:block;margin-top:4px;font-size:12px}.fc-club-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}

/* PROSE / ARTICLES */
.fc-article{padding:70px 0 110px}.fc-article__shell{max-width:950px}.fc-article header h1{font-size:clamp(48px,6vw,82px);line-height:.94;letter-spacing:-.055em;margin:16px 0 28px}.fc-article header>img{border-radius:26px;border:1px solid var(--fc-line);margin-bottom:35px}.fc-prose{color:#a6b0ba;font-size:16px;line-height:1.82}.fc-prose h1,.fc-prose h2,.fc-prose h3,.fc-prose h4{color:#fff;line-height:1.15;letter-spacing:-.035em}.fc-prose h2{font-size:34px}.fc-prose h3{font-size:26px}.fc-prose a{color:var(--fc-accent);text-decoration:underline;text-underline-offset:3px}.fc-prose blockquote{margin:30px 0;padding:20px 24px;border-left:2px solid var(--fc-accent);background:#0d1218;border-radius:0 16px 16px 0}.fc-prose img{border-radius:18px}.fc-comments{margin-top:40px}.fc-404{display:flex;align-items:center;min-height:70vh;text-align:center}.fc-404 span{display:block;color:var(--fc-accent);font-size:13px;font-weight:900;letter-spacing:.14em}.fc-404 h1{font-size:clamp(70px,10vw,150px);line-height:.8;letter-spacing:-.07em;margin:20px 0}.fc-404 p{color:var(--fc-muted);margin-bottom:30px}

/* FOOTER */
.fc-footer{border-top:1px solid var(--fc-line);background:#070a0e;padding:58px 0 28px}.fc-footer__top{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px;padding-bottom:46px}.fc-footer__logo{height:40px;width:auto}.fc-footer__top p{color:#6f7b87;font-size:12px;margin:12px 0 0}.fc-footer__top>strong{text-align:right;font-size:38px;line-height:.92;letter-spacing:-.05em}.fc-footer__top>strong span{color:var(--fc-accent)}.fc-footer__bottom{display:flex;justify-content:space-between;gap:30px;padding-top:22px;border-top:1px solid var(--fc-line)}.fc-footer__nav ul{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:0;padding:0}.fc-footer__nav a,.fc-footer__meta{color:#606c79;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.fc-footer__nav a:hover{color:#fff}.fc-footer__meta{display:flex;gap:18px}.fc-mobile-dock{display:none}

/* RESPONSIVE */
@media(max-width:1120px){.fc-hero__grid{grid-template-columns:1fr 430px;gap:38px}.fc-hero h1{font-size:78px}.fc-match-grid,.fc-club-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-club-rail{grid-template-columns:repeat(2,1fr)}.fc-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-content-grid{grid-template-columns:minmax(0,1fr) 330px;gap:36px}}
@media(max-width:980px){.fc-shell{width:min(calc(100% - 32px),var(--fc-shell))}.fc-header__inner{height:72px}.fc-nav{position:fixed;top:72px;left:16px;right:16px;display:none;padding:12px;border:1px solid var(--fc-line);border-radius:20px;background:rgba(9,13,18,.98);box-shadow:var(--fc-shadow)}.fc-nav.is-open{display:block}.fc-nav ul{display:block}.fc-nav a{padding:14px}.fc-header-match{display:none}.fc-menu-toggle{display:block}.fc-hero__grid{grid-template-columns:1fr;min-height:auto;padding:82px 0 70px}.fc-hero__copy{max-width:760px}.fc-spotlight-wrap{max-width:620px}.fc-commandbar__grid{grid-template-columns:repeat(2,1fr)}.fc-commandbar a:nth-child(2){border-right:1px solid var(--fc-line)}.fc-scoreboard{grid-template-columns:1fr minmax(170px,.55fr) 1fr;gap:18px}.fc-scoreboard__team .fc-team-logo{width:94px;height:94px}.fc-scoreboard__score strong{font-size:60px}.fc-content-grid{grid-template-columns:1fr}.fc-club-hero__grid{grid-template-columns:190px 1fr}.fc-club-hero__logo{width:190px;height:190px;border-radius:34px}.fc-footer{padding-bottom:90px}.fc-mobile-dock{position:fixed;z-index:90;left:14px;right:14px;bottom:12px;display:grid;grid-template-columns:repeat(4,1fr);padding:7px;border:1px solid #27313d;border-radius:19px;background:rgba(8,11,15,.92);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.45)}.fc-mobile-dock a{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 3px;border-radius:12px;color:#7e8995}.fc-mobile-dock a:active{background:#141b24;color:#fff}.fc-mobile-dock span{font-size:17px;line-height:1}.fc-mobile-dock b{font-size:8px;letter-spacing:.06em;text-transform:uppercase}html.fc-menu-open,html.fc-menu-open body{overflow:hidden}}
@media(max-width:720px){.fc-shell{width:min(calc(100% - 24px),var(--fc-shell))}.fc-brand img,.custom-logo{height:34px}.fc-mini-live{padding:0 11px}.fc-hero__grid{padding:62px 0 54px}.fc-hero h1{font-size:clamp(54px,17vw,76px);margin:21px 0 24px}.fc-hero__copy>p{font-size:16px}.fc-hero__actions{display:grid;grid-template-columns:1fr}.fc-btn{width:100%}.fc-hero__signal{gap:7px 14px}.fc-spotlight-label{margin-top:14px}.fc-spotlight{border-radius:22px;padding:18px}.fc-spotlight__teams{gap:10px;padding:26px 0 23px}.fc-team-logo--spotlight{width:70px;height:70px;border-radius:18px}.fc-spotlight__teams>div:not(.fc-spotlight__score) strong{font-size:11px}.fc-spotlight__score{min-width:96px}.fc-spotlight__score b{font-size:42px}.fc-spotlight__score>span{font-size:20px}.fc-commandbar a{padding:18px 14px}.fc-liveband,.fc-news-section,.fc-archive,.fc-club-showcase{padding:64px 0}.fc-section-head{display:block}.fc-section-head h2{font-size:40px}.fc-text-link{display:inline-block;margin-top:18px}.fc-match-grid,.fc-match-grid--archive,.fc-news-grid,.fc-club-grid,.fc-club-rail{grid-template-columns:1fr}.fc-match-card{min-height:210px}.fc-page-hero{padding:62px 0 42px}.fc-page-hero h1{font-size:52px}.fc-page-hero:after{font-size:110px;bottom:-38px}.fc-filterbar{width:100%;overflow:auto;flex-wrap:nowrap}.fc-filterbar a{white-space:nowrap}.fc-match-hero{padding:32px 0 52px}.fc-match-hero__bar{gap:10px}.fc-scoreboard{grid-template-columns:1fr auto 1fr;gap:7px}.fc-scoreboard__team .fc-team-logo{width:68px;height:68px;border-radius:16px}.fc-scoreboard__team h2{font-size:12px}.fc-scoreboard__score{min-width:112px}.fc-scoreboard__score strong{font-size:42px}.fc-scoreboard__score>div>span{font-size:22px}.fc-scoreboard__score em{font-size:7px}.fc-match-actions{display:grid}.fc-match-content{padding:54px 0 74px}.fc-club-hero{padding:36px 0 52px}.fc-club-hero__grid{grid-template-columns:1fr;text-align:center}.fc-club-hero__logo{width:150px;height:150px;border-radius:30px;margin-inline:auto}.fc-club-hero__copy .fc-kicker{justify-content:center}.fc-club-hero__copy h1{font-size:52px}.fc-club-hero__facts{justify-content:center}.fc-club-links{display:grid}.fc-footer__top{grid-template-columns:1fr}.fc-footer__top>strong{text-align:left;font-size:32px}.fc-footer__bottom{display:block}.fc-footer__nav{display:none}.fc-footer__meta{display:grid;gap:5px}.fc-article{padding:54px 0 90px}.fc-article header h1{font-size:46px}.fc-prose{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fc-live-dot{animation:none}.fc-match-card,.fc-btn,.fc-news-card,.fc-news-card__media img,.fc-header,.fc-club-chip,.fc-club-card{transition:none!important}}

/* =========================================================
   FUTSAL.CLICK V3 — BROADCAST / INTELLIGENCE LAYER
   ========================================================= */
:root{--fc-bg:#05070a;--fc-bg-elev:#080b10;--fc-panel:#0c1118;--fc-panel2:#101720;--fc-line:#1c2530;--fc-line-bright:#2b3745;--fc-text:#f7f9fb;--fc-muted:#8894a1;--fc-muted2:#596572;--fc-accent:#c7ff2f;--fc-cyan:#26d7f2;--fc-danger:#ff405f;--fc-shell:1360px;--fc-r:20px;--fc-shadow:0 30px 90px rgba(0,0,0,.38)}
body{background:#05070a}.fc-icon{width:18px;height:18px;display:inline-block;vertical-align:middle;flex:0 0 auto}.fc-shell{width:min(calc(100% - 56px),var(--fc-shell))}
.fc-header{height:76px;background:rgba(5,7,10,.84);border-color:rgba(255,255,255,.05)}.fc-header__inner{height:76px}.fc-brand img,.custom-logo{height:35px}.fc-search-trigger{height:38px;display:flex;align-items:center;gap:8px;padding:0 9px 0 12px;color:#8d99a6;background:transparent;border:1px solid var(--fc-line);border-radius:11px;font-size:9px;font-weight:900;letter-spacing:.09em}.fc-search-trigger .fc-icon{width:15px}.fc-search-trigger kbd{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid #2d3845;border-radius:6px;background:#0b1016;color:#687583;font:700 10px/1 system-ui}.fc-mini-live{height:38px;padding:0 12px;gap:6px}.fc-mini-live i{width:7px;height:7px;border-radius:50%;background:#4a5561}.fc-mini-live.has-live i{background:var(--fc-danger);box-shadow:0 0 0 5px rgba(255,64,95,.09)}.fc-mini-live>span{color:#fff}.fc-header-match{height:38px;gap:7px}.fc-header-match .fc-icon{width:14px}.fc-menu-toggle .fc-icon{width:21px;height:21px;color:#fff}

/* Command search */
.fc-search-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:100px 24px;opacity:0;visibility:hidden;transition:.2s}.fc-search-overlay.is-open{opacity:1;visibility:visible}.fc-search-backdrop{position:absolute;inset:0;border:0;background:rgba(2,4,6,.82);backdrop-filter:blur(16px)}.fc-search-panel{position:relative;width:min(760px,100%);padding:22px;border:1px solid #2a3542;border-radius:24px;background:linear-gradient(145deg,#111821,#080c11);box-shadow:0 50px 120px rgba(0,0,0,.65)}.fc-search-panel__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--fc-line);font-size:9px;font-weight:900;letter-spacing:.12em;color:#697583}.fc-search-panel__top button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--fc-line);border-radius:10px;background:#0a0f15;color:#fff}.fc-search-panel form{padding:26px 0 12px}.fc-search-panel label{display:block;margin-bottom:12px;color:#d8dee5;font-size:13px;font-weight:800}.fc-search-panel form>div{display:grid;grid-template-columns:48px 1fr 52px;align-items:center;border:1px solid #344252;border-radius:17px;background:#06090d;overflow:hidden}.fc-search-panel form>div>span{display:grid;place-items:center;color:#687583}.fc-search-panel input{height:64px;border:0;outline:0;background:transparent;color:#fff;font-size:20px}.fc-search-panel form button{height:46px;width:42px;border:0;border-radius:12px;background:var(--fc-accent);color:#061006}.fc-search-hints{display:flex;gap:20px;color:#505c68;font-size:8px;font-weight:900;letter-spacing:.1em}

/* V3 hero */
.fc-hero-v3{position:relative;min-height:710px;overflow:hidden;border-bottom:1px solid var(--fc-line);background:linear-gradient(180deg,#05070a,#070a0f)}.fc-hero-v3__gridlines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 72%,transparent)}.fc-hero-v3__orb{position:absolute;right:-180px;top:-260px;width:760px;height:760px;border:1px solid rgba(38,215,242,.08);border-radius:50%;box-shadow:inset 0 0 140px rgba(38,215,242,.04),0 0 180px rgba(38,215,242,.04)}.fc-hero-v3__orb:before,.fc-hero-v3__orb:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(199,255,47,.06)}.fc-hero-v3__orb:before{inset:90px}.fc-hero-v3__orb:after{inset:180px}.fc-hero-v3__layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(480px,.96fr);gap:72px;align-items:center;min-height:710px;padding:66px 0}.fc-system-tag{display:inline-flex;align-items:center;gap:9px;height:32px;padding:0 10px;border:1px solid #27313d;border-radius:9px;background:rgba(10,14,19,.72);color:#a8b2bd;font-size:8px;font-weight:900;letter-spacing:.14em}.fc-system-tag>span{width:6px;height:6px;border-radius:50%;background:var(--fc-accent);box-shadow:0 0 14px rgba(199,255,47,.55)}.fc-system-tag b{margin-left:6px;padding-left:10px;border-left:1px solid #28333f;color:var(--fc-accent)}.fc-hero-v3 h1{margin:28px 0 26px;font-size:clamp(74px,7.5vw,118px);font-weight:950;line-height:.79;letter-spacing:-.075em}.fc-hero-v3 h1 span,.fc-hero-v3 h1 em{display:block}.fc-hero-v3 h1 em{font-style:normal;color:var(--fc-accent)}.fc-hero-v3__copy>p{max-width:640px;margin:0;color:#919daa;font-size:18px;line-height:1.7}.fc-hero-v3__actions{display:flex;gap:10px;margin-top:34px}.fc-btn--glass{background:rgba(12,17,24,.72);color:#e8edf1;border-color:#27333f}.fc-btn .fc-icon{width:15px}.fc-trust-strip{display:flex;gap:24px;margin-top:28px;color:#596572;font-size:8px;font-weight:900;letter-spacing:.11em}.fc-trust-strip span{display:flex;align-items:center;gap:7px}.fc-trust-strip i{width:6px;height:6px;border-radius:50%;background:#48df8c}
.fc-broadcast-card-wrap{position:relative}.fc-broadcast-card__label{display:flex;align-items:center;justify-content:space-between;margin:0 8px 10px;color:#66727e;font-size:8px;font-weight:900;letter-spacing:.12em}.fc-broadcast-card__label span{color:#c9d0d7}.fc-broadcast-card{position:relative;display:block;padding:20px 22px;border:1px solid #2a3643;border-radius:26px;background:linear-gradient(145deg,rgba(17,24,33,.97),rgba(7,11,16,.98));box-shadow:0 38px 100px rgba(0,0,0,.42);overflow:hidden}.fc-broadcast-card:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 0 55%,rgba(255,255,255,.018) 55.2%,transparent 55.4%),radial-gradient(circle at 50% 0%,rgba(199,255,47,.08),transparent 42%);pointer-events:none}.fc-broadcast-card:after{content:"CLICK";position:absolute;right:-18px;bottom:-35px;font-size:118px;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.018)}.fc-broadcast-card__top,.fc-broadcast-card__foot{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:8px;font-weight:900;letter-spacing:.11em}.fc-broadcast-card__top{padding-bottom:17px;border-bottom:1px solid var(--fc-line);color:#697583}.fc-broadcast-card__top>span{display:flex;align-items:center;gap:8px;color:#cbd2d9}.fc-broadcast-card__top>span.is-live{color:#fff}.fc-broadcast-card__top i{width:7px;height:7px;border-radius:50%;background:var(--fc-danger);box-shadow:0 0 0 5px rgba(255,64,95,.08)}.fc-broadcast-card__fixture{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:34px 0 30px}.fc-broadcast-card__fixture>div:not(.fc-broadcast-card__score){text-align:center;min-width:0}.fc-broadcast-card__fixture strong{display:block;margin-top:12px;font-size:13px;line-height:1.15}.fc-broadcast-card__fixture small{display:block;margin-top:4px;color:#56626e;font-size:7px;font-weight:900;letter-spacing:.12em}.fc-team-logo--hero{width:92px;height:92px;border-radius:24px;padding:9px}.fc-broadcast-card__score{text-align:center;min-width:128px}.fc-broadcast-card__score>small{color:var(--fc-accent);font-size:9px;font-weight:900;letter-spacing:.12em}.fc-broadcast-card__score>span{display:flex;align-items:center;justify-content:center;gap:9px;margin:9px 0}.fc-broadcast-card__score b{font-size:54px;line-height:.9;letter-spacing:-.07em}.fc-broadcast-card__score em{font-style:normal;color:#45515d;font-size:28px}.fc-broadcast-card__score i{font-style:normal;color:#66727e;font-size:7px;font-weight:900;letter-spacing:.11em}.fc-broadcast-card__foot{padding-top:16px;border-top:1px solid var(--fc-line);color:#707c88}.fc-broadcast-card__foot span,.fc-broadcast-card__foot b{display:flex;align-items:center;gap:6px}.fc-broadcast-card__foot .fc-icon{width:13px}.fc-broadcast-card__foot b{color:var(--fc-accent)}.fc-broadcast-card--empty{text-align:center;min-height:390px}.fc-broadcast-card--empty .fc-empty-score{margin:70px 0 15px}.fc-broadcast-card--empty .fc-empty-score em{font-style:normal;color:#46515d;font-size:24px}.fc-broadcast-card--empty h3{margin:0;font-size:20px}.fc-broadcast-card--empty p{color:#75818d;font-size:12px}

/* Pulse bar */
.fc-pulsebar{border-bottom:1px solid var(--fc-line);background:#080b0f}.fc-pulsebar__grid{display:grid;grid-template-columns:repeat(4,1fr) .8fr}.fc-pulsebar__grid>div,.fc-pulsebar__grid>a{position:relative;padding:20px 22px;border-left:1px solid var(--fc-line)}.fc-pulsebar__grid>*:last-child{border-right:1px solid var(--fc-line)}.fc-pulsebar span{display:block;color:#697583;font-size:7px;font-weight:900;letter-spacing:.12em}.fc-pulsebar b{display:block;margin:3px 0 -1px;font-size:24px;line-height:1;letter-spacing:-.04em}.fc-pulsebar small{color:#4f5b67;font-size:8px}.fc-pulsebar a{background:linear-gradient(145deg,rgba(199,255,47,.08),transparent)}.fc-pulsebar a b{color:var(--fc-accent)}.fc-pulsebar a .fc-icon{width:22px}

.fc-liveband-v3,.fc-club-showcase-v3,.fc-news-section-v3{padding:92px 0}.fc-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.fc-section-title h2{margin:9px 0 0;font-size:clamp(40px,4.7vw,64px);line-height:.94;letter-spacing:-.06em}.fc-section-title p{margin:10px 0 0;color:#788591;font-size:12px}.fc-text-link{display:flex;align-items:center;gap:7px}.fc-text-link .fc-icon{width:14px;color:var(--fc-accent)}

/* Competition */
.fc-competition-strip{padding:28px 0 72px;border-bottom:1px solid var(--fc-line)}.fc-strip-head{display:flex;justify-content:space-between;margin-bottom:12px;color:#596572;font-size:8px;font-weight:900;letter-spacing:.12em}.fc-competition-rail{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--fc-line);border-radius:20px;overflow:hidden}.fc-competition-rail a{position:relative;min-height:120px;padding:20px;border-right:1px solid var(--fc-line);background:#0a0e13}.fc-competition-rail a:nth-child(4n){border-right:0}.fc-competition-rail a:nth-child(n+5){border-top:1px solid var(--fc-line)}.fc-competition-rail a:hover{background:#10161e}.fc-competition-rail small{display:block;color:#4e5965;font-size:8px;font-weight:900}.fc-competition-rail strong{display:block;margin-top:20px;font-size:14px}.fc-competition-rail span{display:block;margin-top:4px;color:#64717d;font-size:9px}.fc-competition-rail .fc-icon{position:absolute;right:18px;bottom:18px;width:14px;color:var(--fc-accent)}

/* Club rail + archive */
.fc-club-showcase-v3{border-bottom:1px solid var(--fc-line);background:#070a0e}.fc-club-rail-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.fc-club-rail-v3>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:74px;padding:12px;border:1px solid var(--fc-line);border-radius:17px;background:#0b1016;transition:.2s}.fc-club-rail-v3>a:hover{transform:translateY(-2px);border-color:#344250}.fc-club-rail-v3__logo{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--fc-line);border-radius:13px;background:#070b0f;color:var(--fc-accent);font-weight:950;overflow:hidden}.fc-club-rail-v3__logo img{width:100%;height:100%;object-fit:contain;padding:5px}.fc-club-rail-v3 strong{display:flex;align-items:center;gap:6px;font-size:11px}.fc-club-rail-v3 small{display:block;margin-top:3px;color:#687481;font-size:8px}.fc-club-rail-v3>a>.fc-icon{width:14px;color:#6b7783}.fc-verified{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--fc-cyan);color:#041015!important;font-size:9px!important;font-style:normal}.fc-club-grid-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fc-club-card-v3{border:1px solid var(--fc-line);border-radius:22px;background:#0a0f15;overflow:hidden;transition:.22s}.fc-club-card-v3:hover{transform:translateY(-4px);border-color:#354352}.fc-club-card-v3__visual{position:relative;display:grid;place-items:center;aspect-ratio:1.3/1;background:radial-gradient(circle at 50% 40%,rgba(199,255,47,.065),transparent 30%),#0d131a;border-bottom:1px solid var(--fc-line)}.fc-club-card-v3__visual img{width:116px;height:116px;object-fit:contain}.fc-club-card-v3__visual>div{position:absolute;left:15px;right:15px;top:14px;display:flex;justify-content:space-between}.fc-club-card-v3__visual small{font-size:8px;color:#5d6975;font-weight:900;letter-spacing:.1em}.fc-club-card-v3__body{padding:18px}.fc-club-card-v3__body>span{color:#65717d;font-size:8px;font-weight:900;letter-spacing:.1em}.fc-club-card-v3 h2{margin:8px 0 18px;font-size:20px;line-height:1.08}.fc-club-card-v3 em{display:flex;align-items:center;gap:6px;color:var(--fc-accent);font-style:normal;font-size:8px;font-weight:900;letter-spacing:.1em}.fc-club-card-v3 em .fc-icon{width:13px}

/* Match schedule archive */
.fc-page-hero__index{display:flex;align-items:center;gap:14px;color:#5e6a76;font-size:8px;font-weight:900;letter-spacing:.13em}.fc-page-hero__index b{color:var(--fc-accent)}.fc-page-hero h1 em{color:var(--fc-accent);font-style:normal}.fc-filterbar-v3{display:flex;align-items:center;gap:6px;margin-bottom:24px}.fc-filterbar-v3>a,.fc-filterbar-v3>button{height:40px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--fc-line);border-radius:11px;background:#090d12;color:#7a8793;font-size:8px;font-weight:900;letter-spacing:.1em}.fc-filterbar-v3>a.is-active{background:#151c25;border-color:#2a3642;color:#fff}.fc-filterbar-v3 a i{width:6px;height:6px;border-radius:50%;background:var(--fc-danger)}.fc-filterbar-v3>button{margin-left:auto;cursor:pointer}.fc-filterbar-v3 .fc-icon{width:13px}.fc-schedule{border:1px solid var(--fc-line);border-radius:22px;overflow:hidden;background:#080c11}.fc-schedule-day+.fc-schedule-day{border-top:1px solid var(--fc-line-bright)}.fc-schedule-day__head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#0d1218;border-bottom:1px solid var(--fc-line)}.fc-schedule-day__head>div{display:flex;align-items:baseline;gap:10px}.fc-schedule-day__head span{color:var(--fc-accent);font-size:9px;font-weight:900;letter-spacing:.1em}.fc-schedule-day__head b{font-size:12px}.fc-schedule-day__head small{color:#596572;font-size:7px;font-weight:900;letter-spacing:.12em}.fc-match-row{position:relative;display:grid;grid-template-columns:110px minmax(0,1fr) 230px 100px;align-items:center;min-height:80px;padding:0 16px;border-bottom:1px solid #18212b;transition:.18s}.fc-match-row:last-child{border-bottom:0}.fc-match-row:hover{background:#0c1219}.fc-match-row.is-live{background:linear-gradient(90deg,rgba(255,64,95,.04),transparent 35%)}.fc-match-row__link{position:absolute;inset:0;z-index:4}.fc-match-row__state{display:flex;flex-direction:column;gap:3px}.fc-match-row__state small{color:#56626e;font-size:8px}.fc-match-row__fixture{display:grid;grid-template-columns:minmax(120px,1fr) 30px 12px 30px minmax(120px,1fr);align-items:center;gap:8px}.fc-match-row__fixture>div{display:flex;align-items:center;gap:10px;min-width:0}.fc-match-row__fixture>div:last-child{flex-direction:row-reverse;text-align:right}.fc-match-row__fixture b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-match-row__fixture>span{font-size:19px;font-weight:950;text-align:center}.fc-match-row__fixture>em{font-size:13px;font-style:normal;color:#4d5965;text-align:center}.fc-team-logo--xs{width:34px;height:34px;border-radius:9px;padding:4px}.fc-match-row__meta{padding-left:20px;border-left:1px solid #1b2530}.fc-match-row__meta span{display:block;font-size:9px;font-weight:800}.fc-match-row__meta small{display:block;margin-top:3px;color:#5f6b77;font-size:8px}.fc-match-row__actions{position:relative;z-index:5;display:flex;justify-content:flex-end;gap:5px}.fc-match-row__actions>span{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--fc-line);border-radius:9px;color:#6e7a86}.fc-match-row__actions .fc-icon{width:13px}.fc-match-row__actions .is-stream{color:var(--fc-cyan)}.fc-match-row__actions .is-ticket{color:var(--fc-accent)}.fc-row-arrow{color:#fff!important}

/* Match detail v3 */
.fc-match-hero-v3{position:relative;overflow:hidden;padding:34px 0 62px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 50% -20%,rgba(38,215,242,.08),transparent 34%),#070a0e}.fc-match-hero-v3__noise{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(#000,transparent 90%)}.fc-match-hero-v3__top{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 0;border-block:1px solid var(--fc-line);color:#5d6975;font-size:8px;font-weight:900;letter-spacing:.12em}.fc-match-hero-v3__top b{color:#d6dde4;text-align:center}.fc-match-hero-v3__top span:last-child{text-align:right}.fc-match-state{position:relative;z-index:2;display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin:26px 0}.fc-match-state>span{height:28px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--fc-line);border-radius:999px;background:#0c1117;color:#7c8995;font-size:8px;font-weight:900;letter-spacing:.09em}.fc-scoreboard-v3{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(220px,.58fr) 1fr;align-items:center;max-width:1060px;margin:auto;gap:40px}.fc-scoreboard-v3__team{text-align:center}.fc-team-logo--scoreboard{width:128px;height:128px;border-radius:30px;padding:11px}.fc-scoreboard-v3__team small{display:block;margin-top:12px;color:#56616d;font-size:7px;font-weight:900;letter-spacing:.12em}.fc-scoreboard-v3__team h2{max-width:300px;margin:5px auto 0;font-size:23px;line-height:1.08}.fc-scoreboard-v3__score{text-align:center}.fc-scoreboard-v3__score>span{color:var(--fc-accent);font-size:8px;font-weight:900;letter-spacing:.12em}.fc-scoreboard-v3__score>div{display:flex;align-items:center;justify-content:center;gap:10px;margin:9px 0}.fc-scoreboard-v3__score strong{font-size:78px;line-height:.82;letter-spacing:-.08em}.fc-scoreboard-v3__score em{font-style:normal;color:#47535f;font-size:34px}.fc-scoreboard-v3__score small{color:#5e6a76;font-size:8px;font-weight:900;letter-spacing:.11em}.fc-match-actions-v3{position:relative;z-index:2;display:flex;justify-content:center;gap:8px;margin-top:36px}.fc-match-facts{border-bottom:1px solid var(--fc-line);background:#080c11}.fc-match-facts__grid{display:grid;grid-template-columns:repeat(5,1fr)}.fc-match-facts__grid>div{padding:18px 20px;border-left:1px solid var(--fc-line)}.fc-match-facts__grid>div:last-child{border-right:1px solid var(--fc-line)}.fc-match-facts span{display:block;color:#586470;font-size:7px;font-weight:900;letter-spacing:.12em}.fc-match-facts b{display:block;margin-top:4px;font-size:11px}.fc-match-facts small{display:block;margin-top:2px;color:#56616d;font-size:7px}.fc-info-card-v3{border:1px solid var(--fc-line);border-radius:20px;background:#0a0f15;overflow:hidden}.fc-info-card-v3__head{display:flex!important;justify-content:space-between;background:#101720}.fc-info-card-v3>div{padding:16px 18px;border-bottom:1px solid var(--fc-line)}.fc-info-card-v3>div:last-child{border-bottom:0}.fc-info-card-v3 span{display:block;color:#64717d;font-size:7px;font-weight:900;letter-spacing:.11em}.fc-info-card-v3 strong,.fc-info-card-v3 b{display:block;margin-top:4px;font-size:11px}

/* Club detail v3 */
.fc-club-hero-v3{position:relative;padding:42px 0 58px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 13% 24%,color-mix(in srgb,var(--club-accent) 10%,transparent),transparent 25%),#070a0e}.fc-club-hero-v3:after{content:"CLUB";position:absolute;right:0;bottom:-58px;font-size:180px;font-weight:950;letter-spacing:-.07em;color:rgba(255,255,255,.015)}.fc-club-hero-v3__grid{position:relative;z-index:2;display:grid;grid-template-columns:260px 1fr;gap:54px;align-items:center}.fc-club-hero-v3__logo{display:grid;place-items:center;width:260px;height:260px;border:1px solid #283441;border-radius:42px;background:linear-gradient(145deg,#121923,#080c11);box-shadow:var(--fc-shadow);font-size:90px;font-weight:950;color:var(--club-accent)}.fc-club-hero-v3__logo img{width:78%;height:78%;object-fit:contain}.fc-club-identity{display:flex;align-items:center;gap:10px;color:#66727e;font-size:8px;font-weight:900;letter-spacing:.12em}.fc-verified-badge{height:26px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;background:rgba(38,215,242,.1);border:1px solid rgba(38,215,242,.25);color:var(--fc-cyan)}.fc-club-hero-v3 h1{margin:14px 0 14px;font-size:clamp(58px,6vw,90px);line-height:.86;letter-spacing:-.065em}.fc-club-hero-v3__copy>p{max-width:720px;color:#8995a1}.fc-club-facts-v3{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-top:24px}.fc-club-facts-v3>div{padding:13px 14px;border:1px solid var(--fc-line);border-radius:14px;background:#0b1016}.fc-club-facts-v3 span{display:block;color:#5e6a76;font-size:7px;font-weight:900;letter-spacing:.11em}.fc-club-facts-v3 b{display:block;margin-top:4px;font-size:10px}.fc-club-stats{border-bottom:1px solid var(--fc-line);background:#080c11}.fc-club-stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}.fc-club-stats__grid>div{padding:19px 20px;border-left:1px solid var(--fc-line)}.fc-club-stats__grid>div:last-child{border-right:1px solid var(--fc-line)}.fc-club-stats span{display:block;color:#596572;font-size:7px;font-weight:900;letter-spacing:.11em}.fc-club-stats b{display:block;margin-top:3px;font-size:17px;letter-spacing:-.03em}

.fc-news-section-v3{padding-bottom:120px}.fc-news-card{border-radius:18px}.fc-news-card__body{padding:18px}.fc-news-card h3{font-size:19px}.fc-footer{padding:70px 0 30px;background:#05080b}.fc-footer__brand{display:grid;grid-template-columns:1fr auto;align-items:end;padding-bottom:48px}.fc-footer__brand p{margin:12px 0 0;color:#64717d;font-size:11px}.fc-footer__brand>strong{text-align:right;font-size:42px;line-height:.9;letter-spacing:-.055em}.fc-footer__brand>strong span{color:var(--fc-accent)}.fc-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--fc-line)}.fc-footer__grid>div{display:flex;flex-direction:column;gap:7px;padding:22px;border-left:1px solid var(--fc-line)}.fc-footer__grid>div:last-child{border-right:1px solid var(--fc-line)}.fc-footer__grid span{color:#56626e;font-size:7px;font-weight:900;letter-spacing:.11em}.fc-footer__grid a,.fc-footer__grid b{font-size:10px}.fc-footer__grid small{color:#53606c;font-size:8px}.fc-footer__grid b i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#42df8a;margin-right:6px}

@media(max-width:1180px){.fc-hero-v3__layout{grid-template-columns:1fr 450px;gap:42px}.fc-hero-v3 h1{font-size:80px}.fc-pulsebar__grid{grid-template-columns:repeat(4,1fr)}.fc-pulsebar__grid>a{display:none}.fc-club-rail-v3,.fc-club-grid-v3{grid-template-columns:repeat(2,1fr)}.fc-competition-rail{grid-template-columns:repeat(2,1fr)}.fc-competition-rail a:nth-child(2n){border-right:0}.fc-competition-rail a:nth-child(n+3){border-top:1px solid var(--fc-line)}.fc-match-row{grid-template-columns:95px minmax(0,1fr) 190px 90px}}
@media(max-width:980px){.fc-search-trigger span,.fc-search-trigger kbd{display:none}.fc-search-trigger{width:40px;padding:0;justify-content:center}.fc-hero-v3__layout{grid-template-columns:1fr;min-height:auto;padding:76px 0 64px}.fc-hero-v3__copy{max-width:820px}.fc-broadcast-card-wrap{max-width:620px}.fc-pulsebar__grid{grid-template-columns:repeat(2,1fr)}.fc-pulsebar__grid>div:nth-child(2){border-right:1px solid var(--fc-line)}.fc-pulsebar__grid>div:nth-child(n+3){border-top:1px solid var(--fc-line)}.fc-match-row{grid-template-columns:90px minmax(0,1fr) 72px}.fc-match-row__meta{display:none}.fc-scoreboard-v3{grid-template-columns:1fr 190px 1fr;gap:18px}.fc-club-hero-v3__grid{grid-template-columns:200px 1fr}.fc-club-hero-v3__logo{width:200px;height:200px}.fc-club-facts-v3{grid-template-columns:repeat(2,1fr)}.fc-match-facts__grid{grid-template-columns:repeat(3,1fr)}.fc-match-facts__grid>div:nth-child(n+4){border-top:1px solid var(--fc-line)}.fc-match-facts__grid>div:nth-child(3){border-right:1px solid var(--fc-line)}}
@media(max-width:720px){.fc-shell{width:min(calc(100% - 24px),var(--fc-shell))}.fc-header{height:68px}.fc-header__inner{height:68px}.fc-search-trigger{display:none}.fc-hero-v3{min-height:0}.fc-hero-v3__layout{padding:54px 0 48px}.fc-system-tag{font-size:7px}.fc-hero-v3 h1{font-size:clamp(58px,18vw,78px);margin:22px 0}.fc-hero-v3__copy>p{font-size:15px}.fc-hero-v3__actions{display:grid;grid-template-columns:1fr}.fc-trust-strip{gap:12px;flex-wrap:wrap}.fc-broadcast-card{padding:17px;border-radius:20px}.fc-broadcast-card__fixture{gap:6px;padding:26px 0 22px}.fc-team-logo--hero{width:68px;height:68px;border-radius:17px}.fc-broadcast-card__fixture strong{font-size:10px}.fc-broadcast-card__score{min-width:94px}.fc-broadcast-card__score b{font-size:41px}.fc-pulsebar__grid{grid-template-columns:repeat(2,1fr)}.fc-pulsebar__grid>div{padding:16px 14px}.fc-liveband-v3,.fc-club-showcase-v3,.fc-news-section-v3{padding:64px 0}.fc-section-title{display:block}.fc-section-title h2{font-size:40px}.fc-section-title .fc-text-link{margin-top:16px}.fc-competition-rail,.fc-club-rail-v3,.fc-club-grid-v3{grid-template-columns:1fr}.fc-competition-rail a{border-right:0!important;border-top:1px solid var(--fc-line)!important}.fc-competition-rail a:first-child{border-top:0!important}.fc-filterbar-v3{overflow:auto}.fc-filterbar-v3>a{white-space:nowrap}.fc-filterbar-v3>button{display:none}.fc-schedule{border-radius:17px}.fc-schedule-day__head{height:52px}.fc-match-row{grid-template-columns:68px minmax(0,1fr) 38px;min-height:88px;padding:0 10px}.fc-match-row__state .fc-status{font-size:7px}.fc-match-row__fixture{grid-template-columns:minmax(70px,1fr) 22px 8px 22px minmax(70px,1fr);gap:3px}.fc-match-row__fixture>div{display:block;text-align:left}.fc-match-row__fixture>div:last-child{display:block;text-align:right}.fc-match-row__fixture b{display:block;font-size:9px}.fc-team-logo--xs{width:28px;height:28px;margin-bottom:4px}.fc-match-row__fixture>div:last-child .fc-team-logo--xs{margin-left:auto}.fc-match-row__fixture>span{font-size:16px}.fc-match-row__actions>span:not(.fc-row-arrow){display:none}.fc-match-row__actions>span{width:30px;height:30px}.fc-page-hero h1{font-size:50px}.fc-match-hero-v3{padding:24px 0 46px}.fc-match-hero-v3__top{grid-template-columns:1fr auto}.fc-match-hero-v3__top span:last-child{display:none}.fc-scoreboard-v3{grid-template-columns:1fr 104px 1fr;gap:5px}.fc-team-logo--scoreboard{width:68px;height:68px;border-radius:17px}.fc-scoreboard-v3__team h2{font-size:11px}.fc-scoreboard-v3__score strong{font-size:42px}.fc-scoreboard-v3__score em{font-size:20px}.fc-match-actions-v3{display:grid}.fc-match-facts__grid{grid-template-columns:repeat(2,1fr)}.fc-match-facts__grid>div{border-top:1px solid var(--fc-line)}.fc-match-facts__grid>div:nth-child(-n+2){border-top:0}.fc-club-hero-v3{padding:32px 0 48px}.fc-club-hero-v3__grid{grid-template-columns:1fr;text-align:center;gap:28px}.fc-club-hero-v3__logo{width:154px;height:154px;margin:auto;border-radius:29px}.fc-club-identity{justify-content:center;flex-wrap:wrap}.fc-club-hero-v3 h1{font-size:52px}.fc-club-facts-v3{grid-template-columns:repeat(2,1fr);text-align:left}.fc-club-links{display:grid}.fc-club-stats__grid{grid-template-columns:repeat(2,1fr)}.fc-club-stats__grid>div:nth-child(n+3){border-top:1px solid var(--fc-line)}.fc-footer__brand{grid-template-columns:1fr}.fc-footer__brand>strong{margin-top:34px;text-align:left;font-size:34px}.fc-footer__grid{grid-template-columns:1fr}.fc-footer__grid>div{border-right:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line)}.fc-search-overlay{padding:76px 12px}.fc-search-panel{padding:16px;border-radius:18px}.fc-search-panel input{font-size:15px}}

.fc-footer__credit{display:block;margin-top:5px!important;color:#677480!important;font-size:8px!important;line-height:1.45}.fc-footer__credit a{color:#aeb8c2!important;text-decoration:none;font-weight:800}.fc-footer__credit a:hover{color:var(--fc-accent)!important}

/* =========================================================
   FUTSAL.CLICK V4 / PLATFORM EDITION
   Player database, roster system, match timeline, data panels
   ========================================================= */
.fc-page-hero--players{background:radial-gradient(circle at 86% 22%,rgba(199,255,47,.08),transparent 26%),linear-gradient(180deg,#070a0e,#06080b)}
.fc-page-hero--players:after{content:"PLAYERS";position:absolute;right:-20px;bottom:-62px;font-size:170px;font-weight:950;letter-spacing:-.075em;color:rgba(255,255,255,.014);pointer-events:none}

.fc-player-showcase{padding:88px 0;border-bottom:1px solid var(--fc-line);background:linear-gradient(180deg,#070a0e,#080b10)}
.fc-player-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.fc-player-rail>a{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:106px;padding:10px 15px 10px 10px;border:1px solid var(--fc-line);border-radius:19px;background:linear-gradient(145deg,#0e141c,#090d12);overflow:hidden;transition:transform .22s var(--fc-ease),border-color .22s,background .22s}
.fc-player-rail>a:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--fc-accent),transparent);opacity:0;transition:.22s}
.fc-player-rail>a:hover{transform:translateY(-3px);border-color:#334150;background:#101720}
.fc-player-rail>a:hover:before{opacity:.7}
.fc-player-rail__visual{position:relative;display:grid;place-items:center;width:88px;height:86px;border-radius:15px;background:#121923;overflow:hidden;color:var(--fc-accent);font-size:30px;font-weight:950}
.fc-player-rail__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.86)}
.fc-player-rail__visual i{position:absolute;right:5px;bottom:5px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--fc-cyan);color:#041015;font-style:normal;font-size:10px;font-weight:950;box-shadow:0 3px 14px rgba(39,211,241,.28)}
.fc-player-rail__copy{min-width:0}.fc-player-rail__copy small{display:block;color:var(--fc-accent);font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.fc-player-rail__copy strong{display:block;margin-top:5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-player-rail__copy span{display:block;margin-top:2px;color:#697582;font-size:9px}.fc-player-rail>a>b{color:#66727e;font-size:15px}

.fc-player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fc-player-card{min-width:0}.fc-player-card>a{display:block;height:100%;border:1px solid var(--fc-line);border-radius:22px;background:#0a0f15;overflow:hidden;transition:.24s var(--fc-ease)}.fc-player-card>a:hover{transform:translateY(-4px);border-color:#354352;box-shadow:0 22px 50px rgba(0,0,0,.26)}
.fc-player-card__visual{position:relative;aspect-ratio:1/1.02;background:linear-gradient(145deg,#121923,#080c11);overflow:hidden}.fc-player-card__visual:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(5,8,11,.88))}.fc-player-card__visual img{width:100%;height:100%;object-fit:cover}.fc-player-card__fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:94px;font-weight:950;color:var(--fc-accent)}
.fc-player-card__number{position:absolute;z-index:2;left:14px;bottom:12px;font-size:28px;font-weight:950;letter-spacing:-.05em}.fc-player-card__verified{position:absolute;z-index:2;right:12px;top:12px;padding:6px 8px;border-radius:999px;background:rgba(39,211,241,.12);border:1px solid rgba(39,211,241,.28);color:var(--fc-cyan);font-size:7px;font-weight:950;letter-spacing:.08em}
.fc-player-card__body{padding:17px 18px 18px}.fc-player-card__body>span{color:var(--fc-accent);font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.fc-player-card__body h2{margin:6px 0 3px;font-size:20px;line-height:1.05;letter-spacing:-.035em}.fc-player-card__body p{margin:0;color:#697582;font-size:9px}.fc-player-card__body em{display:flex;align-items:center;gap:7px;margin-top:16px;color:#9ba6b1;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.1em}.fc-player-card__body em .fc-icon{width:14px}

.fc-player-hero{position:relative;padding:42px 0 66px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 17% 28%,rgba(199,255,47,.07),transparent 26%),radial-gradient(circle at 85% 10%,rgba(39,211,241,.05),transparent 25%),#070a0e;overflow:hidden}.fc-player-hero:after{content:"PROFILE";position:absolute;right:-20px;bottom:-55px;color:rgba(255,255,255,.014);font-size:176px;font-weight:950;letter-spacing:-.075em}
.fc-player-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:330px minmax(0,1fr);gap:58px;align-items:center}.fc-player-hero__portrait{position:relative;display:grid;place-items:center;width:330px;aspect-ratio:1/1.08;border:1px solid #283441;border-radius:38px;background:linear-gradient(145deg,#131b24,#080c11);overflow:hidden;color:var(--fc-accent);font-size:110px;font-weight:950;box-shadow:var(--fc-shadow)}.fc-player-hero__portrait img{width:100%;height:100%;object-fit:cover}.fc-player-hero__portrait:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(5,8,11,.8))}.fc-player-hero__portrait>b{position:absolute;z-index:2;left:20px;bottom:12px;color:#fff;font-size:42px;letter-spacing:-.06em}
.fc-player-identity{display:flex;align-items:center;gap:10px;color:#697582;font-size:8px;font-weight:950;letter-spacing:.12em}.fc-player-hero__copy h1{margin:13px 0 14px;font-size:clamp(58px,6.4vw,94px);line-height:.88;letter-spacing:-.065em}.fc-player-hero__copy>p{max-width:700px;color:#8995a1;font-size:15px}.fc-player-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:25px}.fc-player-facts>div{padding:14px 15px;border:1px solid var(--fc-line);border-radius:14px;background:#0b1016}.fc-player-facts span{display:block;color:#5e6a76;font-size:7px;font-weight:950;letter-spacing:.11em}.fc-player-facts b{display:block;margin-top:4px;font-size:11px}.fc-player-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}

.fc-roster-section{padding:84px 0 100px;border-top:1px solid var(--fc-line);background:#070a0e}.fc-roster-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.fc-roster-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:13px;align-items:center;padding:9px 13px 9px 9px;border:1px solid var(--fc-line);border-radius:16px;background:#0b1016;transition:.2s}.fc-roster-card:hover{border-color:#344250;background:#0f151d}.fc-roster-card__photo{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#151d26;overflow:hidden;color:var(--fc-accent);font-weight:950}.fc-roster-card__photo img{width:100%;height:100%;object-fit:cover}.fc-roster-card div{min-width:0}.fc-roster-card small{display:block;color:var(--fc-accent);font-size:7px;font-weight:950;letter-spacing:.1em}.fc-roster-card strong{display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.fc-roster-card em{display:block;color:#66727e;font-style:normal;font-size:8px}.fc-roster-card>b{color:#7e8994;font-size:14px}

.fc-match-hub{padding:86px 0;border-bottom:1px solid var(--fc-line);background:linear-gradient(180deg,#080c11,#06090d)}.fc-match-hub__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:14px}.fc-timeline-panel,.fc-lineups-panel{border:1px solid var(--fc-line);border-radius:22px;background:#0a0f15;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.16)}
.fc-data-panel__head{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--fc-line);background:#0d131b}.fc-data-panel__head span{display:flex;align-items:center;gap:8px;color:#aeb8c2;font-size:8px;font-weight:950;letter-spacing:.1em}.fc-data-panel__head .fc-icon{width:15px;color:var(--fc-accent)}.fc-data-panel__head b{color:#5e6b77;font-size:7px;letter-spacing:.1em}
.fc-timeline{position:relative;padding:16px 18px 22px}.fc-timeline:before{content:"";position:absolute;left:78px;top:22px;bottom:22px;width:1px;background:#26313c}.fc-timeline__event{position:relative;display:grid;grid-template-columns:42px 20px minmax(0,1fr) 52px;gap:8px;align-items:center;min-height:58px}.fc-timeline__minute{color:#cdd4da;font-size:13px;font-weight:950;text-align:right}.fc-timeline__event>i{position:relative;z-index:2;display:block;width:9px;height:9px;margin:auto;border:2px solid #0a0f15;border-radius:50%;background:#687481;box-shadow:0 0 0 1px #313d49}.fc-timeline__event.type-goal>i,.fc-timeline__event.type-penalty>i,.fc-timeline__event.type-own_goal>i{background:var(--fc-accent);box-shadow:0 0 0 1px rgba(199,255,47,.45),0 0 18px rgba(199,255,47,.16)}.fc-timeline__event.type-yellow>i,.fc-timeline__event.type-second_yellow>i{border-radius:2px;background:#ffd642}.fc-timeline__event.type-red>i{border-radius:2px;background:var(--fc-danger)}
.fc-timeline__event div small{display:block;color:#64717d;font-size:7px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.fc-timeline__event div a,.fc-timeline__event div strong{display:block;margin-top:1px;font-size:11px;font-weight:850}.fc-timeline__event div a:hover{color:var(--fc-accent)}.fc-timeline__event div p{margin:2px 0 0;color:#697582;font-size:8px}.fc-timeline__event>b{justify-self:end;color:#596571;font-size:7px;letter-spacing:.08em}.fc-timeline__event.is-away div{text-align:left}.fc-data-empty{padding:28px;color:#66727e;font-size:11px}
.fc-lineups{display:grid;grid-template-columns:1fr 1fr}.fc-lineups>div{padding:15px}.fc-lineups>div+div{border-left:1px solid var(--fc-line)}.fc-lineups h3{margin:0 0 10px;color:#8f9aa5;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.fc-lineups>div>p{color:#66727e;font-size:9px}.fc-lineup-player{display:grid;grid-template-columns:39px minmax(0,1fr) auto;gap:9px;align-items:center;padding:7px 4px;border-bottom:1px solid rgba(38,48,59,.72)}.fc-lineup-player:last-child{border-bottom:0}.fc-lineup-player>span{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#141b24;overflow:hidden;color:var(--fc-accent);font-size:12px;font-weight:950}.fc-lineup-player>span img{width:100%;height:100%;object-fit:cover}.fc-lineup-player div{min-width:0}.fc-lineup-player strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-lineup-player small{display:block;color:#5f6b77;font-size:7px}.fc-lineup-player>b{color:#7f8a95;font-size:9px}.fc-lineup-player:hover strong{color:var(--fc-accent)}

@media(max-width:1100px){.fc-player-grid{grid-template-columns:repeat(3,1fr)}.fc-player-rail{grid-template-columns:repeat(2,1fr)}.fc-roster-grid{grid-template-columns:repeat(2,1fr)}.fc-player-hero__grid{grid-template-columns:270px 1fr}.fc-player-hero__portrait{width:270px}.fc-match-hub__grid{grid-template-columns:1fr}}
@media(max-width:780px){.fc-player-showcase,.fc-roster-section,.fc-match-hub{padding:64px 0}.fc-player-grid{grid-template-columns:repeat(2,1fr)}.fc-player-rail{grid-template-columns:1fr}.fc-roster-grid{grid-template-columns:1fr}.fc-player-hero{padding:30px 0 52px}.fc-player-hero__grid{grid-template-columns:1fr;gap:28px;text-align:center}.fc-player-hero__portrait{width:190px;margin:auto;border-radius:28px}.fc-player-identity{justify-content:center;flex-wrap:wrap}.fc-player-hero__copy h1{font-size:54px}.fc-player-hero__copy>p{margin-inline:auto}.fc-player-facts{grid-template-columns:repeat(2,1fr);text-align:left}.fc-player-actions{justify-content:center}.fc-match-hub__grid{grid-template-columns:1fr}.fc-lineups{grid-template-columns:1fr}.fc-lineups>div+div{border-left:0;border-top:1px solid var(--fc-line)}.fc-timeline{padding-inline:10px}.fc-timeline:before{left:61px}.fc-timeline__event{grid-template-columns:32px 20px minmax(0,1fr) 40px}.fc-timeline__minute{font-size:11px}}
@media(max-width:520px){.fc-player-grid{grid-template-columns:1fr}.fc-player-card__visual{aspect-ratio:1.18/1}.fc-player-facts{grid-template-columns:1fr 1fr}.fc-player-rail>a{grid-template-columns:70px minmax(0,1fr) auto;min-height:88px}.fc-player-rail__visual{width:70px;height:68px}.fc-player-hero__copy h1{font-size:46px}.fc-player-card__body h2{font-size:18px}.fc-timeline__event>b{display:none}.fc-timeline__event{grid-template-columns:32px 20px minmax(0,1fr)}}

/* ==========================================================
   V4.1 · COMPETITION ENGINE
   ========================================================== */
.fc-page-hero--competitions{background:radial-gradient(circle at 78% 22%,rgba(199,255,47,.08),transparent 28%),radial-gradient(circle at 12% 68%,rgba(39,211,241,.055),transparent 24%),#070a0e}
.fc-competition-directory{padding:86px 0 110px;background:#070a0e;border-bottom:1px solid var(--fc-line)}
.fc-competition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.fc-competition-card{--competition-accent:var(--fc-accent);position:relative;display:flex;min-height:318px;flex-direction:column;justify-content:space-between;padding:22px;border:1px solid var(--fc-line);border-radius:24px;background:linear-gradient(145deg,#0e141c,#090d12);overflow:hidden;transition:transform .24s var(--fc-ease),border-color .24s,box-shadow .24s}
.fc-competition-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,color-mix(in srgb,var(--competition-accent) 13%,transparent),transparent 36%);pointer-events:none}
.fc-competition-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--competition-accent);opacity:.75}
.fc-competition-card:hover{transform:translateY(-4px);border-color:#34414f;box-shadow:0 25px 65px rgba(0,0,0,.25)}
.fc-competition-card__top,.fc-competition-card>div,.fc-competition-card__foot{position:relative;z-index:2}.fc-competition-card__top{display:flex;justify-content:space-between;align-items:flex-start}.fc-competition-card__top>span{display:grid;place-items:center;width:66px;height:66px;padding:9px;border:1px solid var(--fc-line);border-radius:18px;background:#080c11;color:var(--competition-accent);font-weight:950}.fc-competition-card__top img{width:100%;height:100%;object-fit:contain}.fc-competition-card__top i{font-style:normal;color:#596673;font-size:7px;font-weight:950;letter-spacing:.1em}.fc-competition-card small{display:block;color:var(--competition-accent);font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.fc-competition-card h3{margin:7px 0 9px;font-size:27px;line-height:1;letter-spacing:-.045em}.fc-competition-card p{margin:0;color:#72808d;font-size:10px;line-height:1.65}.fc-competition-card__foot{display:flex;align-items:center;gap:14px;padding-top:17px;border-top:1px solid var(--fc-line);color:#64717e;font-size:7px;font-weight:900;letter-spacing:.08em}.fc-competition-card__foot b{margin-left:auto;color:var(--competition-accent)}
.fc-comp-hero{--competition-accent:var(--fc-accent);position:relative;padding:40px 0 64px;border-bottom:1px solid var(--fc-line);background:radial-gradient(circle at 16% 30%,color-mix(in srgb,var(--competition-accent) 9%,transparent),transparent 25%),radial-gradient(circle at 88% 5%,rgba(39,211,241,.05),transparent 25%),#070a0e;overflow:hidden}.fc-comp-hero:after{content:"COMPETITION";position:absolute;right:-35px;bottom:-64px;color:rgba(255,255,255,.014);font-size:150px;font-weight:950;letter-spacing:-.07em}.fc-comp-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:220px minmax(0,1fr);gap:48px;align-items:center}.fc-comp-hero__logo{display:grid;place-items:center;width:220px;height:220px;padding:28px;border:1px solid #2b3743;border-radius:42px;background:linear-gradient(145deg,#121922,#080c11);box-shadow:var(--fc-shadow)}.fc-comp-hero__logo img{width:100%;height:100%;object-fit:contain}.fc-comp-hero__logo span{color:var(--competition-accent);font-size:70px;font-weight:950;letter-spacing:-.07em}.fc-comp-hero__copy h1{margin:12px 0 14px;font-size:clamp(54px,6vw,88px);line-height:.9;letter-spacing:-.06em}.fc-comp-hero__copy>p{max-width:760px;margin:0;color:#8794a0;font-size:14px}.fc-comp-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:24px 0 18px}.fc-comp-facts>div{padding:13px 14px;border:1px solid var(--fc-line);border-radius:14px;background:rgba(10,15,21,.78)}.fc-comp-facts span{display:block;color:#5e6a76;font-size:7px;font-weight:950;letter-spacing:.1em}.fc-comp-facts b{display:block;margin-top:4px;font-size:10px}
.fc-seasonbar{position:sticky;top:82px;z-index:35;border-bottom:1px solid var(--fc-line);background:rgba(7,10,14,.92);backdrop-filter:blur(18px)}.fc-seasonbar .fc-shell{display:flex;align-items:center;gap:18px;min-height:58px}.fc-seasonbar>.fc-shell>span{color:#586572;font-size:7px;font-weight:950;letter-spacing:.12em}.fc-seasonbar .fc-shell>div{display:flex;gap:7px;overflow:auto;padding:8px 0}.fc-seasonbar a{display:flex;align-items:center;gap:7px;white-space:nowrap;padding:9px 12px;border:1px solid var(--fc-line);border-radius:999px;color:#84909c;font-size:8px;font-weight:900}.fc-seasonbar a:hover,.fc-seasonbar a.is-active{border-color:var(--competition-accent);background:color-mix(in srgb,var(--competition-accent) 9%,#0a0e13);color:#fff}.fc-seasonbar a i{font-style:normal;color:var(--competition-accent);font-size:6px}
.fc-competition-dashboard{padding:84px 0 92px;background:#06090d;border-bottom:1px solid var(--fc-line)}.fc-table-wrap{overflow:auto;border:1px solid var(--fc-line);border-radius:22px;background:#090e14;box-shadow:0 20px 60px rgba(0,0,0,.16)}.fc-league-table{width:100%;min-width:900px;border-collapse:collapse}.fc-league-table th{height:45px;padding:0 11px;border-bottom:1px solid var(--fc-line);background:#0d131b;color:#5d6975;font-size:7px;font-weight:950;letter-spacing:.1em;text-align:center}.fc-league-table th:nth-child(2){text-align:left}.fc-league-table td{height:64px;padding:0 11px;border-bottom:1px solid rgba(31,41,51,.85);color:#9aa5af;font-size:10px;text-align:center;font-variant-numeric:tabular-nums}.fc-league-table tbody tr:last-child td{border-bottom:0}.fc-league-table tbody tr:hover{background:#0d131a}.fc-league-table td:first-child b{display:grid;place-items:center;width:26px;height:26px;margin:auto;border-radius:8px;background:#121923;color:#dbe1e6}.fc-league-table td:nth-child(2){min-width:230px;text-align:left}.fc-league-table td:nth-child(2) a{display:flex;align-items:center;gap:11px}.fc-league-table td:nth-child(2) span{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--fc-line);border-radius:11px;background:#0a0e13;color:var(--fc-accent);font-weight:950;overflow:hidden}.fc-league-table td:nth-child(2) img{width:100%;height:100%;padding:3px;object-fit:contain}.fc-league-table td:nth-child(2) strong{color:#eef2f5;font-size:11px}.fc-league-table td:last-child strong{color:#fff;font-size:17px}.fc-form{display:flex;align-items:center;justify-content:center;gap:3px}.fc-form i{display:grid;place-items:center;width:20px;height:20px;border-radius:6px;font-style:normal;font-size:7px;font-weight:950}.fc-form i.is-w{background:rgba(66,223,138,.12);color:#42df8a}.fc-form i.is-d{background:rgba(255,214,66,.11);color:#ffd642}.fc-form i.is-l{background:rgba(255,63,95,.11);color:var(--fc-danger)}
.fc-stat-leaders{padding:84px 0 100px;border-bottom:1px solid var(--fc-line);background:#080c11}.fc-leader-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fc-leader-row{display:grid;grid-template-columns:33px 52px minmax(0,1fr) auto 22px;gap:11px;align-items:center;min-height:72px;padding:9px 13px;border:1px solid var(--fc-line);border-radius:16px;background:#0b1016;transition:.2s}.fc-leader-row:hover{border-color:#354250;background:#0f151d}.fc-leader-row>b{color:#54616d;font-size:9px}.fc-leader-row>span{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;background:#151d26;color:var(--fc-accent);font-weight:950;overflow:hidden}.fc-leader-row>span img{width:100%;height:100%;object-fit:cover}.fc-leader-row>div{min-width:0}.fc-leader-row strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-leader-row small{display:block;color:#606c78;font-size:7px}.fc-leader-row dl{display:flex;gap:13px;margin:0}.fc-leader-row dl>div{text-align:center}.fc-leader-row dt{color:#56626e;font-size:6px;font-weight:950}.fc-leader-row dd{margin:1px 0 0;color:#e9edf0;font-size:11px;font-weight:900}.fc-leader-row>.fc-icon{width:14px;color:var(--fc-accent)}
.fc-match-filter-form{display:flex;align-items:end;gap:8px;margin:0 0 18px;padding:12px;border:1px solid var(--fc-line);border-radius:16px;background:#090e14}.fc-match-filter-form label{min-width:190px}.fc-match-filter-form label span{display:block;margin:0 0 5px;color:#5d6975;font-size:6px;font-weight:950;letter-spacing:.1em}.fc-match-filter-form select{width:100%;height:38px;padding:0 34px 0 11px;border:1px solid #26313c;border-radius:10px;background:#0e141b;color:#dce2e7;font-size:9px}.fc-match-filter-form button,.fc-match-filter-form>a{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;border:1px solid var(--fc-line);border-radius:10px;background:#111821;color:#e5eaee;font-size:7px;font-weight:950;letter-spacing:.08em;cursor:pointer}.fc-match-filter-form button{border-color:var(--fc-accent);background:var(--fc-accent);color:#071007}.fc-match-filter-form .fc-icon{width:13px}
.fc-player-performance,.fc-club-record{border-bottom:1px solid var(--fc-line);background:#080c11}.fc-player-performance__grid{display:grid;grid-template-columns:repeat(5,1fr)}.fc-player-performance__grid>div,.fc-club-record__grid>div{padding:22px;border-left:1px solid var(--fc-line)}.fc-player-performance__grid>div:last-child,.fc-club-record__grid>div:last-child{border-right:1px solid var(--fc-line)}.fc-player-performance span,.fc-club-record span{display:block;color:#596572;font-size:7px;font-weight:950;letter-spacing:.1em}.fc-player-performance b,.fc-club-record b{display:block;margin-top:4px;font-size:26px;letter-spacing:-.04em}.fc-player-performance small{display:block;margin-top:2px;color:#56626e;font-size:7px}.fc-club-record__grid{display:grid;grid-template-columns:repeat(6,1fr) minmax(180px,1.4fr)}.fc-club-record__form .fc-form{justify-content:flex-start;margin-top:8px}
.fc-timeline__event div p a{display:inline;color:#aeb8c1;font-size:inherit}.fc-timeline__event div p a:hover{color:var(--fc-accent)}
.fc-strip-head a{color:#7c8995;font-size:8px;font-weight:900;letter-spacing:.1em}.fc-strip-head a:hover{color:var(--fc-accent)}

@media(max-width:1100px){.fc-competition-grid{grid-template-columns:repeat(2,1fr)}.fc-leader-grid{grid-template-columns:1fr}.fc-comp-hero__grid{grid-template-columns:180px 1fr}.fc-comp-hero__logo{width:180px;height:180px;border-radius:34px}.fc-comp-facts{grid-template-columns:repeat(2,1fr)}.fc-club-record__grid{grid-template-columns:repeat(4,1fr)}.fc-club-record__form{grid-column:span 2}}
@media(max-width:980px){.fc-mobile-dock{grid-template-columns:repeat(5,1fr)}.fc-seasonbar{top:72px}.fc-player-performance__grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:720px){.fc-competition-directory,.fc-competition-dashboard,.fc-stat-leaders{padding:62px 0 72px}.fc-competition-grid{grid-template-columns:1fr}.fc-competition-card{min-height:286px}.fc-comp-hero{padding:30px 0 48px}.fc-comp-hero__grid{grid-template-columns:1fr;text-align:center;gap:24px}.fc-comp-hero__logo{width:138px;height:138px;margin:auto;padding:20px;border-radius:27px}.fc-comp-hero__copy h1{font-size:48px}.fc-comp-hero__copy>p{margin-inline:auto}.fc-comp-facts{text-align:left}.fc-seasonbar{top:68px}.fc-seasonbar .fc-shell{display:block;padding-top:8px}.fc-seasonbar>.fc-shell>span{display:block}.fc-seasonbar .fc-shell>div{padding-top:5px}.fc-leader-row{grid-template-columns:28px 46px minmax(0,1fr) 18px}.fc-leader-row>span{width:46px;height:46px}.fc-leader-row dl{grid-column:3/5;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding-top:6px;border-top:1px solid var(--fc-line)}.fc-match-filter-form{display:grid;grid-template-columns:1fr 1fr}.fc-match-filter-form label{min-width:0}.fc-match-filter-form button,.fc-match-filter-form>a{width:100%}.fc-player-performance__grid{grid-template-columns:repeat(5,minmax(88px,1fr));overflow:auto}.fc-player-performance__grid>div{min-width:88px;padding:17px 14px}.fc-club-record__grid{grid-template-columns:repeat(3,1fr)}.fc-club-record__form{grid-column:1/-1}.fc-league-table{min-width:820px}}
@media(max-width:480px){.fc-comp-facts{grid-template-columns:1fr 1fr}.fc-match-filter-form{grid-template-columns:1fr}.fc-club-record__grid{grid-template-columns:repeat(2,1fr)}.fc-club-record__form{grid-column:1/-1}.fc-mobile-dock a b{font-size:7px}}
