.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}
.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__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)}
.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}
.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)}
.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}}
.coach-detail-module__dBiiOG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.coach-detail-module__dBiiOG__backButton{color:var(--muted-foreground);align-items:center;gap:.5rem;font-weight:500;transition:color .2s;display:flex}.coach-detail-module__dBiiOG__backButton:hover{color:var(--foreground)}.coach-detail-module__dBiiOG__actions{gap:1rem;display:flex}.coach-detail-module__dBiiOG__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}.coach-detail-module__dBiiOG__heroLeft{align-items:center;gap:1.5rem;display:flex}.coach-detail-module__dBiiOG__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}.coach-detail-module__dBiiOG__heroInfo{flex-direction:column;gap:.5rem;display:flex}.coach-detail-module__dBiiOG__name{letter-spacing:-.025em;font-size:1.75rem;font-weight:700;line-height:1.2}.coach-detail-module__dBiiOG__statusBadge{border-radius:var(--radius-sm);background:var(--muted);margin-left:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.coach-detail-module__dBiiOG__statusBadge[data-status=represented]{background:var(--accent);color:var(--accent-foreground)}.coach-detail-module__dBiiOG__basicInfo{color:var(--muted-foreground);font-size:1rem}.coach-detail-module__dBiiOG__keyStats{gap:1.25rem;margin-top:.5rem;display:flex}.coach-detail-module__dBiiOG__keyStat{align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.coach-detail-module__dBiiOG__icon{color:var(--accent)}.coach-detail-module__dBiiOG__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.coach-detail-module__dBiiOG__col,.coach-detail-module__dBiiOG__leftCol{flex-direction:column;gap:1.5rem;display:flex}.coach-detail-module__dBiiOG__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.coach-detail-module__dBiiOG__cardTitle{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.coach-detail-module__dBiiOG__detailList{flex-direction:column;gap:1rem;display:flex}.coach-detail-module__dBiiOG__detailItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.coach-detail-module__dBiiOG__detailItem:last-child{border-bottom:none;padding-bottom:0}.coach-detail-module__dBiiOG__detailLabel{color:var(--muted-foreground);font-size:.9rem}.coach-detail-module__dBiiOG__detailValue{text-align:right;max-width:60%;font-size:.95rem;font-weight:500}.coach-detail-module__dBiiOG__ratingsList{flex-direction:column;gap:1rem;display:flex}.coach-detail-module__dBiiOG__ratingRow{justify-content:space-between;align-items:center;display:flex}.coach-detail-module__dBiiOG__ratingName{font-size:.95rem;font-weight:500}.coach-detail-module__dBiiOG__stars{gap:.25rem;display:flex}.coach-detail-module__dBiiOG__notesCard{background:#f59e0b0d;border-color:#f59e0b33}[data-theme=dark] .coach-detail-module__dBiiOG__notesCard{background:#f59e0b1a}.coach-detail-module__dBiiOG__notesContent{color:var(--foreground);white-space:pre-wrap;font-size:.95rem;line-height:1.6}
.coaches-module__ivVwQW__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.coaches-module__ivVwQW__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.coaches-module__ivVwQW__subtitle{color:var(--muted-foreground);font-size:1rem}.coaches-module__ivVwQW__actions{gap:1rem;display:flex}.coaches-module__ivVwQW__searchBar{max-width:600px;margin-bottom:2rem;position:relative}.coaches-module__ivVwQW__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.coaches-module__ivVwQW__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}.coaches-module__ivVwQW__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.coaches-module__ivVwQW__listContainer{flex-direction:column;gap:.75rem;display:flex}.coaches-module__ivVwQW__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}.coaches-module__ivVwQW__listRow:hover{background:var(--muted);border-color:var(--ring)}.coaches-module__ivVwQW__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}.coaches-module__ivVwQW__listRowAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.coaches-module__ivVwQW__listRowInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.coaches-module__ivVwQW__listRowInfo h3{margin:0;font-size:1.1rem;font-weight:600}.coaches-module__ivVwQW__listRowInfo span{color:var(--muted-foreground);font-size:.85rem}.coaches-module__ivVwQW__listRowMeta{flex-direction:column;align-items:flex-end;gap:.25rem;min-width:150px;display:flex}.coaches-module__ivVwQW__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}.coaches-module__ivVwQW__listRowContacts{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.8rem;display:flex}
.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);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #00000005}.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;color:var(--muted-foreground);border-bottom:1px solid var(--border);background:#00000005;padding:1rem 1.5rem;font-size:.85rem;font-weight:600}.finances-module__hPPsFG__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1.25rem 1.5rem}.finances-module__hPPsFG__table tr:last-child td{border-bottom:none}.finances-module__hPPsFG__table tr:hover{background:#00000003}.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}
.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(--background);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(--background);border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:1.2rem;transition:all .2s;box-shadow:0 2px 4px #00000005}.needs-module__QjG7Ha__needCard:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 16px #0000000f}.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:var(--accent);letter-spacing:.05em;background:#3b82f61a;border-radius:6px;padding:.3rem .6rem;font-size:.75rem;font-weight:700}.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{border-top:1px dashed var(--border);color:var(--muted-foreground);margin-top:.8rem;padding-top:.8rem;font-size:.85rem;font-style:italic;line-height:1.4}.needs-module__QjG7Ha__matchCount{color:#10b981;background:#10b9811a;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;padding:.5rem;font-size:.8rem;font-weight:600;display:flex}.needs-module__QjG7Ha__matchCountNone{background:var(--muted);color:var(--muted-foreground)}.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:1.5rem;display:grid}.needs-module__QjG7Ha__formGroup{flex-direction:column;gap:.5rem;display:flex}.needs-module__QjG7Ha__formGroup.needs-module__QjG7Ha__fullWidth{grid-column:1/-1}.needs-module__QjG7Ha__label{color:var(--muted-foreground);font-size:.85rem;font-weight:600}.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:.8rem 1rem;font-family:inherit;font-size:.95rem;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)}
.board-module__nwSR8a__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.board-module__nwSR8a__title{letter-spacing:-.025em;margin-bottom:.25rem;font-size:2rem;font-weight:700}.board-module__nwSR8a__subtitle{color:var(--muted-foreground);font-size:1rem}.board-module__nwSR8a__actions{gap:1rem;display:flex}.board-module__nwSR8a__searchBar{flex:1;min-width:250px;position:relative}.board-module__nwSR8a__filtersContainer{background:var(--card);border-radius:var(--radius-lg);border:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.board-module__nwSR8a__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}.board-module__nwSR8a__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.board-module__nwSR8a__searchInput{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);outline:none;padding:.75rem 1rem .75rem 2.8rem;font-size:.95rem}.board-module__nwSR8a__board{gap:1rem;width:100%;height:calc(100vh - 280px);min-height:500px;padding-bottom:2rem;display:flex}.board-module__nwSR8a__column{background:var(--muted);border-radius:var(--radius-lg);flex-direction:column;flex:1;min-width:0;height:100%;max-height:100%;display:flex}.board-module__nwSR8a__colHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.board-module__nwSR8a__colTitle{color:var(--foreground);font-size:.95rem;font-weight:600}.board-module__nwSR8a__colBadge{background:var(--border);color:var(--foreground);border-radius:1rem;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.board-module__nwSR8a__colBody{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.board-module__nwSR8a__dealCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;padding:1rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.board-module__nwSR8a__dealCard:hover{border-color:var(--ring);transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.board-module__nwSR8a__dealHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.board-module__nwSR8a__dealTitle{color:var(--foreground);flex:1;font-size:.95rem;font-weight:600;line-height:1.3}.board-module__nwSR8a__dealMenuBtn{color:var(--muted-foreground);border-radius:var(--radius-sm);padding:.2rem}.board-module__nwSR8a__dealMenuBtn:hover{background:var(--muted);color:var(--foreground)}.board-module__nwSR8a__dealMeta{color:var(--muted-foreground);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8rem;display:flex}.board-module__nwSR8a__dealIcon{color:var(--accent)}.board-module__nwSR8a__dealFooter{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.board-module__nwSR8a__dealTags{gap:.5rem;display:flex}.board-module__nwSR8a__probTag{color:var(--accent);border-radius:var(--radius-sm);background:#2563eb1a;padding:.2rem .4rem;font-size:.7rem;font-weight:600}.board-module__nwSR8a__dealValue{color:var(--success);font-size:.875rem;font-weight:700}.board-module__nwSR8a__dealDays{color:var(--muted-foreground);border-top:1px dashed var(--border);text-align:right;margin-top:.5rem;padding-top:.5rem;font-size:.7rem}
.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:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.player-form-module__F1-JGq__formGroup{flex-direction:column;gap:.5rem;display:flex}.player-form-module__F1-JGq__formGroupFull{flex-direction:column;gap:.5rem;width:100%;display:flex}.player-form-module__F1-JGq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.player-form-module__F1-JGq__input,.player-form-module__F1-JGq__textarea,.player-form-module__F1-JGq__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}.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{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}.players-module__6U06bG__starRating{color:var(--warning);align-items:center;gap:2px;font-size:.75rem;display:flex}
.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}
.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}
