.teamPage{width:min(100%,1320px);margin:0 auto;padding:clamp(2rem,5vw,4rem) var(--page-gutter,clamp(1rem,5vw,6rem)) clamp(3rem,7vw,6rem);color:var(--text,#e2e8f8)}.teamPage__hero{max-width:900px;padding-bottom:1.5rem}.teamPage__breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem;color:rgba(240,244,255,.43);font-size:.875rem;font-weight:620}.teamPage__breadcrumb a{color:#93c5fd;text-decoration:underline;text-underline-offset:.16em}.teamPage__title{max-width:18ch;color:#dbe8ff;text-align:left;text-wrap:balance}.teamPage__hero>p{max-width:680px;margin:.85rem 0 0;color:rgba(240,244,255,.64);font-size:1rem;line-height:1.65}.teamPage__playerSection,.teamPage__section{margin-top:clamp(2rem,5vw,3.5rem)}.teamPage__playerSection>h2,.teamPage__section>h2{margin:0 0 1rem;color:#dbe8ff;font-size:clamp(1.55rem,3.5vw,2.25rem);font-weight:810;line-height:1.18;letter-spacing:-.035em}.teamPage__sectionDescription{margin:-.55rem 0 1rem;color:rgba(240,244,255,.56);font-size:1rem;line-height:1.55}.teamPage__compositionGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.teamPage__compositionGrid article{padding:1rem;background:rgba(37,99,235,.07);border:1px solid rgba(96,165,250,.15);border-radius:var(--radius-md,12px)}.teamPage__compositionGrid span,.teamPage__compositionGrid strong{display:block}.teamPage__compositionGrid span{color:rgba(240,244,255,.52);font-size:.82rem;font-weight:650;line-height:1.35}.teamPage__compositionGrid strong{margin-top:.35rem;color:#bfdbfe;font-size:1.45rem;font-weight:800;line-height:1.2}.teamPage__infoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.teamPage__infoCard{display:grid;justify-items:center;grid-gap:.7rem;gap:.7rem;min-width:0;padding:1rem;background:hsla(0,0%,100%,.03);border:1px solid rgba(147,197,253,.09);border-radius:var(--radius-md,12px);text-align:center}.teamPage__infoCard p{margin:0;color:#93c5fd;font-size:.75rem;font-weight:720;line-height:1.35;letter-spacing:.04em;text-transform:uppercase}.teamPage__infoCard img{width:4.8rem;height:4.8rem;object-fit:cover;border:2px solid rgba(147,197,253,.18);border-radius:50%}.teamPage__infoCard h3{margin:0;color:#f4f7ff;font-size:.9375rem;font-weight:700;line-height:1.4}.teamPage__playerGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.teamPage__playerLink{display:block;height:100%;min-width:0;color:inherit;text-decoration:none}.teamPage__playerCard{position:relative;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0;padding:1rem .8rem;background:radial-gradient(300px 160px at 100% 0,rgba(37,99,235,.08),transparent 72%),var(--surface,#0f1729);border:1px solid rgba(147,197,253,.09);border-radius:var(--radius-md,12px);text-align:center;transition:transform .16s ease,border-color .16s ease,background .16s ease}.teamPage__playerLink:focus-visible .teamPage__playerCard,.teamPage__playerLink:hover .teamPage__playerCard{transform:translateY(-2px);background-color:rgba(37,99,235,.06);border-color:rgba(96,165,250,.26)}.teamPage__playerLink:focus-visible{outline:3px solid #60a5fa;outline-offset:3px;border-radius:var(--radius-md,12px)}.teamPage__playerImage{display:grid;place-items:center;width:5rem;height:5rem;overflow:hidden;background:hsla(0,0%,100%,.04);border:2px solid rgba(147,197,253,.16);border-radius:50%}.teamPage__playerImage img{width:100%;height:100%;object-fit:cover}.teamPage__playerIcons{position:absolute;top:.55rem;right:.55rem;display:flex;gap:.25rem;color:#93c5fd}.teamPage__playerCard h3{margin:.75rem 0 0;color:#f4f7ff;font-size:.9375rem;font-weight:730;line-height:1.38}.teamPage__roleBadge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;min-height:22px;margin-left:.3rem;padding:.15rem .3rem;color:#dbeafe;background:rgba(37,99,235,.15);border:1px solid rgba(96,165,250,.24);border-radius:999px;font-size:.65rem;font-weight:800;vertical-align:middle}.teamPage__country{margin:.25rem 0 0;color:rgba(240,244,255,.48);font-size:.82rem;line-height:1.35}.teamPage__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:.55rem}.teamPage__chips span{display:inline-flex;align-items:center;min-height:26px;padding:.28rem .5rem;color:#bfdbfe;background:rgba(37,99,235,.1);border:1px solid rgba(96,165,250,.17);border-radius:999px;font-size:.7rem;font-weight:700;line-height:1}.teamPage__status{display:inline-flex;justify-content:center;width:100%;min-height:34px;margin-top:auto;padding:.55rem .6rem;border:1px solid;border-radius:9px;font-size:.75rem;font-weight:740;line-height:1.2}.teamPage__status--available{color:#bbf7d0;background:rgba(34,197,94,.09);border-color:rgba(34,197,94,.22)}.teamPage__status--unavailable{color:#fecaca;background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2)}.teamPage__statsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.teamPage__statCard{min-width:0;padding:1rem;background:var(--surface,#0f1729);border:1px solid rgba(147,197,253,.09);border-radius:var(--radius-md,12px)}.teamPage__statCard>h3{margin:0 0 .75rem;color:#dbeafe;font-size:1rem;font-weight:750;line-height:1.35}.teamPage__statCard ol{display:grid;grid-gap:.45rem;gap:.45rem;margin:0;padding:0;list-style:none}.teamPage__statRow{display:grid;grid-template-columns:2.65rem minmax(0,1fr) auto;grid-gap:.6rem;gap:.6rem;align-items:center;min-width:0;padding:.5rem;background:hsla(0,0%,100%,.025);border:1px solid rgba(147,197,253,.06);border-radius:9px}.teamPage__statRow--leader{background:rgba(37,99,235,.08);border-color:rgba(96,165,250,.18)}.teamPage__statRow img{width:2.65rem;height:2.65rem;object-fit:cover;border-radius:50%}.teamPage__statRow strong{min-width:0;color:#f4f7ff;font-size:.86rem;font-weight:680;line-height:1.35}.teamPage__statRow span{color:#93c5fd;font-size:.78rem;font-weight:700;line-height:1.3;text-align:right}.teamPage__empty,.teamPage__state{color:rgba(240,244,255,.52);font-size:.9375rem;line-height:1.55}.teamPage__state{margin-top:1rem;padding:1.2rem;background:hsla(0,0%,100%,.025);border:1px dashed rgba(147,197,253,.14);border-radius:var(--radius-md,12px);text-align:center}@media (max-width:1080px){.teamPage__compositionGrid,.teamPage__infoGrid,.teamPage__playerGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.teamPage__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.teamPage{padding-top:2rem}.teamPage__title{max-width:none}.teamPage__compositionGrid,.teamPage__infoGrid,.teamPage__playerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.teamPage__statsGrid{grid-template-columns:1fr}.teamPage__playerCard{padding:.85rem .65rem}}@media (max-width:400px){.teamPage__compositionGrid,.teamPage__infoGrid,.teamPage__playerGrid{grid-template-columns:1fr}.teamPage__playerCard h3,.teamPage__statRow span,.teamPage__statRow strong{font-size:.9375rem}}@media (prefers-reduced-motion:reduce){.teamPage__playerCard{transition:none}}