.SignInModal-module__SkEbEa__overlay{-webkit-backdrop-filter:blur(12px)saturate(150%);backdrop-filter:blur(12px)saturate(150%);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s SignInModal-module__SkEbEa__fadeIn;display:flex;position:fixed;inset:0}@keyframes SignInModal-module__SkEbEa__fadeIn{0%{opacity:0}to{opacity:1}}.SignInModal-module__SkEbEa__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);background:#1e1e23eb;border:1px solid #ffffff2e;width:100%;max-width:400px;padding:2rem;animation:.3s SignInModal-module__SkEbEa__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d}@keyframes SignInModal-module__SkEbEa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.SignInModal-module__SkEbEa__closeButton{cursor:pointer;color:var(--text-secondary);border-radius:var(--border-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.SignInModal-module__SkEbEa__closeButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.SignInModal-module__SkEbEa__header{text-align:center;margin-bottom:2rem}.SignInModal-module__SkEbEa__title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.SignInModal-module__SkEbEa__subtitle{color:var(--text-secondary);margin:0;font-size:.9375rem}.SignInModal-module__SkEbEa__options{flex-direction:column;gap:.75rem;display:flex}.SignInModal-module__SkEbEa__providerButton{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);width:100%;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.SignInModal-module__SkEbEa__providerButton:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--border-color-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.SignInModal-module__SkEbEa__providerButton:active:not(:disabled){transform:translateY(0)}.SignInModal-module__SkEbEa__providerButton:disabled{opacity:.6;cursor:not-allowed}.SignInModal-module__SkEbEa__providerIcon{flex-shrink:0}.SignInModal-module__SkEbEa__error{color:#ef4444;border-radius:var(--border-radius-md);text-align:center;background:#ef444426;border:1px solid #ef44444d;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.SignInModal-module__SkEbEa__terms{text-align:center;color:var(--text-muted);margin:1.5rem 0 0;font-size:.75rem}@media (max-width:480px){.SignInModal-module__SkEbEa__modal{padding:1.5rem}.SignInModal-module__SkEbEa__title{font-size:1.25rem}.SignInModal-module__SkEbEa__subtitle{font-size:.875rem}.SignInModal-module__SkEbEa__providerButton{padding:.75rem 1rem;font-size:.9375rem}}
.UserMenu-module__hUMlTW__loading{color:var(--text-muted);font-size:.875rem;font-weight:500}.UserMenu-module__hUMlTW__signInButton{background:var(--brand-primary);color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;box-shadow:var(--shadow-sm);border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.UserMenu-module__hUMlTW__signInButton:hover{background:var(--brand-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.UserMenu-module__hUMlTW__signInButton:active{transform:translateY(0)}.UserMenu-module__hUMlTW__signInButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.UserMenu-module__hUMlTW__userMenu{position:relative}.UserMenu-module__hUMlTW__userButton{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.625rem;padding:.375rem .75rem;transition:all .2s;display:flex}.UserMenu-module__hUMlTW__userButton:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong)}.UserMenu-module__hUMlTW__avatar{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:32px;height:32px}.UserMenu-module__hUMlTW__avatarPlaceholder{background:var(--brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.UserMenu-module__hUMlTW__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.9375rem;font-weight:600;overflow:hidden}.UserMenu-module__hUMlTW__dropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:100;min-width:220px;animation:.2s UserMenu-module__hUMlTW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes UserMenu-module__hUMlTW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu-module__hUMlTW__dropdownHeader{border-bottom:1px solid var(--border-color);padding:.875rem 1rem}.UserMenu-module__hUMlTW__email{color:var(--text-secondary);font-size:.8125rem}.UserMenu-module__hUMlTW__dropdownDivider{background:var(--border-color);height:1px;margin:.25rem 0}.UserMenu-module__hUMlTW__dropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);box-sizing:border-box;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.UserMenu-module__hUMlTW__dropdownItem:hover{background:var(--bg-tertiary)}.UserMenu-module__hUMlTW__dropdownItem:active{background:var(--bg-secondary)}.UserMenu-module__hUMlTW__themeIcon{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}@media (max-width:480px){.UserMenu-module__hUMlTW__signInButton{padding:.5rem .875rem;font-size:.875rem}.UserMenu-module__hUMlTW__userName{display:none}.UserMenu-module__hUMlTW__userButton{padding:.5rem}.UserMenu-module__hUMlTW__dropdown{min-width:200px;right:-.5rem}.UserMenu-module__hUMlTW__dropdownItem{padding:.875rem 1rem}}@media (max-width:380px){.UserMenu-module__hUMlTW__signInButton{gap:.375rem;padding:.5rem .75rem;font-size:.8125rem}.UserMenu-module__hUMlTW__avatar,.UserMenu-module__hUMlTW__avatarPlaceholder{width:28px;height:28px}.UserMenu-module__hUMlTW__dropdown{min-width:180px}}
.Header-module__LH37dG__header{background:var(--header-bg);-webkit-backdrop-filter:var(--header-blur);backdrop-filter:var(--header-blur);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-color);z-index:100;position:fixed;top:0;left:0;right:0}.Header-module__LH37dG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.Header-module__LH37dG__left{align-items:center;gap:2.5rem;display:flex}.Header-module__LH37dG__logo{opacity:1;align-items:center;text-decoration:none;transition:all .3s;display:flex;transform:translateY(0)}.Header-module__LH37dG__logoHidden{opacity:0;pointer-events:none;transform:translateY(-8px)}.Header-module__LH37dG__logo img{width:auto;height:40px}.Header-module__LH37dG__logo:hover:not(.Header-module__LH37dG__logoHidden){opacity:.85;transform:scale(1.02)}.Header-module__LH37dG__logoIcon{border-radius:var(--border-radius-sm);background:var(--brand-gradient);color:#fff;-webkit-text-fill-color:white;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.Header-module__LH37dG__nav{gap:.25rem;display:flex}.Header-module__LH37dG__navLink{color:var(--text-secondary);border-radius:var(--border-radius-full);padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.Header-module__LH37dG__navLink:hover{color:var(--text-primary);background:var(--brand-muted)}.Header-module__LH37dG__navLink:active{transform:scale(.97)}.Header-module__LH37dG__navLinkActive{color:var(--text-inverse);background:var(--brand-gradient)}.Header-module__LH37dG__navLinkActive:hover{color:var(--text-inverse);background:var(--brand-gradient-hover)}.Header-module__LH37dG__right{align-items:center;gap:.75rem;display:flex}.Header-module__LH37dG__themeToggle{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;font-size:1.125rem;transition:all .2s;display:flex}.Header-module__LH37dG__themeToggle:hover{background:var(--brand-muted);border-color:var(--brand-primary);color:var(--brand-primary)}.Header-module__LH37dG__hamburger{border:1px solid var(--border-color);cursor:pointer;border-radius:var(--border-radius-sm);background:0 0;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;transition:all .2s;display:none}.Header-module__LH37dG__hamburger:hover{background:var(--brand-muted);border-color:var(--brand-primary)}.Header-module__LH37dG__hamburgerLine{background:var(--text-primary);border-radius:1px;width:100%;height:2px;transition:all .2s;display:block}.Header-module__LH37dG__hamburger:hover .Header-module__LH37dG__hamburgerLine{background:var(--brand-primary)}.Header-module__LH37dG__mobileOverlay{background:var(--overlay-bg);z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.Header-module__LH37dG__mobileOverlayOpen{opacity:1;visibility:visible}.Header-module__LH37dG__mobileMenu{background:var(--bg-primary);z-index:10001;width:300px;max-width:85vw;box-shadow:var(--shadow-xl);-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);transition:transform .3s;display:none;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.Header-module__LH37dG__mobileMenuOpen{transform:translate(0)}.Header-module__LH37dG__mobileMenuHeader{padding:1rem 1.25rem;padding-top:max(1rem,env(safe-area-inset-top));border-bottom:1px solid var(--border-color);background:var(--bg-elevated);justify-content:space-between;align-items:center;display:flex}.Header-module__LH37dG__mobileMenuTitle{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800}.Header-module__LH37dG__closeBtn{background:var(--bg-tertiary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm);border:none;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex}.Header-module__LH37dG__closeBtn:hover{background:var(--brand-muted);color:var(--brand-primary)}.Header-module__LH37dG__mobileMenuLinks{padding:1rem .75rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:.25rem;display:flex}.Header-module__LH37dG__mobileNavLink{color:var(--text-primary);border-radius:var(--border-radius-md);align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__LH37dG__mobileNavLink:hover{background:var(--brand-muted);color:var(--brand-primary)}.Header-module__LH37dG__mobileNavLink:active{transform:scale(.98)}.Header-module__LH37dG__mobileNavLinkActive{background:var(--brand-gradient);color:#fff}.Header-module__LH37dG__mobileNavLinkActive:hover{background:var(--brand-gradient-hover);color:#fff}.Header-module__LH37dG__mobileNavIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Header-module__LH37dG__mobileUserSection{border-top:1px solid var(--border-color);margin-top:auto;padding:1rem 1.25rem}.Header-module__LH37dG__mobileUserButton{color:#fff;background:var(--brand-gradient);border-radius:var(--border-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Header-module__LH37dG__mobileUserButton:hover{background:var(--brand-gradient-hover);transform:translateY(-1px)}@media (max-width:768px){.Header-module__LH37dG__nav{display:none}.Header-module__LH37dG__hamburger{display:flex}.Header-module__LH37dG__mobileOverlay{display:block}.Header-module__LH37dG__mobileMenu{flex-direction:column;display:flex}.Header-module__LH37dG__container{padding:.75rem 1rem}.Header-module__LH37dG__left{gap:.75rem}.Header-module__LH37dG__logo img{height:32px}}@media (max-width:380px){.Header-module__LH37dG__container{padding:.75rem}.Header-module__LH37dG__logo img{height:28px}.Header-module__LH37dG__mobileMenu{width:280px}.Header-module__LH37dG__mobileNavLink{padding:.75rem .875rem;font-size:.9375rem}}
.ImageCropperModal-module__iNpgpW__overlay{background:var(--overlay-bg);z-index:200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ImageCropperModal-module__iNpgpW__modal{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);width:100%;max-width:500px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.ImageCropperModal-module__iNpgpW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ImageCropperModal-module__iNpgpW__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.ImageCropperModal-module__iNpgpW__closeBtn{background:var(--bg-tertiary);border-radius:var(--border-radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.ImageCropperModal-module__iNpgpW__closeBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.ImageCropperModal-module__iNpgpW__content{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.ImageCropperModal-module__iNpgpW__loading{text-align:center;color:var(--text-secondary);padding:3rem}.ImageCropperModal-module__iNpgpW__cropperContainer{background:var(--bg-secondary);border-radius:var(--border-radius-md);width:100%;height:280px;position:relative;overflow:hidden}.ImageCropperModal-module__iNpgpW__cropper{border-radius:var(--border-radius-md)}.ImageCropperModal-module__iNpgpW__cropperMedia{object-fit:contain}.ImageCropperModal-module__iNpgpW__previewSection{background:var(--bg-tertiary);border-radius:var(--border-radius-md);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.ImageCropperModal-module__iNpgpW__previewLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.ImageCropperModal-module__iNpgpW__previewFrame{border:2px solid var(--border-color-strong);border-radius:var(--border-radius-sm);background:var(--bg-primary);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.ImageCropperModal-module__iNpgpW__previewImage{object-fit:cover;width:100%;height:100%}.ImageCropperModal-module__iNpgpW__previewRound{border-radius:50%}.ImageCropperModal-module__iNpgpW__previewPlaceholder{color:var(--text-muted);font-size:.875rem}.ImageCropperModal-module__iNpgpW__controls{flex-direction:column;gap:1rem;display:flex}.ImageCropperModal-module__iNpgpW__controlGroup{flex-direction:column;gap:.5rem;display:flex}.ImageCropperModal-module__iNpgpW__controlLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.ImageCropperModal-module__iNpgpW__rotationButtons{align-items:center;gap:.5rem;display:flex}.ImageCropperModal-module__iNpgpW__rotateBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ImageCropperModal-module__iNpgpW__rotateBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--bg-tertiary)}.ImageCropperModal-module__iNpgpW__rotateBtn:active{transform:scale(.95)}.ImageCropperModal-module__iNpgpW__zoomControls{align-items:center;gap:.5rem;display:flex}.ImageCropperModal-module__iNpgpW__zoomBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:500;line-height:1;transition:all .15s;display:flex}.ImageCropperModal-module__iNpgpW__zoomBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--bg-tertiary)}.ImageCropperModal-module__iNpgpW__zoomBtn:active{transform:scale(.95)}.ImageCropperModal-module__iNpgpW__slider{appearance:none;background:var(--bg-tertiary);border-radius:3px;outline:none;flex:1;height:6px}.ImageCropperModal-module__iNpgpW__slider::-webkit-slider-thumb{appearance:none;background:var(--brand-primary);cursor:pointer;border:2px solid var(--bg-primary);width:18px;height:18px;box-shadow:var(--shadow-sm);border-radius:50%;transition:transform .15s}.ImageCropperModal-module__iNpgpW__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.ImageCropperModal-module__iNpgpW__slider::-webkit-slider-thumb:active{transform:scale(.95)}.ImageCropperModal-module__iNpgpW__slider::-moz-range-thumb{background:var(--brand-primary);cursor:pointer;border:2px solid var(--bg-primary);width:18px;height:18px;box-shadow:var(--shadow-sm);border-radius:50%}.ImageCropperModal-module__iNpgpW__controlValue{color:var(--text-muted);text-align:right;min-width:48px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.ImageCropperModal-module__iNpgpW__hint{color:var(--text-muted);text-align:center;margin:0;font-size:.75rem}.ImageCropperModal-module__iNpgpW__footer{border-top:1px solid var(--border-color);background:var(--bg-tertiary);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.ImageCropperModal-module__iNpgpW__cancelBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);color:var(--text-primary);cursor:pointer;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .15s}.ImageCropperModal-module__iNpgpW__cancelBtn:hover{background:var(--bg-tertiary)}.ImageCropperModal-module__iNpgpW__applyBtn{background:var(--brand-gradient);border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:opacity .15s}.ImageCropperModal-module__iNpgpW__applyBtn:hover:not(:disabled){box-shadow:var(--shadow-md)}.ImageCropperModal-module__iNpgpW__applyBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.ImageCropperModal-module__iNpgpW__modal{border-radius:0;max-width:100%;max-height:100vh}.ImageCropperModal-module__iNpgpW__overlay{padding:0}.ImageCropperModal-module__iNpgpW__cropperContainer{border-radius:0;height:50vh;min-height:250px}.ImageCropperModal-module__iNpgpW__cropper{border-radius:0}.ImageCropperModal-module__iNpgpW__previewSection{flex-direction:column;align-items:flex-start}.ImageCropperModal-module__iNpgpW__previewFrame{width:100px;height:100px;margin:0 auto}.ImageCropperModal-module__iNpgpW__controls{gap:1.25rem}.ImageCropperModal-module__iNpgpW__slider{height:8px}.ImageCropperModal-module__iNpgpW__slider::-webkit-slider-thumb{width:24px;height:24px}.ImageCropperModal-module__iNpgpW__slider::-moz-range-thumb{width:24px;height:24px}.ImageCropperModal-module__iNpgpW__rotateBtn,.ImageCropperModal-module__iNpgpW__zoomBtn{width:44px;height:44px}.ImageCropperModal-module__iNpgpW__hint{padding:.5rem 0}}@media (pointer:coarse){.ImageCropperModal-module__iNpgpW__slider{height:8px}.ImageCropperModal-module__iNpgpW__slider::-webkit-slider-thumb{width:28px;height:28px}.ImageCropperModal-module__iNpgpW__slider::-moz-range-thumb{width:28px;height:28px}.ImageCropperModal-module__iNpgpW__rotateBtn,.ImageCropperModal-module__iNpgpW__zoomBtn{width:48px;height:48px}}
.RowEditorModal-module__WxtHWW__overlay{background:var(--overlay-bg);z-index:100;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.RowEditorModal-module__WxtHWW__modal{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);width:100%;max-width:500px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.RowEditorModal-module__WxtHWW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.RowEditorModal-module__WxtHWW__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.RowEditorModal-module__WxtHWW__closeBtn{background:var(--bg-tertiary);border-radius:var(--border-radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}.RowEditorModal-module__WxtHWW__closeBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.RowEditorModal-module__WxtHWW__content{flex:1;padding:1.5rem;overflow-y:auto}.RowEditorModal-module__WxtHWW__field{margin-bottom:1.25rem}.RowEditorModal-module__WxtHWW__field:last-child{margin-bottom:0}.RowEditorModal-module__WxtHWW__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.RowEditorModal-module__WxtHWW__input{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background:var(--bg-primary);padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.RowEditorModal-module__WxtHWW__input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.RowEditorModal-module__WxtHWW__textarea{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background:var(--bg-primary);resize:vertical;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.RowEditorModal-module__WxtHWW__textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.RowEditorModal-module__WxtHWW__dropZone{border:2px dashed var(--border-color-strong);border-radius:var(--border-radius-md);text-align:center;cursor:pointer;padding:1.5rem;transition:border-color .15s,background .15s}.RowEditorModal-module__WxtHWW__dropZone:hover,.RowEditorModal-module__WxtHWW__dropZoneDragging{border-color:var(--brand-primary);background:var(--bg-tertiary)}.RowEditorModal-module__WxtHWW__dropZoneHasImage{border-style:solid;padding:.5rem}.RowEditorModal-module__WxtHWW__dropZoneUploading{pointer-events:none;opacity:.7}.RowEditorModal-module__WxtHWW__uploadSpinner{border:3px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite RowEditorModal-module__WxtHWW__spin}@keyframes RowEditorModal-module__WxtHWW__spin{to{transform:rotate(360deg)}}.RowEditorModal-module__WxtHWW__dropZoneContent{flex-direction:column;align-items:center;gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__dropIcon{background:var(--bg-tertiary);border-radius:var(--border-radius-md);width:48px;height:48px;color:var(--text-muted);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.RowEditorModal-module__WxtHWW__dropText{color:var(--text-primary);margin:0;font-size:.9375rem}.RowEditorModal-module__WxtHWW__dropHint{color:var(--text-muted);margin:0;font-size:.8125rem}.RowEditorModal-module__WxtHWW__fileInput{display:none}.RowEditorModal-module__WxtHWW__imagePreview{display:inline-block;position:relative}.RowEditorModal-module__WxtHWW__previewImg{border-radius:var(--border-radius-sm);object-fit:contain;max-width:100%;max-height:120px}.RowEditorModal-module__WxtHWW__removeImageBtn{background:var(--accent-error);color:#fff;cursor:pointer;width:24px;height:24px;box-shadow:var(--shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:flex;position:absolute;top:-8px;right:-8px}.RowEditorModal-module__WxtHWW__removeImageBtn:hover{opacity:.9}.RowEditorModal-module__WxtHWW__imageSourceButtons{gap:.5rem;margin-top:.75rem;display:flex}.RowEditorModal-module__WxtHWW__imageSourceBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);color:var(--text-primary);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.RowEditorModal-module__WxtHWW__imageSourceBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--bg-tertiary)}.RowEditorModal-module__WxtHWW__imageSourceBtn:active{transform:scale(.98)}.RowEditorModal-module__WxtHWW__imageSourceBtn svg{flex-shrink:0}.RowEditorModal-module__WxtHWW__urlInput{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.RowEditorModal-module__WxtHWW__urlLabel{color:var(--text-secondary);white-space:nowrap;font-size:.8125rem}.RowEditorModal-module__WxtHWW__urlInput .RowEditorModal-module__WxtHWW__input{flex:1;padding:.5rem .75rem;font-size:.875rem}.RowEditorModal-module__WxtHWW__error{color:var(--accent-error);margin:.5rem 0 0;font-size:.8125rem}.RowEditorModal-module__WxtHWW__radioGroup{flex-direction:column;gap:.75rem;display:flex}.RowEditorModal-module__WxtHWW__radio{cursor:pointer;border:1px solid var(--border-color);border-radius:var(--border-radius-md);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:border-color .15s,background .15s;display:flex}.RowEditorModal-module__WxtHWW__radio:hover{background:var(--bg-tertiary)}.RowEditorModal-module__WxtHWW__radio input[type=radio]{width:20px;height:20px;accent-color:var(--brand-primary);margin-top:2px}.RowEditorModal-module__WxtHWW__radio input[type=radio]:checked+.RowEditorModal-module__WxtHWW__radioLabel{color:var(--text-primary)}.RowEditorModal-module__WxtHWW__radioLabel{flex-direction:column;gap:.125rem;display:flex}.RowEditorModal-module__WxtHWW__positive{color:var(--accent-success);font-size:.9375rem;font-weight:600}.RowEditorModal-module__WxtHWW__negative{color:var(--accent-error);font-size:.9375rem;font-weight:600}.RowEditorModal-module__WxtHWW__radioHint{color:var(--text-secondary);font-size:.8125rem}.RowEditorModal-module__WxtHWW__footer{border-top:1px solid var(--border-color);background:var(--bg-tertiary);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.RowEditorModal-module__WxtHWW__cancelBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);color:var(--text-primary);cursor:pointer;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .15s}.RowEditorModal-module__WxtHWW__cancelBtn:hover{background:var(--bg-tertiary)}.RowEditorModal-module__WxtHWW__saveBtn{background:var(--brand-gradient);border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:opacity .15s}.RowEditorModal-module__WxtHWW__saveBtn:hover:not(:disabled){box-shadow:var(--shadow-md)}.RowEditorModal-module__WxtHWW__saveBtn:disabled{opacity:.5;cursor:not-allowed}.RowEditorModal-module__WxtHWW__inputTypeTabs{flex-wrap:wrap;gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__inputTypeTab{border:1px solid var(--border-color-strong);background:var(--bg-primary);border-radius:var(--border-radius-sm);color:var(--text-secondary);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.RowEditorModal-module__WxtHWW__inputTypeTab:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.RowEditorModal-module__WxtHWW__inputTypeTabActive{background:var(--brand-gradient);color:#fff;border-color:#0000}.RowEditorModal-module__WxtHWW__inputTypeTabActive:hover{color:#fff;border-color:#0000}.RowEditorModal-module__WxtHWW__inputTypeHint{color:var(--text-secondary);margin:.5rem 0 0;font-size:.8125rem}.RowEditorModal-module__WxtHWW__smallInput{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);color:var(--text-primary);background:var(--bg-primary);width:100px;padding:.5rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.RowEditorModal-module__WxtHWW__smallInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.RowEditorModal-module__WxtHWW__multiplierInput,.RowEditorModal-module__WxtHWW__booleanInput{align-items:center;gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__multiplierPrefix,.RowEditorModal-module__WxtHWW__booleanPrefix{color:var(--text-primary);font-size:.9375rem;font-weight:500}.RowEditorModal-module__WxtHWW__booleanSuffix{color:var(--text-secondary);font-size:.875rem}.RowEditorModal-module__WxtHWW__typeHint{color:var(--text-muted);margin:.5rem 0 0;font-size:.8125rem;font-style:italic}.RowEditorModal-module__WxtHWW__selectOptionsContainer{flex-direction:column;gap:.75rem;display:flex}.RowEditorModal-module__WxtHWW__selectOptionsList{flex-wrap:wrap;gap:.5rem;min-height:36px;display:flex}.RowEditorModal-module__WxtHWW__selectOptionChip{background:var(--bg-tertiary);color:var(--text-primary);border-radius:20px;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:flex}.RowEditorModal-module__WxtHWW__selectOptionRemove{background:var(--bg-secondary);width:18px;height:18px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;line-height:1;transition:background .15s;display:flex}.RowEditorModal-module__WxtHWW__selectOptionRemove:hover{background:var(--accent-error);color:#fff}.RowEditorModal-module__WxtHWW__selectOptionAdd{gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__addOptionBtn{background:var(--brand-primary);color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .15s}.RowEditorModal-module__WxtHWW__addOptionBtn:hover:not(:disabled){opacity:.9}.RowEditorModal-module__WxtHWW__addOptionBtn:disabled{opacity:.5;cursor:not-allowed}.RowEditorModal-module__WxtHWW__constraintsRow{gap:1rem;display:flex}.RowEditorModal-module__WxtHWW__constraintInput{align-items:center;gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__constraintLabel{color:var(--text-secondary);min-width:32px;font-size:.875rem}.RowEditorModal-module__WxtHWW__select{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background:var(--bg-primary);cursor:pointer;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.RowEditorModal-module__WxtHWW__select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.RowEditorModal-module__WxtHWW__rankScoresContainer{flex-direction:column;gap:.75rem;display:flex}.RowEditorModal-module__WxtHWW__rankScoreRow{align-items:center;gap:.5rem;display:flex}.RowEditorModal-module__WxtHWW__rankSelect{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);color:var(--text-primary);background:var(--bg-primary);cursor:pointer;min-width:120px;padding:.5rem .75rem;font-size:.875rem}.RowEditorModal-module__WxtHWW__rankSelect:focus{border-color:var(--brand-primary);outline:none}.RowEditorModal-module__WxtHWW__rankScoreEquals{color:var(--text-muted);font-size:.875rem}.RowEditorModal-module__WxtHWW__rankScorePts{color:var(--text-secondary);font-size:.875rem}.RowEditorModal-module__WxtHWW__rankScoreRemove{background:var(--bg-tertiary);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;font-size:1rem;line-height:1;transition:background .15s;display:flex}.RowEditorModal-module__WxtHWW__rankScoreRemove:hover:not(:disabled){background:var(--accent-error);color:#fff}.RowEditorModal-module__WxtHWW__rankScoreRemove:disabled{opacity:.3;cursor:not-allowed}.RowEditorModal-module__WxtHWW__addRankScoreBtn{border:1px dashed var(--border-color-strong);border-radius:var(--border-radius-sm);color:var(--brand-primary);cursor:pointer;background:0 0;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s}.RowEditorModal-module__WxtHWW__addRankScoreBtn:hover{background:var(--bg-tertiary);border-color:var(--brand-primary)}.RowEditorModal-module__WxtHWW__checkboxLabel{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.RowEditorModal-module__WxtHWW__checkboxLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-primary);cursor:pointer}.RowEditorModal-module__WxtHWW__formulaPreview{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.RowEditorModal-module__WxtHWW__formulaCode{color:var(--brand-primary);background:var(--bg-secondary);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex:1;padding:.375rem .625rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;overflow:hidden}.RowEditorModal-module__WxtHWW__formulaPlaceholder{color:var(--text-muted);flex:1;font-size:.875rem;font-style:italic}.RowEditorModal-module__WxtHWW__editFormulaBtn{background:var(--brand-gradient);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:opacity .15s}.RowEditorModal-module__WxtHWW__editFormulaBtn:hover{opacity:.9}@media (max-width:640px){.RowEditorModal-module__WxtHWW__modal{border-radius:0;max-height:100vh}.RowEditorModal-module__WxtHWW__overlay{padding:0}.RowEditorModal-module__WxtHWW__inputTypeTabs{grid-template-columns:1fr 1fr;display:grid}.RowEditorModal-module__WxtHWW__constraintsRow{flex-direction:column;gap:.75rem}.RowEditorModal-module__WxtHWW__formulaPreview{flex-direction:column;align-items:stretch}.RowEditorModal-module__WxtHWW__formulaCode{white-space:nowrap;overflow-x:auto}}
.ScoresheetEditor-module__bO4C0W__form{flex-direction:column;gap:2rem;display:flex}.ScoresheetEditor-module__bO4C0W__section{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.ScoresheetEditor-module__bO4C0W__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.ScoresheetEditor-module__bO4C0W__field{margin-bottom:1rem}.ScoresheetEditor-module__bO4C0W__field:last-child{margin-bottom:0}.ScoresheetEditor-module__bO4C0W__label{color:var(--text-primary);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.ScoresheetEditor-module__bO4C0W__labelSmall{color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.ScoresheetEditor-module__bO4C0W__input{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background:var(--bg-primary);padding:.625rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.ScoresheetEditor-module__bO4C0W__input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.ScoresheetEditor-module__bO4C0W__inputSmall{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:80px;color:var(--text-primary);background:var(--bg-primary);padding:.5rem .75rem;font-size:.875rem}.ScoresheetEditor-module__bO4C0W__inputSmall:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.ScoresheetEditor-module__bO4C0W__textarea{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);background:var(--bg-primary);resize:vertical;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem}.ScoresheetEditor-module__bO4C0W__textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--input-focus-ring);outline:none}.ScoresheetEditor-module__bO4C0W__row{gap:1rem;display:flex}.ScoresheetEditor-module__bO4C0W__hint{color:var(--text-secondary);margin-top:.25rem;font-size:.8125rem}.ScoresheetEditor-module__bO4C0W__checkbox{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.ScoresheetEditor-module__bO4C0W__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__radioGroup{gap:1.5rem;display:flex}.ScoresheetEditor-module__bO4C0W__radio{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.ScoresheetEditor-module__bO4C0W__radio input[type=radio]{width:18px;height:18px;accent-color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__positive{color:var(--accent-success);font-weight:500}.ScoresheetEditor-module__bO4C0W__negative{color:var(--accent-error);font-weight:500}.ScoresheetEditor-module__bO4C0W__colorGrid{flex-wrap:wrap;align-items:center;gap:.5rem;margin:-8px;padding:8px;display:flex}.ScoresheetEditor-module__bO4C0W__colorItem{align-items:center;padding:4px;display:flex;position:relative}.ScoresheetEditor-module__bO4C0W__colorPicker{border:2px solid var(--border-color);cursor:pointer;border-radius:8px;width:44px;height:44px;padding:0;transition:border-color .15s,transform .15s}.ScoresheetEditor-module__bO4C0W__colorPicker:hover{border-color:var(--brand-primary);transform:scale(1.05)}.ScoresheetEditor-module__bO4C0W__colorItemSelected .ScoresheetEditor-module__bO4C0W__colorPicker{border-color:var(--brand-primary);transform:scale(1.05);box-shadow:0 0 0 3px #5db55140}.ScoresheetEditor-module__bO4C0W__colorRemoveBtn{aspect-ratio:1;background:var(--accent-error);border:2px solid var(--bg-primary);color:#fff;cursor:pointer;opacity:0;box-sizing:border-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;min-height:20px;padding:0;font-size:.75rem;font-weight:700;line-height:1;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:-6px;right:-6px}.ScoresheetEditor-module__bO4C0W__colorItem:hover .ScoresheetEditor-module__bO4C0W__colorRemoveBtn,.ScoresheetEditor-module__bO4C0W__colorItemSelected .ScoresheetEditor-module__bO4C0W__colorRemoveBtn{opacity:1}.ScoresheetEditor-module__bO4C0W__colorRemoveBtn:hover{transform:scale(1.1)}.ScoresheetEditor-module__bO4C0W__colorAddBtn{border:2px dashed var(--border-color-strong);background:var(--bg-tertiary);width:44px;height:44px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;transition:border-color .15s,color .15s,background .15s;display:flex}.ScoresheetEditor-module__bO4C0W__colorAddBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:var(--bg-glass-hover)}.ScoresheetEditor-module__bO4C0W__rowList{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.ScoresheetEditor-module__bO4C0W__scoreRowCard{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);cursor:grab;touch-action:manipulation;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;padding:.75rem;transition:border-color .15s,transform .15s,box-shadow .15s,opacity .15s;display:flex;position:relative}.ScoresheetEditor-module__bO4C0W__scoreRowCard:hover{border-color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__scoreRowCard:active{cursor:grabbing}.ScoresheetEditor-module__bO4C0W__dragHandle{width:24px;height:36px;color:var(--text-muted);cursor:grab;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.ScoresheetEditor-module__bO4C0W__dragHandle:hover{color:var(--text-secondary);background:var(--bg-secondary)}.ScoresheetEditor-module__bO4C0W__dragHandle:active{cursor:grabbing}.ScoresheetEditor-module__bO4C0W__dragHandleIcon{letter-spacing:-2px;font-size:1rem;font-weight:700}.ScoresheetEditor-module__bO4C0W__scoreRowCard.ScoresheetEditor-module__bO4C0W__dragging{opacity:.6;box-shadow:var(--shadow-lg);border-color:var(--brand-primary);z-index:10;cursor:grabbing;transform:scale(1.02)}.ScoresheetEditor-module__bO4C0W__scoreRowCard.ScoresheetEditor-module__bO4C0W__dragOver{border-color:var(--brand-primary);background:var(--bg-glass-hover);transform:scale(1.01)}.ScoresheetEditor-module__bO4C0W__scoreRowCard.ScoresheetEditor-module__bO4C0W__dragOver:before{content:"";background:var(--brand-primary);border-radius:2px;height:3px;position:absolute;top:-4px;left:0;right:0}.ScoresheetEditor-module__bO4C0W__dragGhost{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:2px solid var(--brand-primary);border-radius:var(--border-radius-md);opacity:.95;transition:none;transform:scale(1.02);box-shadow:0 12px 40px #0000004d}.ScoresheetEditor-module__bO4C0W__scoreRowContent{cursor:pointer;flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.ScoresheetEditor-module__bO4C0W__rowIcon{background:var(--bg-secondary);border-radius:var(--border-radius-sm);width:40px;height:40px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.ScoresheetEditor-module__bO4C0W__rowIconImg{object-fit:cover;width:100%;height:100%}.ScoresheetEditor-module__bO4C0W__rowInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.ScoresheetEditor-module__bO4C0W__rowTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.ScoresheetEditor-module__bO4C0W__rowEmpty{color:var(--text-muted);font-weight:400}.ScoresheetEditor-module__bO4C0W__rowDesc{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.ScoresheetEditor-module__bO4C0W__rowType{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;display:flex}.ScoresheetEditor-module__bO4C0W__rowType.ScoresheetEditor-module__bO4C0W__positive{color:var(--accent-success);background:#10b98126}.ScoresheetEditor-module__bO4C0W__rowType.ScoresheetEditor-module__bO4C0W__negative{color:var(--accent-error);background:#ef444426}.ScoresheetEditor-module__bO4C0W__rowActions{flex-shrink:0;gap:.25rem;display:flex}.ScoresheetEditor-module__bO4C0W__addBtn{background:var(--bg-tertiary);border:1px dashed var(--border-color-strong);border-radius:var(--border-radius-sm);color:var(--text-secondary);cursor:pointer;padding:.625rem 1rem;font-size:.875rem;transition:background .15s,border-color .15s}.ScoresheetEditor-module__bO4C0W__addBtn:hover{background:var(--bg-glass-hover);border-color:var(--text-muted)}.ScoresheetEditor-module__bO4C0W__addRowBtn{background:var(--brand-gradient);border-radius:var(--border-radius-sm);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:opacity .15s,transform .15s}.ScoresheetEditor-module__bO4C0W__addRowBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.ScoresheetEditor-module__bO4C0W__removeBtn{background:var(--bg-primary);width:28px;height:28px;color:var(--accent-error);cursor:pointer;border:1px solid #ef44444d;border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.ScoresheetEditor-module__bO4C0W__removeBtn:hover{background:#ef44441a;border-color:#ef444480}.ScoresheetEditor-module__bO4C0W__actions{justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.ScoresheetEditor-module__bO4C0W__testBtn{border:2px solid var(--brand-primary);border-radius:var(--border-radius-md);color:var(--brand-primary);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:inline-flex}.ScoresheetEditor-module__bO4C0W__testBtn:hover:not(:disabled){background:var(--brand-primary);color:#fff;transform:translateY(-1px)}.ScoresheetEditor-module__bO4C0W__testBtn:disabled{opacity:.6;cursor:not-allowed}.ScoresheetEditor-module__bO4C0W__saveBtn{background:var(--brand-gradient);border-radius:var(--border-radius-md);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:opacity .15s,transform .15s}.ScoresheetEditor-module__bO4C0W__saveBtn:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.ScoresheetEditor-module__bO4C0W__saveBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.ScoresheetEditor-module__bO4C0W__form{gap:1.5rem}.ScoresheetEditor-module__bO4C0W__section{border-radius:10px;padding:1rem}.ScoresheetEditor-module__bO4C0W__sectionTitle{margin-bottom:.75rem;font-size:1rem}.ScoresheetEditor-module__bO4C0W__row,.ScoresheetEditor-module__bO4C0W__radioGroup{flex-direction:column;gap:.75rem}.ScoresheetEditor-module__bO4C0W__colorPicker{width:40px;height:40px}.ScoresheetEditor-module__bO4C0W__colorAddBtn{width:40px;height:40px;font-size:1.25rem}.ScoresheetEditor-module__bO4C0W__colorRemoveBtn{opacity:1;width:20px;min-width:20px;height:20px;min-height:20px;font-size:.7rem;top:-4px;right:-4px}.ScoresheetEditor-module__bO4C0W__input,.ScoresheetEditor-module__bO4C0W__textarea{padding:.75rem;font-size:16px}.ScoresheetEditor-module__bO4C0W__scoreRowCard{flex-wrap:nowrap;gap:.5rem;padding:.625rem}.ScoresheetEditor-module__bO4C0W__dragHandle{width:20px;height:32px}.ScoresheetEditor-module__bO4C0W__dragHandleIcon{font-size:.875rem}.ScoresheetEditor-module__bO4C0W__scoreRowContent{flex:1;min-width:0}.ScoresheetEditor-module__bO4C0W__rowIcon{width:36px;height:36px}.ScoresheetEditor-module__bO4C0W__rowTitle{font-size:.875rem}.ScoresheetEditor-module__bO4C0W__rowDesc{font-size:.75rem}.ScoresheetEditor-module__bO4C0W__rowType{width:24px;height:24px;font-size:.875rem}.ScoresheetEditor-module__bO4C0W__rowActions{flex-shrink:0}.ScoresheetEditor-module__bO4C0W__removeBtn{width:32px;height:32px}.ScoresheetEditor-module__bO4C0W__addRowBtn{width:100%;padding:.75rem 1rem;font-size:.875rem}.ScoresheetEditor-module__bO4C0W__actions{justify-content:stretch}.ScoresheetEditor-module__bO4C0W__saveBtn{width:100%;padding:.875rem 1rem;font-size:.9375rem}}@media (max-width:380px){.ScoresheetEditor-module__bO4C0W__section{padding:.875rem}.ScoresheetEditor-module__bO4C0W__label{font-size:.8125rem}.ScoresheetEditor-module__bO4C0W__checkbox,.ScoresheetEditor-module__bO4C0W__radio{font-size:.875rem}.ScoresheetEditor-module__bO4C0W__rowInfo{max-width:calc(100% - 90px)}}
.GameSearch-module__agsfUq__searchContainer{width:100%;position:relative}.GameSearch-module__agsfUq__searchOverlay{z-index:9998;height:100dvh;-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);will-change:opacity,backdrop-filter;touch-action:none;background:linear-gradient(135deg,#8b5cf61a 0%,#6366f10d 50%,#8b5cf61a 100%),#0a0a1499;height:-webkit-fill-available;animation:.2s forwards GameSearch-module__agsfUq__overlayFadeIn;position:fixed;inset:0;overflow:hidden;transform:translateZ(0)}@keyframes GameSearch-module__agsfUq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.GameSearch-module__agsfUq__inputWrapper{position:relative}.GameSearch-module__agsfUq__inputWrapperPortal{z-index:9999;transition:top .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);position:fixed}@media (max-width:600px){.GameSearch-module__agsfUq__inputWrapperPortal.GameSearch-module__agsfUq__mobileTop{width:calc(100% - 32px)!important;left:16px!important}.GameSearch-module__agsfUq__dropdownMobileTop{transition:top .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);width:calc(100% - 32px)!important;left:16px!important}}.GameSearch-module__agsfUq__input{width:100%;font-family:var(--font-body);border-radius:var(--border-radius-xl);-webkit-backdrop-filter:blur(24px)saturate(150%);color:#fff;background:#ffffff1a;border:2px solid #fff3;outline:none;padding:1.125rem 3rem;font-size:1rem;font-weight:400;transition:all .2s;box-shadow:0 4px 24px #00000026}.GameSearch-module__agsfUq__input:focus{background:#ffffff26;border-color:#fff6;box-shadow:0 8px 40px #8b5cf64d,0 0 0 4px #8b5cf633}.GameSearch-module__agsfUq__input::placeholder{color:#fff9;font-weight:400}.GameSearch-module__agsfUq__searchIcon{pointer-events:none;opacity:.8;font-size:1rem;position:absolute;top:50%;left:1.125rem;transform:translateY(-50%)}.GameSearch-module__agsfUq__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite GameSearch-module__agsfUq__spin;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}@keyframes GameSearch-module__agsfUq__spin{to{transform:translateY(-50%)rotate(360deg)}}.GameSearch-module__agsfUq__results{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);max-height:360px;margin:0;padding:.5rem;list-style:none;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #8b5cf61a}.GameSearch-module__agsfUq__resultItem{cursor:pointer;border-radius:var(--border-radius-md);justify-content:space-between;align-items:center;margin-bottom:2px;padding:.875rem 1rem;transition:all .15s;display:flex}.GameSearch-module__agsfUq__resultItem:last-child{margin-bottom:0}.GameSearch-module__agsfUq__resultItem:hover,.GameSearch-module__agsfUq__resultItem.GameSearch-module__agsfUq__highlighted{background:linear-gradient(135deg,#8b5cf626 0%,#6366f126 100%)}.GameSearch-module__agsfUq__resultItem.GameSearch-module__agsfUq__highlighted{background:linear-gradient(135deg,#8b5cf633 0%,#6366f133 100%)}.GameSearch-module__agsfUq__resultItem:active{transform:scale(.99)}.GameSearch-module__agsfUq__gameName{font-family:var(--font-body);color:var(--text-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.GameSearch-module__agsfUq__gameYear{color:var(--text-muted);border-radius:var(--border-radius-full);background:#8b5cf61a;flex-shrink:0;margin-left:.75rem;padding:.125rem .5rem;font-size:.8125rem;font-weight:500}.GameSearch-module__agsfUq__noResults{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-md);text-align:center;color:var(--text-secondary);padding:1.5rem;font-size:.9375rem;box-shadow:0 25px 50px -12px #00000080}.GameSearch-module__agsfUq__toggleLabel{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--border-radius-full);background:#ffffff14;justify-content:center;align-items:center;gap:.625rem;width:fit-content;margin-top:1rem;margin-left:auto;margin-right:auto;padding:.5rem 1rem;transition:all .2s;display:flex}.GameSearch-module__agsfUq__toggleLabel:hover{background:#ffffff1f}.GameSearch-module__agsfUq__checkbox{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--brand-primary);border-radius:4px}.GameSearch-module__agsfUq__toggleText{font-family:var(--font-body);color:#ffffffb3;font-size:.8125rem;font-weight:500;transition:color .2s}.GameSearch-module__agsfUq__toggleLabel:hover .GameSearch-module__agsfUq__toggleText{color:#ffffffe6}@media (max-width:600px){.GameSearch-module__agsfUq__input{border-radius:var(--border-radius-lg);padding:1rem 2.75rem;font-size:16px}.GameSearch-module__agsfUq__input::placeholder{font-size:.9375rem}.GameSearch-module__agsfUq__searchIcon{font-size:.875rem;left:1rem}.GameSearch-module__agsfUq__results{border-radius:var(--border-radius-md);max-height:300px;padding:.375rem}.GameSearch-module__agsfUq__resultItem{border-radius:var(--border-radius-sm);padding:.75rem .875rem}.GameSearch-module__agsfUq__gameName{font-size:.875rem}.GameSearch-module__agsfUq__gameYear{padding:.125rem .375rem;font-size:.75rem}.GameSearch-module__agsfUq__noResults{padding:1rem;font-size:.875rem}.GameSearch-module__agsfUq__toggleLabel{padding:.375rem .75rem}.GameSearch-module__agsfUq__toggleText{font-size:.75rem}.GameSearch-module__agsfUq__checkbox{width:1rem;height:1rem}}@media (max-width:380px){.GameSearch-module__agsfUq__input{padding:.875rem 2.5rem}.GameSearch-module__agsfUq__input::placeholder{font-size:.875rem}.GameSearch-module__agsfUq__searchIcon{left:.875rem}.GameSearch-module__agsfUq__results{max-height:260px}.GameSearch-module__agsfUq__resultItem{padding:.625rem .75rem}.GameSearch-module__agsfUq__gameName{font-size:.8125rem}.GameSearch-module__agsfUq__gameYear{font-size:.6875rem}}
.GameSelectionPopup-module__shaVDW__overlay{z-index:9998;background:#0006;animation:.2s GameSelectionPopup-module__shaVDW__fadeIn;position:fixed;inset:0}@keyframes GameSelectionPopup-module__shaVDW__fadeIn{0%{opacity:0}to{opacity:1}}.GameSelectionPopup-module__shaVDW__popupContainer{z-index:9999;width:90%;max-width:500px;max-height:85vh;animation:.25s GameSelectionPopup-module__shaVDW__slideUp;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes GameSelectionPopup-module__shaVDW__slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.GameSelectionPopup-module__shaVDW__selectedGame{background:var(--bg-elevated);border:2px solid var(--brand-primary);border-radius:var(--border-radius-xl);text-align:left;max-height:85vh;overflow:visible;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #8b5cf633,0 0 80px #8b5cf626}.GameSelectionPopup-module__shaVDW__gameBanner{border-radius:var(--border-radius-xl)var(--border-radius-xl)0 0;height:140px;position:relative;overflow:visible}.GameSelectionPopup-module__shaVDW__gameBannerBg{border-radius:var(--border-radius-xl)var(--border-radius-xl)0 0;position:absolute;inset:0;overflow:hidden}.GameSelectionPopup-module__shaVDW__gameBannerBgImg{object-fit:cover;filter:blur(12px)brightness(.5)saturate(120%);width:100%;height:100%;transform:scale(1.2)}.GameSelectionPopup-module__shaVDW__gameBannerThumb{border-radius:var(--border-radius-md);z-index:10;border:3px solid var(--bg-elevated);width:auto;height:120px;position:absolute;bottom:-50px;right:1.25rem;box-shadow:0 8px 32px #00000080}.GameSelectionPopup-module__shaVDW__gameBannerContent{background:linear-gradient(#0000,#000c);padding:1rem 160px 1rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.GameSelectionPopup-module__shaVDW__gameBannerTitle{font-family:var(--font-display);color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.5rem;font-weight:700;display:inline}.GameSelectionPopup-module__shaVDW__gameBannerYear{color:#ffffffb3;margin-left:.5rem;font-size:.875rem}.GameSelectionPopup-module__shaVDW__closeButtonBanner{border-radius:var(--border-radius-full);color:#fff;cursor:pointer;z-index:20;background:#00000080;border:1px solid #fff3;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.GameSelectionPopup-module__shaVDW__closeButtonBanner:hover{color:#fff;background:#ef4444cc;border-color:#ef4444}.GameSelectionPopup-module__shaVDW__selectedHeader{align-items:center;gap:1rem;padding:1.5rem;display:flex}.GameSelectionPopup-module__shaVDW__selectedInfo{flex:1;min-width:0}.GameSelectionPopup-module__shaVDW__selectedTitle{font-family:var(--font-body);color:#fff;letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.GameSelectionPopup-module__shaVDW__selectedYear{color:#fff9;margin:.25rem 0 0;font-size:.875rem;font-weight:400}.GameSelectionPopup-module__shaVDW__closeButton{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.GameSelectionPopup-module__shaVDW__closeButton:hover{color:#ef4444;background:#ef444426;border-color:#ef4444}.GameSelectionPopup-module__shaVDW__popupContent{max-height:calc(85vh - 140px);padding:3.5rem 1.5rem 1.5rem;overflow-y:auto}.GameSelectionPopup-module__shaVDW__popupContentNoImage{padding:0 1.5rem 1.5rem}.GameSelectionPopup-module__shaVDW__gameScoresheetSection{border-top:1px solid var(--border-color);margin-top:1.25rem;padding-top:1.25rem}.GameSelectionPopup-module__shaVDW__gameScoresheetTitle{font-family:var(--font-body);color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;font-size:.6875rem;font-weight:700}.GameSelectionPopup-module__shaVDW__gameScoresheetList{flex-direction:column;gap:.5rem;display:flex}.GameSelectionPopup-module__shaVDW__gameScoresheetItem{border-radius:var(--border-radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:#ffffff0d;border:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;display:flex}.GameSelectionPopup-module__shaVDW__gameScoresheetItem:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-1px)}.GameSelectionPopup-module__shaVDW__gameScoresheetItem:active{transform:translateY(0)scale(.995)}.GameSelectionPopup-module__shaVDW__gameScoresheetInfo{flex:1;min-width:0}.GameSelectionPopup-module__shaVDW__gameScoresheetName{font-family:var(--font-body);color:#fff;font-size:.9375rem;font-weight:600;display:block}.GameSelectionPopup-module__shaVDW__gameScoresheetDesc{color:#fff9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.GameSelectionPopup-module__shaVDW__gameScoresheetMeta{color:#ffffff80;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;display:flex}.GameSelectionPopup-module__shaVDW__scoresheetAuthor,.GameSelectionPopup-module__shaVDW__scoresheetRating,.GameSelectionPopup-module__shaVDW__ratingCount{opacity:.9}.GameSelectionPopup-module__shaVDW__stars{color:var(--accent-gold);font-size:.6875rem}.GameSelectionPopup-module__shaVDW__scoresheetArrow{background:var(--brand-gradient);color:#fff;font-family:var(--font-body);border-radius:var(--border-radius-full);transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.75rem;font-weight:700}.GameSelectionPopup-module__shaVDW__gameScoresheetItem:hover .GameSelectionPopup-module__shaVDW__scoresheetArrow{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf666}.GameSelectionPopup-module__shaVDW__noScoresheets{text-align:center;color:#fff9;margin:0 0 1rem;padding:1rem 0;font-size:.9375rem}.GameSelectionPopup-module__shaVDW__gameActions{margin-top:1.25rem}.GameSelectionPopup-module__shaVDW__createButton{width:100%;font-family:var(--font-body);border-radius:var(--border-radius-md);cursor:pointer;transition:all var(--transition-base);background:var(--brand-gradient);color:#fff;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9375rem;font-weight:700;display:flex;box-shadow:0 4px 16px #8b5cf64d}.GameSelectionPopup-module__shaVDW__createButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.GameSelectionPopup-module__shaVDW__createButton:active{transform:translateY(0)scale(.99)}.GameSelectionPopup-module__shaVDW__scoresheetLoading{color:#ffffffb3;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:.875rem;display:flex}.GameSelectionPopup-module__shaVDW__smallSpinner{border:2px solid #ffffff26;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite GameSelectionPopup-module__shaVDW__spin}@keyframes GameSelectionPopup-module__shaVDW__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.GameSelectionPopup-module__shaVDW__popupContainer{width:95%}.GameSelectionPopup-module__shaVDW__selectedGame{border-radius:var(--border-radius-lg)}.GameSelectionPopup-module__shaVDW__gameBanner{height:120px}.GameSelectionPopup-module__shaVDW__gameBannerThumb{height:100px;bottom:-40px}.GameSelectionPopup-module__shaVDW__gameBannerContent{padding-right:130px}.GameSelectionPopup-module__shaVDW__gameBannerTitle{font-size:1.25rem}.GameSelectionPopup-module__shaVDW__popupContent{padding-top:3rem}}@media (max-width:380px){.GameSelectionPopup-module__shaVDW__popupContainer{width:98%}.GameSelectionPopup-module__shaVDW__selectedGame{border-radius:var(--border-radius-md)}}
.GameBackground-module___H35tq__backgroundContainer{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.GameBackground-module___H35tq__backgroundImage{filter:blur(80px)saturate(1.2);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-100px;transform:scale(1.2)}.GameBackground-module___H35tq__backgroundOverlay{background:linear-gradient(180deg,var(--bg-primary)0%,transparent 30%,transparent 70%,var(--bg-primary)100%);position:absolute;inset:0}.GameBackground-module___H35tq__backgroundOverlay:after{content:"";background:radial-gradient(ellipse at center,transparent 0%,var(--bg-primary)100%);opacity:.6;position:absolute;inset:0}
.BggLinkModal-module___4edCG__overlay{-webkit-backdrop-filter:blur(12px)saturate(150%);backdrop-filter:blur(12px)saturate(150%);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s BggLinkModal-module___4edCG__fadeIn;display:flex;position:fixed;inset:0}@keyframes BggLinkModal-module___4edCG__fadeIn{0%{opacity:0}to{opacity:1}}.BggLinkModal-module___4edCG__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);background:#1e1e23eb;border:1px solid #ffffff2e;width:100%;max-width:400px;padding:2rem;animation:.3s BggLinkModal-module___4edCG__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d}@keyframes BggLinkModal-module___4edCG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.BggLinkModal-module___4edCG__closeButton{cursor:pointer;color:var(--text-secondary);border-radius:var(--border-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.BggLinkModal-module___4edCG__closeButton:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.BggLinkModal-module___4edCG__closeButton:disabled{opacity:.5;cursor:not-allowed}.BggLinkModal-module___4edCG__header{text-align:center;margin-bottom:1.5rem}.BggLinkModal-module___4edCG__bggLogo{border-radius:var(--border-radius-md);color:#fff;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex}.BggLinkModal-module___4edCG__title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.BggLinkModal-module___4edCG__subtitle{color:var(--text-secondary);margin:0;font-size:.9375rem}.BggLinkModal-module___4edCG__error{color:#ef4444;border-radius:var(--border-radius-md);text-align:center;background:#ef444426;border:1px solid #ef44444d;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.BggLinkModal-module___4edCG__form{flex-direction:column;gap:1rem;display:flex}.BggLinkModal-module___4edCG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.BggLinkModal-module___4edCG__label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.BggLinkModal-module___4edCG__input{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);width:100%;color:var(--text-primary);padding:.75rem 1rem;font-size:1rem;transition:all .2s}.BggLinkModal-module___4edCG__input::placeholder{color:var(--text-muted)}.BggLinkModal-module___4edCG__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.15);outline:none}.BggLinkModal-module___4edCG__input:disabled{opacity:.6;cursor:not-allowed}.BggLinkModal-module___4edCG__submitButton{border-radius:var(--border-radius-md);color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.BggLinkModal-module___4edCG__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}.BggLinkModal-module___4edCG__submitButton:active:not(:disabled){transform:translateY(0)}.BggLinkModal-module___4edCG__submitButton:disabled{opacity:.6;cursor:not-allowed}.BggLinkModal-module___4edCG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite BggLinkModal-module___4edCG__spin}@keyframes BggLinkModal-module___4edCG__spin{to{transform:rotate(360deg)}}.BggLinkModal-module___4edCG__privacy{text-align:center;color:var(--text-muted);margin:1.5rem 0 0;font-size:.75rem}@media (max-width:480px){.BggLinkModal-module___4edCG__modal{padding:1.5rem}.BggLinkModal-module___4edCG__title{font-size:1.25rem}.BggLinkModal-module___4edCG__subtitle{font-size:.875rem}.BggLinkModal-module___4edCG__submitButton{padding:.75rem 1rem;font-size:.9375rem}}
.BggLogPlayPopup-module__i5nuWq__overlay{-webkit-backdrop-filter:blur(12px)saturate(150%);backdrop-filter:blur(12px)saturate(150%);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s BggLogPlayPopup-module__i5nuWq__fadeIn;display:flex;position:fixed;inset:0}@keyframes BggLogPlayPopup-module__i5nuWq__fadeIn{0%{opacity:0}to{opacity:1}}.BggLogPlayPopup-module__i5nuWq__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);background:#1e1e23eb;border:1px solid #ffffff2e;width:100%;max-width:440px;max-height:90vh;padding:1.75rem;animation:.3s BggLogPlayPopup-module__i5nuWq__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d}@keyframes BggLogPlayPopup-module__i5nuWq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.BggLogPlayPopup-module__i5nuWq__closeButton{cursor:pointer;color:var(--text-secondary);border-radius:var(--border-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.BggLogPlayPopup-module__i5nuWq__closeButton:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.BggLogPlayPopup-module__i5nuWq__closeButton:disabled{opacity:.5;cursor:not-allowed}.BggLogPlayPopup-module__i5nuWq__header{text-align:center;margin-bottom:1.5rem}.BggLogPlayPopup-module__i5nuWq__bggLogo{border-radius:var(--border-radius-md);color:#fff;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.75rem;display:inline-flex}.BggLogPlayPopup-module__i5nuWq__title{color:var(--text-primary);margin:0 0 .25rem;font-size:1.375rem;font-weight:700}.BggLogPlayPopup-module__i5nuWq__subtitle{color:var(--text-secondary);margin:0;font-size:.9375rem}.BggLogPlayPopup-module__i5nuWq__form{flex-direction:column;gap:1.25rem;display:flex}.BggLogPlayPopup-module__i5nuWq__section{flex-direction:column;gap:.5rem;display:flex}.BggLogPlayPopup-module__i5nuWq__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.BggLogPlayPopup-module__i5nuWq__playersList{flex-direction:column;gap:.5rem;display:flex}.BggLogPlayPopup-module__i5nuWq__playerRow{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);justify-content:space-between;align-items:center;padding:.625rem .875rem;display:flex}.BggLogPlayPopup-module__i5nuWq__playerInfo{align-items:center;gap:.75rem;display:flex}.BggLogPlayPopup-module__i5nuWq__playerName{color:var(--text-primary);font-weight:500}.BggLogPlayPopup-module__i5nuWq__playerScore{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:var(--border-radius-sm);padding:.125rem .5rem;font-size:.875rem}.BggLogPlayPopup-module__i5nuWq__playerToggles{gap:.375rem;display:flex}.BggLogPlayPopup-module__i5nuWq__toggleButton{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.BggLogPlayPopup-module__i5nuWq__toggleButton:hover{border-color:var(--text-secondary);color:var(--text-primary)}.BggLogPlayPopup-module__i5nuWq__toggleActive{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#0000}.BggLogPlayPopup-module__i5nuWq__toggleActive:hover{color:#fff;filter:brightness(1.1);border-color:#0000}.BggLogPlayPopup-module__i5nuWq__toggleActiveNew{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-color:#0000}.BggLogPlayPopup-module__i5nuWq__toggleActiveNew:hover{color:#fff;filter:brightness(1.1);border-color:#0000}.BggLogPlayPopup-module__i5nuWq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.BggLogPlayPopup-module__i5nuWq__label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.BggLogPlayPopup-module__i5nuWq__textarea{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);width:100%;color:var(--text-primary);resize:vertical;min-height:80px;padding:.75rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.BggLogPlayPopup-module__i5nuWq__textarea::placeholder{color:var(--text-muted)}.BggLogPlayPopup-module__i5nuWq__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.15);outline:none}.BggLogPlayPopup-module__i5nuWq__textarea:disabled{opacity:.6;cursor:not-allowed}.BggLogPlayPopup-module__i5nuWq__commentHint{color:var(--text-muted);margin:0;font-size:.75rem}.BggLogPlayPopup-module__i5nuWq__optionsRow{flex-wrap:wrap;gap:1rem;display:flex}.BggLogPlayPopup-module__i5nuWq__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.BggLogPlayPopup-module__i5nuWq__checkboxLabel input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary)}.BggLogPlayPopup-module__i5nuWq__submitButton{border-radius:var(--border-radius-md);color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.BggLogPlayPopup-module__i5nuWq__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}.BggLogPlayPopup-module__i5nuWq__submitButton:active:not(:disabled){transform:translateY(0)}.BggLogPlayPopup-module__i5nuWq__submitButton:disabled{opacity:.7;cursor:not-allowed}.BggLogPlayPopup-module__i5nuWq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite BggLogPlayPopup-module__i5nuWq__spin}@keyframes BggLogPlayPopup-module__i5nuWq__spin{to{transform:rotate(360deg)}}.BggLogPlayPopup-module__i5nuWq__resultModal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);text-align:center;background:#1e1e23f2;border:1px solid #ffffff2e;width:100%;max-width:360px;padding:2rem;animation:.3s BggLogPlayPopup-module__i5nuWq__slideUp;box-shadow:0 25px 50px -12px #00000080}.BggLogPlayPopup-module__i5nuWq__resultSuccess{border-color:#22c55e4d}.BggLogPlayPopup-module__i5nuWq__resultError{border-color:#ef44444d}.BggLogPlayPopup-module__i5nuWq__resultIcon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1rem;display:inline-flex}.BggLogPlayPopup-module__i5nuWq__resultIconError{color:#ef4444;background:#ef444426;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1rem;display:inline-flex}.BggLogPlayPopup-module__i5nuWq__resultTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.BggLogPlayPopup-module__i5nuWq__resultMessage{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.5}.BggLogPlayPopup-module__i5nuWq__bggLink{color:#fff;border-radius:var(--border-radius-md);background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.BggLogPlayPopup-module__i5nuWq__bggLink:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}.BggLogPlayPopup-module__i5nuWq__closeResultButton{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);width:100%;color:var(--text-primary);cursor:pointer;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:block}.BggLogPlayPopup-module__i5nuWq__closeResultButton:hover{background:var(--bg-tertiary)}@media (max-width:480px){.BggLogPlayPopup-module__i5nuWq__modal{padding:1.25rem}.BggLogPlayPopup-module__i5nuWq__title{font-size:1.25rem}.BggLogPlayPopup-module__i5nuWq__playerRow{flex-direction:column;align-items:flex-start;gap:.5rem}.BggLogPlayPopup-module__i5nuWq__playerToggles{width:100%}.BggLogPlayPopup-module__i5nuWq__toggleButton{flex:1;justify-content:center}.BggLogPlayPopup-module__i5nuWq__submitButton{padding:.75rem 1rem;font-size:.9375rem}}
.BggLogPlayButton-module__dPQ89G__container{display:contents}.BggLogPlayButton-module__dPQ89G__button{font-family:var(--font-body);color:#fff;border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.BggLogPlayButton-module__dPQ89G__button:hover:not(:disabled){box-shadow:var(--shadow-md),0 4px 12px #ff572266;transform:translateY(-1px)}.BggLogPlayButton-module__dPQ89G__button:active:not(:disabled){transform:translateY(0)}.BggLogPlayButton-module__dPQ89G__button:disabled{cursor:not-allowed}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__idle{background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%)}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__loading{opacity:.8;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%)}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__success{background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__error{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__error:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--brand-primary);box-shadow:none}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__not-linked{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__not-linked:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border-color:#0000}.BggLogPlayButton-module__dPQ89G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite BggLogPlayButton-module__dPQ89G__spin}@keyframes BggLogPlayButton-module__dPQ89G__spin{to{transform:rotate(360deg)}}.BggLogPlayButton-module__dPQ89G__error{color:#ef4444;text-align:center;max-width:200px;margin:0;font-size:.75rem}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__logged{background:linear-gradient(135deg,#10b981 0%,#34d399 100%);text-decoration:none}.BggLogPlayButton-module__dPQ89G__button.BggLogPlayButton-module__dPQ89G__logged:hover{box-shadow:var(--shadow-md),0 4px 12px #10b98166;transform:translateY(-1px)}@media (max-width:600px){.BggLogPlayButton-module__dPQ89G__button{text-align:center;width:100%}}
.scoresheets-module__K8p7aq__main{background:0 0;min-height:100vh;padding:8rem 1rem 2rem}.scoresheets-module__K8p7aq__container{max-width:800px;margin:0 auto}.scoresheets-module__K8p7aq__title{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.scoresheets-module__K8p7aq__message{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);text-align:center;color:var(--text-secondary);box-shadow:var(--shadow-md);padding:2rem}.scoresheets-module__K8p7aq__error{color:var(--accent-error);border-radius:var(--border-radius-sm);background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.875rem 1rem;font-size:.9375rem}.scoresheets-module__K8p7aq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.scoresheets-module__K8p7aq__tabs{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-full);border:1px solid var(--border-color);gap:.25rem;padding:.375rem;display:flex}.scoresheets-module__K8p7aq__tab{color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-full);background:0 0;border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.scoresheets-module__K8p7aq__tab:hover{color:var(--text-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__tabActive{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-sm),0 0 20px #8b5cf64d}.scoresheets-module__K8p7aq__tabActive:hover{color:#fff}.scoresheets-module__K8p7aq__createBtn{background:var(--brand-gradient);border-radius:var(--border-radius-full);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm),0 0 20px #8b5cf633;border:none;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s}.scoresheets-module__K8p7aq__createBtn:hover{box-shadow:var(--shadow-md),0 0 30px #8b5cf666;transform:translateY(-2px)}.scoresheets-module__K8p7aq__searchBox{margin-top:1rem;margin-bottom:1.5rem}.scoresheets-module__K8p7aq__searchInput{border-radius:var(--border-radius-full);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);width:100%;color:var(--text-primary);border:2px solid #8b5cf633;padding:.875rem 1.25rem .875rem 3rem;font-size:1rem;transition:all .2s}.scoresheets-module__K8p7aq__searchInput::placeholder{color:var(--text-muted)}.scoresheets-module__K8p7aq__searchInput:focus{border-color:var(--brand-primary);background:#8b5cf60d;outline:none;box-shadow:0 0 0 4px #8b5cf626}.scoresheets-module__K8p7aq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}@media (max-width:600px){.scoresheets-module__K8p7aq__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.scoresheets-module__K8p7aq__card{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;color:inherit;padding:1.25rem;text-decoration:none;transition:all .2s;position:relative;overflow:hidden}.scoresheets-module__K8p7aq__card:before{content:"";background:var(--brand-gradient);opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.scoresheets-module__K8p7aq__card:hover{box-shadow:var(--shadow-lg),0 0 30px #8b5cf626;border-color:#8b5cf64d;transform:translateY(-4px)}.scoresheets-module__K8p7aq__card:hover:before{opacity:1}.scoresheets-module__K8p7aq__cardTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.scoresheets-module__K8p7aq__cardDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.scoresheets-module__K8p7aq__cardMeta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.scoresheets-module__K8p7aq__cardStats{gap:1rem;display:flex}.scoresheets-module__K8p7aq__cardStat{align-items:center;gap:.25rem;display:flex}.scoresheets-module__K8p7aq__emptyState{text-align:center;background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);color:var(--text-secondary);box-shadow:var(--shadow-md);grid-column:1/-1;padding:3rem 2rem}.scoresheets-module__K8p7aq__emptyState:before{content:"";border-radius:var(--border-radius-full);background:linear-gradient(135deg,#8b5cf633 0%,#ec489933 100%);width:80px;height:80px;margin:0 auto 1.5rem;display:block}.scoresheets-module__K8p7aq__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.scoresheets-module__K8p7aq__emptyText{color:var(--text-secondary);margin:0}.scoresheets-module__K8p7aq__backLink{color:var(--text-secondary);border-radius:var(--border-radius-full);background:#8b5cf61a;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.scoresheets-module__K8p7aq__backLink:hover{color:var(--brand-primary);background:#8b5cf633}.scoresheets-module__K8p7aq__detailHeader{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);margin-bottom:1.5rem;padding:1.5rem;position:relative;overflow:visible}.scoresheets-module__K8p7aq__thumbnailSpacer{float:right;shape-outside:inset(0);width:160px;height:120px;margin-left:1rem}.scoresheets-module__K8p7aq__detailTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.scoresheets-module__K8p7aq__detailDescription{color:var(--text-secondary);white-space:pre-line;margin:0 0 1rem;line-height:1.6}.scoresheets-module__K8p7aq__detailMeta{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;font-size:.875rem;display:flex}.scoresheets-module__K8p7aq__detailActions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.scoresheets-module__K8p7aq__useBtn,.scoresheets-module__K8p7aq__editBtn,.scoresheets-module__K8p7aq__deleteBtn,.scoresheets-module__K8p7aq__favoriteBtn,.scoresheets-module__K8p7aq__shareBtn{height:44px;font-family:var(--font-body);border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.scoresheets-module__K8p7aq__useBtn{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-sm),0 0 20px #8b5cf633;border:none}.scoresheets-module__K8p7aq__useBtn:hover{box-shadow:var(--shadow-md),0 0 30px #8b5cf666;transform:translateY(-1px)}.scoresheets-module__K8p7aq__editBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.scoresheets-module__K8p7aq__editBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__deleteBtn{color:var(--accent-error);background:0 0;border:1px solid #ef44444d}.scoresheets-module__K8p7aq__deleteBtn:hover{background:#ef44441a;border-color:#ef444480}.scoresheets-module__K8p7aq__deleteBtn:disabled{opacity:.5;cursor:not-allowed}.scoresheets-module__K8p7aq__favoriteBtn{border:1px solid var(--border-color);color:var(--text-secondary);background:0 0;padding:0 1rem;font-size:1.25rem;transition:all .15s}.scoresheets-module__K8p7aq__favoriteBtn:hover{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2480;transform:scale(1.05)}.scoresheets-module__K8p7aq__favoriteBtn:active{transform:scale(.95)}.scoresheets-module__K8p7aq__favoriteBtnActive{color:#fbbf24;background:#fbbf2426;border-color:#fbbf2480}.scoresheets-module__K8p7aq__favoriteBtnActive:hover{background:#fbbf2433}.scoresheets-module__K8p7aq__favoriteBtn:disabled{opacity:.7;cursor:wait}.scoresheets-module__K8p7aq__favoriteIcon{font-size:1rem;display:inline-flex}.scoresheets-module__K8p7aq__shareBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.scoresheets-module__K8p7aq__shareBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__shareBtnSuccess{color:var(--accent-success);background:#10b98126;border-color:#10b98180}.scoresheets-module__K8p7aq__copyBtn{height:44px;font-family:var(--font-body);border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;box-sizing:border-box;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);justify-content:center;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.scoresheets-module__K8p7aq__copyBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__copyBtn:disabled{opacity:.5;cursor:not-allowed}.scoresheets-module__K8p7aq__copiedFrom{color:var(--text-secondary);margin:.5rem 0 1rem;font-size:.875rem}.scoresheets-module__K8p7aq__copiedFrom a{color:var(--brand-primary);font-weight:500;text-decoration:none}.scoresheets-module__K8p7aq__copiedFrom a:hover{text-decoration:underline}.scoresheets-module__K8p7aq__previewSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:1.5rem}.scoresheets-module__K8p7aq__previewTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1.125rem;font-weight:600}.scoresheets-module__K8p7aq__rowPreview{flex-direction:column;gap:.75rem;display:flex}.scoresheets-module__K8p7aq__rowItem{background:var(--bg-tertiary);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);align-items:center;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.scoresheets-module__K8p7aq__rowItem:hover{background:#8b5cf60d;border-color:#8b5cf633}.scoresheets-module__K8p7aq__rowIcon{width:32px;height:32px;color:var(--brand-primary);background:linear-gradient(135deg,#8b5cf633 0%,#6366f133 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;display:flex}.scoresheets-module__K8p7aq__rowIcon img{object-fit:cover;border-radius:6px;width:100%;height:100%}.scoresheets-module__K8p7aq__rowInfo{flex:1;min-width:0}.scoresheets-module__K8p7aq__rowName{color:var(--text-primary);font-size:.9375rem;font-weight:500}.scoresheets-module__K8p7aq__rowDesc{color:var(--text-secondary);font-size:.8125rem}.scoresheets-module__K8p7aq__rowType{border-radius:var(--border-radius-full);flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.scoresheets-module__K8p7aq__rowTypePositive{color:var(--accent-success);background:#10b98126}.scoresheets-module__K8p7aq__rowTypeNegative{color:var(--accent-error);background:#ef444426}.scoresheets-module__K8p7aq__subtitle{color:var(--text-secondary);margin:-1rem 0 1.5rem;font-size:1rem}.scoresheets-module__K8p7aq__searchSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:2rem;position:relative;overflow:hidden}.scoresheets-module__K8p7aq__searchSection:before{content:"";background:var(--brand-gradient);height:3px;position:absolute;top:0;left:0;right:0}.scoresheets-module__K8p7aq__loadingCard{text-align:center;color:var(--text-secondary);padding:2rem}.scoresheets-module__K8p7aq__selectedGame{-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-lg);background:linear-gradient(135deg,#8b5cf61a 0%,#6366f11a 100%);border:2px solid #8b5cf64d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 0 30px #8b5cf61a}.scoresheets-module__K8p7aq__gameThumb{object-fit:cover;border-radius:var(--border-radius-sm);background:var(--bg-tertiary);width:64px;height:64px;box-shadow:var(--shadow-md);flex-shrink:0}.scoresheets-module__K8p7aq__gameInfo{flex:1;min-width:0}.scoresheets-module__K8p7aq__gameName{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;display:inline}.scoresheets-module__K8p7aq__gameYear{color:var(--text-muted);border-radius:var(--border-radius-full);background:#8b5cf61a;margin-left:.5rem;padding:.125rem .5rem;font-size:.875rem}.scoresheets-module__K8p7aq__gamePlayers{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.scoresheets-module__K8p7aq__changeBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);color:var(--text-primary);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.scoresheets-module__K8p7aq__changeBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__cardWithThumb{gap:1rem;display:flex}.scoresheets-module__K8p7aq__cardThumb{object-fit:cover;border-radius:var(--border-radius-sm);background:linear-gradient(135deg,#8b5cf633 0%,#ec489933 100%);flex-shrink:0;width:60px;height:60px}.scoresheets-module__K8p7aq__cardContent{flex:1;min-width:0}.scoresheets-module__K8p7aq__gameBanner{border-radius:var(--border-radius-lg)var(--border-radius-lg)0 0;height:180px;margin:-1.5rem -1.5rem 1rem;position:relative}.scoresheets-module__K8p7aq__gameBannerImgWrapper{border-radius:var(--border-radius-lg)var(--border-radius-lg)0 0;position:absolute;inset:0;overflow:hidden}.scoresheets-module__K8p7aq__gameBannerImg{object-fit:cover;filter:blur(8px)brightness(.6);width:100%;height:100%;transform:scale(1.1)}.scoresheets-module__K8p7aq__gameBannerThumbnail{z-index:10;border-radius:6px;width:auto;height:130px;position:absolute;bottom:-40px;right:1.5rem;box-shadow:0 8px 32px #00000080}.scoresheets-module__K8p7aq__gameBannerOverlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:1rem 160px 1rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.scoresheets-module__K8p7aq__gameBannerName{margin:0;font-size:1.75rem;font-weight:700;display:inline}.scoresheets-module__K8p7aq__gameBannerYear{opacity:.8;margin-left:.5rem;font-size:.875rem}.scoresheets-module__K8p7aq__pagination{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem;display:flex}.scoresheets-module__K8p7aq__paginationBtn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);cursor:pointer;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.scoresheets-module__K8p7aq__paginationBtn:hover:not(:disabled){border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.scoresheets-module__K8p7aq__paginationBtn:disabled{opacity:.5;cursor:not-allowed}.scoresheets-module__K8p7aq__paginationInfo{color:var(--text-secondary);font-size:.875rem;font-weight:500}@media (max-width:640px){.scoresheets-module__K8p7aq__main{padding:7rem .75rem 1.5rem}.scoresheets-module__K8p7aq__header{flex-direction:column;align-items:stretch;gap:1rem}.scoresheets-module__K8p7aq__title{text-align:center;font-size:1.5rem}.scoresheets-module__K8p7aq__tabs{justify-content:center}.scoresheets-module__K8p7aq__tab{padding:.625rem .875rem;font-size:.8125rem}.scoresheets-module__K8p7aq__createBtn{text-align:center;width:100%;padding:.625rem 1rem;font-size:.875rem}.scoresheets-module__K8p7aq__detailActions{flex-flow:wrap}.scoresheets-module__K8p7aq__useBtn,.scoresheets-module__K8p7aq__editBtn,.scoresheets-module__K8p7aq__deleteBtn,.scoresheets-module__K8p7aq__favoriteBtn,.scoresheets-module__K8p7aq__shareBtn,.scoresheets-module__K8p7aq__copyBtn{height:40px;padding:0 1rem;font-size:.8125rem}.scoresheets-module__K8p7aq__gameBanner{margin-bottom:.75rem}.scoresheets-module__K8p7aq__gameBannerThumbnail{height:110px;bottom:-30px;right:1rem}.scoresheets-module__K8p7aq__gameBannerOverlay{padding-right:150px}.scoresheets-module__K8p7aq__thumbnailSpacer{width:130px;height:100px}.scoresheets-module__K8p7aq__selectedGame{text-align:center;flex-direction:column;padding:1rem}.scoresheets-module__K8p7aq__changeBtn{width:100%}.scoresheets-module__K8p7aq__cardWithThumb{text-align:center;flex-direction:column;align-items:center}.scoresheets-module__K8p7aq__card{padding:.875rem}.scoresheets-module__K8p7aq__cardTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:.9375rem;display:-webkit-box;overflow:hidden}.scoresheets-module__K8p7aq__cardDescription{-webkit-line-clamp:1;margin-bottom:.5rem;font-size:.75rem}.scoresheets-module__K8p7aq__cardMeta{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.6875rem}.scoresheets-module__K8p7aq__cardStats{gap:.5rem}.scoresheets-module__K8p7aq__cardThumb{width:48px;height:48px}.scoresheets-module__K8p7aq__searchSection{padding:1.25rem}.scoresheets-module__K8p7aq__subtitle{margin:-.5rem 0 1rem;font-size:.9375rem}.scoresheets-module__K8p7aq__rowItem{gap:.75rem;padding:.625rem}.scoresheets-module__K8p7aq__rowIcon{width:28px;height:28px}.scoresheets-module__K8p7aq__rowName{font-size:.875rem}.scoresheets-module__K8p7aq__rowDesc{font-size:.75rem}.scoresheets-module__K8p7aq__pagination{gap:.5rem;padding:.75rem}.scoresheets-module__K8p7aq__paginationBtn{padding:.5rem .875rem;font-size:.8125rem}.scoresheets-module__K8p7aq__paginationInfo{font-size:.8125rem}}@media (max-width:380px){.scoresheets-module__K8p7aq__main{padding:6.5rem .5rem 1rem}.scoresheets-module__K8p7aq__title{font-size:1.25rem}.scoresheets-module__K8p7aq__tab{padding:.5rem .625rem;font-size:.75rem}.scoresheets-module__K8p7aq__grid{gap:.5rem}.scoresheets-module__K8p7aq__card{padding:.625rem}.scoresheets-module__K8p7aq__cardTitle{margin-bottom:.25rem;font-size:.8125rem}.scoresheets-module__K8p7aq__cardDescription{display:none}.scoresheets-module__K8p7aq__cardMeta{font-size:.625rem}.scoresheets-module__K8p7aq__cardThumb{width:40px;height:40px}}
.page-module__kaxj_W__main{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:2rem 1rem}.page-module__kaxj_W__container{max-width:600px;margin:0 auto}.page-module__kaxj_W__backButton{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-size:1rem;transition:opacity .2s}.page-module__kaxj_W__backButton:hover{opacity:1}.page-module__kaxj_W__loading,.page-module__kaxj_W__error{text-align:center;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.page-module__kaxj_W__spinner{border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite page-module__kaxj_W__spin}@keyframes page-module__kaxj_W__spin{to{transform:rotate(360deg)}}.page-module__kaxj_W__loadingSmall{color:#6b7280;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.page-module__kaxj_W__spinnerSmall{border:2px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite page-module__kaxj_W__spin}.page-module__kaxj_W__error h2{color:#ef4444;margin-bottom:.5rem}.page-module__kaxj_W__error button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem}.page-module__kaxj_W__gameCard{background:#fff;border-radius:12px;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px #0000001a}.page-module__kaxj_W__thumbnail{object-fit:cover;border-radius:8px;flex-shrink:0;width:120px;height:120px}.page-module__kaxj_W__gameInfo{flex:1}.page-module__kaxj_W__title{color:#1f2937;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-module__kaxj_W__year{color:#6b7280;margin-bottom:1rem}.page-module__kaxj_W__stats{gap:1.5rem;display:flex}.page-module__kaxj_W__stat{flex-direction:column;display:flex}.page-module__kaxj_W__statLabel{color:#6b7280;text-transform:uppercase;font-size:.75rem}.page-module__kaxj_W__statValue{color:#1f2937;font-size:1.125rem;font-weight:600}.page-module__kaxj_W__section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.page-module__kaxj_W__sectionTitle{color:#1f2937;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.page-module__kaxj_W__sectionDesc{color:#6b7280;margin-bottom:1.5rem}.page-module__kaxj_W__scoresheetList{flex-direction:column;gap:.75rem;display:flex}.page-module__kaxj_W__scoresheetCard{cursor:pointer;text-align:left;background:#f9fafb;border:2px solid #0000;border-radius:10px;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;transition:all .2s;display:flex}.page-module__kaxj_W__scoresheetCard:hover{background:#fff;border-color:#667eea;box-shadow:0 2px 8px #667eea26}.page-module__kaxj_W__scoresheetInfo{flex:1;min-width:0}.page-module__kaxj_W__scoresheetName{color:#1f2937;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.page-module__kaxj_W__scoresheetDesc{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;display:block;overflow:hidden}.page-module__kaxj_W__scoresheetMeta{color:#9ca3af;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.page-module__kaxj_W__metaDot{color:#d1d5db}.page-module__kaxj_W__yourSheet{color:#667eea;font-weight:500}.page-module__kaxj_W__playIcon{color:#667eea;flex-shrink:0;font-size:1.25rem}.page-module__kaxj_W__sheetThumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:48px;height:48px}.page-module__kaxj_W__createSection{color:#6b7280;justify-content:space-between;align-items:center;gap:1rem;font-size:.9375rem;display:flex}.page-module__kaxj_W__section+.page-module__kaxj_W__section{margin-top:1rem}.page-module__kaxj_W__divider{color:#9ca3af;align-items:center;margin:1.5rem 0;font-size:.875rem;display:flex}.page-module__kaxj_W__divider:before,.page-module__kaxj_W__divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.page-module__kaxj_W__divider span{padding:0 1rem}.page-module__kaxj_W__createLink{text-align:center;color:#667eea;border:2px dashed #d1d5db;border-radius:8px;padding:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.page-module__kaxj_W__createLink:hover{background:#f5f3ff;border-color:#667eea}.page-module__kaxj_W__emptyState{text-align:center;padding:2rem 1rem}.page-module__kaxj_W__emptyIcon{margin-bottom:1rem;font-size:3rem}.page-module__kaxj_W__emptyTitle{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module__kaxj_W__emptyDesc{color:#6b7280;margin-bottom:1.5rem}.page-module__kaxj_W__createButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.page-module__kaxj_W__createButton:hover{opacity:.9}.page-module__kaxj_W__browseLink{text-align:center;color:#fffc;margin-top:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.page-module__kaxj_W__browseLink:hover{color:#fff}.page-module__kaxj_W__scoresheetOptions{flex-direction:column;gap:.75rem;display:flex}.page-module__kaxj_W__optionButton{cursor:pointer;text-align:left;background:#f9fafb;border:2px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.page-module__kaxj_W__optionButton:hover{background:#f3f4f6;border-color:#6366f1}.page-module__kaxj_W__optionIcon{font-size:1.5rem}.page-module__kaxj_W__optionTitle{color:#1f2937;font-weight:600;display:block}.page-module__kaxj_W__optionDesc{color:#6b7280;font-size:.875rem;display:block}@media (max-width:480px){.page-module__kaxj_W__gameCard{text-align:center;flex-direction:column;align-items:center}.page-module__kaxj_W__stats{justify-content:center}.page-module__kaxj_W__scoresheetMeta{flex-wrap:wrap;justify-content:center}}
.profile-module__JL1k5W__main{background:var(--bg-primary);min-height:100vh;padding-top:80px}.profile-module__JL1k5W__container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 4rem}.profile-module__JL1k5W__loadingContainer{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.profile-module__JL1k5W__spinner{border:3px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite profile-module__JL1k5W__spin}@keyframes profile-module__JL1k5W__spin{to{transform:rotate(360deg)}}.profile-module__JL1k5W__profileHeader{background:var(--bg-elevated);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-card);align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex}.profile-module__JL1k5W__avatarSection{flex-shrink:0}.profile-module__JL1k5W__avatar{object-fit:cover;border:3px solid var(--brand-primary);width:100px;height:100px;box-shadow:var(--shadow-glow);border-radius:50%}.profile-module__JL1k5W__avatarPlaceholder{background:var(--brand-gradient);color:#fff;width:100px;height:100px;box-shadow:var(--shadow-glow);border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.profile-module__JL1k5W__avatarButton{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;transition:transform .2s;position:relative}.profile-module__JL1k5W__avatarButton:hover{transform:scale(1.02)}.profile-module__JL1k5W__avatarButton:disabled{cursor:not-allowed}.profile-module__JL1k5W__avatarOverlay{color:#fff;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-module__JL1k5W__avatarButton:hover .profile-module__JL1k5W__avatarOverlay,.profile-module__JL1k5W__avatarButton:focus .profile-module__JL1k5W__avatarOverlay,.profile-module__JL1k5W__avatarButton:disabled .profile-module__JL1k5W__avatarOverlay{opacity:1}.profile-module__JL1k5W__avatarSpinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite profile-module__JL1k5W__spin}.profile-module__JL1k5W__hiddenInput{display:none}.profile-module__JL1k5W__userInfo{flex:1;min-width:0}.profile-module__JL1k5W__userName{font-family:var(--font-display);color:var(--text-primary);background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .25rem;font-size:2rem;font-weight:700}.profile-module__JL1k5W__userEmail{color:var(--text-secondary);margin:0 0 .5rem;font-size:1rem}.profile-module__JL1k5W__memberSince{color:var(--text-muted);margin:0;font-size:.875rem}.profile-module__JL1k5W__statsSection{margin-bottom:2.5rem}.profile-module__JL1k5W__sectionTitle{font-family:var(--font-display);color:var(--text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.profile-module__JL1k5W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.profile-module__JL1k5W__statCard{background:var(--bg-elevated);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-xs);padding:1.5rem;transition:all .2s}.profile-module__JL1k5W__statCard:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.profile-module__JL1k5W__statIcon{margin-bottom:.5rem;font-size:1.75rem}.profile-module__JL1k5W__statValue{font-family:var(--font-display);color:var(--text-primary);background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1.2}.profile-module__JL1k5W__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem;font-weight:600}.profile-module__JL1k5W__recentSection{margin-bottom:2rem}.profile-module__JL1k5W__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-module__JL1k5W__viewAllLink{color:var(--brand-primary);font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.profile-module__JL1k5W__viewAllLink:hover{color:var(--brand-secondary);text-decoration:underline}.profile-module__JL1k5W__listCards{flex-direction:column;gap:.75rem;display:flex}.profile-module__JL1k5W__listCard{background:var(--bg-elevated);border-radius:var(--border-radius-md);border:1px solid var(--border-color);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.profile-module__JL1k5W__listCard:hover{border-color:var(--brand-primary);background:var(--bg-glass-hover);box-shadow:var(--shadow-sm);transform:translate(4px)}.profile-module__JL1k5W__cardContent{flex:1;min-width:0}.profile-module__JL1k5W__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:flex}.profile-module__JL1k5W__bggBadge{color:#10b981;background:#10b98126;border-radius:9999px;flex-shrink:0;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.profile-module__JL1k5W__bggBadge svg{flex-shrink:0}.profile-module__JL1k5W__cardMeta{color:var(--text-secondary);font-size:.8125rem}.profile-module__JL1k5W__cardDate{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.profile-module__JL1k5W__emptyState{text-align:center;background:var(--bg-elevated);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);padding:3rem 1.5rem}.profile-module__JL1k5W__emptyState p{color:var(--text-secondary);margin:0 0 1.5rem}.profile-module__JL1k5W__ctaButton{color:#fff;background:var(--brand-gradient);border-radius:var(--border-radius-full);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.profile-module__JL1k5W__ctaButton:hover{background:var(--brand-gradient-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.profile-module__JL1k5W__exportSection{margin-bottom:2rem}.profile-module__JL1k5W__exportCard{background:var(--bg-elevated);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.profile-module__JL1k5W__exportInfo{align-items:center;gap:1rem;display:flex}.profile-module__JL1k5W__exportIcon{border-radius:var(--border-radius-md);background:var(--brand-muted);width:48px;height:48px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-module__JL1k5W__exportTitle{font-family:var(--font-display);color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.profile-module__JL1k5W__exportDesc{color:var(--text-secondary);margin:0;font-size:.8125rem}.profile-module__JL1k5W__exportBtn{height:44px;font-family:var(--font-body);color:#fff;background:var(--brand-gradient);border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.profile-module__JL1k5W__exportBtn:hover{background:var(--brand-gradient-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.profile-module__JL1k5W__exportBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-module__JL1k5W__bggIcon{border-radius:var(--border-radius-md);color:#fff;background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.profile-module__JL1k5W__bggLinkBtn{height:44px;font-family:var(--font-body);color:#fff;border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border:none;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.profile-module__JL1k5W__bggLinkBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}.profile-module__JL1k5W__unlinkBtn{height:44px;font-family:var(--font-body);color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.profile-module__JL1k5W__unlinkBtn:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef4444}.profile-module__JL1k5W__unlinkBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.profile-module__JL1k5W__container{padding:1.5rem 1rem 3rem}.profile-module__JL1k5W__profileHeader{text-align:center;flex-direction:column;padding:1.5rem}.profile-module__JL1k5W__avatar,.profile-module__JL1k5W__avatarPlaceholder{width:80px;height:80px;font-size:2rem}.profile-module__JL1k5W__userName{font-size:1.5rem}.profile-module__JL1k5W__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.profile-module__JL1k5W__statCard{padding:1rem}.profile-module__JL1k5W__statIcon,.profile-module__JL1k5W__statValue{font-size:1.5rem}.profile-module__JL1k5W__statLabel{font-size:.6875rem}.profile-module__JL1k5W__listCard{padding:.875rem 1rem}.profile-module__JL1k5W__cardTitle{font-size:.9375rem}.profile-module__JL1k5W__exportCard{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem}.profile-module__JL1k5W__exportInfo{text-align:center;flex-direction:column}.profile-module__JL1k5W__exportBtn,.profile-module__JL1k5W__bggLinkBtn,.profile-module__JL1k5W__unlinkBtn{width:100%}}@media (max-width:480px){.profile-module__JL1k5W__main{padding-top:70px}.profile-module__JL1k5W__container{padding:1rem .75rem 2rem}.profile-module__JL1k5W__profileHeader{border-radius:var(--border-radius-lg);padding:1.25rem}.profile-module__JL1k5W__statsGrid{grid-template-columns:repeat(2,1fr)}.profile-module__JL1k5W__sectionTitle{font-size:1.125rem}.profile-module__JL1k5W__listCard{flex-direction:column;align-items:flex-start;gap:.5rem}.profile-module__JL1k5W__cardDate{text-align:left;width:100%}}
