.checkins-module__rghKYW__loader{justify-content:center;align-items:center;gap:6px;padding:2rem 0;display:flex}.checkins-module__rghKYW__loader span{background:var(--brand-green);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite checkins-module__rghKYW__loaderBounce}.checkins-module__rghKYW__loader span:nth-child(2){animation-delay:.2s}.checkins-module__rghKYW__loader span:nth-child(3){animation-delay:.4s}@keyframes checkins-module__rghKYW__loaderBounce{0%,80%,to{opacity:.3;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.checkins-module__rghKYW__container{padding:var(--space-xl);max-width:900px;margin:0 auto}.checkins-module__rghKYW__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.checkins-module__rghKYW__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.4rem}.checkins-module__rghKYW__pills{margin:0 0 var(--space-lg)0;flex-wrap:wrap;gap:.5rem;display:flex}.checkins-module__rghKYW__pill{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .8rem;font-size:.85rem;transition:border-color .15s,color .15s,background .15s}.checkins-module__rghKYW__pill:hover{border-color:var(--brand-green);color:var(--brand-green)}.checkins-module__rghKYW__pillActive{background:var(--brand-green);color:var(--text-inverse);border-color:#0000}.checkins-module__rghKYW__muted{color:var(--text-secondary);margin-top:var(--space-sm)}.checkins-module__rghKYW__list{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);margin:0;padding:0;list-style:none;overflow:hidden}.checkins-module__rghKYW__row{justify-content:space-between;align-items:center;gap:var(--space-md);border-bottom:1px solid var(--border-soft);padding:.9rem .95rem;display:flex}.checkins-module__rghKYW__row:last-child{border-bottom:none}.checkins-module__rghKYW__rowMain{flex:1;min-width:220px}.checkins-module__rghKYW__nameLine{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.checkins-module__rghKYW__name{color:var(--text-primary);font-weight:650;text-decoration:none}.checkins-module__rghKYW__name:hover{color:var(--text-primary);text-decoration:underline}.checkins-module__rghKYW__category{color:var(--text-secondary);font-size:.9rem}.checkins-module__rghKYW__checkinMeta{flex-wrap:wrap;gap:12px;margin-top:3px;display:flex}.checkins-module__rghKYW__checkinDescription{color:var(--text-secondary);font-size:.82rem}.checkins-module__rghKYW__lastUsed{color:var(--text-muted);font-size:.82rem}.checkins-module__rghKYW__modalHint{color:var(--text-secondary);margin:0 0 10px;font-size:.85rem;font-style:italic}.checkins-module__rghKYW__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.checkins-module__rghKYW__btnPrimary{cursor:pointer;background:var(--action-primary);color:var(--text-inverse);border:none;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:650;transition:background .15s}.checkins-module__rghKYW__btnPrimary:hover{background:var(--action-primary-hover)}.checkins-module__rghKYW__btnPrimary:disabled{opacity:.7;cursor:not-allowed}.checkins-module__rghKYW__btnSecondary{border:1px solid var(--border-default);cursor:pointer;color:var(--text-primary);background:0 0;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;transition:border-color .15s,color .15s}.checkins-module__rghKYW__btnSecondary:hover{border-color:var(--brand-green);color:var(--brand-green)}.checkins-module__rghKYW__ok{color:var(--status-success);margin-left:2px;font-weight:800}.checkins-module__rghKYW__err{color:var(--status-error);font-size:.85rem;font-weight:650}.checkins-module__rghKYW__loadMore{margin-top:var(--space-md);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem 1rem;transition:border-color .15s,color .15s}.checkins-module__rghKYW__loadMore:hover{border-color:var(--brand-green);color:var(--brand-green)}.checkins-module__rghKYW__fab{cursor:pointer;background:var(--action-primary);color:var(--text-inverse);box-shadow:var(--shadow-md);border:none;border-radius:999px;padding:.75rem 1.15rem;font-size:1.1rem;font-weight:900;position:fixed;bottom:1.5rem;right:1.5rem}.checkins-module__rghKYW__fab:hover{background:var(--action-primary-hover)}.checkins-module__rghKYW__modalOverlay{z-index:50;background:#00000059;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.checkins-module__rghKYW__modal{background:var(--bg-surface);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:var(--space-lg);box-shadow:var(--shadow-lg);max-height:calc(100vh - 48px);overflow:auto}.checkins-module__rghKYW__modalTitle,.checkins-module__rghKYW__modalSubtitle{margin:0 0 var(--space-sm)}.checkins-module__rghKYW__textarea{resize:vertical;width:100%;min-height:120px;padding:var(--space-sm);border-radius:var(--radius-md);border:1px solid var(--border-default);margin-bottom:var(--space-md)}.checkins-module__rghKYW__modalActions{justify-content:flex-end;gap:var(--space-sm);display:flex}.checkins-module__rghKYW__customTimeBox{margin-bottom:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.checkins-module__rghKYW__fieldSection{border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-md);background:var(--bg-surface-alt);margin-bottom:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.checkins-module__rghKYW__datetimeInput{box-sizing:border-box;border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;max-width:100%;color:var(--text-primary);background:0 0;padding:.45rem .6rem;font-size:.9rem}.checkins-module__rghKYW__datetimeInput:focus{border-color:var(--brand-green);outline:none}.checkins-module__rghKYW__customTimeHint{color:var(--text-secondary);font-size:.8rem}.checkins-module__rghKYW__pastTimerInProgressRow{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.checkins-module__rghKYW__pastTimerInProgressRow input[type=checkbox]{accent-color:var(--brand-green);cursor:pointer}.checkins-module__rghKYW__quickStartRow{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.25rem;display:flex}.checkins-module__rghKYW__quickStartChip{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.25rem .6rem;font-size:.78rem;transition:background .12s,border-color .12s}.checkins-module__rghKYW__quickStartChip:hover{background:var(--bg-surface-alt);border-color:var(--brand-green)}.checkins-module__rghKYW__entitiesBox{border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-md);background:var(--bg-surface-alt);margin-bottom:var(--space-md)}.checkins-module__rghKYW__entitiesHeader{margin-bottom:var(--space-sm);justify-content:flex-end;align-items:baseline;display:flex}.checkins-module__rghKYW__entitiesTitle{color:var(--text-primary);font-weight:650}.checkins-module__rghKYW__entitiesCounter{color:var(--text-secondary);font-size:.9rem}.checkins-module__rghKYW__entitiesTabs{margin-bottom:var(--space-sm);flex-wrap:wrap;gap:.5rem;display:flex}.checkins-module__rghKYW__entitiesSearchRow{margin-bottom:var(--space-sm);align-items:center;gap:.3rem;display:flex}.checkins-module__rghKYW__administrarLink{color:var(--brand-green);cursor:pointer;margin-top:2px;margin-bottom:var(--space-md);text-align:center;background:0 0;border:none;width:100%;padding:0;font-size:.8rem}.checkins-module__rghKYW__administrarLink:hover{opacity:.75}.checkins-module__rghKYW__administrarLink:disabled{opacity:.4;cursor:not-allowed}.checkins-module__rghKYW__entitiesSearch{border:1px solid var(--border-default);width:100%;color:var(--text-primary);box-sizing:border-box;background:0 0;border-radius:999px;outline:none;padding:.5rem 32px .5rem .9rem}.checkins-module__rghKYW__entitiesSearch:focus{border-color:var(--brand-green)}.checkins-module__rghKYW__entitiesError{color:var(--status-error);margin-bottom:var(--space-sm);font-size:.9rem}.checkins-module__rghKYW__entitiesResults{border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-sm);background:var(--bg-surface);max-height:220px;overflow:auto}.checkins-module__rghKYW__pickerEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:1.25rem .75rem;display:flex}.checkins-module__rghKYW__pickerEmptyIcon{opacity:.7;font-size:1.4rem;line-height:1}.checkins-module__rghKYW__pickerEmptyText{color:var(--text-secondary);font-size:.85rem}.checkins-module__rghKYW__entityRow{text-align:left;justify-content:space-between;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #0000;padding:.55rem .6rem;display:flex}.checkins-module__rghKYW__entityRow:hover{border-color:var(--brand-green);color:var(--brand-green)}.checkins-module__rghKYW__entityRow:disabled{opacity:.6;cursor:not-allowed}.checkins-module__rghKYW__entityRowSelected{background:var(--brand-green-soft);color:var(--text-primary);border-color:#0000}.checkins-module__rghKYW__entityName{font-weight:650}.checkins-module__rghKYW__entityMeta{color:var(--text-secondary);font-size:.85rem}.checkins-module__rghKYW__loadMoreEntities{margin-top:var(--space-sm);border:1px solid var(--border-default);width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem 1rem;transition:border-color .15s,color .15s}.checkins-module__rghKYW__loadMoreEntities:hover{border-color:var(--brand-green);color:var(--brand-green)}.checkins-module__rghKYW__entitiesSelected{margin-top:var(--space-sm);flex-wrap:wrap;gap:.5rem;display:flex}.checkins-module__rghKYW__entityChip{border:1px solid var(--border-default);color:var(--text-primary);background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .55rem;font-size:.85rem;display:flex}.checkins-module__rghKYW__entityChipLabel{color:var(--text-secondary)}.checkins-module__rghKYW__entityChipId{color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem}.checkins-module__rghKYW__entityChipRemove{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1rem;line-height:1}.checkins-module__rghKYW__entityChipRemove:hover{color:var(--brand-green)}.checkins-module__rghKYW__searchRow{margin-bottom:var(--space-lg)}.checkins-module__rghKYW__searchInput{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--text-primary);outline:none;padding:.6rem .9rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.checkins-module__rghKYW__searchInput::placeholder{color:var(--text-muted)}.checkins-module__rghKYW__searchInput:focus{border-color:var(--brand-green);box-shadow:0 0 0 2px var(--brand-green-soft)}.checkins-module__rghKYW__searchInputWrapper{width:100%;position:relative}.checkins-module__rghKYW__clearBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.checkins-module__rghKYW__clearBtn:hover{opacity:.7}.checkins-module__rghKYW__entitySearchInputWrapper{width:100%;position:relative}.checkins-module__rghKYW__entityClearBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px;font-size:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.checkins-module__rghKYW__runningSection{margin-bottom:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);overflow:hidden}.checkins-module__rghKYW__runningTitle{color:var(--text-secondary);border-bottom:1px solid var(--border-soft);letter-spacing:.02em;text-transform:uppercase;margin:0;padding:.65rem .85rem;font-size:.85rem;font-weight:500}.checkins-module__rghKYW__runningList{margin:0;padding:0;list-style:none}.checkins-module__rghKYW__runningRow{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:10px;padding:.7rem .85rem;display:flex}.checkins-module__rghKYW__runningRow:last-child{border-bottom:none}.checkins-module__rghKYW__runningInfo{flex:1;min-width:0}.checkins-module__rghKYW__runningName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;text-decoration:none;display:block;overflow:hidden}.checkins-module__rghKYW__runningName:hover{color:var(--text-primary);text-decoration:underline}.checkins-module__rghKYW__runningMeta{color:var(--text-secondary);margin-top:2px;font-size:.82rem}.checkins-module__rghKYW__modalError{color:var(--status-error);background:color-mix(in srgb,var(--status-error)10%,transparent);border:1px solid color-mix(in srgb,var(--status-error)28%,transparent);border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:14px;line-height:1.4}.checkins-module__rghKYW__pageError{color:var(--status-error);background:color-mix(in srgb,var(--status-error)10%,transparent);border:1px solid color-mix(in srgb,var(--status-error)28%,transparent);border-radius:10px;margin:12px 0;padding:10px 12px;font-size:14px;line-height:1.4}.checkins-module__rghKYW__streakBadge{color:#f97316;background:#f973161f;border:1px solid #f973164d;border-radius:999px;align-items:center;padding:2px 7px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.checkins-module__rghKYW__archivedBadge{border:1px solid var(--border-subtle,#ffffff1f);color:var(--text-muted,#a1a1aa);border-radius:999px;align-items:center;padding:2px 8px;font-size:12px;line-height:1;display:inline-flex}.checkins-module__rghKYW__explainerBanner{padding:var(--space-md);border-radius:var(--radius-lg);border:1px solid var(--border-soft);border-left:3px solid var(--brand-green);background:var(--bg-surface);margin-bottom:var(--space-md)}.checkins-module__rghKYW__explainerTitle{color:var(--text-primary);margin:0 0 6px;font-size:.9rem;font-weight:650}.checkins-module__rghKYW__explainerText{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.55}.checkins-module__rghKYW__suggestionsSection{margin-bottom:var(--space-lg)}.checkins-module__rghKYW__suggestionsLabel{margin:0 0 var(--space-sm)0;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}.checkins-module__rghKYW__suggestionsList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.checkins-module__rghKYW__suggestionCard{align-items:center;gap:var(--space-md);padding:.75rem var(--space-md);border:1px dashed var(--border-default);border-radius:var(--radius-lg);background:0 0;display:flex}.checkins-module__rghKYW__suggestionInfo{flex:1;min-width:0}.checkins-module__rghKYW__suggestionHeader{align-items:center;gap:var(--space-sm);margin-bottom:3px;display:flex}.checkins-module__rghKYW__suggestionName{color:var(--text-primary);font-size:.95rem;font-weight:500}.checkins-module__rghKYW__suggestionBadge{color:var(--text-muted);border:1px solid var(--border-default);border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:500}.checkins-module__rghKYW__suggestionDesc{color:var(--text-secondary);margin:0;font-size:.82rem}.checkins-module__rghKYW__suggestionMeta{color:var(--text-muted);margin:4px 0 0;font-size:.78rem}.checkins-module__rghKYW__suggestionBtn{border:1px solid var(--brand-green);color:var(--brand-green);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:.3rem .85rem;font-size:.85rem;transition:background .15s}.checkins-module__rghKYW__suggestionBtn:hover{background:var(--brand-green-soft)}@media (max-width:700px){.checkins-module__rghKYW__container{padding:var(--space-lg)}.checkins-module__rghKYW__row{flex-direction:column;align-items:stretch}.checkins-module__rghKYW__actions{justify-content:flex-start}}.checkins-module__rghKYW__numericField{gap:6px;display:grid}.checkins-module__rghKYW__rangeWrap{gap:4px;display:grid}.checkins-module__rghKYW__rangeSlider{accent-color:var(--brand-green);width:100%}.checkins-module__rghKYW__rangeFooter{justify-content:space-between;align-items:center;display:flex}.checkins-module__rghKYW__rangeValue{color:var(--text-primary);font-size:.85rem}.checkins-module__rghKYW__rangeValueEmpty{color:var(--text-muted);font-style:italic}.checkins-module__rghKYW__clearBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:2px 10px;font-size:.75rem}.checkins-module__rghKYW__clearBtn:disabled{opacity:.5;cursor:not-allowed}.checkins-module__rghKYW__fieldLabel{color:var(--text-secondary);margin:0;font-size:.78rem}.checkins-module__rghKYW__numericInputCompact{border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-muted);height:36px;color:var(--text-primary);width:100%;margin-bottom:0;padding:6px 10px;font-size:.88rem}.checkins-module__rghKYW__numericInputCompact:focus{border-color:var(--brand-green);outline:none}.checkins-module__rghKYW__numericInputCompact:disabled{opacity:.6;cursor:not-allowed}.checkins-module__rghKYW__enumList{gap:12px;display:grid}.checkins-module__rghKYW__enumField{gap:6px;display:grid}.checkins-module__rghKYW__enumPills{flex-wrap:wrap;gap:6px;display:flex}.checkins-module__rghKYW__enumPill{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface-alt);color:var(--text-secondary);cursor:pointer;letter-spacing:.01em;padding:5px 14px;font-size:.82rem;font-weight:500;transition:all .18s}.checkins-module__rghKYW__enumPill:hover:not(:disabled){background:var(--brand-green-soft);border-color:var(--brand-green);color:var(--brand-green);transform:translateY(-1px)}.checkins-module__rghKYW__enumPill:disabled{opacity:.45;cursor:not-allowed}.checkins-module__rghKYW__enumPillActive,.checkins-module__rghKYW__enumPillActive:hover:not(:disabled){background:var(--brand-green);color:var(--text-inverse);border-color:var(--brand-green);transform:translateY(0)}
.EntityVariantsValuesInput-module__n2cZ3G__wrap{flex-direction:column;gap:12px;margin-top:12px;margin-bottom:16px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__entityCard{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__entityHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__entityName{color:var(--text-primary);font-size:13px;font-weight:600}.EntityVariantsValuesInput-module__n2cZ3G__entityOrdinal{color:var(--text-secondary);margin-left:4px;font-size:12px;font-weight:500}.EntityVariantsValuesInput-module__n2cZ3G__entityActions{gap:6px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__duplicateBtn,.EntityVariantsValuesInput-module__n2cZ3G__removeBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:3px 10px;font-size:11px;transition:background .15s,color .15s,border-color .15s}.EntityVariantsValuesInput-module__n2cZ3G__duplicateBtn:hover:not(:disabled){border-color:var(--brand-green,#57b33e);color:var(--brand-green,#57b33e)}.EntityVariantsValuesInput-module__n2cZ3G__removeBtn:hover:not(:disabled){border-color:var(--status-error,#ef4444);color:var(--status-error,#ef4444)}.EntityVariantsValuesInput-module__n2cZ3G__duplicateBtn:disabled,.EntityVariantsValuesInput-module__n2cZ3G__removeBtn:disabled{opacity:.5;cursor:not-allowed}.EntityVariantsValuesInput-module__n2cZ3G__variantsList{flex-direction:column;gap:8px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__variantRow{flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__variantLabel{color:var(--text-secondary);flex:0 0 120px;font-size:12px}.EntityVariantsValuesInput-module__n2cZ3G__numberInput{border:1px solid var(--border-default);background:var(--bg-default);min-width:80px;color:var(--text-primary);border-radius:8px;flex:100px;padding:6px 10px;font-size:13px}.EntityVariantsValuesInput-module__n2cZ3G__numberInput:focus{border-color:var(--brand-green,#57b33e);outline:none}.EntityVariantsValuesInput-module__n2cZ3G__rangeWrap{flex:100%;gap:4px;display:grid}.EntityVariantsValuesInput-module__n2cZ3G__rangeSlider{accent-color:var(--brand-green,#57b33e);width:100%}.EntityVariantsValuesInput-module__n2cZ3G__rangeFooter{justify-content:space-between;align-items:center;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__rangeValue{color:var(--text-primary);font-size:.82rem}.EntityVariantsValuesInput-module__n2cZ3G__rangeValueEmpty{color:var(--text-muted);font-style:italic}.EntityVariantsValuesInput-module__n2cZ3G__clearBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:2px 10px;font-size:.72rem}.EntityVariantsValuesInput-module__n2cZ3G__clearBtn:disabled{opacity:.5;cursor:not-allowed}.EntityVariantsValuesInput-module__n2cZ3G__boolPills,.EntityVariantsValuesInput-module__n2cZ3G__selectPills{flex-wrap:wrap;flex:auto;gap:6px;display:flex}.EntityVariantsValuesInput-module__n2cZ3G__boolPill,.EntityVariantsValuesInput-module__n2cZ3G__selectPill{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:4px 12px;font-size:12px;transition:background .15s,border-color .15s}.EntityVariantsValuesInput-module__n2cZ3G__boolPill:hover:not(:disabled),.EntityVariantsValuesInput-module__n2cZ3G__selectPill:hover:not(:disabled){border-color:var(--brand-green,#57b33e)}.EntityVariantsValuesInput-module__n2cZ3G__boolPillActive,.EntityVariantsValuesInput-module__n2cZ3G__selectPillActive{border-color:var(--brand-green,#57b33e);color:var(--brand-green,#57b33e);background:#57b33e29;font-weight:600}.EntityVariantsValuesInput-module__n2cZ3G__boolPill:disabled,.EntityVariantsValuesInput-module__n2cZ3G__selectPill:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.EntityVariantsValuesInput-module__n2cZ3G__variantRow{flex-direction:column;align-items:flex-start;gap:4px}.EntityVariantsValuesInput-module__n2cZ3G__variantLabel{flex:none}.EntityVariantsValuesInput-module__n2cZ3G__numberInput{width:100%}}
.ImageUploader-module__IzXWfG__wrapper{flex-direction:column;gap:.4rem;display:flex}.ImageUploader-module__IzXWfG__dropzone{border:1px dashed var(--border-default);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-surface);justify-content:center;align-items:center;min-height:80px;padding:1rem;transition:border-color .15s,background .15s;display:flex}.ImageUploader-module__IzXWfG__dropzone:hover:not(.ImageUploader-module__IzXWfG__disabledZone):not(.ImageUploader-module__IzXWfG__uploading){border-color:var(--brand-green);background:var(--brand-green-soft,#f0faf0)}.ImageUploader-module__IzXWfG__dropzone:focus{border-color:var(--brand-green);box-shadow:0 0 0 2px var(--brand-green-soft);outline:none}.ImageUploader-module__IzXWfG__uploading{cursor:default;border-color:var(--brand-green)}.ImageUploader-module__IzXWfG__disabledZone{opacity:.5;cursor:not-allowed}.ImageUploader-module__IzXWfG__hiddenInput{display:none}.ImageUploader-module__IzXWfG__placeholder{flex-direction:column;align-items:center;gap:.3rem;display:flex}.ImageUploader-module__IzXWfG__placeholderIcon{color:var(--text-muted);font-size:1.5rem;line-height:1}.ImageUploader-module__IzXWfG__placeholderText{color:var(--text-muted);text-align:center;font-size:.78rem}.ImageUploader-module__IzXWfG__progressWrapper{flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:0 .5rem;display:flex}.ImageUploader-module__IzXWfG__progressBar{background:var(--border-soft);border-radius:999px;width:100%;height:6px;overflow:hidden}.ImageUploader-module__IzXWfG__progressFill{background:var(--brand-green);border-radius:999px;height:100%;transition:width .2s}.ImageUploader-module__IzXWfG__progressLabel{color:var(--text-secondary);font-size:.78rem}.ImageUploader-module__IzXWfG__preview{max-width:160px;display:inline-block;position:relative}.ImageUploader-module__IzXWfG__previewImg{border-radius:var(--radius-md);border:1px solid var(--border-soft);object-fit:cover;width:100%;max-height:160px;display:block}.ImageUploader-module__IzXWfG__removeBtn{background:var(--bg-surface);border:1px solid var(--border-default);width:22px;height:22px;color:var(--text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:color .15s,border-color .15s;display:flex;position:absolute;top:-8px;right:-8px}.ImageUploader-module__IzXWfG__removeBtn:hover{color:var(--status-error,#e53e3e);border-color:var(--status-error,#e53e3e)}.ImageUploader-module__IzXWfG__imgPlaceholder{border-radius:var(--radius-md);background:var(--border-soft,#e2e8f0);width:160px;height:160px;animation:1.4s infinite ImageUploader-module__IzXWfG__shimmer}@keyframes ImageUploader-module__IzXWfG__shimmer{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.ImageUploader-module__IzXWfG__error{color:var(--status-error,#e53e3e);margin:0;font-size:.78rem}
.ImageLightbox-module__LNkYdq__overlay{z-index:1000;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageLightbox-module__LNkYdq__imageWrap{width:90vw;height:90vh;position:relative}.ImageLightbox-module__LNkYdq__closeBtn{color:#fff;cursor:pointer;opacity:.7;z-index:1001;background:0 0;border:none;padding:4px 8px;font-size:1.5rem;line-height:1;position:fixed;top:16px;right:20px}.ImageLightbox-module__LNkYdq__closeBtn:hover{opacity:1}.ImageLightbox-module__LNkYdq__spinner{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ImageLightbox-module__LNkYdq__spinner:after{content:"";border:3px solid #ffffff26;border-top-color:#ffffffb3;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite ImageLightbox-module__LNkYdq__spin}@keyframes ImageLightbox-module__LNkYdq__spin{to{transform:rotate(360deg)}}
.PropertyValuesForm-module__nHI8Wa__form{gap:var(--space-md);flex-direction:column;display:flex}.PropertyValuesForm-module__nHI8Wa__field{flex-direction:column;gap:.35rem;display:flex}.PropertyValuesForm-module__nHI8Wa__label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.PropertyValuesForm-module__nHI8Wa__input{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--text-primary);box-sizing:border-box;outline:none;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.PropertyValuesForm-module__nHI8Wa__input:focus{border-color:var(--brand-green);box-shadow:0 0 0 2px var(--brand-green-soft)}.PropertyValuesForm-module__nHI8Wa__input:disabled{opacity:.5;cursor:not-allowed}.PropertyValuesForm-module__nHI8Wa__checkboxLabel{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.PropertyValuesForm-module__nHI8Wa__checkboxLabel input[type=checkbox]{cursor:pointer;accent-color:var(--brand-green);width:16px;height:16px}.PropertyValuesForm-module__nHI8Wa__multipleWrapper{flex-direction:column;gap:.4rem;display:flex}.PropertyValuesForm-module__nHI8Wa__multipleRow{align-items:center;gap:.4rem;display:flex}.PropertyValuesForm-module__nHI8Wa__multipleRow .PropertyValuesForm-module__nHI8Wa__input{flex:1}.PropertyValuesForm-module__nHI8Wa__removeItemBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:1.1rem;line-height:1;transition:color .15s}.PropertyValuesForm-module__nHI8Wa__removeItemBtn:hover{color:var(--status-error,#e53e3e)}.PropertyValuesForm-module__nHI8Wa__addItemBtn{border:1px dashed var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;align-self:flex-start;padding:.35rem .65rem;font-size:.82rem;transition:border-color .15s,color .15s}.PropertyValuesForm-module__nHI8Wa__addItemBtn:hover:not(:disabled){border-color:var(--brand-green);color:var(--brand-green)}.PropertyValuesForm-module__nHI8Wa__addItemBtn:disabled{opacity:.4;cursor:not-allowed}.PropertyValuesForm-module__nHI8Wa__hint{color:var(--text-muted);margin:0;font-size:.75rem}
.CoverableImage-module__gKqTEW__btn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0;line-height:0;display:inline-block;position:relative;overflow:hidden}.CoverableImage-module__gKqTEW__btn:focus-visible{outline:2px solid var(--accent,#3f8a2b);outline-offset:2px}.CoverableImage-module__gKqTEW__image{transition:filter .25s,transform .25s;display:block}.CoverableImage-module__gKqTEW__btn.CoverableImage-module__gKqTEW__covered .CoverableImage-module__gKqTEW__image{filter:blur(14px);transform:scale(1.15)}.CoverableImage-module__gKqTEW__shimmer{pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,#0000 35%,#ffffff38 50%,#0000 65%) 0 0/220% 100%;animation:3s linear infinite CoverableImage-module__gKqTEW__shimmer;position:absolute;inset:0}@keyframes CoverableImage-module__gKqTEW__shimmer{0%{background-position:220% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){.CoverableImage-module__gKqTEW__shimmer{background:#ffffff14;animation:none}}
.VariantEditor-module__xhqkJW__wrap{gap:var(--space-md);flex-direction:column;display:flex}.VariantEditor-module__xhqkJW__header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.VariantEditor-module__xhqkJW__title{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.VariantEditor-module__xhqkJW__counter{color:var(--text-muted);font-size:.78rem}.VariantEditor-module__xhqkJW__hint{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.4}.VariantEditor-module__xhqkJW__empty{color:var(--text-muted);margin:var(--space-sm)0;font-size:.85rem;font-style:italic}.VariantEditor-module__xhqkJW__variant{border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-md);gap:var(--space-sm);background:var(--bg-surface);flex-direction:column;transition:border-color .15s,background .15s;display:flex}.VariantEditor-module__xhqkJW__variant:hover{border-color:var(--border-soft);background:var(--bg-surface-alt)}.VariantEditor-module__xhqkJW__variantArchived{opacity:.55}.VariantEditor-module__xhqkJW__variantArchived:hover{opacity:.7}.VariantEditor-module__xhqkJW__row{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.VariantEditor-module__xhqkJW__row>*{min-width:0}.VariantEditor-module__xhqkJW__input{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-muted);min-width:100px;color:var(--text-primary);flex:1 1 0;padding:.45rem .6rem;font-size:.85rem;transition:border-color .15s}.VariantEditor-module__xhqkJW__input:focus{border-color:var(--brand-green);outline:none}.VariantEditor-module__xhqkJW__input:disabled{opacity:.5;cursor:not-allowed}.VariantEditor-module__xhqkJW__inputSmall{text-align:center;flex:0 0 80px;width:80px}.VariantEditor-module__xhqkJW__label{color:var(--text-secondary);margin-right:4px;font-size:.75rem}.VariantEditor-module__xhqkJW__inlineGroup{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.VariantEditor-module__xhqkJW__checkboxRow{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.82rem;display:flex}.VariantEditor-module__xhqkJW__checkboxRow input[type=checkbox]{accent-color:var(--brand-green);cursor:pointer}.VariantEditor-module__xhqkJW__optionRow{gap:var(--space-sm);align-items:center;display:flex}.VariantEditor-module__xhqkJW__optionList{gap:var(--space-sm);flex-direction:column;display:flex}.VariantEditor-module__xhqkJW__btn{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .75rem;font-size:.78rem;line-height:1.2;transition:border-color .15s,color .15s,background .15s}.VariantEditor-module__xhqkJW__btn:hover:not(:disabled){border-color:var(--brand-green);color:var(--brand-green)}.VariantEditor-module__xhqkJW__btn:disabled{opacity:.4;cursor:not-allowed}.VariantEditor-module__xhqkJW__btnDanger{color:var(--action-danger);border-color:var(--border-default)}.VariantEditor-module__xhqkJW__btnDanger:hover:not(:disabled){border-color:var(--action-danger);color:var(--action-danger)}.VariantEditor-module__xhqkJW__removeOptionBtn{flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1rem;display:inline-flex}.VariantEditor-module__xhqkJW__archivedBadge{background:var(--brand-green-soft);color:var(--brand-green);letter-spacing:.02em;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:500}.VariantEditor-module__xhqkJW__actions{gap:var(--space-sm);margin-top:var(--space-xs);padding-top:var(--space-sm);border-top:1px solid var(--border-soft);justify-content:flex-end;display:flex}.VariantEditor-module__xhqkJW__addButtons{gap:var(--space-sm);margin-top:var(--space-xs);flex-wrap:wrap;display:flex}
.EditEntity-module__8KuPgq__container{padding:var(--space-xl);max-width:700px;min-height:calc(100vh - 56px);margin:0 auto}.EditEntity-module__8KuPgq__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:flex-start;gap:var(--space-lg);display:flex}.EditEntity-module__8KuPgq__title{color:var(--text-primary);margin:0 0 6px;font-size:1.5rem}.EditEntity-module__8KuPgq__subtitle{color:var(--text-secondary);margin:0;font-size:.9rem}.EditEntity-module__8KuPgq__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-lg);box-shadow:var(--shadow-sm)}.EditEntity-module__8KuPgq__label{margin-bottom:var(--space-sm);color:var(--text-secondary);font-size:.85rem;display:block}.EditEntity-module__8KuPgq__typeSelector{gap:var(--space-xs,6px);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.EditEntity-module__8KuPgq__typePill{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .8rem;font-size:.85rem}.EditEntity-module__8KuPgq__typePill:hover{border-color:var(--brand-green);color:var(--brand-green)}.EditEntity-module__8KuPgq__typePillActive{background:var(--action-primary);color:var(--text-inverse);border-color:var(--action-primary)}.EditEntity-module__8KuPgq__typePillActive:hover{background:var(--action-primary-hover);color:var(--text-inverse);border-color:var(--action-primary-hover)}.EditEntity-module__8KuPgq__input{width:100%;padding:var(--space-sm);border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface-alt);color:var(--text-primary);margin-bottom:var(--space-md)}.EditEntity-module__8KuPgq__input:focus{border-color:var(--brand-green);outline:none}.EditEntity-module__8KuPgq__inputError{color:var(--status-error);margin-top:6px;font-size:.8rem}.EditEntity-module__8KuPgq__actionsRow{justify-content:flex-end;margin-top:2rem;display:flex}.EditEntity-module__8KuPgq__sectionTitle{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1rem}.EditEntity-module__8KuPgq__dangerZone{border-top:1px dashed var(--border-default);padding-top:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.EditEntity-module__8KuPgq__dangerText{color:var(--text-secondary);font-size:.85rem}.EditEntity-module__8KuPgq__btnPrimary{background:var(--action-primary);color:var(--text-inverse);cursor:pointer;border:none;border-radius:999px;padding:.45rem 1rem;font-weight:650}.EditEntity-module__8KuPgq__btnPrimary:hover{background:var(--action-primary-hover)}.EditEntity-module__8KuPgq__btnPrimary:disabled{background-color:var(--brand-green-soft);cursor:not-allowed}.EditEntity-module__8KuPgq__btnSecondary{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem 1rem}.EditEntity-module__8KuPgq__btnSecondary:hover{border-color:var(--brand-green);color:var(--brand-green)}.EditEntity-module__8KuPgq__warningBtn{border:1px solid var(--status-warning);color:var(--status-warning);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .9rem;font-weight:650}.EditEntity-module__8KuPgq__warningBtn:hover:not(:disabled){background:#f59e0b14}.EditEntity-module__8KuPgq__warningBtn:disabled{opacity:.4;cursor:not-allowed}.EditEntity-module__8KuPgq__dangerBtn{border:1px solid var(--status-error);color:var(--status-error);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .9rem;font-weight:650}.EditEntity-module__8KuPgq__dangerBtn:hover:not(:disabled){background:#ef444414}.EditEntity-module__8KuPgq__dangerBtn:disabled{opacity:.4;cursor:not-allowed}.EditEntity-module__8KuPgq__error{color:var(--status-error);margin-bottom:var(--space-md)}.EditEntity-module__8KuPgq__muted{color:var(--text-secondary)}.EditEntity-module__8KuPgq__modalOverlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.EditEntity-module__8KuPgq__modal{background:var(--bg-surface);border-radius:var(--radius-lg);padding:var(--space-lg);width:100%;max-width:400px;box-shadow:var(--shadow-md)}.EditEntity-module__8KuPgq__modalTitle{margin:0 0 var(--space-sm);color:var(--text-primary)}.EditEntity-module__8KuPgq__modalSubtitle{margin-bottom:var(--space-md);color:var(--text-secondary)}.EditEntity-module__8KuPgq__modalActions{justify-content:flex-end;gap:var(--space-sm);display:flex}.EditEntity-module__8KuPgq__loadingCard{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-lg)}.EditEntity-module__8KuPgq__loader{border:2px solid var(--border-default);border-top:2px solid var(--brand-green);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite EditEntity-module__8KuPgq__spin}.EditEntity-module__8KuPgq__confirmBox{margin-top:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);background:var(--bg-surface-alt);border:1px solid var(--border-default);gap:var(--space-sm);flex-direction:column;display:flex}.EditEntity-module__8KuPgq__confirmBtnsWrap{gap:1rem;display:flex}@media (max-width:600px){.EditEntity-module__8KuPgq__container{padding:var(--space-lg)}}.EditEntity-module__8KuPgq__advancedToggle{width:100%;margin-top:var(--space-md);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface-alt);color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.EditEntity-module__8KuPgq__advancedToggle:hover{border-color:var(--brand-green)}.EditEntity-module__8KuPgq__advancedToggleLabel{align-items:center;gap:6px;display:inline-flex}.EditEntity-module__8KuPgq__advancedToggleCount{color:var(--text-secondary);margin-left:4px;font-size:.82rem;font-weight:400}.EditEntity-module__8KuPgq__advancedToggleChevron{color:var(--text-secondary);font-size:.78rem;transition:transform .15s}.EditEntity-module__8KuPgq__advancedToggleChevronOpen{transform:rotate(180deg)}.EditEntity-module__8KuPgq__advancedSection{gap:var(--space-md);padding-top:var(--space-md);flex-direction:column;display:flex}
.new-entity-module__MeCOAa__container{padding:var(--space-xl);max-width:520px;margin:0 auto}.new-entity-module__MeCOAa__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.new-entity-module__MeCOAa__title{margin:0;font-size:1.4rem}.new-entity-module__MeCOAa__pills{margin-bottom:var(--space-lg);flex-wrap:wrap;gap:.35rem;display:flex}.new-entity-module__MeCOAa__pill{border:1px solid var(--border-default);color:#fff;cursor:pointer;background:0 0;border-radius:999px;padding:4px 10px;font-size:.78rem;line-height:1.2;transition:border-color .15s,color .15s,background .15s}.new-entity-module__MeCOAa__pill:hover:not(:disabled){border-color:var(--brand-green);color:var(--brand-green)}.new-entity-module__MeCOAa__pillActive,.new-entity-module__MeCOAa__pillActive:hover:not(:disabled){background:var(--brand-green);color:var(--text-inverse);border-color:#0000}.new-entity-module__MeCOAa__label{color:var(--text-secondary);margin-bottom:4px;font-size:.85rem;display:block}.new-entity-module__MeCOAa__input{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--text-primary);margin-bottom:var(--space-lg);padding:.55rem .65rem}.new-entity-module__MeCOAa__actions{justify-content:flex-end;gap:var(--space-sm);margin-top:2rem;display:flex}.new-entity-module__MeCOAa__btnPrimary{cursor:pointer;background:var(--action-primary);color:var(--text-inverse);border:none;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:650;transition:background .15s}.new-entity-module__MeCOAa__btnPrimary:hover{background:var(--action-primary-hover)}.new-entity-module__MeCOAa__btnPrimary:disabled{opacity:.7;cursor:not-allowed}.new-entity-module__MeCOAa__btnSecondary{border:1px solid var(--border-default);cursor:pointer;color:var(--text-primary);background:0 0;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;transition:border-color .15s,color .15s}.new-entity-module__MeCOAa__btnSecondary:hover{border-color:var(--brand-green);color:var(--brand-green)}.new-entity-module__MeCOAa__section+.new-entity-module__MeCOAa__section{margin-top:var(--space-lg)}.new-entity-module__MeCOAa__sectionTitle{margin:0 0 var(--space-sm)0;color:var(--text-primary);font-size:.95rem;font-weight:600}.new-entity-module__MeCOAa__muted{color:var(--text-secondary)}.new-entity-module__MeCOAa__errorTxt{color:var(--status-error);margin-top:4px;font-size:.9rem}.new-entity-module__MeCOAa__advancedToggle{width:100%;margin-top:var(--space-md);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface-alt);color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.new-entity-module__MeCOAa__advancedToggle:hover{border-color:var(--brand-green)}.new-entity-module__MeCOAa__advancedToggleLabel{align-items:center;gap:6px;display:inline-flex}.new-entity-module__MeCOAa__advancedToggleCount{color:var(--text-secondary);margin-left:4px;font-size:.82rem;font-weight:400}.new-entity-module__MeCOAa__advancedToggleChevron{color:var(--text-secondary);font-size:.78rem;transition:transform .15s}.new-entity-module__MeCOAa__advancedToggleChevronOpen{transform:rotate(180deg)}.new-entity-module__MeCOAa__advancedSection{gap:var(--space-md);padding-top:var(--space-md);flex-direction:column;display:flex}
.explore-module__ht4kEW__loader{justify-content:center;align-items:center;gap:6px;padding:2rem 0;display:flex}.explore-module__ht4kEW__loader span{background:var(--brand-green);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite explore-module__ht4kEW__loaderBounce}.explore-module__ht4kEW__loader span:nth-child(2){animation-delay:.2s}.explore-module__ht4kEW__loader span:nth-child(3){animation-delay:.4s}@keyframes explore-module__ht4kEW__loaderBounce{0%,80%,to{opacity:.3;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.explore-module__ht4kEW__container{padding:var(--space-xl);max-width:900px;min-height:calc(100vh - 56px);margin:0 auto}.explore-module__ht4kEW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-lg);display:flex}.explore-module__ht4kEW__dateTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 6px;font-size:1.6rem}.explore-module__ht4kEW__dateSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.explore-module__ht4kEW__summary{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.explore-module__ht4kEW__statCard{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius-lg);min-width:170px;padding:var(--space-md);box-shadow:var(--shadow-sm);box-sizing:border-box;flex:none;overflow:hidden}.explore-module__ht4kEW__statLabel{color:var(--text-secondary);margin:0 0 6px;font-size:.85rem}.explore-module__ht4kEW__statValue{color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:650}.explore-module__ht4kEW__sectionTitle{margin:0 0 var(--space-sm)0;color:var(--text-primary);font-size:1.05rem}.explore-module__ht4kEW__muted{color:var(--text-secondary);margin-top:var(--space-sm)}.explore-module__ht4kEW__logsList{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);margin:0;padding:0;list-style:none;overflow:hidden}.explore-module__ht4kEW__logRow{border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:.75rem .85rem;display:flex}.explore-module__ht4kEW__logRow:last-child{border-bottom:none}.explore-module__ht4kEW__dot{border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 3px #0003}.explore-module__ht4kEW__logMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.explore-module__ht4kEW__logPrimary{color:var(--text-primary);font-size:.95rem}.explore-module__ht4kEW__logCheckinLink{color:inherit;text-decoration:none}.explore-module__ht4kEW__logCheckinLink:hover{text-decoration:underline}.explore-module__ht4kEW__logSecondary{color:var(--text-secondary);font-size:.85rem}.explore-module__ht4kEW__backBtn{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:.35rem .9rem;font-size:.9rem;transition:border-color .15s,color .15s}.explore-module__ht4kEW__backBtn:hover{border-color:var(--brand-green);color:var(--brand-green)}.explore-module__ht4kEW__loadMoreBtn{margin-top:var(--space-md);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem .95rem;transition:border-color .15s,color .15s}.explore-module__ht4kEW__loadMoreBtn:hover{border-color:var(--brand-green);color:var(--brand-green)}.explore-module__ht4kEW__dateInput{box-sizing:border-box;-webkit-appearance:none;border:1px solid var(--border-default);width:100%;min-width:0;max-width:100%;color:var(--text-primary);background:0 0;border-radius:12px;padding:.55rem .75rem}.explore-module__ht4kEW__entitiesInline{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.explore-module__ht4kEW__entityPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.explore-module__ht4kEW__entityPill:hover{border-color:var(--color-primary);color:var(--color-primary)}.explore-module__ht4kEW__numericPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;display:inline-flex}.explore-module__ht4kEW__entityPillMuted{border:1px solid var(--border-default);background:var(--bg-surface-alt);color:var(--text-secondary);border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;display:inline-flex}.explore-module__ht4kEW__thumbnailBtn{cursor:zoom-in;background:0 0;border:none;flex:none;padding:0;display:block}.explore-module__ht4kEW__logThumbnail{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-soft);width:48px;height:48px;display:block}.explore-module__ht4kEW__logActions{align-items:center;margin-left:auto;display:flex}.explore-module__ht4kEW__editBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;width:34px;height:34px;font-size:1rem;line-height:1;transition:border-color .15s,color .15s,background .15s}.explore-module__ht4kEW__editBtn:hover{border-color:var(--brand-green);color:var(--brand-green);background:var(--bg-surface-alt)}@media (max-width:600px){.explore-module__ht4kEW__container{padding:var(--space-lg)}.explore-module__ht4kEW__dateTitle{font-size:1.35rem}.explore-module__ht4kEW__statCard{width:100%;min-width:unset}}
.home-module__dR3GQa__container{padding:var(--space-xl);max-width:900px;min-height:calc(100vh - 56px);margin:0 auto}.home-module__dR3GQa__header{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-lg);display:flex}.home-module__dR3GQa__dateTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 6px;font-size:1.6rem}.home-module__dR3GQa__dateSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.home-module__dR3GQa__summary{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.home-module__dR3GQa__statCard{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius-lg);min-width:170px;padding:var(--space-md);box-shadow:var(--shadow-sm);flex:none}.home-module__dR3GQa__statLabel{color:var(--text-secondary);margin:0 0 6px;font-size:.85rem}.home-module__dR3GQa__statValue{color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:650}.home-module__dR3GQa__sectionTitle{margin:0 0 var(--space-sm)0;color:var(--text-primary);font-size:1.05rem}.home-module__dR3GQa__muted{color:var(--text-secondary);margin-top:var(--space-sm)}.home-module__dR3GQa__logsList{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);margin:0;padding:0;list-style:none;overflow:hidden}.home-module__dR3GQa__logRow{border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:.75rem .85rem;display:flex}.home-module__dR3GQa__logRow:last-child{border-bottom:none}.home-module__dR3GQa__dot{border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 3px #0003}.home-module__dR3GQa__logMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-module__dR3GQa__thumbnailBtn{cursor:zoom-in;background:0 0;border:none;flex:none;padding:0;display:block}.home-module__dR3GQa__logThumbnail{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-soft);width:48px;height:48px;display:block}.home-module__dR3GQa__logPrimary{color:var(--text-primary);font-size:.95rem}.home-module__dR3GQa__logCheckinLink{color:inherit;text-decoration:none}.home-module__dR3GQa__logCheckinLink:hover{text-decoration:underline}.home-module__dR3GQa__logSecondary{color:var(--text-secondary);font-size:.85rem}.home-module__dR3GQa__loadMoreBtn{margin-top:var(--space-md);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem .95rem;transition:border-color .15s,color .15s}.home-module__dR3GQa__loadMoreBtn:hover{border-color:var(--brand-green);color:var(--brand-green)}.home-module__dR3GQa__fab{cursor:pointer;background:var(--action-primary);color:var(--text-inverse);box-shadow:var(--shadow-md);border:none;border-radius:999px;padding:.75rem 1.2rem;font-weight:650;position:fixed;bottom:1.5rem;right:1rem}.home-module__dR3GQa__fab2{cursor:pointer;background:var(--action-primary);width:40px;height:40px;color:var(--text-inverse);box-shadow:var(--shadow-md);border:none;border-radius:20px;padding:.75rem;font-weight:650;position:fixed;bottom:4.5rem;right:1rem}.home-module__dR3GQa__btnsWrap{flex-direction:row;gap:10px;display:flex}.home-module__dR3GQa__btnPrimary{cursor:pointer;background:var(--action-primary);color:var(--text-inverse);border:none;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:650;transition:background .15s}.home-module__dR3GQa__btnPrimary:hover{background:var(--action-primary-hover)}.home-module__dR3GQa__btnPrimary:disabled{opacity:.7;cursor:not-allowed}.home-module__dR3GQa__btnSecondary{border:1px solid var(--border-default);cursor:pointer;color:var(--text-primary);background:0 0;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;transition:border-color .15s,color .15s}.home-module__dR3GQa__btnSecondary:hover{border-color:var(--brand-green);color:var(--brand-green)}.home-module__dR3GQa__exploreBtn{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background-color:#0000;border-radius:999px;padding:.35rem .8rem;font-size:.85rem;transition:border-color .15s,color .15s,background .15s}.home-module__dR3GQa__exploreBtn:hover{border-color:var(--brand-green);color:var(--brand-green);background:0 0}.home-module__dR3GQa__fab:hover,.home-module__dR3GQa__fab2:hover{background:var(--action-primary-hover)}.home-module__dR3GQa__entitiesInline{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.home-module__dR3GQa__entityPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.home-module__dR3GQa__entityPill:hover{border-color:var(--color-primary);color:var(--color-primary)}.home-module__dR3GQa__numericPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;display:inline-flex}.home-module__dR3GQa__entityPillMuted{border:1px solid var(--border-default);background:var(--bg-surface-alt);color:var(--text-secondary);border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;display:inline-flex}.home-module__dR3GQa__logActions{margin-left:auto}.home-module__dR3GQa__deleteBtn{cursor:pointer;opacity:.6;background:0 0;border:none;font-size:.9rem}.home-module__dR3GQa__deleteBtn:hover{opacity:1}.home-module__dR3GQa__confirmDelete{flex-direction:column;align-items:center;gap:6px;font-size:.75rem;display:flex}.home-module__dR3GQa__deleteBtnsWrap{flex-direction:row;justify-content:space-between;gap:5px;display:flex}.home-module__dR3GQa__confirmText{color:var(--text-secondary)}.home-module__dR3GQa__confirmBtn{background:var(--status-error);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.25rem .6rem;font-size:.75rem}.home-module__dR3GQa__confirmBtn:hover{opacity:.8}.home-module__dR3GQa__confirmBtn:disabled{opacity:.6}.home-module__dR3GQa__cancelBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.25rem .6rem;font-size:.75rem}.home-module__dR3GQa__cancelBtn:hover{border:1px solid var(--border-soft)}.home-module__dR3GQa__btnWrap{flex-direction:row;justify-content:space-between;width:100%;display:flex}.home-module__dR3GQa__modalOverlay{z-index:50;background:#00000059;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.home-module__dR3GQa__modal{background:var(--bg-surface);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:var(--space-lg);box-shadow:var(--shadow-lg);max-height:calc(100vh - 48px);overflow:auto}.home-module__dR3GQa__modalTitle,.home-module__dR3GQa__modalSubtitle{margin:0 0 var(--space-sm)}.home-module__dR3GQa__textarea{resize:vertical;width:100%;min-height:120px;padding:var(--space-sm);border-radius:var(--radius-md);border:1px solid var(--border-default);margin-bottom:var(--space-md)}.home-module__dR3GQa__modalActions{justify-content:flex-end;gap:var(--space-sm);display:flex}.home-module__dR3GQa__editBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;width:34px;height:34px;font-size:1rem;line-height:1;transition:border-color .15s,color .15s,background .15s}.home-module__dR3GQa__editBtn:hover{border-color:var(--brand-green);color:var(--brand-green);background:var(--bg-surface-alt)}.home-module__dR3GQa__dangerZone{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px dashed var(--border-default);gap:var(--space-sm);flex-direction:column;display:flex}.home-module__dR3GQa__dangerText{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.home-module__dR3GQa__dangerBtn{border:1px solid var(--status-error);color:var(--status-error);cursor:pointer;background:0 0;border-radius:999px;align-self:flex-start;padding:.4rem .9rem;font-size:.85rem;font-weight:650;transition:background .15s,color .15s}.home-module__dR3GQa__dangerBtn:hover{background:#dc262614}.home-module__dR3GQa__quickSearch{margin-bottom:var(--space-lg)}.home-module__dR3GQa__quickSearchInputWrap{align-items:center;display:flex;position:relative}.home-module__dR3GQa__quickSearchInput{border-radius:var(--radius-lg);border:1px solid var(--border-default);background:var(--bg-surface);width:100%;color:var(--text-primary);outline:none;padding:.55rem 2.2rem .55rem .85rem;font-size:.95rem;transition:border-color .15s}.home-module__dR3GQa__quickSearchInput:focus{border-color:var(--brand-green)}.home-module__dR3GQa__quickSearchInput::placeholder{color:var(--text-secondary)}.home-module__dR3GQa__quickSearchClear{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1.1rem;line-height:1;position:absolute;right:.6rem}.home-module__dR3GQa__quickSearchClear:hover{color:var(--text-primary)}.home-module__dR3GQa__quickSearchResults{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);margin:6px 0 0;padding:0;list-style:none;overflow:hidden}.home-module__dR3GQa__quickSearchRow{border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:.6rem .85rem;display:flex}.home-module__dR3GQa__quickSearchRow:last-child{border-bottom:none}.home-module__dR3GQa__quickSearchName{min-width:0;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;overflow:hidden}.home-module__dR3GQa__timerRunningBadge{color:var(--brand-green);border:1px solid var(--brand-green);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.1rem .45rem;font-size:.72rem}.home-module__dR3GQa__quickSearchActions{flex-shrink:0;gap:6px;display:flex}.home-module__dR3GQa__quickSearchEmpty{color:var(--text-secondary);padding:.75rem .85rem;font-size:.9rem}.home-module__dR3GQa__quickSearchLimitNote{color:var(--text-secondary);border-top:1px solid var(--border-soft);background:var(--bg-surface-alt);padding:.4rem .85rem;font-size:.78rem}.home-module__dR3GQa__quickSearchError{color:var(--status-error);margin-top:6px;font-size:.85rem}.home-module__dR3GQa__activeTimersSection{margin-bottom:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);overflow:hidden}.home-module__dR3GQa__activeTimersTitle{color:var(--text-secondary);border-bottom:1px solid var(--border-soft);letter-spacing:.02em;text-transform:uppercase;margin:0;padding:.65rem .85rem;font-size:.85rem;font-weight:500}.home-module__dR3GQa__activeTimersList{margin:0;padding:0;list-style:none}.home-module__dR3GQa__activeTimerRow{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:10px;padding:.7rem .85rem;display:flex}.home-module__dR3GQa__activeTimerRow:last-child{border-bottom:none}.home-module__dR3GQa__activeTimerInfo{flex:1;min-width:0}.home-module__dR3GQa__activeTimerName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.home-module__dR3GQa__activeTimerMeta{color:var(--text-secondary);margin-top:2px;font-size:.82rem}.home-module__dR3GQa__skeletonRow{border:1px solid var(--border-soft);border-radius:var(--radius-lg);align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;display:flex}.home-module__dR3GQa__skeletonDot{background:var(--border-soft);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.5s ease-in-out infinite home-module__dR3GQa__skeletonPulse}.home-module__dR3GQa__skeletonLines{flex-direction:column;flex:1;gap:6px;display:flex}.home-module__dR3GQa__skeletonLine{background:var(--border-soft);border-radius:4px;height:13px;animation:1.5s ease-in-out infinite home-module__dR3GQa__skeletonPulse}@media (max-width:600px){.home-module__dR3GQa__container{padding:var(--space-lg)}.home-module__dR3GQa__dateTitle{font-size:1.35rem}.home-module__dR3GQa__statCard{width:100%;min-width:unset}}
.page-module__2RxxQW__loader{justify-content:center;align-items:center;gap:6px;padding:2rem 0;display:flex}.page-module__2RxxQW__loader span{background:var(--brand-green);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite page-module__2RxxQW__loaderBounce}.page-module__2RxxQW__loader span:nth-child(2){animation-delay:.2s}.page-module__2RxxQW__loader span:nth-child(3){animation-delay:.4s}@keyframes page-module__2RxxQW__loaderBounce{0%,80%,to{opacity:.3;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.page-module__2RxxQW__container{padding:var(--space-xl);max-width:900px;min-height:calc(100vh - 56px);margin:0 auto}.page-module__2RxxQW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-lg);display:flex}.page-module__2RxxQW__dateTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 6px;font-size:1.6rem}.page-module__2RxxQW__dateSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.page-module__2RxxQW__headerActions{gap:var(--space-sm);flex-direction:row;flex-shrink:0;align-items:center;display:flex}.page-module__2RxxQW__statsBtn{border:1px solid var(--brand-green);color:var(--brand-green);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .9rem;font-size:.9rem;transition:background .15s}.page-module__2RxxQW__statsBtn:hover{background:var(--brand-green-soft)}.page-module__2RxxQW__backBtn{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .9rem;font-size:.9rem;transition:border-color .15s,color .15s}.page-module__2RxxQW__backBtn:hover{border-color:var(--brand-green);color:var(--brand-green)}.page-module__2RxxQW__summary{gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.page-module__2RxxQW__statCard{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius-lg);min-width:170px;padding:var(--space-md);box-shadow:var(--shadow-sm);flex:none}.page-module__2RxxQW__statLabel{color:var(--text-secondary);margin:0 0 6px;font-size:.85rem}.page-module__2RxxQW__statValue{color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:650}.page-module__2RxxQW__statUnit{color:var(--text-secondary);font-size:.95rem;font-weight:400}.page-module__2RxxQW__statSub{color:var(--text-muted);margin:4px 0 0;font-size:.8rem}.page-module__2RxxQW__sectionTitle{margin:var(--space-md)0 var(--space-sm)0;color:var(--text-primary);font-size:1.05rem}.page-module__2RxxQW__muted{color:var(--text-secondary);margin-top:var(--space-sm)}.page-module__2RxxQW__logsList{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface);margin:0;padding:0;list-style:none;overflow:hidden}.page-module__2RxxQW__logRow{border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:.75rem .85rem;display:flex}.page-module__2RxxQW__logRow:last-child{border-bottom:none}.page-module__2RxxQW__dot{border-radius:999px;flex:none;width:10px;height:10px;box-shadow:0 0 0 3px #0003}.page-module__2RxxQW__logMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.page-module__2RxxQW__logPrimary{color:var(--text-primary);font-size:.95rem}.page-module__2RxxQW__logSecondary{color:var(--text-secondary);font-size:.85rem}.page-module__2RxxQW__logTimerMeta{color:var(--text-muted);font-size:.85rem}.page-module__2RxxQW__entitiesInline{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.page-module__2RxxQW__entityPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.page-module__2RxxQW__entityPill:hover{border-color:var(--color-primary);color:var(--color-primary)}.page-module__2RxxQW__entitySummary{margin-bottom:var(--space-md)}.page-module__2RxxQW__entitySummaryTitle{margin:0 0 var(--space-sm)0;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600}.page-module__2RxxQW__entityCards{gap:var(--space-md);flex-wrap:wrap;align-items:flex-start;display:flex}.page-module__2RxxQW__entityStatCard{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:var(--radius-lg);min-width:160px;padding:var(--space-md);box-shadow:var(--shadow-sm);flex:none;text-decoration:none;transition:border-color .15s}.page-module__2RxxQW__entityStatCard:hover{border-color:var(--color-primary)}.page-module__2RxxQW__entityStatLabel{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.3}.page-module__2RxxQW__entityStatCount{color:var(--text-muted);font-size:.82rem}.page-module__2RxxQW__entityStatFieldRow{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-soft)}.page-module__2RxxQW__entityStatFieldLabel{color:var(--text-secondary);margin:0 0 4px;font-size:.8rem;line-height:1.3}.page-module__2RxxQW__entityStatFieldValue{color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:650}.page-module__2RxxQW__entityStatFieldUnit{color:var(--text-secondary);font-size:.9rem;font-weight:400}.page-module__2RxxQW__entityStatFieldSub{color:var(--text-muted);margin:3px 0 0;font-size:.78rem}.page-module__2RxxQW__numericInline{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.page-module__2RxxQW__numericPill{border:1px solid var(--border-default);color:var(--text-secondary);background:0 0;border-radius:999px;align-items:center;gap:4px;padding:.2rem .55rem;font-size:.78rem;line-height:1.2;display:inline-flex}.page-module__2RxxQW__numericLabel{opacity:.7}.page-module__2RxxQW__logImageWrap{border-radius:var(--radius-md);width:200px;max-width:100%;margin-top:8px;overflow:hidden}.page-module__2RxxQW__logImage{border-radius:var(--radius-md);width:100%;height:auto;display:block}.page-module__2RxxQW__entityTagItem{flex-direction:column;gap:5px;display:flex}.page-module__2RxxQW__entityTagName{border:1px solid var(--border-default);background:var(--bg-surface-alt);color:var(--text-primary);border-radius:999px;align-items:center;gap:5px;padding:.3rem .65rem;font-size:.85rem;display:inline-flex}.page-module__2RxxQW__entityFieldPills{flex-wrap:wrap;gap:5px;padding-left:4px;display:flex}.page-module__2RxxQW__entityFieldPill{color:var(--text-secondary);background:var(--bg-surface-alt);border:1px solid var(--border-soft);border-radius:999px;align-items:center;gap:2px;padding:.15rem .5rem;font-size:.78rem;display:inline-flex}.page-module__2RxxQW__entityFieldLabel,.page-module__2RxxQW__entityFieldCount{color:var(--text-muted)}@media (max-width:600px){.page-module__2RxxQW__container{padding:var(--space-lg)}.page-module__2RxxQW__dateTitle{font-size:1.35rem}.page-module__2RxxQW__header{gap:var(--space-sm);flex-direction:column}.page-module__2RxxQW__headerActions{align-self:flex-end}.page-module__2RxxQW__statCard,.page-module__2RxxQW__entityStatCard{width:100%;min-width:unset}}
