.club-info-form-module-scss-module__eMfZya__form{flex-direction:column;gap:24px;min-width:0;max-width:800px;display:flex}.club-info-form-module-scss-module__eMfZya__section{flex-direction:column;gap:16px;display:flex}.club-info-form-module-scss-module__eMfZya__sectionTitle{border-bottom:1px solid var(--g-color-line-generic);padding-bottom:4px;display:block}.club-info-form-module-scss-module__eMfZya__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.club-info-form-module-scss-module__eMfZya__row{grid-template-columns:1fr}}.club-info-form-module-scss-module__eMfZya__field{flex-direction:column;gap:6px;display:flex}.club-info-form-module-scss-module__eMfZya__fieldLabel{color:var(--g-color-text-secondary);font-weight:500}.club-info-form-module-scss-module__eMfZya__checkboxGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.club-info-form-module-scss-module__eMfZya__formActions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}@media (max-width:768px){.club-info-form-module-scss-module__eMfZya__formActions{flex-direction:column;align-items:stretch}}.club-info-form-module-scss-module__eMfZya__geoBlock{background:var(--g-color-base-float);border-radius:var(--g-border-radius-s);border:1px solid var(--g-color-line-generic);flex-direction:column;gap:4px;padding:12px;display:flex}.club-info-form-module-scss-module__eMfZya__mapLink{color:var(--g-color-text-link);font-size:13px;text-decoration:none}.club-info-form-module-scss-module__eMfZya__mapLink:hover{text-decoration:underline}.club-info-form-module-scss-module__eMfZya__geoWarn{color:var(--g-color-text-warning)}
.g-modal{z-index:1000;background-color:var(--g-color-sfx-veil);-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:#0000;outline:none;position:fixed;inset:0;overflow:auto}.g-modal__content-aligner{justify-content:center;align-items:center;min-width:100%;min-height:100%;display:inline-flex}.g-modal__content-wrapper{margin:var(--g-modal-margin,20px)}.g-modal__content{height:var(--g-modal-height,auto);width:var(--g-modal-width,auto);background-color:var(--g-color-base-modal);border-radius:var(--g-modal-border-radius,5px);clip-path:inset(0 round var(--g-modal-border-radius,5px));outline:none;transition:height .35s ease-in-out}.g-modal__content_has-scroll{max-width:calc(100vw - var(--g-modal-margin,20px) * 2);max-height:calc(100vh - var(--g-modal-margin,20px) * 2);overflow:auto}.g-modal[data-floating-ui-status=unmounted]{visibility:hidden;margin:-9999px 0 0 -9999px;display:none}.g-modal[data-floating-ui-status=open],.g-modal[data-floating-ui-status=close]{transition:opacity .15s ease-out}.g-modal[data-floating-ui-status=initial],.g-modal[data-floating-ui-status=close]{opacity:0}.g-modal[data-floating-ui-status=initial] .g-modal__content{transform:scale(.75)}.g-modal[data-floating-ui-status=open] .g-modal__content,.g-modal[data-floating-ui-status=close] .g-modal__content{transition:height .35s ease-in-out,transform .15s ease-out}@media (prefers-reduced-motion:reduce){.g-modal[data-floating-ui-status] .g-modal__content{transition:none}}
.g-dialog-btn-close{z-index:1;position:absolute;inset-block-start:14px;inset-inline-end:14px}
.g-dialog-body{padding:10px var(--_--side-padding);flex:auto;transition:height .35s ease-in-out}.g-dialog-body_has-borders{border-block-start:1px solid var(--g-color-line-generic);border-block-end:1px solid var(--g-color-line-generic)}.g-dialog_has-scroll .g-dialog-body{overflow:auto}
.g-dialog-divider{border-block-start:1px solid var(--g-color-line-generic);margin:0 calc(-1 * var(--_--side-padding))}
.g-dialog-footer{padding:28px var(--_--side-padding);justify-content:flex-end;align-items:center;display:flex}.g-dialog-footer__bts-wrapper{gap:10px;display:flex}.g-dialog-footer__children{flex-grow:1;align-items:center;height:100%;display:flex}.g-dialog-footer__button{min-width:128px;position:relative}.g-dialog-footer__error{color:var(--g-color-text-danger);padding:10px}
.g-dialog-header{padding-block:20px 10px;padding-inline:var(--_--side-padding) calc(var(--_--side-padding) + var(--_--close-button-space) * var(--g-flow-is-ltr) + var(--_--close-button-space) * var(--g-flow-is-rtl));color:var(--g-color-text-primary);justify-content:flex-start;align-items:center;line-height:24px;display:flex}
.g-dialog{--_--side-padding:32px;--_--close-button-space:0px;width:var(--g-dialog-width,var(--_--width));flex-direction:column;display:flex;position:relative}.g-dialog_has-scroll{max-height:calc(100vh - var(--g-modal-margin,20px) * 2);overflow-y:auto}.g-dialog_size_s{--_--width:480px}.g-dialog_size_m{--_--width:720px}.g-dialog_size_l{--_--width:900px}.g-dialog_has-close{--_--close-button-space:24px}
@media (max-width:768px){.mobile-dialog-module-scss-module__NkYo0a__dialog{--_--side-padding:16px;--g-dialog-width:100%;width:100%;height:100%;min-height:100dvh;max-height:none}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-modal__content-aligner{align-items:stretch;min-height:100dvh;display:flex}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-modal__content-wrapper{flex:1;width:100%;max-width:none;margin:0;display:flex}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-modal__content{clip-path:none;border-radius:0;width:100%;max-width:none;height:100%;min-height:100dvh;max-height:none;transform:none}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-dialog-footer{padding-block:16px;padding-bottom:max(16px,env(safe-area-inset-bottom,0));margin-top:auto}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-dialog-footer__bts-wrapper{width:100%}.mobile-dialog-module-scss-module__NkYo0a__dialogModal .g-dialog-footer__button{flex:1;min-width:0}}
.court-modal-module-scss-module__7Dya0a__g-root{--tb-control-height:36px;--tb-control-height-compact:28px;--tb-control-font-size:14px;--tb-control-font-size-touch:16px;--tb-control-padding-x:12px;--tb-control-radius:var(--g-border-radius-s);--tb-control-border:1px solid var(--g-color-line-generic);--tb-field-gap:6px;--tb-label-size:13px;--tb-label-weight:500}.court-modal-module-scss-module__7Dya0a__body{flex-direction:column;gap:16px;display:flex}.court-modal-module-scss-module__7Dya0a__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:768px){.court-modal-module-scss-module__7Dya0a__row{grid-template-columns:1fr}}.court-modal-module-scss-module__7Dya0a__field{gap:var(--tb-field-gap);flex-direction:column;display:flex}.court-modal-module-scss-module__7Dya0a__label{font-size:var(--tb-label-size);font-weight:var(--tb-label-weight);color:var(--g-color-text-secondary);line-height:1.4}.court-modal-module-scss-module__7Dya0a__checkboxRow{flex-wrap:wrap;gap:24px;display:flex}@media (max-width:768px){.court-modal-module-scss-module__7Dya0a__checkboxRow{flex-direction:column;gap:12px}}
.data-sources-tab-module-scss-module__3nFEGa__root{flex-direction:column;gap:16px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__header{margin-bottom:4px}.data-sources-tab-module-scss-module__3nFEGa__list{flex-direction:column;gap:12px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__yclientsCard{flex-direction:column;gap:20px;min-width:0;padding:20px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__section{flex-direction:column;gap:10px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__sectionTitle{font-weight:500}.data-sources-tab-module-scss-module__3nFEGa__sectionText{max-width:72ch;line-height:1.55}.data-sources-tab-module-scss-module__3nFEGa__featureGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.data-sources-tab-module-scss-module__3nFEGa__featureItem{background:var(--g-color-base-generic-ultralight);border-radius:var(--g-border-radius-m);border:1px solid var(--g-color-line-generic);color:var(--g-color-text-secondary);padding:10px 12px;font-size:13px;line-height:1.45}.data-sources-tab-module-scss-module__3nFEGa__connectBlock{background:var(--g-color-base-generic-ultralight);border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-m);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__stepsList{color:var(--g-color-text-secondary);margin:0;padding-left:20px;font-size:13px;line-height:1.55}.data-sources-tab-module-scss-module__3nFEGa__stepsList li+li{margin-top:6px}.data-sources-tab-module-scss-module__3nFEGa__connectionDetails{border-top:1px solid var(--g-color-line-generic);flex-direction:column;gap:14px;padding-top:16px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__detailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;display:grid}@media (max-width:640px){.data-sources-tab-module-scss-module__3nFEGa__detailGrid{grid-template-columns:1fr}}.data-sources-tab-module-scss-module__3nFEGa__detailItem{flex-direction:column;gap:4px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__detailValue{word-break:break-word}.data-sources-tab-module-scss-module__3nFEGa__settingsBlock{background:var(--g-color-base-generic-ultralight);border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-m);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__settingsHint{line-height:1.45}.data-sources-tab-module-scss-module__3nFEGa__settingsRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (max-width:640px){.data-sources-tab-module-scss-module__3nFEGa__settingsRow{flex-direction:column;align-items:stretch}}.data-sources-tab-module-scss-module__3nFEGa__staffLoader{justify-content:center;padding:12px 0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__staffToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__staffList{flex-direction:column;gap:8px;max-height:280px;padding-right:4px;display:flex;overflow-y:auto}.data-sources-tab-module-scss-module__3nFEGa__staffItem{border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-m);background:var(--g-color-base-background);cursor:pointer;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__staffItemDisabled{opacity:.65;cursor:not-allowed}.data-sources-tab-module-scss-module__3nFEGa__staffMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__findSportSource{border-top:1px solid var(--g-color-line-generic);flex-direction:column;gap:12px;padding-top:16px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__linkRow{flex-wrap:wrap;gap:8px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__link{color:var(--g-color-text-link);font-size:13px;text-decoration:none}.data-sources-tab-module-scss-module__3nFEGa__link:hover{text-decoration:underline}.data-sources-tab-module-scss-module__3nFEGa__syncInfo{flex-direction:column;gap:4px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__note{background:var(--g-color-base-generic-ultralight);border-radius:var(--g-border-radius-m);border:1px solid var(--g-color-line-generic);padding:10px 12px;line-height:1.5}.data-sources-tab-module-scss-module__3nFEGa__errorText{background:var(--g-color-base-danger-light);border-radius:var(--g-border-radius-m);border:1px solid var(--g-color-line-danger);padding:10px 12px;line-height:1.45}.data-sources-tab-module-scss-module__3nFEGa__otherSourcesHeader{color:var(--g-color-text-secondary);margin-top:4px;font-weight:400}.data-sources-tab-module-scss-module__3nFEGa__card{flex-direction:column;gap:10px;min-width:0;padding:16px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__cardTitleRow{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.data-sources-tab-module-scss-module__3nFEGa__sourceName{font-weight:500}.data-sources-tab-module-scss-module__3nFEGa__cardMeta{flex-direction:column;gap:4px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__metaUrl{word-break:break-all}.data-sources-tab-module-scss-module__3nFEGa__empty{text-align:center;flex-direction:column;gap:8px;padding:32px;display:flex}.data-sources-tab-module-scss-module__3nFEGa__center{justify-content:center;padding:40px;display:flex}
.photo-gallery-module-scss-module__yyiorq__root{flex-direction:column;gap:16px;min-width:0;display:flex}.photo-gallery-module-scss-module__yyiorq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}@media (max-width:480px){.photo-gallery-module-scss-module__yyiorq__header{flex-direction:column;align-items:stretch}}.photo-gallery-module-scss-module__yyiorq__empty{border:2px dashed var(--g-color-line-generic);border-radius:var(--g-border-radius-m);text-align:center;padding:32px}.photo-gallery-module-scss-module__yyiorq__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.photo-gallery-module-scss-module__yyiorq__photoCard{border-radius:var(--g-border-radius-m);aspect-ratio:4/3;background:var(--g-color-base-float);border:1px solid var(--g-color-line-generic);position:relative;overflow:hidden}.photo-gallery-module-scss-module__yyiorq__photoCard:hover .photo-gallery-module-scss-module__yyiorq__deleteBtn{opacity:1}@media (hover:none){.photo-gallery-module-scss-module__yyiorq__photoCard .photo-gallery-module-scss-module__yyiorq__deleteBtn{opacity:1}}.photo-gallery-module-scss-module__yyiorq__image{object-fit:cover;width:100%;height:100%;display:block}.photo-gallery-module-scss-module__yyiorq__coverBadge{background:var(--g-color-base-brand);color:var(--g-color-text-brand-contrast);z-index:1;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;position:absolute;top:8px;left:8px}.photo-gallery-module-scss-module__yyiorq__deleteBtn{color:#fff;cursor:pointer;opacity:0;z-index:1;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .15s;display:flex;position:absolute;top:8px;right:8px}.photo-gallery-module-scss-module__yyiorq__deleteBtn:hover{background:var(--g-color-base-danger-medium)}.photo-gallery-module-scss-module__yyiorq__uploadPlaceholder{aspect-ratio:4/3;border:2px dashed var(--g-color-line-generic);border-radius:var(--g-border-radius-m);justify-content:center;align-items:center;display:flex}
.club-module-scss-module__NtXALG__root{flex-direction:column;gap:20px;min-width:0;max-width:100%;display:flex}.club-module-scss-module__NtXALG__center{justify-content:center;align-items:center;min-height:300px;display:flex}.club-module-scss-module__NtXALG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}@media (max-width:640px){.club-module-scss-module__NtXALG__header{flex-direction:column;align-items:stretch}}.club-module-scss-module__NtXALG__statusLabel{margin-left:12px}@media (max-width:640px){.club-module-scss-module__NtXALG__statusLabel{margin-top:8px;margin-left:0;display:inline-flex}}.club-module-scss-module__NtXALG__errorText{display:block}.club-module-scss-module__NtXALG__tabContent{min-width:0;padding-top:20px}.club-module-scss-module__NtXALG__tabListWrap{-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px;overflow-x:auto}.club-module-scss-module__NtXALG__tabListWrap .g-tab-list{flex-wrap:nowrap;width:max-content;min-width:100%}.club-module-scss-module__NtXALG__courtsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}@media (max-width:480px){.club-module-scss-module__NtXALG__courtsHeader{flex-direction:column;align-items:stretch}}.club-module-scss-module__NtXALG__emptyCard{text-align:center;padding:32px}.club-module-scss-module__NtXALG__courtsList{flex-direction:column;gap:8px;display:flex}.club-module-scss-module__NtXALG__courtCard{padding:16px}.club-module-scss-module__NtXALG__courtCardBody{justify-content:space-between;align-items:center;gap:12px;display:flex}@media (max-width:480px){.club-module-scss-module__NtXALG__courtCardBody{flex-direction:column;align-items:flex-start}}.club-module-scss-module__NtXALG__courtMeta{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.club-module-scss-module__NtXALG__courtActions{flex-shrink:0;gap:8px;display:flex}@media (max-width:480px){.club-module-scss-module__NtXALG__courtActions{justify-content:flex-end;width:100%}}
.field-group-module-scss-module__jV3tAW__g-root{--tb-control-height:36px;--tb-control-height-compact:28px;--tb-control-font-size:14px;--tb-control-font-size-touch:16px;--tb-control-padding-x:12px;--tb-control-radius:var(--g-border-radius-s);--tb-control-border:1px solid var(--g-color-line-generic);--tb-field-gap:6px;--tb-label-size:13px;--tb-label-weight:500}.field-group-module-scss-module__jV3tAW__root{gap:var(--tb-field-gap);flex-direction:column;min-width:0;display:flex}.field-group-module-scss-module__jV3tAW__label{font-size:var(--tb-label-size);font-weight:var(--tb-label-weight);color:var(--g-color-text-primary);line-height:1.4}.field-group-module-scss-module__jV3tAW__required{color:var(--g-color-text-danger);margin-left:3px}
