.layout-module__sqqsta__layout{background-color:var(--background);min-height:100vh;display:flex}.layout-module__sqqsta__mainWrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.layout-module__sqqsta__sidebar{width:var(--sidebar-width);background-color:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);z-index:10;flex-direction:column;height:100vh;padding:1.5rem 1rem;display:flex;position:fixed;top:0;left:0}.layout-module__sqqsta__logoContainer{justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:0 .5rem;display:flex}.layout-module__sqqsta__logo{color:var(--foreground);letter-spacing:-.5px;margin:0;font-size:1.5rem;font-weight:700}.layout-module__sqqsta__logo span{color:var(--accent)}.layout-module__sqqsta__collapseBtn{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.layout-module__sqqsta__collapseBtn:hover{background:var(--muted);color:var(--foreground)}.layout-module__sqqsta__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.layout-module__sqqsta__navItem{border-radius:var(--radius-md);color:var(--muted-foreground);align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.layout-module__sqqsta__navItem:hover{background-color:var(--sidebar-active);color:var(--foreground)}.layout-module__sqqsta__navItemActive{background-color:var(--sidebar-active);color:var(--accent-light);font-weight:600}.layout-module__sqqsta__navIcon{width:1.25rem;height:1.25rem}.layout-module__sqqsta__header{height:var(--header-height);background-color:var(--background);border-bottom:1px solid var(--border);z-index:5;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.layout-module__sqqsta__headerTitle{color:var(--foreground);font-size:1.25rem;font-weight:600}.layout-module__sqqsta__aiCommandForm{flex:1;justify-content:center;margin:0 2rem;display:flex}.layout-module__sqqsta__aiCommandBox{background:var(--muted);border:1px solid var(--border);border-radius:9999px;align-items:center;width:100%;max-width:500px;padding:.4rem 1rem;transition:all .2s;display:flex}.layout-module__sqqsta__aiCommandBox:focus-within{border-color:var(--accent);background:var(--background);box-shadow:0 0 0 2px #38bdf833}.layout-module__sqqsta__aiInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;margin-left:.5rem;font-size:.85rem}.layout-module__sqqsta__headerActions{align-items:center;gap:1.5rem;display:flex}.layout-module__sqqsta__userProfile{border-radius:var(--radius-md);cursor:pointer;background:var(--muted);align-items:center;gap:.75rem;padding:.5rem;display:flex}.layout-module__sqqsta__avatar{background-color:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.layout-module__sqqsta__mainContent{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.layout-module__sqqsta__loadingContainer{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.layout-module__sqqsta__spinner{border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2.5rem;height:2.5rem;animation:1s linear infinite layout-module__sqqsta__spin}@keyframes layout-module__sqqsta__spin{to{transform:rotate(360deg)}}.layout-module__sqqsta__card{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.layout-module__sqqsta__layoutCollapsed{--sidebar-width:80px}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__sidebar{padding:1.5rem .5rem}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__logoContainer{justify-content:center;padding:0}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__navItem{justify-content:center;padding:.75rem 0}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__navItem span{display:none}.layout-module__sqqsta__desktopOnly{display:contents}.layout-module__sqqsta__mobileOverlay{display:none}.layout-module__sqqsta__mobileMenuBtn{color:var(--foreground);cursor:pointer;z-index:20;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.layout-module__sqqsta__layout{--sidebar-width:0px}.layout-module__sqqsta__sidebar{z-index:50;width:280px;transition:transform .3s;transform:translate(-100%)}.layout-module__sqqsta__sidebarOpen{transform:translate(0)}.layout-module__sqqsta__mobileOverlay{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}.layout-module__sqqsta__mobileOverlayVisible{display:block}.layout-module__sqqsta__mobileMenuBtn{justify-content:center;align-items:center;display:flex}.layout-module__sqqsta__mainWrapper{margin-left:0}.layout-module__sqqsta__header{gap:.5rem;padding:0 1rem}.layout-module__sqqsta__headerTitle{display:none}.layout-module__sqqsta__aiCommandForm{flex:1;min-width:0;margin:0 .25rem}.layout-module__sqqsta__aiCommandBox{max-width:none;padding:.3rem .6rem}.layout-module__sqqsta__aiInput{font-size:.75rem}.layout-module__sqqsta__headerActions{flex-shrink:0;gap:.5rem}.layout-module__sqqsta__desktopOnly,.layout-module__sqqsta__userProfile span{display:none}.layout-module__sqqsta__mainContent{padding:1rem}.layout-module__sqqsta__layoutCollapsed{--sidebar-width:0px}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__sidebar{width:280px;padding:1.5rem 1rem}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__navItem{justify-content:flex-start;padding:.75rem 1rem}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__navItem span{display:inline}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__logoContainer{justify-content:space-between;padding:0 .5rem}.layout-module__sqqsta__layoutCollapsed .layout-module__sqqsta__logo{display:block}}@media (min-width:769px) and (max-width:1024px){.layout-module__sqqsta__mainContent{padding:1.5rem}.layout-module__sqqsta__aiCommandBox{max-width:350px}.layout-module__sqqsta__headerActions{gap:1rem}}
.player-detail-module__9K1rcq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.player-detail-module__9K1rcq__backButton{color:var(--muted-foreground);align-items:center;gap:.5rem;font-weight:500;transition:color .2s;display:flex}.player-detail-module__9K1rcq__backButton:hover{color:var(--foreground)}.player-detail-module__9K1rcq__actions{gap:1rem;display:flex}.player-detail-module__9K1rcq__profileHero{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.player-detail-module__9K1rcq__heroLeft{align-items:center;gap:1.5rem;display:flex}.player-detail-module__9K1rcq__heroAvatar{background-color:var(--muted);width:5rem;height:5rem;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.player-detail-module__9K1rcq__heroInfo{flex-direction:column;gap:.5rem;display:flex}.player-detail-module__9K1rcq__name{letter-spacing:-.025em;font-size:1.75rem;font-weight:700;line-height:1.2}.player-detail-module__9K1rcq__statusBadge{border-radius:var(--radius-sm);background:var(--muted);margin-left:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.player-detail-module__9K1rcq__statusBadge[data-status=represented]{background:var(--accent);color:var(--accent-foreground)}.player-detail-module__9K1rcq__statusBadge[data-status=scouting]{background:var(--warning);color:#000}.player-detail-module__9K1rcq__statusBadge[data-status=intermediation]{color:#fff;background:#6366f1}.player-detail-module__9K1rcq__statusBadge[data-status=lead]{color:#fff;background:#f97316}.player-detail-module__9K1rcq__statusBadge[data-status=prospect]{color:#fff;background:#a855f7}.player-detail-module__9K1rcq__basicInfo{color:var(--muted-foreground);font-size:1rem}.player-detail-module__9K1rcq__keyStats{gap:1.25rem;margin-top:.5rem;display:flex}.player-detail-module__9K1rcq__keyStat{align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.player-detail-module__9K1rcq__icon{color:var(--accent)}.player-detail-module__9K1rcq__aquilaFit{background:var(--muted);border-radius:var(--radius-md);text-align:right;border:1px dashed var(--border);min-width:250px;padding:1rem 1.5rem}.player-detail-module__9K1rcq__fitScore{flex-direction:column;align-items:flex-end;gap:.25rem;margin-bottom:.5rem;display:flex}.player-detail-module__9K1rcq__fitLabel{text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.player-detail-module__9K1rcq__fitValue{color:var(--success);font-size:2rem;font-weight:700;line-height:1}.player-detail-module__9K1rcq__fitDesc{color:var(--muted-foreground);font-size:.75rem}.player-detail-module__9K1rcq__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.player-detail-module__9K1rcq__col,.player-detail-module__9K1rcq__leftCol{flex-direction:column;gap:1.5rem;display:flex}.player-detail-module__9K1rcq__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.player-detail-module__9K1rcq__cardTitle{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.player-detail-module__9K1rcq__cardSubtitle{color:var(--muted-foreground);margin:1.25rem 0 .75rem;font-size:.875rem;font-weight:600}.player-detail-module__9K1rcq__detailList{flex-direction:column;gap:1rem;display:flex}.player-detail-module__9K1rcq__detailItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.player-detail-module__9K1rcq__detailItem:last-child{border-bottom:none;padding-bottom:0}.player-detail-module__9K1rcq__detailLabel{color:var(--muted-foreground);font-size:.9rem}.player-detail-module__9K1rcq__detailValue{text-align:right;max-width:60%;font-size:.95rem;font-weight:500}.player-detail-module__9K1rcq__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.player-detail-module__9K1rcq__statBox{background:var(--muted);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;display:flex}.player-detail-module__9K1rcq__statNumber{color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1}.player-detail-module__9K1rcq__statLabel{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.player-detail-module__9K1rcq__ratingsList{flex-direction:column;gap:1rem;display:flex}.player-detail-module__9K1rcq__ratingRow{justify-content:space-between;align-items:center;display:flex}.player-detail-module__9K1rcq__ratingName{font-size:.95rem;font-weight:500}.player-detail-module__9K1rcq__stars{gap:.25rem;display:flex}.player-detail-module__9K1rcq__tagsContainer{flex-wrap:wrap;gap:.5rem;display:flex}.player-detail-module__9K1rcq__tag{background:var(--accent);color:#000;border-radius:var(--radius-xl);padding:.25rem .75rem;font-size:.8rem;font-weight:600}.player-detail-module__9K1rcq__tagOutline{color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-xl);background:0 0;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.player-detail-module__9K1rcq__notesCard{background:#f59e0b0d;border-color:#f59e0b33}[data-theme=dark] .player-detail-module__9K1rcq__notesCard{background:#f59e0b1a}.player-detail-module__9K1rcq__notesContent{color:var(--foreground);white-space:pre-wrap;font-size:.95rem;line-height:1.6}.flex-center-gap{align-items:center;gap:.5rem;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-muted{color:var(--muted-foreground)}@media (max-width:768px){.player-detail-module__9K1rcq__header{margin-bottom:1rem}.player-detail-module__9K1rcq__actions{gap:.5rem}.player-detail-module__9K1rcq__profileHero{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.player-detail-module__9K1rcq__heroLeft{gap:1rem}.player-detail-module__9K1rcq__heroAvatar{width:3.5rem;height:3.5rem;font-size:1.25rem}.player-detail-module__9K1rcq__name{font-size:1.25rem}.player-detail-module__9K1rcq__keyStats{flex-wrap:wrap;gap:.75rem}.player-detail-module__9K1rcq__keyStat{font-size:.8rem}.player-detail-module__9K1rcq__aquilaFit{text-align:center;width:100%;min-width:unset}.player-detail-module__9K1rcq__fitScore{align-items:center}.player-detail-module__9K1rcq__fitValue{font-size:1.5rem}.player-detail-module__9K1rcq__grid{grid-template-columns:1fr}.player-detail-module__9K1rcq__card{padding:1rem}.player-detail-module__9K1rcq__cardTitle{font-size:1rem}.player-detail-module__9K1rcq__detailItem{flex-direction:column;gap:.25rem}.player-detail-module__9K1rcq__detailValue{text-align:left;max-width:100%}.player-detail-module__9K1rcq__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.player-detail-module__9K1rcq__statBox{padding:.75rem}.player-detail-module__9K1rcq__statNumber{font-size:1.25rem}}
.activity-module__9qIHTq__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.activity-module__9qIHTq__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.activity-module__9qIHTq__subtitle{color:var(--muted-foreground);font-size:1rem}.activity-module__9qIHTq__actions{gap:1rem;display:flex}.activity-module__9qIHTq__searchBar{max-width:600px;margin-bottom:2.5rem;position:relative}.activity-module__9qIHTq__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.activity-module__9qIHTq__searchInput{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:var(--card);width:100%;color:var(--foreground);padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.activity-module__9qIHTq__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.activity-module__9qIHTq__timelineContainer{max-width:800px;margin-top:2rem}.activity-module__9qIHTq__timeline{flex-direction:column;padding-left:1.5rem;display:flex}.activity-module__9qIHTq__timelineItem{margin-bottom:2rem;display:flex;position:relative}.activity-module__9qIHTq__timelineLine{background-color:var(--border);z-index:1;width:2px;position:absolute;top:2.5rem;bottom:-2rem;left:1.25rem}.activity-module__9qIHTq__timelineIcon{z-index:2;border:4px solid var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:1.5rem;display:flex}.activity-module__9qIHTq__whatsapp{color:var(--success);background:#22c55e1a}.activity-module__9qIHTq__email{color:var(--accent-light);background:#3b82f61a}.activity-module__9qIHTq__call{color:var(--accent);background:#3b82f61a}.activity-module__9qIHTq__meeting{color:#a855f7;background:#a855f71a}.activity-module__9qIHTq__note{color:var(--warning);background:#f59e0b1a}.activity-module__9qIHTq__timelineContent{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);flex:1;padding:1.25rem;transition:box-shadow .2s}.activity-module__9qIHTq__timelineContent:hover{box-shadow:0 4px 12px #0000000d}.activity-module__9qIHTq__actHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.activity-module__9qIHTq__actTitle{color:var(--foreground);margin-right:1rem;font-size:1.05rem;font-weight:600}.activity-module__9qIHTq__actDate{color:var(--muted-foreground);white-space:nowrap;font-size:.8rem}.activity-module__9qIHTq__actDesc{color:var(--foreground);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.activity-module__9qIHTq__actFooter{border-top:1px dashed var(--border);justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.activity-module__9qIHTq__actEntity{color:var(--accent);border-radius:var(--radius-sm);background:#2563eb0d;padding:.2rem .5rem;font-size:.8rem;font-weight:500}.activity-module__9qIHTq__actUser{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.activity-module__9qIHTq__avatarMini{background:var(--muted);width:1.5rem;height:1.5rem;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex}
.club-detail-module__TFllsa__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.club-detail-module__TFllsa__backButton{color:var(--muted-foreground);align-items:center;gap:.5rem;font-weight:500;transition:color .2s;display:flex}.club-detail-module__TFllsa__backButton:hover{color:var(--foreground)}.club-detail-module__TFllsa__actions{gap:1rem;display:flex}.club-detail-module__TFllsa__profileHero{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.club-detail-module__TFllsa__heroLeft{align-items:center;gap:1.5rem;display:flex}.club-detail-module__TFllsa__heroAvatar{border-radius:var(--radius-md);background-color:var(--muted);width:5rem;height:5rem;color:var(--muted-foreground);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.club-detail-module__TFllsa__heroInfo{flex-direction:column;gap:.5rem;display:flex}.club-detail-module__TFllsa__name{letter-spacing:-.025em;font-size:1.75rem;font-weight:700;line-height:1.2}.club-detail-module__TFllsa__statusBadge{border-radius:var(--radius-sm);background:var(--muted);margin-left:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.club-detail-module__TFllsa__statusBadge[data-status=hot]{color:var(--success);background:#22c55e1a;border:1px solid #22c55e33}.club-detail-module__TFllsa__statusBadge[data-status=warm]{color:var(--warning);background:#f59e0b1a;border:1px solid #f59e0b33}.club-detail-module__TFllsa__statusBadge[data-status=cold]{color:var(--danger);background:#ef44441a;border:1px solid #ef444433}.club-detail-module__TFllsa__statusBadge[data-status=none]{background:var(--muted);color:var(--muted-foreground);border:1px solid var(--border)}.club-detail-module__TFllsa__basicInfo{color:var(--muted-foreground);font-size:1rem}.club-detail-module__TFllsa__keyStats{gap:1.25rem;margin-top:.5rem;display:flex}.club-detail-module__TFllsa__keyStat{align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.club-detail-module__TFllsa__icon{color:var(--accent)}.club-detail-module__TFllsa__clubLevel{background:var(--muted);border-radius:var(--radius-md);text-align:right;border:1px dashed var(--border);min-width:150px;padding:1rem 1.5rem}.club-detail-module__TFllsa__fitScore{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.club-detail-module__TFllsa__fitLabel{text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.club-detail-module__TFllsa__fitValue{color:var(--foreground);align-items:center;font-size:2rem;font-weight:700;line-height:1;display:flex}.club-detail-module__TFllsa__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.club-detail-module__TFllsa__col,.club-detail-module__TFllsa__leftCol{flex-direction:column;gap:1.5rem;display:flex}.club-detail-module__TFllsa__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.club-detail-module__TFllsa__cardTitle{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.club-detail-module__TFllsa__detailList{flex-direction:column;gap:1rem;display:flex}.club-detail-module__TFllsa__detailItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:.75rem;display:flex}.club-detail-module__TFllsa__detailItem:last-child{border-bottom:none;padding-bottom:0}.club-detail-module__TFllsa__detailLabel{color:var(--muted-foreground);flex-shrink:0;width:35%;font-size:.9rem}.club-detail-module__TFllsa__detailValue{text-align:right;flex:1;font-size:.95rem;font-weight:500}.club-detail-module__TFllsa__needsList{flex-direction:column;gap:1rem;display:flex}.club-detail-module__TFllsa__needCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;transition:border-color .2s}.club-detail-module__TFllsa__needCard:hover{border-color:var(--accent)}.club-detail-module__TFllsa__needHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.club-detail-module__TFllsa__needIcon{color:var(--accent)}.club-detail-module__TFllsa__needTitle{flex:1;font-size:1rem;font-weight:600}.club-detail-module__TFllsa__priorityHigh{border-radius:var(--radius-sm);color:var(--danger);background:#ef44441a;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.club-detail-module__TFllsa__priorityMedium{border-radius:var(--radius-sm);color:var(--warning);background:#f59e0b1a;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.club-detail-module__TFllsa__needDesc{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.club-detail-module__TFllsa__contactsGrid{flex-direction:column;gap:1rem;display:flex}.club-detail-module__TFllsa__contactItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;padding:1rem;display:flex}.club-detail-module__TFllsa__contactHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.club-detail-module__TFllsa__contactAvatar{background:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;display:flex}.club-detail-module__TFllsa__contactInfo{flex:1}.club-detail-module__TFllsa__contactName{margin-bottom:.1rem;font-size:1rem;font-weight:600}.club-detail-module__TFllsa__contactRole{color:var(--muted-foreground);font-size:.875rem}.club-detail-module__TFllsa__contactActions{gap:.5rem;margin-bottom:.75rem;display:flex}.club-detail-module__TFllsa__contactBtn{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground);text-align:center;flex:1;padding:.35rem;font-size:.8rem;font-weight:500}.club-detail-module__TFllsa__contactBtn:hover{background:var(--secondary)}.club-detail-module__TFllsa__contactMeta{color:var(--muted-foreground);text-align:right;border-top:1px dashed var(--border);padding-top:.5rem;font-size:.75rem}.club-detail-module__TFllsa__notesCard{background:#f59e0b0d;border-color:#f59e0b33}[data-theme=dark] .club-detail-module__TFllsa__notesCard{background:#f59e0b1a}.club-detail-module__TFllsa__notesContent{color:var(--foreground);white-space:pre-wrap;font-size:.95rem;line-height:1.6}.club-detail-module__TFllsa__gridCrm{grid-template-columns:1fr 2fr;gap:1.5rem;display:grid}.club-detail-module__TFllsa__activityEditor{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;overflow:hidden}.club-detail-module__TFllsa__editorTabs{border-bottom:1px solid var(--border);background:var(--background);padding:0 1rem;display:flex}.club-detail-module__TFllsa__tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.club-detail-module__TFllsa__tab:hover{color:var(--foreground);background:#00000005}.club-detail-module__TFllsa__tab[data-active=true]{color:var(--accent);border-bottom-color:var(--accent)}.club-detail-module__TFllsa__editorBody{padding:1.25rem;position:relative}.club-detail-module__TFllsa__editorInput{resize:none;width:100%;min-height:100px;color:var(--foreground);background:0 0;border:none;font-size:.95rem}.club-detail-module__TFllsa__editorInput:focus{outline:none}.club-detail-module__TFllsa__editorFooter{border-top:1px dashed var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.club-detail-module__TFllsa__mentionsPopover{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);z-index:50;min-width:200px;max-height:200px;margin-bottom:.5rem;position:absolute;bottom:100%;left:1.25rem;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.club-detail-module__TFllsa__mentionOption{cursor:pointer;justify-content:space-between;padding:.5rem 1rem;font-size:.85rem;display:flex}.club-detail-module__TFllsa__mentionOption:hover{background:var(--muted)}.club-detail-module__TFllsa__timeline{padding-left:1.5rem;position:relative}.club-detail-module__TFllsa__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:23px}.club-detail-module__TFllsa__timelineItem{margin-bottom:1.5rem;position:relative}.club-detail-module__TFllsa__timelineIcon{background:var(--card);border:2px solid var(--border);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;left:-1.5rem}.club-detail-module__TFllsa__timelineIcon.club-detail-module__TFllsa__type_call{color:var(--success);background:#22c55e1a;border-color:#22c55e33}.club-detail-module__TFllsa__timelineIcon.club-detail-module__TFllsa__type_email{color:var(--accent);background:#3b82f61a;border-color:#3b82f633}.club-detail-module__TFllsa__timelineIcon.club-detail-module__TFllsa__type_whatsapp{color:#25d366;background:#25d3661a;border-color:#25d36633}.club-detail-module__TFllsa__timelineIcon.club-detail-module__TFllsa__type_meeting{color:var(--warning);background:#f59e0b1a;border-color:#f59e0b33}.club-detail-module__TFllsa__timelineIcon.club-detail-module__TFllsa__type_note{color:var(--muted-foreground);border-color:var(--border);background:var(--muted)}.club-detail-module__TFllsa__timelineContent{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);margin-left:2rem;padding:1rem}.club-detail-module__TFllsa__timelineHeader{color:var(--muted-foreground);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.club-detail-module__TFllsa__timelineText{color:var(--foreground);white-space:pre-wrap;font-size:.95rem;line-height:1.5}.club-detail-module__TFllsa__mentionTag{color:var(--accent);background:#3b82f61a;border-radius:4px;padding:0 .25rem;font-weight:500}@media (max-width:768px){.club-detail-module__TFllsa__header{margin-bottom:1rem}.club-detail-module__TFllsa__actions{gap:.5rem}.club-detail-module__TFllsa__actions button,.club-detail-module__TFllsa__actions a{padding:.4rem .6rem;font-size:.75rem}.club-detail-module__TFllsa__profileHero{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.club-detail-module__TFllsa__heroLeft{gap:1rem}.club-detail-module__TFllsa__heroAvatar{width:3.5rem;height:3.5rem;font-size:1.25rem}.club-detail-module__TFllsa__name{font-size:1.25rem}.club-detail-module__TFllsa__statusBadge{margin-left:.25rem}.club-detail-module__TFllsa__basicInfo{font-size:.875rem}.club-detail-module__TFllsa__keyStats{flex-wrap:wrap;gap:.75rem}.club-detail-module__TFllsa__keyStat{font-size:.8rem}.club-detail-module__TFllsa__clubLevel{text-align:center;width:100%;min-width:unset}.club-detail-module__TFllsa__fitValue{justify-content:center;font-size:1.5rem}.club-detail-module__TFllsa__fitScore{align-items:center}.club-detail-module__TFllsa__grid,.club-detail-module__TFllsa__gridCrm{grid-template-columns:1fr}.club-detail-module__TFllsa__card{padding:1rem}.club-detail-module__TFllsa__cardTitle{margin-bottom:1rem;font-size:1rem}.club-detail-module__TFllsa__contactItem{padding:.75rem}.club-detail-module__TFllsa__contactHeader{gap:.75rem;margin-bottom:.75rem}.club-detail-module__TFllsa__contactActions{flex-wrap:wrap;gap:.4rem}.club-detail-module__TFllsa__contactBtn{justify-content:center;align-items:center;gap:.35rem;min-height:44px;padding:.5rem;font-size:.8rem;display:flex}.club-detail-module__TFllsa__detailItem{flex-direction:column;gap:.25rem}.club-detail-module__TFllsa__detailLabel{width:100%}.club-detail-module__TFllsa__detailValue{text-align:left}.club-detail-module__TFllsa__editorTabs{-webkit-overflow-scrolling:touch;padding:0 .5rem;overflow-x:auto}.club-detail-module__TFllsa__tab{white-space:nowrap;padding:.75rem;font-size:.8rem}.club-detail-module__TFllsa__editorBody{padding:1rem}.club-detail-module__TFllsa__editorInput{min-height:80px;font-size:.9rem}.club-detail-module__TFllsa__editorFooter{flex-direction:column;gap:.75rem}.club-detail-module__TFllsa__editorFooter button{width:100%}.club-detail-module__TFllsa__timeline{padding-left:1rem}.club-detail-module__TFllsa__timeline:before{left:15px}.club-detail-module__TFllsa__timelineIcon{width:28px;height:28px;left:-1rem}.club-detail-module__TFllsa__timelineContent{margin-left:1.5rem;padding:.75rem}.club-detail-module__TFllsa__timelineHeader{flex-direction:column;gap:.25rem}.club-detail-module__TFllsa__timelineText{font-size:.875rem}}
.clubs-module__f0kBWa__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.clubs-module__f0kBWa__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.clubs-module__f0kBWa__subtitle{color:var(--muted-foreground);font-size:1rem}.clubs-module__f0kBWa__actions{gap:1rem;display:flex}.clubs-module__f0kBWa__searchBar{flex:1;min-width:250px;position:relative}.clubs-module__f0kBWa__filtersContainer{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.clubs-module__f0kBWa__filterSelect{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--background);color:var(--foreground);outline:none;min-width:160px;padding:.75rem 1rem;font-size:.9rem}.clubs-module__f0kBWa__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.clubs-module__f0kBWa__searchInput{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:var(--card);width:100%;color:var(--foreground);padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.clubs-module__f0kBWa__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.clubs-module__f0kBWa__listContainer{flex-direction:column;gap:.75rem;display:flex}.clubs-module__f0kBWa__listRow{background:var(--card);border-radius:var(--radius-md);border:1px solid var(--border);color:var(--foreground);align-items:center;gap:1.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.clubs-module__f0kBWa__listRow:hover{background:var(--muted);border-color:var(--ring)}.clubs-module__f0kBWa__listRowAvatar{border-radius:var(--radius-md);background-color:var(--card);width:3rem;height:3rem;color:var(--muted-foreground);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.clubs-module__f0kBWa__listRowAvatar img{border-radius:var(--radius-md);object-fit:cover;width:100%;height:100%}.clubs-module__f0kBWa__listRowInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.clubs-module__f0kBWa__listRowInfo h3{margin:0;font-size:1.1rem;font-weight:600}.clubs-module__f0kBWa__listRowInfo span{color:var(--muted-foreground);font-size:.85rem}.clubs-module__f0kBWa__listRowMeta{flex-direction:column;align-items:flex-end;gap:.25rem;min-width:150px;display:flex}.clubs-module__f0kBWa__listRowBadge{background:var(--muted);color:var(--muted-foreground);border-radius:1rem;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.clubs-module__f0kBWa__listRowContacts{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.clubs-module__f0kBWa__cardTitle{flex:1}.clubs-module__f0kBWa__cardTitle h3{margin-bottom:.125rem;font-size:1.125rem}.clubs-module__f0kBWa__position{color:var(--muted-foreground);font-size:.875rem}.clubs-module__f0kBWa__statusBadge{border-radius:var(--radius-sm);background:var(--muted);padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.clubs-module__f0kBWa__statusBadge[data-status=hot]{color:var(--danger);background:#ef44441a;border:1px solid #ef444433}.clubs-module__f0kBWa__statusBadge[data-status=cold]{color:var(--muted-foreground);border:1px solid var(--border);background:#94a3b81a}.clubs-module__f0kBWa__cardBody{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.clubs-module__f0kBWa__infoRow{justify-content:space-between;font-size:.875rem;display:flex}.clubs-module__f0kBWa__infoLabel{color:var(--muted-foreground)}.clubs-module__f0kBWa__infoValue{text-align:right;max-width:60%;font-weight:500}.clubs-module__f0kBWa__relationsCard{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.clubs-module__f0kBWa__relationsCard h4{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.875rem}.clubs-module__f0kBWa__contactsList{flex-direction:column;gap:.5rem;font-size:.875rem;list-style:none;display:flex}.clubs-module__f0kBWa__contactsList li{color:var(--foreground);align-items:center;gap:.5rem;padding:.2rem 0;display:flex}.clubs-module__f0kBWa__broadcastBar{z-index:100;background:var(--card);border:2px solid var(--accent);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;display:flex;position:sticky;top:1rem;box-shadow:0 10px 25px -5px #0000001a}.clubs-module__f0kBWa__broadcastActions{gap:.75rem;display:flex}.clubs-module__f0kBWa__checkboxLabel{cursor:pointer;align-items:center;gap:.4rem;display:flex}.clubs-module__f0kBWa__checkboxLabel input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--accent);cursor:pointer}.clubs-module__f0kBWa__cardFooter{background:var(--muted);border-top:1px solid var(--border);padding:1rem 1.5rem}.clubs-module__f0kBWa__viewLink{width:100%;color:var(--accent);justify-content:center;align-items:center;padding:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:flex}.clubs-module__f0kBWa__viewLink:hover{color:var(--accent-light)}@media (max-width:768px){.clubs-module__f0kBWa__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.clubs-module__f0kBWa__title{font-size:1.5rem}.clubs-module__f0kBWa__actions{flex-direction:column;gap:.75rem;width:100%}.clubs-module__f0kBWa__filtersContainer{flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:.75rem}.clubs-module__f0kBWa__filterSelect{width:100%;min-width:unset}.clubs-module__f0kBWa__searchBar{min-width:unset;width:100%}.clubs-module__f0kBWa__searchInput{padding:.75rem .75rem .75rem 2.5rem;font-size:.9rem}.clubs-module__f0kBWa__listRow{gap:.75rem;padding:.75rem 1rem}.clubs-module__f0kBWa__listRowMeta{display:none}.clubs-module__f0kBWa__listRowInfo h3{font-size:.95rem}.clubs-module__f0kBWa__listRowInfo span{font-size:.8rem}.clubs-module__f0kBWa__listRowAvatar{width:2.5rem;height:2.5rem}.clubs-module__f0kBWa__broadcastBar{flex-direction:column;gap:.75rem;padding:.75rem 1rem;font-size:.85rem}.clubs-module__f0kBWa__broadcastActions{flex-wrap:wrap;width:100%}.clubs-module__f0kBWa__broadcastActions button{flex:1;min-width:0;padding:.4rem .6rem;font-size:.75rem}}
.club-form-module__jzXFxW__formContainer{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.club-form-module__jzXFxW__formSection{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.club-form-module__jzXFxW__sectionHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.club-form-module__jzXFxW__sectionTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.club-form-module__jzXFxW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.club-form-module__jzXFxW__formGroup{flex-direction:column;gap:.5rem;display:flex}.club-form-module__jzXFxW__formGroupFull{flex-direction:column;grid-column:1/-1;gap:.5rem;display:flex}.club-form-module__jzXFxW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.club-form-module__jzXFxW__input,.club-form-module__jzXFxW__textarea,.club-form-module__jzXFxW__select{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--foreground);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.club-form-module__jzXFxW__input:focus,.club-form-module__jzXFxW__textarea:focus,.club-form-module__jzXFxW__select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb26}.club-form-module__jzXFxW__textarea{resize:vertical;min-height:100px}.club-form-module__jzXFxW__radioGroup{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;display:grid}.club-form-module__jzXFxW__radioLabel{border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;text-align:center;background:var(--background);color:var(--foreground);justify-content:center;align-items:center;padding:.75rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.club-form-module__jzXFxW__radioLabel input{display:none}.club-form-module__jzXFxW__radioLabel:hover{border-color:var(--accent);background:var(--muted)}.club-form-module__jzXFxW__radioLabel[data-selected=true].club-form-module__jzXFxW__hot{background:var(--success);color:var(--background);border-color:var(--success)}.club-form-module__jzXFxW__radioLabel[data-selected=true].club-form-module__jzXFxW__warm{background:var(--warning);color:var(--background);border-color:var(--warning)}.club-form-module__jzXFxW__radioLabel[data-selected=true].club-form-module__jzXFxW__cold{background:var(--danger);color:var(--background);border-color:var(--danger)}.club-form-module__jzXFxW__radioLabel[data-selected=true].club-form-module__jzXFxW__none{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.club-form-module__jzXFxW__contactsList{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.club-form-module__jzXFxW__contactCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1rem;padding:1.25rem;transition:border-color .2s;display:flex;position:relative}.club-form-module__jzXFxW__contactCard:focus-within{border-color:var(--accent)}.club-form-module__jzXFxW__contactHeader{justify-content:space-between;align-items:center;display:flex}.club-form-module__jzXFxW__contactTitle{color:var(--foreground);font-size:.95rem;font-weight:600}.club-form-module__jzXFxW__removeContactBtn{color:var(--danger);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.85rem;transition:background-color .2s;display:flex}.club-form-module__jzXFxW__removeContactBtn:hover{background-color:#ef44441a}.club-form-module__jzXFxW__formActions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:2rem;display:flex}@media (max-width:768px){.club-form-module__jzXFxW__grid{grid-template-columns:1fr}}
.cobertura-module__XgGedG__page{padding:0}.cobertura-module__XgGedG__kpiRow{grid-template-columns:repeat(6,1fr);gap:.85rem;margin-bottom:1.5rem;display:grid}.cobertura-module__XgGedG__kpiCard{background:var(--secondary);border-radius:var(--radius-lg);border:1px solid var(--border);text-align:left;min-width:0;font:inherit;color:inherit;cursor:pointer;flex-direction:column;gap:.35rem;padding:1rem 1.15rem;transition:border-color .15s,background .15s,transform .1s;display:flex}.cobertura-module__XgGedG__kpiCard:hover{background:var(--card);border-color:var(--accent)}.cobertura-module__XgGedG__kpiCard:active{transform:scale(.985)}.cobertura-module__XgGedG__kpiCardActive{border-color:var(--accent);background:var(--card);box-shadow:inset 0 0 0 1px var(--accent)}.cobertura-module__XgGedG__kpiLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.35rem;font-size:.7rem;font-weight:500;display:flex}.cobertura-module__XgGedG__kpiValue{color:var(--foreground);font-size:1.65rem;font-weight:700;line-height:1.1}@media (max-width:1100px){.cobertura-module__XgGedG__kpiRow{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.cobertura-module__XgGedG__kpiRow{grid-template-columns:repeat(2,1fr)}}.cobertura-module__XgGedG__filters{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.cobertura-module__XgGedG__filterInput,.cobertura-module__XgGedG__filterSelect{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);color:var(--foreground);outline:none;padding:.45rem .7rem;font-size:.85rem}.cobertura-module__XgGedG__filterInput{flex:1;min-width:200px}.cobertura-module__XgGedG__filterSelect{cursor:pointer;min-width:160px}.cobertura-module__XgGedG__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--foreground);align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.cobertura-module__XgGedG__toggle input{cursor:pointer;accent-color:var(--accent)}.cobertura-module__XgGedG__countryRow{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.85rem;overflow:hidden}.cobertura-module__XgGedG__countryHeader{cursor:pointer;grid-template-columns:1fr 280px 110px 110px;align-items:center;gap:1rem;padding:.95rem 1.1rem;transition:background .15s;display:grid}.cobertura-module__XgGedG__countryHeader:hover{background:var(--secondary)}.cobertura-module__XgGedG__countryTitle{color:var(--foreground);align-items:center;gap:.65rem;min-width:0;font-size:.95rem;font-weight:600;display:flex}.cobertura-module__XgGedG__countryFlag{font-size:1.4rem;line-height:1}.cobertura-module__XgGedG__countryName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cobertura-module__XgGedG__countrySub{color:var(--muted-foreground);font-size:.72rem;font-weight:500}.cobertura-module__XgGedG__progressBar{background:var(--border);border-radius:999px;height:12px;display:flex;overflow:hidden}.cobertura-module__XgGedG__progressSegment{height:100%;transition:width .25s}.cobertura-module__XgGedG__fraction{color:var(--muted-foreground);text-align:right;white-space:nowrap;font-size:.8rem}.cobertura-module__XgGedG__percent{color:var(--foreground);text-align:right;white-space:nowrap;font-size:.95rem;font-weight:600}.cobertura-module__XgGedG__actionBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;white-space:nowrap;padding:.4rem .85rem;font-size:.78rem;font-weight:500}.cobertura-module__XgGedG__actionBtnPrimary{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.cobertura-module__XgGedG__leaguesPanel{border-top:1px solid var(--border);background:var(--background);padding:0 1.1rem 1.1rem;animation:.18s ease-out cobertura-module__XgGedG__expand}@keyframes cobertura-module__XgGedG__expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cobertura-module__XgGedG__leagueBlock{margin-top:1rem}.cobertura-module__XgGedG__leagueHeader{color:var(--foreground);border-bottom:1px dashed var(--border);grid-template-columns:1fr 220px 90px;align-items:center;gap:1rem;padding:.55rem .5rem;font-size:.85rem;font-weight:600;display:grid}.cobertura-module__XgGedG__leagueTier{background:var(--muted);color:var(--muted-foreground);border-radius:4px;margin-left:.4rem;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.cobertura-module__XgGedG__clubList{flex-direction:column;gap:.4rem;margin-top:.6rem;animation:.18s ease-out cobertura-module__XgGedG__expand;display:flex}.cobertura-module__XgGedG__leagueHeader:hover{background:#0000000a}.cobertura-module__XgGedG__clubRow{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);grid-template-columns:1fr auto auto;align-items:center;gap:.85rem;padding:.55rem .75rem;text-decoration:none;transition:border-color .15s,background .15s;display:grid}.cobertura-module__XgGedG__clubRow:hover{border-color:var(--accent);background:var(--secondary)}.cobertura-module__XgGedG__clubLeft{align-items:center;gap:.7rem;min-width:0;display:flex}.cobertura-module__XgGedG__clubName{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.cobertura-module__XgGedG__clubMeta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:1px;font-size:.72rem;display:flex}.cobertura-module__XgGedG__clubStars{color:#f59e0b;letter-spacing:1px;font-size:.78rem}.cobertura-module__XgGedG__statusBadge{white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.22rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.cobertura-module__XgGedG__statusDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.cobertura-module__XgGedG__daysBadge{color:var(--muted-foreground);background:var(--muted);border-radius:999px;padding:.18rem .45rem;font-size:.7rem}.cobertura-module__XgGedG__pulse{animation:1.6s ease-in-out infinite cobertura-module__XgGedG__pulse}@keyframes cobertura-module__XgGedG__pulse{0%,to{box-shadow:0 0 #ef444473}50%{box-shadow:0 0 0 6px #ef444400}}.cobertura-module__XgGedG__emptyState{text-align:center;color:var(--muted-foreground);background:var(--card);border:1px dashed var(--border);border-radius:var(--radius-lg);padding:2.5rem 1rem}.cobertura-module__XgGedG__pageTitle{color:var(--foreground);align-items:center;gap:.6rem;margin:0 0 .35rem;font-size:1.4rem;font-weight:700;display:flex}.cobertura-module__XgGedG__pageSubtitle{color:var(--muted-foreground);margin:0 0 1.5rem;font-size:.85rem}@media (max-width:800px){.cobertura-module__XgGedG__countryHeader{grid-template-columns:1fr 100px}.cobertura-module__XgGedG__countryHeader .cobertura-module__XgGedG__progressBar{grid-column:1/-1}.cobertura-module__XgGedG__countryHeader .cobertura-module__XgGedG__percent{display:none}.cobertura-module__XgGedG__leagueHeader{grid-template-columns:1fr 90px}.cobertura-module__XgGedG__clubRow{grid-template-columns:1fr auto}.cobertura-module__XgGedG__clubRow .cobertura-module__XgGedG__daysBadge{display:none}}
.finances-module__hPPsFG__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.4s ease-out finances-module__hPPsFG__fadeIn}@keyframes finances-module__hPPsFG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.finances-module__hPPsFG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.finances-module__hPPsFG__title{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.finances-module__hPPsFG__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.finances-module__hPPsFG__summaryCard{background:var(--background);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px #00000005}.finances-module__hPPsFG__summaryCard:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000000d}.finances-module__hPPsFG__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.finances-module__hPPsFG__iconTotal{color:var(--accent);background:#3b82f61a}.finances-module__hPPsFG__iconCollected{color:#10b981;background:#10b9811a}.finances-module__hPPsFG__iconPending{color:#f59e0b;background:#f59e0b1a}.finances-module__hPPsFG__cardContent h3{color:var(--muted-foreground);margin:0 0 .25rem;font-size:.9rem;font-weight:500}.finances-module__hPPsFG__amount{color:var(--foreground);margin:0;font-size:1.8rem;font-weight:700}.finances-module__hPPsFG__tableContainer{background:var(--background);border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px #00000005}.finances-module__hPPsFG__tableContainer .finances-module__hPPsFG__table{min-width:700px}.finances-module__hPPsFG__tableHeader{border-bottom:1px solid var(--border);background:#00000003;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.finances-module__hPPsFG__tableHeader h2{margin:0;font-size:1.25rem;font-weight:600}.finances-module__hPPsFG__table{border-collapse:collapse;width:100%}.finances-module__hPPsFG__table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);border-bottom:1px solid var(--border);background:#00000005;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.finances-module__hPPsFG__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.85rem 1rem}.finances-module__hPPsFG__table tr:last-child td{border-bottom:none}.finances-module__hPPsFG__table tbody tr:hover{background:var(--overlay-subtle)}.finances-module__hPPsFG__table tbody tr{transition:background .15s}.finances-module__hPPsFG__playerName{color:var(--foreground);font-weight:600;display:block}.finances-module__hPPsFG__operationType{color:var(--muted-foreground);margin-top:.2rem;font-size:.8rem;display:block}.finances-module__hPPsFG__clubTarget{align-items:center;gap:.5rem;font-weight:500;display:flex}.finances-module__hPPsFG__money{font-variant-numeric:tabular-nums;font-weight:500}.finances-module__hPPsFG__badge{border-radius:1rem;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.finances-module__hPPsFG__badgePending{color:#f59e0b;background:#f59e0b1a}.finances-module__hPPsFG__badgePartial{color:var(--accent);background:#3b82f61a}.finances-module__hPPsFG__badgePaid{color:#10b981;background:#10b9811a}.finances-module__hPPsFG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.finances-module__hPPsFG__modal{background:var(--background);border-radius:16px;width:100%;max-width:800px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) finances-module__hPPsFG__modalSlideUp;overflow-y:auto;box-shadow:0 20px 40px #0003}@keyframes finances-module__hPPsFG__modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.finances-module__hPPsFG__modalHeader{border-bottom:1px solid var(--border);background:var(--background);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.finances-module__hPPsFG__modalHeader h2{margin:0;font-size:1.25rem;font-weight:600}.finances-module__hPPsFG__closeButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.finances-module__hPPsFG__closeButton:hover{color:var(--foreground);background:#0000000d}.finances-module__hPPsFG__modalBody{padding:2rem}.finances-module__hPPsFG__formSection{border:1px solid var(--border);background:#00000005;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.finances-module__hPPsFG__sectionTitle{color:var(--foreground);margin:0 0 1.5rem;font-size:1.1rem;font-weight:600}.finances-module__hPPsFG__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.finances-module__hPPsFG__formGroup{flex-direction:column;gap:.5rem;display:flex}.finances-module__hPPsFG__label{color:var(--muted-foreground);font-size:.85rem;font-weight:600}.finances-module__hPPsFG__input{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.finances-module__hPPsFG__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #2563eb1a}.finances-module__hPPsFG__totalBlock{background:#10b9810d;border:1px solid #10b98133;border-radius:8px;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem;display:flex}.finances-module__hPPsFG__totalBlock span{color:#10b981;font-weight:600}.finances-module__hPPsFG__totalBlock .finances-module__hPPsFG__bigMoney{font-size:1.5rem;font-weight:700}.finances-module__hPPsFG__modalFooter{border-top:1px solid var(--border);background:#00000003;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}
.gbe-module__fbs_8q__container{flex-direction:column;max-width:1400px;height:100%;margin:0 auto;padding:2rem;display:flex;overflow-y:auto}.gbe-module__fbs_8q__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.gbe-module__fbs_8q__title{color:var(--foreground);margin:0;font-size:1.8rem;font-weight:700}.gbe-module__fbs_8q__layoutGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:1024px){.gbe-module__fbs_8q__layoutGrid{grid-template-columns:1fr}}.gbe-module__fbs_8q__card{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.gbe-module__fbs_8q__cardTitle{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.8rem;font-size:1.1rem;font-weight:600;display:flex}.gbe-module__fbs_8q__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.gbe-module__fbs_8q__fullWidth{grid-column:1/-1}.gbe-module__fbs_8q__formGroup{flex-direction:column;gap:.4rem;display:flex}.gbe-module__fbs_8q__label{color:var(--muted-foreground);font-size:.85rem;font-weight:500}.gbe-module__fbs_8q__input,.gbe-module__fbs_8q__select{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);color:var(--foreground);outline:none;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.gbe-module__fbs_8q__input:focus,.gbe-module__fbs_8q__select:focus{border-color:var(--accent)}.gbe-module__fbs_8q__scorecard{background:linear-gradient(145deg,var(--card-bg),#8b5cf60d);border:2px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:sticky;top:2rem}.gbe-module__fbs_8q__scoreTotal{text-align:center;background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:1rem;padding:1.5rem}.gbe-module__fbs_8q__scoreNumber{color:var(--foreground);font-size:3.5rem;font-weight:800;line-height:1}.gbe-module__fbs_8q__scoreLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.9rem}.gbe-module__fbs_8q__statusBadge{text-align:center;border-radius:2rem;margin-top:.5rem;padding:.6rem 1rem;font-size:.95rem;font-weight:600}.gbe-module__fbs_8q__statusPass{color:#10b981;background-color:#10b98126;border:1px solid #10b9814d}.gbe-module__fbs_8q__statusAutoPass{color:#3b82f6;background-color:#3b82f626;border:1px solid #3b82f64d}.gbe-module__fbs_8q__statusPanel{color:#f59e0b;background-color:#f59e0b26;border:1px solid #f59e0b4d}.gbe-module__fbs_8q__statusFail{color:#ef4444;background-color:#ef444426;border:1px solid #ef44444d}.gbe-module__fbs_8q__breakdownItem{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.85rem;display:flex}.gbe-module__fbs_8q__breakdownItem:last-child{border-bottom:none}.gbe-module__fbs_8q__breakdownValue{color:var(--accent);font-weight:700}.gbe-module__fbs_8q__importerCard{border-radius:var(--radius-lg);background:linear-gradient(90deg,#8b5cf61a,#8b5cf605);border:1px solid #8b5cf64d;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.gbe-module__fbs_8q__importerInputGroup{flex:1;gap:.5rem;display:flex}.gbe-module__fbs_8q__importerInput{border-radius:var(--radius-md);background:var(--background);color:var(--foreground);border:1px solid #8b5cf666;flex:1;padding:.8rem 1rem;font-size:.95rem}.gbe-module__fbs_8q__importerInput:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 2px #8b5cf633}.gbe-module__fbs_8q__importerBtn{border-radius:var(--radius-md);color:#fff;cursor:pointer;background-color:#8b5cf6;border:none;padding:0 1.5rem;font-weight:600;transition:opacity .2s}.gbe-module__fbs_8q__importerBtn:hover:not(:disabled){opacity:.9}.gbe-module__fbs_8q__importerBtn:disabled{opacity:.5;cursor:not-allowed}
.home-module__Hx0lNG__dashboardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.home-module__Hx0lNG__statCard{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.home-module__Hx0lNG__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.home-module__Hx0lNG__statTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.home-module__Hx0lNG__statValue{color:var(--foreground);font-size:2.5rem;font-weight:700}.home-module__Hx0lNG__mainGrid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.home-module__Hx0lNG__mainGrid{grid-template-columns:1fr}}.home-module__Hx0lNG__panel{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;padding:1.5rem;display:flex}.home-module__Hx0lNG__panelTitle{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.home-module__Hx0lNG__list{flex-direction:column;gap:1rem;max-height:400px;padding-right:.5rem;display:flex;overflow-y:auto}.home-module__Hx0lNG__listItem{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;transition:border-color .2s;display:flex}.home-module__Hx0lNG__listItem:hover{border-color:var(--accent)}.home-module__Hx0lNG__itemInfo{align-items:center;gap:1rem;display:flex}.home-module__Hx0lNG__itemAvatar{background:var(--muted);width:40px;height:40px;color:var(--muted-foreground);object-fit:cover;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.home-module__Hx0lNG__itemDetails{flex-direction:column;display:flex}.home-module__Hx0lNG__itemName{color:var(--foreground);font-size:.95rem;font-weight:600}.home-module__Hx0lNG__itemSub{color:var(--muted-foreground);font-size:.8rem}.home-module__Hx0lNG__itemAction{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.home-module__Hx0lNG__badge{background:var(--muted);color:var(--muted-foreground);border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.home-module__Hx0lNG__badgeWarning{color:#f59e0b;background:#f59e0b1a}.home-module__Hx0lNG__badgeDanger{color:#ef4444;background:#ef44441a}.home-module__Hx0lNG__badgeSuccess{color:#10b981;background:#10b9811a}.home-module__Hx0lNG__badgeAccent{color:var(--accent);background:#2563eb1a}.home-module__Hx0lNG__emptyState{color:var(--muted-foreground);justify-content:center;align-items:center;height:100px;font-size:.875rem;font-style:italic;display:flex}.home-module__Hx0lNG__todoCheck{cursor:pointer;color:var(--muted-foreground);transition:color .2s}.home-module__Hx0lNG__todoCheck:hover{color:var(--accent)}.home-module__Hx0lNG__todoItem{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem;transition:border-color .2s;display:flex}.home-module__Hx0lNG__todoItem:hover{border-color:var(--accent)}.home-module__Hx0lNG__todoContent{flex:1}.home-module__Hx0lNG__todoTitle{margin-bottom:.25rem;font-size:.95rem;font-weight:500}.home-module__Hx0lNG__todoDate{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.8rem;display:flex}.home-module__Hx0lNG__todoDateOverdue{color:#ef4444}.home-module__Hx0lNG__dndGrid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}@media (max-width:1024px){.home-module__Hx0lNG__dndGrid{grid-template-columns:1fr}}.home-module__Hx0lNG__dndCol{border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;height:100%;min-height:100%;padding-bottom:6rem;display:flex}.home-module__Hx0lNG__dndItem{background:0 0}.home-module__Hx0lNG__widgetHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.home-module__Hx0lNG__dragHandle{cursor:grab;color:var(--muted-foreground);justify-content:center;align-items:center;margin-right:.5rem;transition:color .2s;display:inline-flex}.home-module__Hx0lNG__dragHandle:hover{color:var(--foreground)}.home-module__Hx0lNG__dragHandle:active{cursor:grabbing}.home-module__Hx0lNG__todoInput{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-md);outline:none;flex:1;padding:.5rem .75rem;font-size:.85rem;transition:border-color .2s}.home-module__Hx0lNG__todoInput:focus{border-color:var(--accent)}.home-module__Hx0lNG__notesArea{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:var(--radius-md);resize:vertical;outline:none;min-height:150px;padding:1rem;font-family:monospace;font-size:.9rem;transition:border-color .2s}.home-module__Hx0lNG__notesArea:focus{border-color:var(--accent)}.home-module__Hx0lNG__todoBtn{background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 .75rem;transition:opacity .2s;display:flex}.home-module__Hx0lNG__todoBtn:hover{opacity:.9}.home-module__Hx0lNG__todoDelBtn{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;margin-left:.5rem;padding:.25rem;transition:all .2s}.home-module__Hx0lNG__todoDelBtn:hover{color:#ef4444;background:#ef44441a}.home-module__Hx0lNG__hoySection{margin-bottom:2rem}.home-module__Hx0lNG__hoyTitle{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:flex}.home-module__Hx0lNG__hoySubtitle{color:var(--muted-foreground);margin-bottom:1.25rem;font-size:.85rem}.home-module__Hx0lNG__hoyGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.home-module__Hx0lNG__hoyCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:1.25rem;display:flex}.home-module__Hx0lNG__hoyCardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.home-module__Hx0lNG__hoyCardTitle{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.home-module__Hx0lNG__hoyCardCount{border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.home-module__Hx0lNG__hoyList{flex-direction:column;gap:.5rem;max-height:220px;display:flex;overflow-y:auto}.home-module__Hx0lNG__hoyItem{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);color:inherit;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;text-decoration:none;transition:border-color .2s;display:flex}.home-module__Hx0lNG__hoyItem:hover{border-color:var(--accent)}.home-module__Hx0lNG__hoyItemLeft{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}.home-module__Hx0lNG__hoyItemAvatar{background:var(--muted);width:32px;height:32px;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex;overflow:hidden}.home-module__Hx0lNG__hoyItemAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.home-module__Hx0lNG__hoyItemInfo{flex-direction:column;min-width:0;display:flex}.home-module__Hx0lNG__hoyItemName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.home-module__Hx0lNG__hoyItemSub{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.home-module__Hx0lNG__hoyItemRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.home-module__Hx0lNG__hoyDaysBadge{white-space:nowrap;border-radius:1rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.home-module__Hx0lNG__hoyWhatsapp{color:#25d366;cursor:pointer;background:#25d3661f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.home-module__Hx0lNG__hoyWhatsapp:hover{background:#25d36640}.home-module__Hx0lNG__hoyEmptyState{color:var(--muted-foreground);justify-content:center;align-items:center;padding:1.5rem 0;font-size:.85rem;font-style:italic;display:flex}.home-module__Hx0lNG__hoySeeAll{color:var(--accent);text-align:right;margin-top:.5rem;font-size:.75rem;font-weight:500;text-decoration:none;display:block}.home-module__Hx0lNG__hoySeeAll:hover{text-decoration:underline}@media (max-width:768px){.home-module__Hx0lNG__dashboardGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.home-module__Hx0lNG__statCard{padding:1rem}.home-module__Hx0lNG__statValue{font-size:1.75rem}.home-module__Hx0lNG__statTitle{font-size:.75rem}.home-module__Hx0lNG__dndGrid{grid-template-columns:1fr}.home-module__Hx0lNG__panel{padding:1rem}.home-module__Hx0lNG__panelTitle{margin-bottom:1rem;font-size:1rem}.home-module__Hx0lNG__listItem{padding:.75rem}.home-module__Hx0lNG__itemName{font-size:.875rem}.home-module__Hx0lNG__todoItem{gap:.75rem;padding:.75rem}.home-module__Hx0lNG__widgetHeader{flex-wrap:wrap}.home-module__Hx0lNG__hoyGrid{grid-template-columns:1fr}.home-module__Hx0lNG__hoyTitle{font-size:1.25rem}.home-module__Hx0lNG__hoyList{max-height:180px}}.home-module__Hx0lNG__kpiRow{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.75rem;display:grid}.home-module__Hx0lNG__kpiCard{background:var(--secondary);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:.35rem;min-width:0;padding:1.1rem 1.25rem;display:flex}.home-module__Hx0lNG__kpiLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;display:flex}.home-module__Hx0lNG__kpiValue{color:var(--foreground);font-size:1.85rem;font-weight:700;line-height:1.1}@media (max-width:900px){.home-module__Hx0lNG__kpiRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.home-module__Hx0lNG__kpiRow{grid-template-columns:1fr}}.home-module__Hx0lNG__section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem 1.4rem}.home-module__Hx0lNG__sectionHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.home-module__Hx0lNG__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:600;display:flex}.home-module__Hx0lNG__sectionCount{background:var(--muted);color:var(--muted-foreground);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.home-module__Hx0lNG__sectionSearch{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);outline:none;margin-bottom:.6rem;padding:.45rem .7rem;font-size:.8rem}.home-module__Hx0lNG__sectionList{flex-direction:column;gap:.5rem;max-height:380px;display:flex;overflow-y:auto}.home-module__Hx0lNG__todoForm{gap:.4rem;margin-bottom:.75rem;display:flex}.home-module__Hx0lNG__todoFormInput{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);color:var(--foreground);outline:none;flex:1;padding:.5rem .75rem;font-size:.82rem}.home-module__Hx0lNG__todoFormBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--accent);color:var(--accent-foreground);cursor:pointer;align-items:center;padding:.5rem .75rem;display:flex}
.map-module__rmN_1G__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.map-module__rmN_1G__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.map-module__rmN_1G__subtitle{color:var(--muted-foreground);font-size:1rem}.map-module__rmN_1G__actions{gap:1rem;display:flex}.map-module__rmN_1G__searchBar{max-width:600px;margin-bottom:1.5rem;position:relative}.map-module__rmN_1G__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.map-module__rmN_1G__searchInput{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:var(--card);width:100%;color:var(--foreground);padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.map-module__rmN_1G__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.map-module__rmN_1G__mapContainer{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--muted);width:100%;height:calc(100vh - 250px);min-height:500px;position:relative;overflow:hidden}.map-module__rmN_1G__mapControls{z-index:10;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:250px;padding:1rem;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000001a}.map-module__rmN_1G__controlGroup h4{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.875rem;font-weight:600}.map-module__rmN_1G__checkbox{cursor:pointer;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.map-module__rmN_1G__checkbox input{width:1rem;height:1rem;accent-color:var(--accent)}.map-module__rmN_1G__checkbox span{color:var(--foreground);font-size:.875rem}.map-module__rmN_1G__mapCanvas{width:100%;height:100%}
.matching-module__PbCmba__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.matching-module__PbCmba__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.matching-module__PbCmba__subtitle{color:var(--muted-foreground);font-size:1rem}.matching-module__PbCmba__actions{gap:1rem;display:flex}.matching-module__PbCmba__heroAlert{border-radius:var(--radius-lg);background:#2563eb0d;border:1px solid #2563eb33;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem 2rem;display:flex}.matching-module__PbCmba__heroIcon{color:var(--accent);background:var(--background);border-radius:50%;padding:.75rem;box-shadow:0 2px 4px #0000000d}.matching-module__PbCmba__heroContent h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.matching-module__PbCmba__heroContent p{color:var(--foreground);font-size:.95rem;line-height:1.6}.matching-module__PbCmba__grid{grid-template-columns:1.5fr 1fr;gap:1.5rem;display:grid}.matching-module__PbCmba__col{flex-direction:column;gap:1.5rem;display:flex}.matching-module__PbCmba__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.matching-module__PbCmba__cardTitle{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.matching-module__PbCmba__cardSubtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:.875rem}.matching-module__PbCmba__weightsList{flex-direction:column;gap:2rem;display:flex}.matching-module__PbCmba__weightItem{flex-direction:column;gap:1rem;display:flex}.matching-module__PbCmba__weightHeader{align-items:center;gap:1rem;display:flex}.matching-module__PbCmba__weightIcon{color:var(--muted-foreground)}.matching-module__PbCmba__weightInfo{flex:1}.matching-module__PbCmba__weightInfo h4{font-size:1rem;font-weight:600}.matching-module__PbCmba__weightInfo span{color:var(--muted-foreground);font-size:.875rem}.matching-module__PbCmba__weightValue{color:var(--foreground);align-items:center;gap:.5rem;font-weight:600;display:flex}.matching-module__PbCmba__numInput{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);width:60px;color:var(--foreground);text-align:center;padding:.5rem;font-weight:600}.matching-module__PbCmba__rangeInput{width:100%;accent-color:var(--accent)}.matching-module__PbCmba__formGroup{flex-direction:column;gap:.5rem;display:flex}.matching-module__PbCmba__formGroup label{color:var(--foreground);font-size:.875rem;font-weight:600}.matching-module__PbCmba__select{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--background);color:var(--foreground);padding:.75rem 1rem;font-size:.95rem}.matching-module__PbCmba__helpText{color:var(--muted-foreground);font-size:.75rem}.matching-module__PbCmba__cardDesc{color:var(--foreground);margin-top:1rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.matching-module__PbCmba__warningBox{border-left:4px solid var(--danger);color:var(--foreground);border-radius:0 var(--radius-md)var(--radius-md)0;background:#ef44440d;padding:1rem;font-size:.875rem}
.needs-module__QjG7Ha__container{color:var(--foreground);flex-direction:column;height:calc(100vh - 60px - 4rem);font-family:Inter,sans-serif;display:flex}.needs-module__QjG7Ha__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.needs-module__QjG7Ha__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.needs-module__QjG7Ha__kanbanBoard{flex:1;gap:1.5rem;min-height:0;padding-bottom:1rem;display:flex;overflow:auto hidden}.needs-module__QjG7Ha__kanbanColumn{background:var(--muted);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex:0 0 380px;max-height:100%;display:flex}.needs-module__QjG7Ha__columnHeader{border-bottom:1px solid var(--border);background:#ffffff05;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.needs-module__QjG7Ha__columnTitle{align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.needs-module__QjG7Ha__columnCount{background:var(--muted);color:var(--muted-foreground);border-radius:20px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.needs-module__QjG7Ha__columnBody{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.needs-module__QjG7Ha__needCard{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-shrink:0;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.needs-module__QjG7Ha__needCard:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.needs-module__QjG7Ha__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.needs-module__QjG7Ha__clubTarget{color:var(--foreground);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.needs-module__QjG7Ha__clubName{color:inherit;text-decoration:none}.needs-module__QjG7Ha__clubName:hover{color:var(--accent);text-decoration:underline}.needs-module__QjG7Ha__positionBadge{color:#4f46e5;background:#6366f124;border:1px solid #6366f166;border-radius:5px;padding:.25rem .55rem;font-size:.74rem;font-weight:600}.needs-module__QjG7Ha__cardDetails{color:var(--muted-foreground);flex-direction:column;gap:.6rem;font-size:.85rem;display:flex}.needs-module__QjG7Ha__detailRow{align-items:center;gap:.5rem;display:flex}.needs-module__QjG7Ha__notes{color:var(--muted-foreground);margin-top:0;margin-bottom:.3rem;font-size:.85rem;line-height:1.5}.needs-module__QjG7Ha__matchCount,.needs-module__QjG7Ha__matchCountNone{display:none}.needs-module__QjG7Ha__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.needs-module__QjG7Ha__modal{background:var(--background);border:1px solid var(--border);border-radius:12px;width:600px;max-width:90vw;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 40px #0003}.needs-module__QjG7Ha__modalHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.needs-module__QjG7Ha__modalHeader h2{margin:0;font-size:1.5rem}.needs-module__QjG7Ha__closeButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.needs-module__QjG7Ha__closeButton:hover{background:var(--muted);color:var(--foreground)}.needs-module__QjG7Ha__formGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.needs-module__QjG7Ha__formGroup{flex-direction:column;gap:.35rem;display:flex}.needs-module__QjG7Ha__formGroup.needs-module__QjG7Ha__fullWidth{grid-column:1/-1}.needs-module__QjG7Ha__label{color:var(--muted-foreground);font-size:.8rem;font-weight:500}.needs-module__QjG7Ha__input,.needs-module__QjG7Ha__textarea{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:6px;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.85rem;transition:all .2s}.needs-module__QjG7Ha__input:focus,.needs-module__QjG7Ha__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61a}.needs-module__QjG7Ha__textarea{resize:vertical;min-height:80px}.needs-module__QjG7Ha__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.needs-module__QjG7Ha__dropdownContainer{width:100%;position:relative}.needs-module__QjG7Ha__dropdownList{background:var(--card);border:1px solid var(--border);z-index:10;border-radius:6px;width:100%;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.needs-module__QjG7Ha__dropdownItem{cursor:pointer;border-bottom:1px solid var(--border);padding:.8rem 1rem;transition:background .2s}.needs-module__QjG7Ha__dropdownItem:last-child{border-bottom:none}.needs-module__QjG7Ha__dropdownItem:hover{background:var(--muted)}.needs-module__QjG7Ha__tagsContainer{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.needs-module__QjG7Ha__positionTag{color:var(--accent);background:#3b82f61a;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;display:flex}.needs-module__QjG7Ha__removeTagBtn{color:var(--accent);cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:0;display:flex}.needs-module__QjG7Ha__removeTagBtn:hover{opacity:1}.needs-module__QjG7Ha__matchingSection{border-top:2px dashed var(--border);margin-top:1.5rem;padding-top:1.5rem}.needs-module__QjG7Ha__matchingHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.needs-module__QjG7Ha__matchingHeader h3{color:var(--accent);align-items:center;gap:.5rem;margin:0;font-size:1.2rem;display:flex}.needs-module__QjG7Ha__matchTarget{background:#3b82f60d;border:1px solid #3b82f633;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:.8rem 1rem;transition:all .2s;display:flex}.needs-module__QjG7Ha__matchTarget:hover{background:#3b82f61a}.needs-module__QjG7Ha__matchName{color:var(--foreground);font-size:1rem;font-weight:600;text-decoration:none}.needs-module__QjG7Ha__matchName:hover{text-decoration:underline}.needs-module__QjG7Ha__matchStars{color:#f59e0b;font-size:.8rem}.needs-module__QjG7Ha__matchScoreBadge{color:#fff;background:#10b981;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.8rem;font-weight:700;display:flex}.needs-module__QjG7Ha__matchActions{gap:.5rem;display:flex}.needs-module__QjG7Ha__actionBtn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.needs-module__QjG7Ha__actionBtn.needs-module__QjG7Ha__whatsapp{color:#fff;background:#25d366}.needs-module__QjG7Ha__actionBtn.needs-module__QjG7Ha__whatsapp:hover{background:#1eb956}.needs-module__QjG7Ha__actionBtn.needs-module__QjG7Ha__dossier{background:var(--muted);color:var(--foreground)}.needs-module__QjG7Ha__actionBtn.needs-module__QjG7Ha__dossier:hover{background:var(--border)}.needs-module__QjG7Ha__gridBoard{flex:1;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));align-content:start;gap:1rem;min-height:0;padding-bottom:1rem;display:grid;overflow-y:auto}.needs-module__QjG7Ha__tableContainer{flex:1;min-height:0;padding-bottom:1rem;overflow-y:auto}.needs-module__QjG7Ha__needsTable{border-collapse:separate;border-spacing:0;width:100%;font-size:.85rem}.needs-module__QjG7Ha__needsTable thead{z-index:2;position:sticky;top:0}.needs-module__QjG7Ha__needsTable th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-hint);background:var(--background);border-bottom:1px solid var(--separator);white-space:nowrap;padding:.7rem 1rem;font-size:.68rem;font-weight:600}.needs-module__QjG7Ha__needsTable td{border-bottom:1px solid var(--overlay-subtle);vertical-align:middle;padding:.65rem 1rem}.needs-module__QjG7Ha__needsTable tbody tr{cursor:pointer;transition:background .15s}.needs-module__QjG7Ha__needsTable tbody tr:hover{background:var(--overlay-subtle)}.needs-module__QjG7Ha__tableClubCell{align-items:center;gap:.5rem;font-weight:600;display:flex}.needs-module__QjG7Ha__tablePipelineBadge{white-space:nowrap;border-radius:4px;align-items:center;gap:3px;padding:2px 7px;font-size:.72rem;font-weight:600;display:inline-flex}.needs-module__QjG7Ha__tablePositions{flex-wrap:wrap;gap:.3rem;display:flex}.needs-module__QjG7Ha__tablePositions .needs-module__QjG7Ha__positionBadge{padding:.2rem .45rem;font-size:.7rem}.needs-module__QjG7Ha__tableStaleness{white-space:nowrap;align-items:center;gap:3px;font-size:.75rem;font-weight:600;display:flex}.needs-module__QjG7Ha__tableMatchBadge{border-radius:12px;align-items:center;gap:3px;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.needs-module__QjG7Ha__tableSharedBadge{white-space:nowrap;align-items:center;gap:3px;font-size:.75rem;font-weight:600;display:inline-flex}
.board-module__nwSR8a__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.board-module__nwSR8a__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:700}.board-module__nwSR8a__subtitle{color:var(--text-tertiary);margin:.2rem 0 0;font-size:.82rem}.board-module__nwSR8a__statChip{background:var(--overlay-subtle);border:1px solid var(--separator);border-radius:8px;align-items:center;gap:6px;padding:.4rem .75rem;display:flex}.board-module__nwSR8a__statChipNumber{color:var(--foreground);font-size:.95rem;font-weight:700;line-height:1}.board-module__nwSR8a__statChipLabel{color:var(--text-tertiary);font-size:.68rem}.board-module__nwSR8a__filtersContainer{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.board-module__nwSR8a__searchBar{flex:1;min-width:200px;position:relative}.board-module__nwSR8a__searchIcon{color:var(--text-hint);position:absolute;top:50%;left:.7rem;transform:translateY(-50%)}.board-module__nwSR8a__searchInput{border:1px solid var(--overlay-medium);background:var(--overlay-subtle);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:.55rem .75rem .55rem 2.2rem;font-family:inherit;font-size:.82rem;transition:border-color .2s}.board-module__nwSR8a__searchInput:focus{border-color:var(--text-hint)}.board-module__nwSR8a__searchInput::placeholder{color:var(--text-hint)}.board-module__nwSR8a__filterSelect{border:1px solid var(--overlay-medium);background:var(--overlay-subtle);color:var(--foreground);cursor:pointer;border-radius:8px;outline:none;min-width:130px;padding:.55rem .75rem;font-family:inherit;font-size:.8rem}.board-module__nwSR8a__filterSelect:focus{border-color:var(--text-hint)}.board-module__nwSR8a__board{flex:1;gap:.75rem;min-height:0;padding-bottom:.5rem;display:flex;overflow:auto hidden}.board-module__nwSR8a__column{background:var(--overlay-subtle);border:1px solid var(--separator);border-radius:12px;flex-direction:column;flex:1;min-width:280px;max-height:100%;display:flex}.board-module__nwSR8a__colHeader{border-bottom:1px solid var(--separator);flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.board-module__nwSR8a__colTitle{color:var(--muted-foreground);align-items:center;gap:8px;margin:0;font-size:.8rem;font-weight:600;display:flex}.board-module__nwSR8a__colDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.board-module__nwSR8a__colBadge{background:var(--overlay-medium);color:var(--text-secondary-alpha);text-align:center;border-radius:20px;min-width:22px;padding:.1rem .5rem;font-size:.7rem;font-weight:600}.board-module__nwSR8a__colBody{flex-direction:column;flex:1;gap:.5rem;padding:.5rem;display:flex;overflow-y:auto}.board-module__nwSR8a__dealCard{background:var(--overlay-subtle);border:1px solid var(--overlay-medium);cursor:pointer;border-radius:9px;transition:border-color .15s,box-shadow .15s,transform .1s}.board-module__nwSR8a__dealCard:hover{border-color:var(--overlay-medium);transform:translateY(-1px);box-shadow:0 4px 16px #00000059}.board-module__nwSR8a__dealCardInner{padding:12px 12px 10px}.board-module__nwSR8a__dealHeader{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.board-module__nwSR8a__dealTitle{color:var(--foreground);flex:1;margin:0;font-size:.88rem;font-weight:700;line-height:1.3}.board-module__nwSR8a__dealMenuBtn{color:var(--text-hint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:3px;display:flex}.board-module__nwSR8a__dealMenuBtn:hover{background:var(--overlay-medium);color:var(--text-secondary-alpha)}.board-module__nwSR8a__badgesRow{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:8px;display:flex}.board-module__nwSR8a__positionBadge{color:#a5a8ffe6;text-transform:uppercase;letter-spacing:.02em;background:#6366f11a;border:1px solid #6366f12e;border-radius:4px;padding:2px 7px;font-size:.66rem;font-weight:600}.board-module__nwSR8a__relationBadge{border-radius:4px;align-items:center;gap:3px;padding:2px 6px;font-size:.62rem;font-weight:600;display:inline-flex}.board-module__nwSR8a__dealClubRow{align-items:center;gap:5px;margin-bottom:8px;font-size:.78rem;display:flex}.board-module__nwSR8a__dealClubLink{color:var(--text-secondary-alpha);font-weight:500;text-decoration:none}.board-module__nwSR8a__dealClubLink:hover{color:var(--accent)}.board-module__nwSR8a__dealDetails{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.board-module__nwSR8a__detailTag{background:var(--overlay-light);border:1px solid var(--separator);color:var(--text-secondary-alpha);border-radius:4px;align-items:center;gap:4px;padding:2px 7px;font-size:.7rem;display:inline-flex}.board-module__nwSR8a__detailTagIcon{color:var(--text-hint);flex-shrink:0}.board-module__nwSR8a__dealNotes{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:.72rem;font-style:italic;line-height:1.35;overflow:hidden}.board-module__nwSR8a__dealFooter{border-top:1px solid var(--separator);justify-content:space-between;align-items:center;margin-top:4px;padding-top:8px;display:flex}.board-module__nwSR8a__dealFooterMeta{color:var(--text-hint);align-items:center;gap:4px;font-size:.7rem;display:flex}.board-module__nwSR8a__dealValue{color:#34d399d9;font-size:.75rem;font-weight:700}.board-module__nwSR8a__emptyColumn{text-align:center;color:var(--text-hint);border:1px dashed var(--overlay-medium);border-radius:8px;padding:2rem 1rem;font-size:.78rem}.board-module__nwSR8a__menuDropdown{background:var(--card);border:1px solid var(--overlay-medium);z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:8px;min-width:155px;padding:4px 0;position:absolute;top:100%;right:0;box-shadow:0 8px 28px #0009}.board-module__nwSR8a__menuItem{text-align:left;width:100%;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;padding:.5rem .9rem;font-family:inherit;font-size:.8rem;transition:background .15s;display:flex}.board-module__nwSR8a__menuItem:hover{background:var(--separator)}.board-module__nwSR8a__menuItemDanger{color:#ef4444bf;}.board-module__nwSR8a__menuItemDanger:hover{background:#ef444414}.board-module__nwSR8a__menuSeparator{background:var(--separator);height:1px;margin:3px 0}.board-module__nwSR8a__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.board-module__nwSR8a__modal{background:var(--card);border:1px solid var(--overlay-medium);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;width:520px;max-width:90vw;max-height:90vh;padding:0;overflow-y:auto;box-shadow:0 20px 50px #00000080}.board-module__nwSR8a__modalHeader{justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0;display:flex}.board-module__nwSR8a__modalHeaderInfo h3{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:700}.board-module__nwSR8a__modalHeaderSub{color:var(--text-tertiary);margin:.3rem 0 0;font-size:.8rem}.board-module__nwSR8a__modalBody{padding:1.25rem 1.5rem}.board-module__nwSR8a__formGroup{margin-bottom:1rem}.board-module__nwSR8a__formRow{gap:.75rem;margin-bottom:1rem;display:flex}.board-module__nwSR8a__formRow>.board-module__nwSR8a__formGroup{flex:1;margin-bottom:0}.board-module__nwSR8a__formLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.72rem;font-weight:600;display:block}.board-module__nwSR8a__formInput,.board-module__nwSR8a__formSelect,.board-module__nwSR8a__formTextarea{border:1px solid var(--overlay-medium);background:var(--overlay-subtle);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.board-module__nwSR8a__formInput:focus,.board-module__nwSR8a__formSelect:focus,.board-module__nwSR8a__formTextarea:focus{border-color:var(--text-hint)}.board-module__nwSR8a__formTextarea{resize:vertical;min-height:72px}.board-module__nwSR8a__modalFooter{border-top:1px solid var(--separator);justify-content:space-between;align-items:center;padding:1rem 1.5rem 1.25rem;display:flex}.board-module__nwSR8a__deleteBtn{color:#ef44448c;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:.4rem 0;font-family:inherit;font-size:.8rem;display:flex}.board-module__nwSR8a__deleteBtn:hover{color:#ef4444d9}.board-module__nwSR8a__modalActions{gap:.75rem;display:flex}.board-module__nwSR8a__viewProfileBtn{border:1px solid var(--overlay-medium);cursor:pointer;color:var(--text-secondary-alpha);background:0 0;border-radius:7px;align-items:center;gap:5px;padding:.35rem .7rem;font-family:inherit;font-size:.76rem;display:flex}.board-module__nwSR8a__viewProfileBtn:hover{border-color:var(--text-hint);color:var(--foreground)}
.player-form-module__F1-JGq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.player-form-module__F1-JGq__headerLeft{flex-direction:column;gap:.5rem;display:flex}.player-form-module__F1-JGq__backButton{color:var(--muted-foreground);align-items:center;gap:.5rem;width:fit-content;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.player-form-module__F1-JGq__backButton:hover{color:var(--foreground)}.player-form-module__F1-JGq__title{letter-spacing:-.025em;color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1.2}.player-form-module__F1-JGq__formContainer{flex-direction:column;gap:2.5rem;max-width:1000px;display:flex}.player-form-module__F1-JGq__formSection{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 1px 2px #0000000d}.player-form-module__F1-JGq__sectionTitle{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.player-form-module__F1-JGq__formGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.player-form-module__F1-JGq__formGroup{flex-direction:column;gap:.35rem;display:flex}.player-form-module__F1-JGq__formGroupFull{flex-direction:column;grid-column:1/-1;gap:.35rem;width:100%;display:flex}.player-form-module__F1-JGq__label{color:var(--foreground);font-size:.8rem;font-weight:500}.player-form-module__F1-JGq__input,.player-form-module__F1-JGq__textarea,.player-form-module__F1-JGq__select{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--foreground);border-radius:6px;padding:.55rem .75rem;font-size:.85rem;transition:all .2s}.player-form-module__F1-JGq__input:focus,.player-form-module__F1-JGq__textarea:focus,.player-form-module__F1-JGq__select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.player-form-module__F1-JGq__rangeInput{width:100%;accent-color:var(--accent);margin-top:.5rem}
.players-module__6U06bG__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.players-module__6U06bG__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.players-module__6U06bG__subtitle{color:var(--muted-foreground);font-size:1rem}.players-module__6U06bG__actions{gap:1rem;display:flex}.players-module__6U06bG__searchBar{max-width:600px;margin-bottom:2rem;position:relative}.players-module__6U06bG__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.players-module__6U06bG__searchInput{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:var(--card);width:100%;color:var(--foreground);padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.players-module__6U06bG__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.players-module__6U06bG__listContainer{flex-direction:column;gap:.75rem;display:flex}.players-module__6U06bG__listRow{background:var(--card);border-radius:var(--radius-md);border:1px solid var(--border);color:var(--foreground);align-items:center;gap:1.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.players-module__6U06bG__listRow:hover{background:var(--muted);border-color:var(--ring)}.players-module__6U06bG__listRowAvatar{background-color:var(--card);width:3rem;height:3rem;color:var(--muted-foreground);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.players-module__6U06bG__listRowAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.players-module__6U06bG__listRowInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.players-module__6U06bG__listRowInfo h3{margin:0;font-size:1.1rem;font-weight:600}.players-module__6U06bG__listRowInfo span{color:var(--muted-foreground);font-size:.85rem}.players-module__6U06bG__listRowMeta{flex-direction:column;align-items:flex-end;gap:.25rem;min-width:150px;display:flex}.players-module__6U06bG__listRowBadge{border-radius:1rem;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.players-module__6U06bG__statusRepresented{background:var(--accent);color:var(--accent-foreground)}.players-module__6U06bG__statusScouting{background:var(--warning);color:#000}.players-module__6U06bG__statusIntermediation{color:#fff;background:#6366f1}.players-module__6U06bG__statusLead{color:#fff;background:#f97316}.players-module__6U06bG__statusProspect{color:#fff;background:#a855f7}.players-module__6U06bG__statusDefault{background:var(--muted);color:var(--muted-foreground)}.players-module__6U06bG__statusFreeAgent{color:#6ee7b7;background:#065f46}.players-module__6U06bG__statusInjured{color:#fca5a5;background:#7f1d1d}.players-module__6U06bG__starRating{color:var(--warning);align-items:center;gap:2px;font-size:.75rem;display:flex}@media (max-width:768px){.players-module__6U06bG__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1rem}.players-module__6U06bG__title{font-size:1.5rem}.players-module__6U06bG__actions{flex-direction:column;gap:.75rem;width:100%}.players-module__6U06bG__searchBar{max-width:none;margin-bottom:1rem}.players-module__6U06bG__searchInput{padding:.75rem .75rem .75rem 2.5rem;font-size:.9rem}.players-module__6U06bG__listRow{gap:.75rem;padding:.75rem 1rem}.players-module__6U06bG__listRowAvatar{width:2.5rem;height:2.5rem}.players-module__6U06bG__listRowInfo h3{font-size:.95rem}.players-module__6U06bG__listRowMeta{display:none}}
.reminders-module__T3N7fG__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.reminders-module__T3N7fG__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.reminders-module__T3N7fG__subtitle{color:var(--muted-foreground);font-size:1rem}.reminders-module__T3N7fG__actions{gap:1rem;display:flex}.reminders-module__T3N7fG__board{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:1.5rem;display:grid}.reminders-module__T3N7fG__col{background:var(--muted);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1rem;display:flex}.reminders-module__T3N7fG__colHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.reminders-module__T3N7fG__colTitle{color:var(--foreground);font-size:1rem;font-weight:600}.reminders-module__T3N7fG__badgeDanger{background:var(--danger);color:#fff;border-radius:1rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.reminders-module__T3N7fG__badgeWarning{background:var(--warning);color:#fff;border-radius:1rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.reminders-module__T3N7fG__remindersList{flex-direction:column;gap:1rem;display:flex}.reminders-module__T3N7fG__reminderCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);border-left:4px solid #0000;padding:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.reminders-module__T3N7fG__reminderCard:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.reminders-module__T3N7fG__cardDanger{border-left-color:var(--danger)}.reminders-module__T3N7fG__cardWarning{border-left-color:var(--warning)}.reminders-module__T3N7fG__cardCompleted{border-left-color:var(--success);opacity:.7}.reminders-module__T3N7fG__reminderHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.reminders-module__T3N7fG__iconDanger{color:var(--danger)}.reminders-module__T3N7fG__iconWarning{color:var(--warning)}.reminders-module__T3N7fG__iconSuccess{color:var(--success)}.reminders-module__T3N7fG__reminderDate{color:var(--muted-foreground);font-size:.75rem;font-weight:600}.reminders-module__T3N7fG__reminderTitle{color:var(--foreground);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.reminders-module__T3N7fG__reminderDesc{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;line-height:1.4}.reminders-module__T3N7fG__reminderActions{border-top:1px dashed var(--border);gap:.5rem;padding-top:.75rem;display:flex}
.roadmap-module__w6RkUa__container{max-width:1200px;margin:0 auto;padding:2rem;animation:.4s ease-out roadmap-module__w6RkUa__fadeIn}@keyframes roadmap-module__w6RkUa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.roadmap-module__w6RkUa__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.roadmap-module__w6RkUa__title{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.roadmap-module__w6RkUa__subtitle{color:var(--muted-foreground);margin-top:.35rem;font-size:.9rem}.roadmap-module__w6RkUa__statsRow{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.roadmap-module__w6RkUa__statPill{border:1px solid var(--border);background:var(--background);border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;display:flex}.roadmap-module__w6RkUa__statNumber{font-size:1.1rem;font-weight:700}.roadmap-module__w6RkUa__section{margin-bottom:2.5rem}.roadmap-module__w6RkUa__sectionHeader{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.roadmap-module__w6RkUa__sectionTitle{margin:0;font-size:1.1rem;font-weight:700}.roadmap-module__w6RkUa__sectionCount{background:var(--separator);color:var(--muted-foreground);border-radius:10px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.roadmap-module__w6RkUa__actionCard{border:1px solid var(--border);background:var(--background);cursor:pointer;color:inherit;border-radius:10px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.85rem 1rem;text-decoration:none;transition:all .15s;display:flex}.roadmap-module__w6RkUa__actionCard:hover{border-color:var(--overlay-medium);background:var(--overlay-subtle);transform:translate(2px)}.roadmap-module__w6RkUa__priorityDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.roadmap-module__w6RkUa__actionContent{flex:1;min-width:0}.roadmap-module__w6RkUa__actionTitle{margin-bottom:.15rem;font-size:.9rem;font-weight:600}.roadmap-module__w6RkUa__actionMeta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.roadmap-module__w6RkUa__actionBadge{white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.roadmap-module__w6RkUa__emptySection{text-align:center;color:var(--muted-foreground);border:1px dashed var(--border);border-radius:10px;padding:1.5rem;font-size:.85rem}.roadmap-module__w6RkUa__refreshBtn{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.roadmap-module__w6RkUa__refreshBtn:hover{background:var(--overlay-light)}
.settings-module__eSbG6G__header{margin-bottom:2rem}.settings-module__eSbG6G__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.settings-module__eSbG6G__subtitle{color:var(--muted-foreground);font-size:1rem}.settings-module__eSbG6G__importCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:800px;margin:0 auto;padding:2rem}.settings-module__eSbG6G__importCard h2{margin-bottom:.5rem;font-size:1.5rem}.settings-module__eSbG6G__importCard>p{color:var(--muted-foreground);margin-bottom:2rem}.settings-module__eSbG6G__typeSelector{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.settings-module__eSbG6G__typeSelector label{font-size:.9rem;font-weight:600}.settings-module__eSbG6G__select{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--foreground);padding:.75rem;font-size:1rem}.settings-module__eSbG6G__uploadZone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;background:var(--muted);cursor:pointer;padding:4rem 2rem;transition:all .2s;position:relative}.settings-module__eSbG6G__uploadZone:hover{border-color:var(--accent);background:#2563eb0d}.settings-module__eSbG6G__uploadIcon{color:var(--muted-foreground);margin-bottom:1rem}.settings-module__eSbG6G__uploadZone h3{color:var(--foreground);margin-bottom:.5rem}.settings-module__eSbG6G__uploadZone p{color:var(--muted-foreground);font-size:.85rem}.settings-module__eSbG6G__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.settings-module__eSbG6G__error{color:var(--danger);border-radius:var(--radius-md);background:#ef44441a;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:.9rem;display:flex}.settings-module__eSbG6G__mappingZone{animation:.3s settings-module__eSbG6G__fadeIn}.settings-module__eSbG6G__mappingZone h3{margin-bottom:.5rem}.settings-module__eSbG6G__mappingZone>p{color:var(--muted-foreground);margin-bottom:2rem}.settings-module__eSbG6G__mappingGrid{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.settings-module__eSbG6G__mappingRow{background:var(--muted);border-radius:var(--radius-md);align-items:center;gap:1rem;padding:1rem;display:flex}.settings-module__eSbG6G__mappingLabel{flex:1}.settings-module__eSbG6G__mappingSelect{flex:1;align-items:center;gap:1rem;display:flex}.settings-module__eSbG6G__mappingSelect span{color:var(--muted-foreground)}.settings-module__eSbG6G__mappingSelect select{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--background);color:var(--foreground);flex:1;padding:.5rem}.settings-module__eSbG6G__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding-top:2rem;display:flex}.settings-module__eSbG6G__successZone{text-align:center;padding:4rem 2rem;animation:.3s settings-module__eSbG6G__fadeIn}.settings-module__eSbG6G__successIcon{color:var(--success);margin-bottom:1rem}.settings-module__eSbG6G__successZone h3{margin-bottom:.5rem;font-size:1.5rem}.settings-module__eSbG6G__successZone p{color:var(--muted-foreground)}.settings-module__eSbG6G__spinner{border:4px solid var(--muted);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;margin:0 auto 1.5rem;animation:1s linear infinite settings-module__eSbG6G__spin}@keyframes settings-module__eSbG6G__spin{to{transform:rotate(360deg)}}@keyframes settings-module__eSbG6G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.PdfExportModal-module__jAPwUq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000bf;justify-content:center;align-items:flex-start;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.PdfExportModal-module__jAPwUq__modalContainer{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:1000px;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.PdfExportModal-module__jAPwUq__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.PdfExportModal-module__jAPwUq__modalHeader h2{font-size:1.25rem;font-weight:600}.PdfExportModal-module__jAPwUq__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.PdfExportModal-module__jAPwUq__closeBtn:hover{background:var(--muted);color:var(--foreground)}.PdfExportModal-module__jAPwUq__modalBody{flex-wrap:wrap;align-items:flex-start;gap:2rem;padding:2rem;display:flex}.PdfExportModal-module__jAPwUq__controlsSection{background:var(--card);border:1px solid var(--border);border-radius:8px;flex:1;min-width:300px;padding:1.5rem}.PdfExportModal-module__jAPwUq__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:6px;padding:.75rem 1rem}.PdfExportModal-module__jAPwUq__primaryBtn{background:var(--accent);width:100%;color:var(--accent-foreground);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:600;transition:opacity .2s;display:flex}.PdfExportModal-module__jAPwUq__primaryBtn:disabled{opacity:.7;cursor:not-allowed}.PdfExportModal-module__jAPwUq__primaryBtn:hover:not(:disabled){opacity:.9}.PdfExportModal-module__jAPwUq__spin{animation:1s linear infinite PdfExportModal-module__jAPwUq__spin}@keyframes PdfExportModal-module__jAPwUq__spin{to{transform:rotate(360deg)}}.PdfExportModal-module__jAPwUq__previewContainer{background:#e2e8f0;border-radius:8px;flex:2;justify-content:center;min-width:500px;max-height:80vh;padding:1rem;display:flex;overflow-y:auto}.PdfExportModal-module__jAPwUq__a4Page{color:#1a202c;background:#fff;flex-direction:column;width:794px;min-height:1123px;padding:25px;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;box-shadow:0 4px 6px #0000001a}.PdfExportModal-module__jAPwUq__reportHeader{border-bottom:2px solid #2b6cb0;justify-content:space-between;align-items:baseline;margin-bottom:15px;padding-bottom:12px;display:flex}.PdfExportModal-module__jAPwUq__headerTitle{align-items:center;gap:15px;display:flex}.PdfExportModal-module__jAPwUq__headerText{flex-direction:column;display:flex}.PdfExportModal-module__jAPwUq__headerTitle h1{letter-spacing:-1px;color:#1a202c;margin:0;font-size:2.5rem;font-weight:900;line-height:1}.PdfExportModal-module__jAPwUq__headerTitle p{letter-spacing:2px;color:#718096;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.PdfExportModal-module__jAPwUq__headerMeta{text-align:right;color:#4a5568;font-size:.85rem}.PdfExportModal-module__jAPwUq__playerHero{align-items:center;gap:20px;margin-bottom:15px;display:flex}.PdfExportModal-module__jAPwUq__photoBox{background:#edf2f7;border:3px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:120px;height:120px;overflow:hidden}.PdfExportModal-module__jAPwUq__placeholderPhoto{color:#a0aec0;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:700;display:flex}.PdfExportModal-module__jAPwUq__realPhoto{object-fit:cover;width:100%;height:100%}.PdfExportModal-module__jAPwUq__personalInfo{flex:1}.PdfExportModal-module__jAPwUq__playerName{color:#1a202c;margin:0 0 10px;font-size:2rem;font-weight:800;line-height:1.1}.PdfExportModal-module__jAPwUq__infoGrid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.PdfExportModal-module__jAPwUq__infoItem{flex-direction:column;display:flex}.PdfExportModal-module__jAPwUq__infoLabel{color:#718096;text-transform:uppercase;font-size:.75rem;font-weight:600}.PdfExportModal-module__jAPwUq__infoValue{color:#2d3748;font-size:1.1rem;font-weight:700}.PdfExportModal-module__jAPwUq__sectionBlock{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;padding:12px 15px}.PdfExportModal-module__jAPwUq__sectionTitle{color:#2b6cb0;border-bottom:1px solid #e2e8f0;margin:0 0 10px;padding-bottom:6px;font-size:1rem;font-weight:700}.PdfExportModal-module__jAPwUq__statsRow{justify-content:space-around;display:flex}.PdfExportModal-module__jAPwUq__statSquare{flex-direction:column;align-items:center;display:flex}.PdfExportModal-module__jAPwUq__sqValue{color:#1a202c;font-size:2.5rem;font-weight:800;line-height:1}.PdfExportModal-module__jAPwUq__sqLabel{color:#718096;margin-top:5px;font-size:.85rem;font-weight:600}.PdfExportModal-module__jAPwUq__twoCols{gap:20px;margin-bottom:25px;display:flex}.PdfExportModal-module__jAPwUq__colLeft{flex:1.5}.PdfExportModal-module__jAPwUq__colRight{flex:1}.PdfExportModal-module__jAPwUq__gpsList{flex-direction:column;gap:15px;margin-top:15px;display:flex}.PdfExportModal-module__jAPwUq__gpsItem{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.PdfExportModal-module__jAPwUq__gpsItem span{color:#4a5568;font-size:.9rem}.PdfExportModal-module__jAPwUq__gpsItem strong{color:#1a202c;font-size:1.1rem}.PdfExportModal-module__jAPwUq__scoutingBox{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px 15px}.PdfExportModal-module__jAPwUq__reportFooter{text-align:center;color:#a0aec0;border-top:1px solid #e2e8f0;margin-top:auto;padding-top:15px;font-size:.75rem}
