.FormulaEditorModal-module__unha_q__overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FormulaEditorModal-module__unha_q__modal{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000040}.FormulaEditorModal-module__unha_q__header{border-bottom:1px solid var(--border-color);background:var(--brand-gradient);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.FormulaEditorModal-module__unha_q__title{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.FormulaEditorModal-module__unha_q__closeBtn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:background .15s;display:flex}.FormulaEditorModal-module__unha_q__closeBtn:hover{background:#ffffff4d}.FormulaEditorModal-module__unha_q__content{background:var(--bg-primary);flex:1;padding:1.5rem;overflow-y:auto}.FormulaEditorModal-module__unha_q__section{margin-bottom:1.5rem}.FormulaEditorModal-module__unha_q__section:last-child{margin-bottom:0}.FormulaEditorModal-module__unha_q__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.FormulaEditorModal-module__unha_q__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.FormulaEditorModal-module__unha_q__sectionHeader .FormulaEditorModal-module__unha_q__label{margin-bottom:0}.FormulaEditorModal-module__unha_q__formulaInput{border:2px solid var(--border-color-strong);width:100%;color:var(--text-primary);resize:vertical;background:var(--bg-secondary);border-radius:10px;padding:.875rem 1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1rem;transition:border-color .15s,box-shadow .15s}.FormulaEditorModal-module__unha_q__formulaInput:focus{border-color:var(--brand-primary);background:var(--bg-primary);outline:none;box-shadow:0 0 0 3px #5db55126}.FormulaEditorModal-module__unha_q__formulaInputError{border-color:#ef4444}.FormulaEditorModal-module__unha_q__formulaInputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.FormulaEditorModal-module__unha_q__errors{margin-top:.5rem}.FormulaEditorModal-module__unha_q__error{color:#dc2626;margin:.25rem 0;font-size:.8125rem}.FormulaEditorModal-module__unha_q__valid{color:#059669;margin:.5rem 0 0;font-size:.8125rem}.FormulaEditorModal-module__unha_q__variablesList{flex-wrap:wrap;gap:.5rem;display:flex}.FormulaEditorModal-module__unha_q__variableChip{background:var(--bg-tertiary);border:1px solid var(--border-color-strong);color:var(--brand-primary);cursor:pointer;border-radius:20px;padding:.375rem .75rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem;font-weight:500;transition:all .15s}.FormulaEditorModal-module__unha_q__variableChip:hover{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.FormulaEditorModal-module__unha_q__hint{color:var(--text-muted);margin:.5rem 0 0;font-size:.8125rem;font-style:italic}.FormulaEditorModal-module__unha_q__quickInsertRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.FormulaEditorModal-module__unha_q__quickInsertRow:last-child{margin-bottom:0}.FormulaEditorModal-module__unha_q__quickLabel{color:var(--text-secondary);min-width:70px;font-size:.8125rem}.FormulaEditorModal-module__unha_q__buttonRow{flex-wrap:wrap;gap:.375rem;display:flex}.FormulaEditorModal-module__unha_q__opBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:500;transition:all .15s;display:flex}.FormulaEditorModal-module__unha_q__opBtn:hover{background:var(--bg-tertiary);border-color:var(--brand-primary);color:var(--brand-primary)}.FormulaEditorModal-module__unha_q__funcBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:.375rem .625rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem;transition:all .15s}.FormulaEditorModal-module__unha_q__funcBtn:hover{background:var(--bg-tertiary);border-color:var(--brand-primary);color:var(--brand-primary)}.FormulaEditorModal-module__unha_q__helpToggle{color:var(--brand-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8125rem;transition:background .15s}.FormulaEditorModal-module__unha_q__helpToggle:hover{background:var(--bg-tertiary)}.FormulaEditorModal-module__unha_q__helpSection{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;margin-top:1rem;padding:1rem}.FormulaEditorModal-module__unha_q__helpTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:.9375rem;font-weight:600}.FormulaEditorModal-module__unha_q__helpContent{color:var(--text-secondary);font-size:.8125rem;line-height:1.6}.FormulaEditorModal-module__unha_q__helpContent p{margin:0 0 .5rem}.FormulaEditorModal-module__unha_q__helpContent code{background:var(--bg-tertiary);color:var(--brand-primary);border-radius:4px;padding:.125rem .375rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem}.FormulaEditorModal-module__unha_q__helpContent ul{margin:.5rem 0;padding-left:1.25rem}.FormulaEditorModal-module__unha_q__helpContent li{margin:.25rem 0}.FormulaEditorModal-module__unha_q__footer{border-top:1px solid var(--border-color);background:var(--bg-secondary);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.FormulaEditorModal-module__unha_q__cancelBtn{border:1px solid var(--border-color-strong);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .15s}.FormulaEditorModal-module__unha_q__cancelBtn:hover{background:var(--bg-tertiary)}.FormulaEditorModal-module__unha_q__saveBtn{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:opacity .15s}.FormulaEditorModal-module__unha_q__saveBtn:hover:not(:disabled){opacity:.9}.FormulaEditorModal-module__unha_q__saveBtn:disabled{opacity:.5;cursor:not-allowed}.FormulaEditorModal-module__unha_q__simulatorSection{background:var(--bg-glass);border:1px solid var(--brand-primary);border-radius:10px;padding:1rem}.FormulaEditorModal-module__unha_q__simulatorInputs{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.FormulaEditorModal-module__unha_q__simulatorInput{align-items:center;gap:.75rem;display:flex}.FormulaEditorModal-module__unha_q__simulatorLabel{color:var(--brand-primary);align-items:center;gap:.5rem;min-width:100px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;font-weight:500;display:flex}.FormulaEditorModal-module__unha_q__simulatorHint{color:var(--text-muted);font-family:system-ui,sans-serif;font-size:.75rem;font-weight:400}.FormulaEditorModal-module__unha_q__simulatorValueInput{border:1px solid var(--brand-accent);width:100px;color:var(--text-primary);background:var(--bg-primary);border-radius:6px;padding:.5rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.FormulaEditorModal-module__unha_q__simulatorValueInput:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #5db55126}.FormulaEditorModal-module__unha_q__simulatorResult{border-top:1px solid var(--brand-accent);align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.FormulaEditorModal-module__unha_q__simulatorResultLabel{color:var(--brand-primary);font-size:.875rem;font-weight:600}.FormulaEditorModal-module__unha_q__simulatorResultValue{color:var(--brand-primary);background:var(--bg-primary);border:1px solid var(--brand-accent);border-radius:6px;padding:.375rem .75rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1.25rem;font-weight:700}.FormulaEditorModal-module__unha_q__simulatorResultError{color:#dc2626;font-size:.875rem;font-style:italic}@media (max-width:640px){.FormulaEditorModal-module__unha_q__overlay{padding:0}.FormulaEditorModal-module__unha_q__modal{border-radius:0;height:100dvh;max-height:none}.FormulaEditorModal-module__unha_q__header{z-index:10;padding-top:calc(1.25rem + env(safe-area-inset-top,0));padding-left:calc(1.5rem + env(safe-area-inset-left,0));padding-right:calc(1.5rem + env(safe-area-inset-right,0));position:fixed;top:0;left:0;right:0}.FormulaEditorModal-module__unha_q__content{padding-top:calc(96px + env(safe-area-inset-top,0));padding-bottom:calc(90px + env(safe-area-inset-bottom,0))}.FormulaEditorModal-module__unha_q__footer{z-index:10;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0));padding-left:calc(1.5rem + env(safe-area-inset-left,0));padding-right:calc(1.5rem + env(safe-area-inset-right,0));position:fixed;bottom:0;left:0;right:0}.FormulaEditorModal-module__unha_q__quickInsertRow{flex-direction:column;align-items:flex-start;gap:.5rem}.FormulaEditorModal-module__unha_q__quickLabel{min-width:auto}.FormulaEditorModal-module__unha_q__simulatorInput{flex-direction:column;align-items:flex-start;gap:.375rem}.FormulaEditorModal-module__unha_q__simulatorLabel{min-width:auto}.FormulaEditorModal-module__unha_q__simulatorValueInput{width:100%}}
.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:100dvh}.ImageCropperModal-module__iNpgpW__overlay{padding:0}.ImageCropperModal-module__iNpgpW__content{padding-bottom:calc(90px + env(safe-area-inset-bottom,0));-webkit-overflow-scrolling:touch}.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}.ImageCropperModal-module__iNpgpW__footer{z-index:201;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0));padding-left:calc(1rem + env(safe-area-inset-left,0));padding-right:calc(1rem + env(safe-area-inset-right,0));background:var(--bg-secondary);border-top:1px solid var(--border-color);justify-content:stretch;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.ImageCropperModal-module__iNpgpW__cancelBtn{border:2px solid var(--border-color);border-radius:var(--border-radius-lg);touch-action:manipulation;flex:1;min-height:48px;padding:1rem;font-size:1rem;font-weight:600}.ImageCropperModal-module__iNpgpW__applyBtn{border-radius:var(--border-radius-lg);touch-action:manipulation;flex:2;min-height:48px;padding:1rem;font-size:1rem;font-weight:600}}@media (max-width:640px) and (max-height:600px){.ImageCropperModal-module__iNpgpW__content{padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}.ImageCropperModal-module__iNpgpW__footer{padding:.5rem 1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0))}.ImageCropperModal-module__iNpgpW__cancelBtn,.ImageCropperModal-module__iNpgpW__applyBtn{min-height:44px;padding:.75rem}}@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}}
.EmojiPickerModal-module__0VKRaW__overlay{background:var(--overlay-bg);z-index:200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.EmojiPickerModal-module__0VKRaW__modal{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);width:100%;max-width:440px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.EmojiPickerModal-module__0VKRaW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.EmojiPickerModal-module__0VKRaW__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.EmojiPickerModal-module__0VKRaW__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}.EmojiPickerModal-module__0VKRaW__closeBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.EmojiPickerModal-module__0VKRaW__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.EmojiPickerModal-module__0VKRaW__searchWrapper{padding:.75rem 1rem 0;position:relative}.EmojiPickerModal-module__0VKRaW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1.75rem;transform:translateY(-25%)}.EmojiPickerModal-module__0VKRaW__searchInput{border:1px solid var(--border-color-strong);border-radius:var(--border-radius-sm);background:var(--bg-secondary);width:100%;color:var(--text-primary);padding:.625rem 1rem .625rem 2.25rem;font-size:.875rem;transition:border-color .15s}.EmojiPickerModal-module__0VKRaW__searchInput:focus{border-color:var(--brand-primary);outline:none}.EmojiPickerModal-module__0VKRaW__searchInput::placeholder{color:var(--text-muted)}.EmojiPickerModal-module__0VKRaW__categoryTabs{flex-wrap:wrap;gap:.25rem;padding:.75rem 1rem;display:flex}.EmojiPickerModal-module__0VKRaW__categoryTab{border:1px solid var(--border-color);border-radius:var(--border-radius-full);background:var(--bg-primary);white-space:nowrap;cursor:pointer;color:var(--text-secondary);padding:.375rem .75rem;font-size:.8125rem;transition:all .15s}.EmojiPickerModal-module__0VKRaW__categoryTab:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.EmojiPickerModal-module__0VKRaW__categoryTabActive{background:var(--brand-gradient);color:#fff;border-color:#0000}.EmojiPickerModal-module__0VKRaW__categoryTabActive:hover{color:#fff;border-color:#0000}.EmojiPickerModal-module__0VKRaW__emojiGrid{-webkit-overflow-scrolling:touch;flex:1;grid-template-columns:repeat(7,1fr);gap:.25rem;min-height:0;max-height:280px;padding:.5rem 1rem;display:grid;overflow-y:auto}.EmojiPickerModal-module__0VKRaW__emojiCell{aspect-ratio:1;border-radius:var(--border-radius-sm);cursor:pointer;background:0 0;border:2px solid #0000;justify-content:center;align-items:center;padding:0;font-size:1.75rem;transition:background .1s,transform .1s;display:flex}.EmojiPickerModal-module__0VKRaW__emojiCell:hover{background:var(--bg-tertiary);transform:scale(1.1)}.EmojiPickerModal-module__0VKRaW__emojiCellSelected{border-color:var(--brand-primary);background:var(--bg-tertiary);transform:scale(1.15)}.EmojiPickerModal-module__0VKRaW__previewSection{background:var(--bg-tertiary);border-top:1px solid var(--border-color);align-items:center;gap:.75rem;min-height:52px;padding:.625rem 1rem;display:flex}.EmojiPickerModal-module__0VKRaW__previewEmoji{font-size:2rem;line-height:1}.EmojiPickerModal-module__0VKRaW__previewLabel{color:var(--text-secondary);font-size:.875rem}.EmojiPickerModal-module__0VKRaW__previewPlaceholder{color:var(--text-muted);font-size:.8125rem;font-style:italic}.EmojiPickerModal-module__0VKRaW__emptyState{text-align:center;color:var(--text-muted);padding:2rem;font-size:.875rem}.EmojiPickerModal-module__0VKRaW__footer{border-top:1px solid var(--border-color);background:var(--bg-tertiary);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.EmojiPickerModal-module__0VKRaW__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}.EmojiPickerModal-module__0VKRaW__cancelBtn:hover{background:var(--bg-tertiary)}.EmojiPickerModal-module__0VKRaW__selectBtn{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}.EmojiPickerModal-module__0VKRaW__selectBtn:hover:not(:disabled){box-shadow:var(--shadow-md)}.EmojiPickerModal-module__0VKRaW__selectBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.EmojiPickerModal-module__0VKRaW__modal{border-radius:0;max-width:100%;max-height:100dvh}.EmojiPickerModal-module__0VKRaW__overlay{padding:0}.EmojiPickerModal-module__0VKRaW__emojiGrid{grid-template-columns:repeat(6,1fr);gap:.125rem;max-height:50vh}.EmojiPickerModal-module__0VKRaW__emojiCell{font-size:1.5rem}.EmojiPickerModal-module__0VKRaW__content{padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}.EmojiPickerModal-module__0VKRaW__footer{z-index:201;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0));padding-left:calc(1rem + env(safe-area-inset-left,0));padding-right:calc(1rem + env(safe-area-inset-right,0));background:var(--bg-secondary);border-top:1px solid var(--border-color);justify-content:stretch;position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.EmojiPickerModal-module__0VKRaW__cancelBtn{border:2px solid var(--border-color);border-radius:var(--border-radius-lg);touch-action:manipulation;flex:1;min-height:48px;padding:1rem;font-size:1rem;font-weight:600}.EmojiPickerModal-module__0VKRaW__selectBtn{border-radius:var(--border-radius-lg);touch-action:manipulation;flex:2;min-height:48px;padding:1rem;font-size:1rem;font-weight:600}}@media (max-width:640px) and (max-height:600px){.EmojiPickerModal-module__0VKRaW__content{padding-bottom:calc(70px + env(safe-area-inset-bottom,0))}.EmojiPickerModal-module__0VKRaW__footer{padding:.5rem 1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0))}.EmojiPickerModal-module__0VKRaW__cancelBtn,.EmojiPickerModal-module__0VKRaW__selectBtn{min-height:44px;padding:.75rem}}@media (pointer:coarse){.EmojiPickerModal-module__0VKRaW__emojiCell{min-height:44px;font-size:1.625rem}}
.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:row;gap:.75rem;display:flex}.RowEditorModal-module__WxtHWW__radioGroup .RowEditorModal-module__WxtHWW__radio{flex:1}.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);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);height:38px;color:var(--text-primary);align-items:center;gap:.5rem;padding:0 .5rem 0 .875rem;font-size:1rem;font-weight:500;display:flex}.RowEditorModal-module__WxtHWW__selectOptionRemove{aspect-ratio:1;width:22px;min-width:22px;height:22px;min-height:22px;color:var(--accent-error);cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6875rem;line-height:1;transition:all .15s;display:flex}.RowEditorModal-module__WxtHWW__selectOptionRemove:hover{background:var(--accent-error);border-color: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{aspect-ratio:1;width:24px;min-width:24px;height:24px;min-height:24px;color:var(--accent-error);cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;font-size:.875rem;line-height:1;transition:all .15s;display:flex}.RowEditorModal-module__WxtHWW__rankScoreRemove:hover:not(:disabled){background:var(--accent-error);border-color: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}}
.EnhancementModal-module__eyWyVq__overlay{background:var(--overlay-bg);z-index:100;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.EnhancementModal-module__eyWyVq__modal{background:var(--bg-primary);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.EnhancementModal-module__eyWyVq__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.EnhancementModal-module__eyWyVq__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.EnhancementModal-module__eyWyVq__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}.EnhancementModal-module__eyWyVq__closeBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.EnhancementModal-module__eyWyVq__content{flex:1;padding:1.5rem;overflow-y:auto}.EnhancementModal-module__eyWyVq__summary{border-radius:var(--border-radius-sm);background:linear-gradient(135deg,#8b5cf60f 0%,#10b9810f 100%);border:1px solid #8b5cf633;margin-bottom:1.25rem;padding:1rem}.EnhancementModal-module__eyWyVq__summaryText{color:var(--text-primary);margin:0 0 .5rem;font-size:.9375rem;line-height:1.5}.EnhancementModal-module__eyWyVq__confidence{border-radius:var(--border-radius-full);padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.EnhancementModal-module__eyWyVq__confidenceHigh{color:var(--accent-success);background:#10b98126}.EnhancementModal-module__eyWyVq__confidenceMedium{color:#a16207;background:#eab30826}.EnhancementModal-module__eyWyVq__confidenceLow{color:var(--accent-error);background:#ef444426}.EnhancementModal-module__eyWyVq__bulkActions{gap:.5rem;margin-bottom:1rem;display:flex}.EnhancementModal-module__eyWyVq__bulkBtn{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);cursor:pointer;background:0 0;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.EnhancementModal-module__eyWyVq__bulkBtn:hover{color:var(--brand-primary);border-color:var(--brand-primary);background:#8b5cf60f}.EnhancementModal-module__eyWyVq__emptyState{text-align:center;padding:2rem 1rem}.EnhancementModal-module__eyWyVq__emptyIcon{color:var(--accent-success);margin-bottom:.5rem;font-size:2.5rem}.EnhancementModal-module__eyWyVq__emptyTitle{color:var(--text-primary);margin:0 0 .375rem;font-size:1.125rem;font-weight:600}.EnhancementModal-module__eyWyVq__emptyText{color:var(--text-secondary);margin:0;font-size:.875rem}.EnhancementModal-module__eyWyVq__suggestionSection{margin-bottom:1.25rem}.EnhancementModal-module__eyWyVq__suggestionSection:last-child{margin-bottom:0}.EnhancementModal-module__eyWyVq__sectionHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.EnhancementModal-module__eyWyVq__sectionIcon{border-radius:var(--border-radius-sm);background:var(--bg-tertiary);width:24px;height:24px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:inline-flex}.EnhancementModal-module__eyWyVq__iconAdd{color:var(--accent-success);background:#10b98126}.EnhancementModal-module__eyWyVq__iconModify{color:#3b82f6;background:#3b82f626}.EnhancementModal-module__eyWyVq__iconRemove{color:var(--accent-error);background:#ef444426}.EnhancementModal-module__eyWyVq__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.875rem;font-weight:600}.EnhancementModal-module__eyWyVq__suggestionCard{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;margin-bottom:.625rem;transition:all .15s}.EnhancementModal-module__eyWyVq__suggestionCard:last-child{margin-bottom:0}.EnhancementModal-module__eyWyVq__selected{background:#8b5cf60a;border-color:#8b5cf666}.EnhancementModal-module__eyWyVq__suggestionLabel{align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.EnhancementModal-module__eyWyVq__checkbox{width:18px;height:18px;accent-color:var(--brand-primary);flex-shrink:0;margin-top:.125rem}.EnhancementModal-module__eyWyVq__suggestionContent{flex:1;min-width:0}.EnhancementModal-module__eyWyVq__suggestionHeader{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.EnhancementModal-module__eyWyVq__suggestionTitle{color:var(--text-primary);font-size:.9375rem;font-weight:600}.EnhancementModal-module__eyWyVq__reason{color:var(--text-secondary);margin:0 0 .5rem;font-size:.8125rem;line-height:1.5}.EnhancementModal-module__eyWyVq__metaCard{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);margin-bottom:.625rem;transition:all .15s}.EnhancementModal-module__eyWyVq__metaCard:last-child{margin-bottom:0}.EnhancementModal-module__eyWyVq__metaLabel{cursor:pointer;align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.EnhancementModal-module__eyWyVq__metaContent{flex:1;min-width:0}.EnhancementModal-module__eyWyVq__metaFieldName{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.375rem;font-size:.75rem;font-weight:600;display:block}.EnhancementModal-module__eyWyVq__metaChange{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.EnhancementModal-module__eyWyVq__metaCurrent{color:var(--text-secondary);opacity:.7;font-size:.8125rem;text-decoration:line-through}.EnhancementModal-module__eyWyVq__metaArrow{color:var(--text-muted);font-size:.8125rem}.EnhancementModal-module__eyWyVq__metaNew{color:var(--text-primary);font-size:.8125rem;font-weight:500}.EnhancementModal-module__eyWyVq__metaNewOnly{color:var(--text-primary);margin:0;font-size:.8125rem}.EnhancementModal-module__eyWyVq__rowPreview{background:#10b9810f;border-left:3px solid #10b98166;border-radius:4px;margin-top:.25rem;padding:.5rem .75rem}.EnhancementModal-module__eyWyVq__changeDetails{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.EnhancementModal-module__eyWyVq__changeRow{flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.EnhancementModal-module__eyWyVq__changeLabel{color:var(--text-muted);min-width:4rem;font-size:.75rem;font-weight:600}.EnhancementModal-module__eyWyVq__changeBefore{color:var(--text-secondary);opacity:.7;text-decoration:line-through}.EnhancementModal-module__eyWyVq__changeArrow{color:var(--text-muted)}.EnhancementModal-module__eyWyVq__changeAfter{color:var(--text-primary);font-weight:500}.EnhancementModal-module__eyWyVq__rowDetail{flex-direction:column;gap:.25rem;display:flex}.EnhancementModal-module__eyWyVq__rowDetailRow{align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.EnhancementModal-module__eyWyVq__rowDetailLabel{color:var(--text-muted);font-size:.75rem;font-weight:600}.EnhancementModal-module__eyWyVq__rowDetailValue{color:var(--text-primary)}.EnhancementModal-module__eyWyVq__rowDetailSign{margin-left:.25rem;font-weight:700}.EnhancementModal-module__eyWyVq__signPositive{color:var(--accent-success)}.EnhancementModal-module__eyWyVq__signNegative{color:var(--accent-error)}.EnhancementModal-module__eyWyVq__footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.EnhancementModal-module__eyWyVq__cancelBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);color:var(--text-primary);cursor:pointer;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.EnhancementModal-module__eyWyVq__cancelBtn:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#8b5cf61a}.EnhancementModal-module__eyWyVq__applyBtn{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:.625rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.EnhancementModal-module__eyWyVq__applyBtn:hover:not(:disabled){box-shadow:var(--shadow-md),0 0 30px #8b5cf666;transform:translateY(-1px)}.EnhancementModal-module__eyWyVq__applyBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.EnhancementModal-module__eyWyVq__overlay{padding:.5rem}.EnhancementModal-module__eyWyVq__modal{max-height:95vh}.EnhancementModal-module__eyWyVq__header{padding:1rem 1.25rem}.EnhancementModal-module__eyWyVq__title{font-size:1.125rem}.EnhancementModal-module__eyWyVq__content{padding:1rem 1.25rem}.EnhancementModal-module__eyWyVq__footer{padding:.875rem 1.25rem}.EnhancementModal-module__eyWyVq__suggestionLabel,.EnhancementModal-module__eyWyVq__metaLabel{padding:.75rem}.EnhancementModal-module__eyWyVq__metaChange{flex-direction:column;align-items:flex-start;gap:.25rem}.EnhancementModal-module__eyWyVq__changeRow{font-size:.75rem}}
.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{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:400px;padding:2rem;animation:.3s BggLinkModal-module___4edCG__slideUp;position:relative}@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{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:440px;max-height:90vh;padding:1.75rem;animation:.3s BggLogPlayPopup-module__i5nuWq__slideUp;position:relative;overflow-y:auto}@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{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:360px;padding:2rem;animation:.3s BggLogPlayPopup-module__i5nuWq__slideUp}.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}}
.collection-module__jnPygG__main{background:var(--bg-primary);min-height:100vh;padding:6rem 1.5rem 2rem}.collection-module__jnPygG__container{max-width:1000px;margin:0 auto}.collection-module__jnPygG__loadingContainer{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.collection-module__jnPygG__spinner{border:3px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite collection-module__jnPygG__spin}@keyframes collection-module__jnPygG__spin{to{transform:rotate(360deg)}}.collection-module__jnPygG__pageHeader{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}.collection-module__jnPygG__titleRow{align-items:center;gap:1rem;display:flex}.collection-module__jnPygG__pageTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.collection-module__jnPygG__pageSubtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.collection-module__jnPygG__importBtnWrap{position:relative}.collection-module__jnPygG__cooldownText{color:var(--text-muted);white-space:nowrap;margin-top:.25rem;font-size:.6875rem;position:absolute;top:100%;left:50%;transform:translate(-50%)}.collection-module__jnPygG__importBtn{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;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.collection-module__jnPygG__importBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}.collection-module__jnPygG__importBtn:disabled{opacity:.6;cursor:not-allowed}.collection-module__jnPygG__searchContainer{flex-shrink:0;position:relative}.collection-module__jnPygG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.collection-module__jnPygG__searchInput{width:260px;height:42px;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-md);outline:none;padding:0 .75rem 0 2.5rem;font-size:.875rem;transition:all .2s}.collection-module__jnPygG__searchInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-muted)}.collection-module__jnPygG__searchInput::placeholder{color:var(--text-muted)}.collection-module__jnPygG__enrichingHint{color:var(--text-muted);margin:0 0 .75rem;font-size:.8125rem}.collection-module__jnPygG__collectionGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin:-.5rem -.5rem 2rem;padding:.5rem;display:grid;overflow:visible}.collection-module__jnPygG__gameCard{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-card);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:visible}.collection-module__jnPygG__gameCard:hover{border-color:var(--border-glow);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.collection-module__jnPygG__gameCard:active{transform:translateY(-2px)scale(.99)}.collection-module__jnPygG__thumbnailContainer{aspect-ratio:4/3;border-radius:var(--border-radius-lg)var(--border-radius-lg)0 0;width:100%;position:relative;overflow:visible}.collection-module__jnPygG__thumbnailBgClip{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.collection-module__jnPygG__thumbnailBg{object-fit:cover;filter:blur(16px)brightness(.6)saturate(1.2);width:100%;height:100%;transform:scale(1.15)}.collection-module__jnPygG__thumbnail{object-fit:contain;filter:drop-shadow(0 4px 12px #00000073);z-index:2;border-radius:4px;max-width:82%;max-height:92%;transition:transform .35s cubic-bezier(.34,1.56,.64,1),filter .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)rotate(-3deg)scale(1.15)}.collection-module__jnPygG__gameCard:hover .collection-module__jnPygG__thumbnail{filter:drop-shadow(0 8px 24px #0000008c)}.collection-module__jnPygG__gameCard:nth-child(4n+2) .collection-module__jnPygG__thumbnail{transform:translate(-50%,-48%)rotate(2.5deg)scale(1.15)}.collection-module__jnPygG__gameCard:nth-child(4n+3) .collection-module__jnPygG__thumbnail{transform:translate(-50%,-48%)rotate(-1deg)scale(1.15)}.collection-module__jnPygG__gameCard:nth-child(4n) .collection-module__jnPygG__thumbnail{transform:translate(-50%,-48%)rotate(4deg)scale(1.15)}.collection-module__jnPygG__gameCard:nth-child(4n+1):hover .collection-module__jnPygG__thumbnail{transform:translate(-50%,-58%)rotate(2deg)scale(1.3)}.collection-module__jnPygG__gameCard:nth-child(4n+2):hover .collection-module__jnPygG__thumbnail{transform:translate(-50%,-58%)rotate(-2.5deg)scale(1.3)}.collection-module__jnPygG__gameCard:nth-child(4n+3):hover .collection-module__jnPygG__thumbnail{transform:translate(-50%,-58%)rotate(3deg)scale(1.3)}.collection-module__jnPygG__gameCard:nth-child(4n):hover .collection-module__jnPygG__thumbnail{transform:translate(-50%,-58%)rotate(-1.5deg)scale(1.3)}.collection-module__jnPygG__thumbnailPlaceholder{width:100%;height:100%;font-family:var(--font-display);color:#fff;background:var(--gradient-card-1);border-radius:var(--border-radius-lg)var(--border-radius-lg)0 0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.collection-module__jnPygG__gameCard:nth-child(4n+2) .collection-module__jnPygG__thumbnailPlaceholder{background:var(--gradient-card-2)}.collection-module__jnPygG__gameCard:nth-child(4n+3) .collection-module__jnPygG__thumbnailPlaceholder{background:var(--gradient-card-3)}.collection-module__jnPygG__gameCard:nth-child(4n) .collection-module__jnPygG__thumbnailPlaceholder{background:var(--gradient-card-4)}.collection-module__jnPygG__scoresheetBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:4;background:#10b981e6;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 4px #0003}.collection-module__jnPygG__scoresheetBadge svg{flex-shrink:0}.collection-module__jnPygG__gameInfo{z-index:3;background:var(--bg-elevated);border-radius:0 0 var(--border-radius-lg)var(--border-radius-lg);flex:1;padding:1rem;position:relative}.collection-module__jnPygG__gameName{font-family:var(--font-body);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .375rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.collection-module__jnPygG__gameMeta{color:var(--text-muted);margin:0;font-size:.8125rem}.collection-module__jnPygG__gameMeta span{display:inline}.collection-module__jnPygG__gameMeta span:not(:last-child):after{content:"·";color:var(--text-muted);margin:0 .375rem}.collection-module__jnPygG__emptyState{text-align:center;background:var(--bg-elevated);border-radius:var(--border-radius-xl);border:1px dashed var(--border-color-strong);max-width:500px;margin:2rem auto;padding:4rem 2rem}.collection-module__jnPygG__emptyIcon{margin-bottom:1rem;font-size:3rem}.collection-module__jnPygG__emptyState h2{font-family:var(--font-display);color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.collection-module__jnPygG__emptyState p{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.collection-module__jnPygG__link{color:var(--brand-primary);font-weight:600;text-decoration:underline}.collection-module__jnPygG__link:hover{color:var(--brand-secondary)}.collection-module__jnPygG__ctaButton{font-family:var(--font-body);color:#fff;background:var(--brand-gradient);border-radius:var(--border-radius-full);cursor:pointer;box-shadow:var(--shadow-sm);border:none;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}.collection-module__jnPygG__ctaButton:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.collection-module__jnPygG__bggLinkBtn{font-family:var(--font-body);color:#fff;border-radius:var(--border-radius-full);cursor:pointer;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#ff5722 0%,#ff9800 100%);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.collection-module__jnPygG__bggLinkBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff572266}@keyframes collection-module__jnPygG__cardFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.collection-module__jnPygG__gameCardFadeIn{animation:.3s ease-out both collection-module__jnPygG__cardFadeIn}@keyframes collection-module__jnPygG__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.collection-module__jnPygG__skeletonCard{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);flex-direction:column;display:flex;overflow:hidden}.collection-module__jnPygG__skeletonThumbnail{aspect-ratio:4/3;background:linear-gradient(90deg,var(--bg-secondary,#e0e0e0)0%,var(--bg-elevated,#f0f0f0)40%,var(--bg-secondary,#e0e0e0)80%);background-size:800px 100%;width:100%;animation:1.5s ease-in-out infinite collection-module__jnPygG__shimmer}.collection-module__jnPygG__skeletonInfo{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.collection-module__jnPygG__skeletonTitle{background:linear-gradient(90deg,var(--bg-secondary,#e0e0e0)0%,var(--bg-elevated,#f0f0f0)40%,var(--bg-secondary,#e0e0e0)80%);background-size:800px 100%;border-radius:4px;width:75%;height:1rem;animation:1.5s ease-in-out infinite collection-module__jnPygG__shimmer}.collection-module__jnPygG__skeletonMeta{background:linear-gradient(90deg,var(--bg-secondary,#e0e0e0)0%,var(--bg-elevated,#f0f0f0)40%,var(--bg-secondary,#e0e0e0)80%);background-size:800px 100%;border-radius:4px;width:50%;height:.75rem;animation:1.5s ease-in-out infinite collection-module__jnPygG__shimmer}.collection-module__jnPygG__skeletonCard:nth-child(2) .collection-module__jnPygG__skeletonThumbnail,.collection-module__jnPygG__skeletonCard:nth-child(2) .collection-module__jnPygG__skeletonTitle,.collection-module__jnPygG__skeletonCard:nth-child(2) .collection-module__jnPygG__skeletonMeta{animation-delay:.1s}.collection-module__jnPygG__skeletonCard:nth-child(3) .collection-module__jnPygG__skeletonThumbnail,.collection-module__jnPygG__skeletonCard:nth-child(3) .collection-module__jnPygG__skeletonTitle,.collection-module__jnPygG__skeletonCard:nth-child(3) .collection-module__jnPygG__skeletonMeta{animation-delay:.2s}.collection-module__jnPygG__skeletonCard:nth-child(4) .collection-module__jnPygG__skeletonThumbnail,.collection-module__jnPygG__skeletonCard:nth-child(4) .collection-module__jnPygG__skeletonTitle,.collection-module__jnPygG__skeletonCard:nth-child(4) .collection-module__jnPygG__skeletonMeta{animation-delay:.3s}.collection-module__jnPygG__skeletonCard:nth-child(5) .collection-module__jnPygG__skeletonThumbnail,.collection-module__jnPygG__skeletonCard:nth-child(5) .collection-module__jnPygG__skeletonTitle,.collection-module__jnPygG__skeletonCard:nth-child(5) .collection-module__jnPygG__skeletonMeta{animation-delay:.15s}.collection-module__jnPygG__skeletonCard:nth-child(6) .collection-module__jnPygG__skeletonThumbnail,.collection-module__jnPygG__skeletonCard:nth-child(6) .collection-module__jnPygG__skeletonTitle,.collection-module__jnPygG__skeletonCard:nth-child(6) .collection-module__jnPygG__skeletonMeta{animation-delay:.25s}@media (max-width:768px){.collection-module__jnPygG__main{padding:5.5rem 1rem 2rem}.collection-module__jnPygG__pageHeader{flex-direction:column;align-items:stretch;gap:1rem}.collection-module__jnPygG__titleRow{justify-content:space-between}.collection-module__jnPygG__searchContainer,.collection-module__jnPygG__searchInput{width:100%}.collection-module__jnPygG__collectionGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.collection-module__jnPygG__gameInfo{padding:.875rem}.collection-module__jnPygG__gameName{font-size:.8125rem}.collection-module__jnPygG__gameMeta{font-size:.75rem}}@media (max-width:600px){.collection-module__jnPygG__collectionGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}.collection-module__jnPygG__gameCard{border-radius:var(--border-radius-md)}.collection-module__jnPygG__thumbnailContainer,.collection-module__jnPygG__thumbnailBgClip,.collection-module__jnPygG__thumbnailPlaceholder{border-radius:var(--border-radius-md)var(--border-radius-md)0 0}.collection-module__jnPygG__gameInfo{border-radius:0 0 var(--border-radius-md)var(--border-radius-md)}}@media (max-width:480px){.collection-module__jnPygG__main{padding:5.5rem .75rem 2rem}.collection-module__jnPygG__pageTitle{font-size:1.25rem}.collection-module__jnPygG__collectionGrid{gap:.625rem}.collection-module__jnPygG__gameName{font-size:.75rem}}
.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%}}
.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__visibilityToggle{border:2px solid var(--border-color-strong);border-radius:var(--border-radius-sm);background:var(--bg-primary);cursor:pointer;text-align:left;align-items:center;gap:.875rem;width:100%;padding:1rem 1.125rem;font-family:inherit;transition:all .2s;display:flex}.ScoresheetEditor-module__bO4C0W__visibilityToggle:hover{border-color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__visibilityPublic{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary)6%,var(--bg-primary))}.ScoresheetEditor-module__bO4C0W__visibilityPublic .ScoresheetEditor-module__bO4C0W__visibilityIcon{color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__visibilityPrivate{background:color-mix(in srgb,#e0a830 5%,var(--bg-primary));border-color:#e0a830}.ScoresheetEditor-module__bO4C0W__visibilityPrivate .ScoresheetEditor-module__bO4C0W__visibilityIcon{color:#c89520}.ScoresheetEditor-module__bO4C0W__visibilityIcon{background:color-mix(in srgb,currentColor 10%,transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ScoresheetEditor-module__bO4C0W__visibilityText{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.ScoresheetEditor-module__bO4C0W__visibilityText strong{color:var(--text-primary);font-size:.9375rem}.ScoresheetEditor-module__bO4C0W__visibilityText span{color:var(--text-secondary);font-size:.8125rem}.ScoresheetEditor-module__bO4C0W__visibilityBadge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.ScoresheetEditor-module__bO4C0W__visibilityPublic .ScoresheetEditor-module__bO4C0W__visibilityBadge{background:color-mix(in srgb,var(--brand-primary)15%,transparent);color:var(--brand-primary)}.ScoresheetEditor-module__bO4C0W__visibilityPrivate .ScoresheetEditor-module__bO4C0W__visibilityBadge{color:#b38a1a;background:#e0a83026}.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}.ScoresheetEditor-module__bO4C0W__sectionHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.ScoresheetEditor-module__bO4C0W__enhanceBtn{border-radius:var(--border-radius-full);color:var(--brand-primary);cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #8b5cf666;flex-shrink:0;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s}.ScoresheetEditor-module__bO4C0W__enhanceBtn:hover:not(:disabled){border-color:var(--brand-primary);background:#8b5cf61a;box-shadow:0 0 20px #8b5cf626}.ScoresheetEditor-module__bO4C0W__enhanceBtn:disabled{opacity:.6;cursor:wait}.ScoresheetEditor-module__bO4C0W__enhanceError{color:var(--accent-error);border-radius:var(--border-radius-sm);background:#ef44441a;border:1px solid #ef44444d;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.8125rem}.ScoresheetEditor-module__bO4C0W__enhancingOverlay{border-radius:var(--border-radius-sm);background:linear-gradient(135deg,#8b5cf60f 0%,#10b9810f 100%);border:1px solid #8b5cf626;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}.ScoresheetEditor-module__bO4C0W__enhanceSpinner{border:2px solid #8b5cf626;border-top-color:var(--brand-primary,#8b5cf6);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.8s linear infinite ScoresheetEditor-module__bO4C0W__enhanceSpin}@keyframes ScoresheetEditor-module__bO4C0W__enhanceSpin{to{transform:rotate(360deg)}}.ScoresheetEditor-module__bO4C0W__enhancingText{color:var(--text-secondary);margin:0;font-size:.8125rem;animation:1.5s ease-in-out infinite ScoresheetEditor-module__bO4C0W__enhancePulse}@keyframes ScoresheetEditor-module__bO4C0W__enhancePulse{0%,to{opacity:.6}50%{opacity:1}}@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__sectionHeader{flex-direction:column;gap:.5rem}.ScoresheetEditor-module__bO4C0W__enhanceBtn{text-align:center;width:100%;padding:.625rem 1rem}.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:#00000080;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:1px solid var(--border-color);border-radius:var(--border-radius-xl);background:var(--bg-primary);box-shadow:var(--shadow-lg);color:var(--text-primary);outline:none;padding:1.125rem 3rem;font-size:1rem;font-weight:400;transition:all .2s}.GameSearch-module__agsfUq__input:focus{box-shadow:var(--shadow-lg),0 0 0 3px #8b5cf633;background:var(--bg-primary);border-color:var(--brand-primary)}.GameSearch-module__agsfUq__input::placeholder{color:var(--text-muted);font-weight:400}.GameSearch-module__agsfUq__searchIcon{pointer-events:none;color:var(--text-muted);font-size:1rem;position:absolute;top:50%;left:1.125rem;transform:translateY(-50%)}.GameSearch-module__agsfUq__spinner{border:2px solid var(--border-color);border-top-color:var(--brand-primary);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;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);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:var(--bg-tertiary);border-color:var(--border-color-strong)}.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:var(--text-secondary);font-size:.8125rem;font-weight:500;transition:color .2s}.GameSearch-module__agsfUq__toggleLabel:hover .GameSearch-module__agsfUq__toggleText{color:var(--text-primary)}@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}}
.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{background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:400px;padding:2rem;animation:.3s SignInModal-module__SkEbEa__slideUp;position:relative}@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}}
.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:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.GameSelectionPopup-module__shaVDW__selectedYear{color:var(--text-secondary);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:var(--text-muted);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{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;display:flex}.GameSelectionPopup-module__shaVDW__gameScoresheetItem:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong);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:var(--text-primary);font-size:.9375rem;font-weight:600;display:block}.GameSelectionPopup-module__shaVDW__gameScoresheetDesc{color:var(--text-secondary);-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:var(--text-muted);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:var(--text-secondary);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:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:.875rem;display:flex}.GameSelectionPopup-module__shaVDW__smallSpinner{border:2px solid var(--border-color);border-top-color:var(--text-primary);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}
