.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__inputWrapper{position:relative}.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}.FormulaEditorModal-module__unha_q__autocomplete{z-index:20;background:var(--bg-primary);border:1px solid var(--border-color-strong);border-radius:10px;max-height:220px;margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 24px #0000002e}.FormulaEditorModal-module__unha_q__autocompleteItem{cursor:pointer;border-radius:6px;align-items:baseline;gap:.625rem;padding:.5rem .625rem;transition:background .1s;display:flex}.FormulaEditorModal-module__unha_q__autocompleteItemActive{background:var(--bg-tertiary)}.FormulaEditorModal-module__unha_q__autocompleteVar{color:var(--brand-primary);white-space:nowrap;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8125rem;font-weight:600}.FormulaEditorModal-module__unha_q__autocompleteTitle{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.FormulaEditorModal-module__unha_q__previewSuccess{color:var(--accent-success);margin:.625rem 0 0;font-size:.8125rem}.FormulaEditorModal-module__unha_q__previewSuccess strong{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9375rem;font-weight:700}.FormulaEditorModal-module__unha_q__previewSamples{color:var(--text-muted);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.FormulaEditorModal-module__unha_q__previewError{color:var(--accent-error);margin:.625rem 0 0;font-size:.8125rem}.FormulaEditorModal-module__unha_q__inlineCode{background:var(--bg-tertiary);color:var(--brand-primary);border-radius:4px;padding:.0625rem .3125rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}@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}}
.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%}}
.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}}
.toast-module__mRVIrG__toastStack{z-index:10000;pointer-events:none;flex-direction:column;align-items:center;gap:10px;width:min(440px,100vw - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-module__mRVIrG__toast{pointer-events:auto;border-radius:var(--border-radius-md);background:var(--bg-elevated);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-float);color:var(--text-primary);align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;animation:.24s cubic-bezier(.175,.885,.32,1.275) toast-module__mRVIrG__toastIn;display:flex}.toast-module__mRVIrG__toast.toast-module__mRVIrG__leaving{animation:.2s forwards toast-module__mRVIrG__toastOut}.toast-module__mRVIrG__toastIcon{border-radius:var(--border-radius-full);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.toast-module__mRVIrG__success .toast-module__mRVIrG__toastIcon{background:var(--accent-success)}.toast-module__mRVIrG__error .toast-module__mRVIrG__toastIcon{background:var(--accent-error)}.toast-module__mRVIrG__info .toast-module__mRVIrG__toastIcon{background:var(--brand-primary)}.toast-module__mRVIrG__success{border-color:color-mix(in srgb,var(--accent-success)40%,transparent)}.toast-module__mRVIrG__error{border-color:color-mix(in srgb,var(--accent-error)40%,transparent)}.toast-module__mRVIrG__toastMessage{flex:1;line-height:1.4}.toast-module__mRVIrG__toastAction{color:var(--brand-primary);cursor:pointer;border-radius:var(--border-radius-sm);transition:background var(--transition-fast);background:0 0;border:none;flex-shrink:0;padding:4px 8px;font-size:14px;font-weight:700}.toast-module__mRVIrG__toastAction:hover{background:var(--brand-muted)}.toast-module__mRVIrG__toastClose{width:26px;height:26px;color:var(--text-muted);cursor:pointer;border-radius:var(--border-radius-sm);transition:background var(--transition-fast),color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-module__mRVIrG__toastClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}@keyframes toast-module__mRVIrG__toastIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-module__mRVIrG__toastOut{to{opacity:0;transform:translateY(8px)scale(.98)}}.toast-module__mRVIrG__confirmOverlay{z-index:10001;background:var(--overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:20px;animation:.15s toast-module__mRVIrG__overlayIn;display:flex;position:fixed;inset:0}.toast-module__mRVIrG__confirmModal{border-radius:var(--border-radius-xl);background:var(--bg-elevated);border:1px solid var(--border-color);width:min(420px,100%);box-shadow:var(--shadow-float);padding:24px;animation:.22s cubic-bezier(.175,.885,.32,1.275) toast-module__mRVIrG__modalIn}.toast-module__mRVIrG__confirmTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:700}.toast-module__mRVIrG__confirmMessage{color:var(--text-secondary);margin-bottom:24px;font-size:15px;line-height:1.5}.toast-module__mRVIrG__confirmActions{justify-content:flex-end;gap:10px;display:flex}.toast-module__mRVIrG__confirmCancel,.toast-module__mRVIrG__confirmConfirm{border-radius:var(--border-radius-md);cursor:pointer;transition:opacity var(--transition-fast),background var(--transition-fast),transform var(--transition-fast);padding:10px 18px;font-size:14px;font-weight:600}.toast-module__mRVIrG__confirmCancel:active,.toast-module__mRVIrG__confirmConfirm:active{transform:scale(.97)}.toast-module__mRVIrG__confirmCancel{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.toast-module__mRVIrG__confirmCancel:hover{background:var(--bg-secondary)}.toast-module__mRVIrG__confirmConfirm{background:var(--brand-gradient);color:#fff;border:none}.toast-module__mRVIrG__confirmConfirm:hover{opacity:.92}.toast-module__mRVIrG__confirmConfirm.toast-module__mRVIrG__confirmDanger{background:var(--accent-error)}@keyframes toast-module__mRVIrG__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes toast-module__mRVIrG__modalIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.toast-module__mRVIrG__toast,.toast-module__mRVIrG__confirmModal,.toast-module__mRVIrG__confirmOverlay{animation:none}}
.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)}}
.AuthorBadge-module__B4JamW__authorBadge{color:var(--text-secondary);border-radius:var(--border-radius-full);align-items:center;gap:.5rem;padding:.125rem .5rem .125rem .125rem;text-decoration:none;transition:all .2s;display:inline-flex}.AuthorBadge-module__B4JamW__authorBadge:hover{color:var(--brand-primary);background:var(--brand-muted)}.AuthorBadge-module__B4JamW__small{gap:.375rem;font-size:.8125rem}.AuthorBadge-module__B4JamW__small .AuthorBadge-module__B4JamW__avatarWrapper{width:20px;height:20px}.AuthorBadge-module__B4JamW__small .AuthorBadge-module__B4JamW__avatarPlaceholder{font-size:.625rem}.AuthorBadge-module__B4JamW__medium{gap:.5rem;font-size:.9375rem}.AuthorBadge-module__B4JamW__medium .AuthorBadge-module__B4JamW__avatarWrapper{width:28px;height:28px}.AuthorBadge-module__B4JamW__medium .AuthorBadge-module__B4JamW__avatarPlaceholder{font-size:.75rem}.AuthorBadge-module__B4JamW__avatarWrapper{border-radius:50%;flex-shrink:0;overflow:hidden}.AuthorBadge-module__B4JamW__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.AuthorBadge-module__B4JamW__avatarPlaceholder{background:var(--brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;display:flex}.AuthorBadge-module__B4JamW__name{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}
.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;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.GameSearch-module__agsfUq__scoresheetBadge{font-family:var(--font-body);letter-spacing:.02em;text-transform:uppercase;color:var(--brand-primary);border-radius:var(--border-radius-full);white-space:nowrap;background:#8b5cf626;border:1px solid #8b5cf659;flex-shrink:0;margin-left:.5rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700}.GameSearch-module__agsfUq__scoresheetBadge:last-of-type,.GameSearch-module__agsfUq__expansionBadge:last-of-type{margin-right:auto}.GameSearch-module__agsfUq__expansionBadge{font-family:var(--font-body);letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-full);white-space:nowrap;flex-shrink:0;margin-left:.5rem;padding:.125rem .5rem;font-size:.6875rem;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}}
.Skeleton-module__vSLXkW__skeleton{background:linear-gradient(90deg,var(--bg-secondary)0%,var(--bg-tertiary)50%,var(--bg-secondary)100%);border-radius:var(--border-radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite Skeleton-module__vSLXkW__shimmer;display:block}@keyframes Skeleton-module__vSLXkW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Skeleton-module__vSLXkW__grid{flex-direction:column;gap:12px;display:flex}.Skeleton-module__vSLXkW__card{border-radius:var(--border-radius-lg);background:var(--bg-elevated);border:1px solid var(--border-color);align-items:center;gap:16px;padding:16px;display:flex}.Skeleton-module__vSLXkW__cardThumb{border-radius:var(--border-radius-md);flex-shrink:0;width:72px;height:72px}.Skeleton-module__vSLXkW__cardBody{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.Skeleton-module__vSLXkW__cardChips{gap:8px;margin-top:2px;display:flex}@media (prefers-reduced-motion:reduce){.Skeleton-module__vSLXkW__skeleton{animation:none}}
.StarRating-module__bFv76W__container{align-items:center;gap:.5rem;display:inline-flex}.StarRating-module__bFv76W__stars{gap:.125rem;display:inline-flex}.StarRating-module__bFv76W__star{color:#d1d5db;line-height:1;transition:color .15s}.StarRating-module__bFv76W__star.StarRating-module__bFv76W__filled{color:#fbbf24}.StarRating-module__bFv76W__star.StarRating-module__bFv76W__partial{background:linear-gradient(90deg,#fbbf24 var(--fill-percentage,50%),#d1d5db var(--fill-percentage,50%));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.StarRating-module__bFv76W__interactive .StarRating-module__bFv76W__star{cursor:pointer}.StarRating-module__bFv76W__interactive .StarRating-module__bFv76W__star:hover{color:#f59e0b;transform:scale(1.1)}.StarRating-module__bFv76W__interactive .StarRating-module__bFv76W__star.StarRating-module__bFv76W__filled:hover{color:#f59e0b}.StarRating-module__bFv76W__small .StarRating-module__bFv76W__star{font-size:.875rem}.StarRating-module__bFv76W__medium .StarRating-module__bFv76W__star{font-size:1.125rem}.StarRating-module__bFv76W__large .StarRating-module__bFv76W__star{font-size:1.5rem}.StarRating-module__bFv76W__value{color:#6b7280;font-size:.875rem;font-weight:500}.StarRating-module__bFv76W__count{color:#9ca3af;margin-left:.25rem;font-weight:400}.StarRating-module__bFv76W__noRatings{color:#9ca3af;font-size:.75rem}.StarRating-module__bFv76W__small .StarRating-module__bFv76W__value,.StarRating-module__bFv76W__small .StarRating-module__bFv76W__count{font-size:.75rem}.StarRating-module__bFv76W__large .StarRating-module__bFv76W__value{font-size:1rem}
.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}
.UserMenu-module__hUMlTW__loading{color:var(--text-muted);font-size:.875rem;font-weight:500}.UserMenu-module__hUMlTW__anonymousControls{align-items:center;gap:.75rem;display:flex}.UserMenu-module__hUMlTW__themeToggle{aspect-ratio:1;border:1px solid var(--border-color);background:var(--bg-secondary);cursor:pointer;box-sizing:border-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.UserMenu-module__hUMlTW__themeToggle:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong);box-shadow:var(--shadow-md);transform:scale(1.05)}.UserMenu-module__hUMlTW__themeToggle:active{transform:scale(.95)}.UserMenu-module__hUMlTW__themeToggleIcon{color:var(--text-secondary);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.UserMenu-module__hUMlTW__sunIcon{color:var(--text-warning,#f59e0b)}.UserMenu-module__hUMlTW__sunIcon:hover{color:#d97706}.UserMenu-module__hUMlTW__moonIcon{color:var(--text-info,#6366f1)}.UserMenu-module__hUMlTW__moonIcon:hover{color:#4f46e5}.UserMenu-module__hUMlTW__themeToggle:hover .UserMenu-module__hUMlTW__themeToggleIcon{transform:rotate(15deg)}.UserMenu-module__hUMlTW__signInButton{background:var(--brand-primary);color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;box-shadow:var(--shadow-sm);border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.UserMenu-module__hUMlTW__signInButton:hover{background:var(--brand-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.UserMenu-module__hUMlTW__signInButton:active{transform:translateY(0)}.UserMenu-module__hUMlTW__signInButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.UserMenu-module__hUMlTW__userMenu{position:relative}.UserMenu-module__hUMlTW__userButton{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.625rem;padding:.375rem .75rem;transition:all .2s;display:flex}.UserMenu-module__hUMlTW__userButton:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong)}.UserMenu-module__hUMlTW__avatar{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:32px;height:32px}.UserMenu-module__hUMlTW__avatarPlaceholder{background:var(--brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.UserMenu-module__hUMlTW__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.9375rem;font-weight:600;overflow:hidden}.UserMenu-module__hUMlTW__dropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:100;min-width:220px;animation:.2s UserMenu-module__hUMlTW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes UserMenu-module__hUMlTW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu-module__hUMlTW__dropdownHeader{border-bottom:1px solid var(--border-color);padding:.875rem 1rem}.UserMenu-module__hUMlTW__email{color:var(--text-secondary);font-size:.8125rem}.UserMenu-module__hUMlTW__dropdownDivider{background:var(--border-color);height:1px;margin:.25rem 0}.UserMenu-module__hUMlTW__dropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);box-sizing:border-box;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.UserMenu-module__hUMlTW__dropdownItem:hover{background:var(--bg-tertiary)}.UserMenu-module__hUMlTW__dropdownItem:active{background:var(--bg-secondary)}.UserMenu-module__hUMlTW__themeIcon{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}@media (max-width:480px){.UserMenu-module__hUMlTW__anonymousControls{gap:.5rem}.UserMenu-module__hUMlTW__themeToggle{width:36px;min-width:36px;height:36px;min-height:36px}.UserMenu-module__hUMlTW__themeToggle svg{width:16px;height:16px}.UserMenu-module__hUMlTW__signInButton{padding:.5rem .875rem;font-size:.875rem}.UserMenu-module__hUMlTW__userName{display:none}.UserMenu-module__hUMlTW__userButton{padding:.5rem}.UserMenu-module__hUMlTW__dropdown{min-width:200px;right:-.5rem}.UserMenu-module__hUMlTW__dropdownItem{padding:.875rem 1rem}}@media (max-width:380px){.UserMenu-module__hUMlTW__anonymousControls{gap:.375rem}.UserMenu-module__hUMlTW__themeToggle{width:32px;min-width:32px;height:32px;min-height:32px}.UserMenu-module__hUMlTW__themeToggle svg{width:14px;height:14px}.UserMenu-module__hUMlTW__signInButton{gap:.375rem;padding:.5rem .75rem;font-size:.8125rem}.UserMenu-module__hUMlTW__avatar,.UserMenu-module__hUMlTW__avatarPlaceholder{width:28px;height:28px}.UserMenu-module__hUMlTW__dropdown{min-width:180px}}
.Confetti-module__NV_ejG__confetti{pointer-events:none;z-index:5;position:absolute;inset:0;overflow:hidden}.Confetti-module__NV_ejG__piece{opacity:0;will-change:transform,opacity;border-radius:2px;animation-name:Confetti-module__NV_ejG__fall;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-iteration-count:1;animation-fill-mode:forwards;position:absolute;top:-24px}@keyframes Confetti-module__NV_ejG__fall{0%{opacity:1;transform:translate(0,0)rotate(0)}to{opacity:0;transform:translate3d(var(--drift,0),105vh,0)rotate(var(--rot,360deg))}}@media (prefers-reduced-motion:reduce){.Confetti-module__NV_ejG__confetti{display:none}}
.EmptyState-module__ba0LuW__empty{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:64px 24px;display:flex}.EmptyState-module__ba0LuW__empty.EmptyState-module__ba0LuW__compact{padding:40px 20px}.EmptyState-module__ba0LuW__icon{filter:saturate(1.1);margin-bottom:12px;font-size:56px;line-height:1}.EmptyState-module__ba0LuW__title{font-family:var(--font-display);color:var(--text-primary);font-size:20px;font-weight:700}.EmptyState-module__ba0LuW__text{max-width:380px;color:var(--text-secondary);font-size:15px;line-height:1.5}.EmptyState-module__ba0LuW__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.EmptyState-module__ba0LuW__primaryBtn{border-radius:var(--border-radius-full);background:var(--brand-gradient);color:#fff;font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-glow);transition:transform var(--transition-fast),opacity var(--transition-fast);border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;display:inline-flex}.EmptyState-module__ba0LuW__primaryBtn:hover{opacity:.95;transform:translateY(-1px)}.EmptyState-module__ba0LuW__primaryBtn:active{transform:scale(.98)}.EmptyState-module__ba0LuW__secondaryBtn{border-radius:var(--border-radius-full);background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;display:inline-flex}.EmptyState-module__ba0LuW__secondaryBtn:hover{background:var(--bg-secondary)}
.Pagination-module__rUEzLG__pagination{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--border-radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.Pagination-module__rUEzLG__info{color:var(--text-secondary);white-space:nowrap;font-size:.875rem}.Pagination-module__rUEzLG__controls{align-items:center;gap:.5rem;display:flex}.Pagination-module__rUEzLG__navBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);cursor:pointer;white-space:nowrap;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s}.Pagination-module__rUEzLG__navBtn:hover:not(:disabled){background:var(--bg-glass-hover);border-color:var(--brand-primary)}.Pagination-module__rUEzLG__navBtn:disabled{opacity:.4;cursor:not-allowed}.Pagination-module__rUEzLG__pages{align-items:center;gap:.25rem;display:flex}.Pagination-module__rUEzLG__pageBtn{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);min-width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:all .2s}.Pagination-module__rUEzLG__pageBtn:hover:not(.Pagination-module__rUEzLG__pageBtnActive){background:var(--bg-glass-hover);color:var(--text-primary)}.Pagination-module__rUEzLG__pageBtnActive{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.Pagination-module__rUEzLG__ellipsis{color:var(--text-muted);padding:0 .25rem;font-size:.875rem}.Pagination-module__rUEzLG__perPage{align-items:center;gap:.5rem;display:flex}.Pagination-module__rUEzLG__perPageLabel{color:var(--text-secondary);white-space:nowrap;font-size:.875rem}.Pagination-module__rUEzLG__perPageSelect{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);color:var(--text-primary);cursor:pointer;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.Pagination-module__rUEzLG__perPageSelect:hover{border-color:var(--brand-primary)}.Pagination-module__rUEzLG__perPageSelect:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}@media (max-width:600px){.Pagination-module__rUEzLG__pagination{flex-direction:column;gap:.75rem;padding:.75rem}.Pagination-module__rUEzLG__info{text-align:center;order:1;width:100%}.Pagination-module__rUEzLG__controls{order:2;justify-content:center;width:100%}.Pagination-module__rUEzLG__perPage{order:3;justify-content:center;width:100%}.Pagination-module__rUEzLG__navBtn{padding:.375rem .5rem;font-size:.75rem}.Pagination-module__rUEzLG__pageBtn{min-width:32px;height:32px;font-size:.8125rem}}@media (max-width:380px){.Pagination-module__rUEzLG__pages{gap:.125rem}.Pagination-module__rUEzLG__pageBtn{min-width:28px;height:28px;padding:.125rem .25rem;font-size:.75rem}}
