.BackToFeedbackButton-module__pA3vqW__backLink{color:var(--text-color-secondary);border-radius:.5rem;align-items:center;gap:.5rem;width:fit-content;padding:.5rem;font-size:.75rem;text-decoration:none;transition:all .2s;display:flex}.BackToFeedbackButton-module__pA3vqW__backLink:hover{background:var(--surface-hover);color:var(--text-color)}.BackToFeedbackButton-module__pA3vqW__backIcon{width:1rem;height:1rem}
.FeedbackBadge-module__4yPlFW__pill{letter-spacing:.3px;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.65rem;font-weight:600;line-height:1;display:inline-flex}.FeedbackBadge-module__4yPlFW__statusOpen{background:var(--blue-100);color:var(--blue-700)}.FeedbackBadge-module__4yPlFW__statusPlanned{background:var(--orange-100);color:var(--orange-700)}.FeedbackBadge-module__4yPlFW__statusInProgress{background:var(--purple-100);color:var(--purple-700)}.FeedbackBadge-module__4yPlFW__statusCompleted{background:var(--green-100);color:var(--green-700)}.FeedbackBadge-module__4yPlFW__statusClosed{background:var(--gray-200);color:var(--gray-700)}.FeedbackBadge-module__4yPlFW__statusDuplicate{background:var(--pink-100);color:var(--pink-700)}.FeedbackBadge-module__4yPlFW__typeFeature{background:var(--primary-100);color:var(--primary-700)}.FeedbackBadge-module__4yPlFW__typeBug{background:var(--red-100);color:var(--red-700)}.FeedbackBadge-module__4yPlFW__typeSuggestion{background:var(--cyan-100);color:var(--cyan-700)}
.FeedbackDescription-module__aEU7UG__root{overflow-wrap:anywhere;font-size:.95rem;line-height:1.5}.FeedbackDescription-module__aEU7UG__root p{margin:0 0 .5rem}.FeedbackDescription-module__aEU7UG__root p:last-child{margin-bottom:0}.FeedbackDescription-module__aEU7UG__root p:empty{display:none}:is(.FeedbackDescription-module__aEU7UG__root ul,.FeedbackDescription-module__aEU7UG__root ol){margin:.5rem 0 .75rem 1.25rem;padding:0}.FeedbackDescription-module__aEU7UG__root li{margin:.25rem 0}.FeedbackDescription-module__aEU7UG__root strong{font-weight:600}.FeedbackDescription-module__aEU7UG__root em{font-style:italic}.FeedbackDescription-module__aEU7UG__root code{background:var(--surface-ground,#f4f4f5);border-radius:4px;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em}.FeedbackDescription-module__aEU7UG__root a{color:var(--primary-color,#2563eb);text-decoration:underline}.FeedbackDescription-module__aEU7UG__root a:hover{text-decoration:none}
.VideoPlayer-module__phvcbG__container{background-color:var(--surface-ground,#1a1a1a);cursor:pointer;border-radius:8px;width:100%;position:relative;overflow:hidden}.VideoPlayer-module__phvcbG__thumbnail{object-fit:cover;width:100%;height:100%;display:block}.VideoPlayer-module__phvcbG__playOverlay{background:#0000004d;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.VideoPlayer-module__phvcbG__container:hover .VideoPlayer-module__phvcbG__playOverlay,.VideoPlayer-module__phvcbG__container:focus .VideoPlayer-module__phvcbG__playOverlay{background:#0006}.VideoPlayer-module__phvcbG__playButton{background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,background .2s;display:flex}.VideoPlayer-module__phvcbG__playButton i{color:#1a1a1a;margin-left:4px;font-size:24px}.VideoPlayer-module__phvcbG__container:hover .VideoPlayer-module__phvcbG__playButton,.VideoPlayer-module__phvcbG__container:focus .VideoPlayer-module__phvcbG__playButton{background:#fff;transform:scale(1.1)}.VideoPlayer-module__phvcbG__durationBadge{color:#fff;font-variant-numeric:tabular-nums;background:#000000bf;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:500;position:absolute;bottom:8px;right:8px}.VideoPlayer-module__phvcbG__loadingOverlay{z-index:1;background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__phvcbG__loadingOverlay i{color:#fff;font-size:32px}.VideoPlayer-module__phvcbG__video{width:100%;height:100%;display:block}.VideoPlayer-module__phvcbG__container.VideoPlayer-module__phvcbG__small .VideoPlayer-module__phvcbG__playButton{width:40px;height:40px}.VideoPlayer-module__phvcbG__container.VideoPlayer-module__phvcbG__small .VideoPlayer-module__phvcbG__playButton i{margin-left:2px;font-size:16px}.VideoPlayer-module__phvcbG__container.VideoPlayer-module__phvcbG__small .VideoPlayer-module__phvcbG__durationBadge{padding:1px 4px;font-size:10px;bottom:4px;right:4px}
.VideoThumbnail-module__XejRya__container{cursor:pointer;background:var(--surface-ground,#1a1a1a);border-radius:8px;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.VideoThumbnail-module__XejRya__container:hover{transform:scale(1.02)}.VideoThumbnail-module__XejRya__container:focus{outline:2px solid var(--primary-color,#3b82f6);outline-offset:2px}.VideoThumbnail-module__XejRya__container.VideoThumbnail-module__XejRya__selected{outline:3px solid var(--primary-color,#3b82f6)}.VideoThumbnail-module__XejRya__thumbnail{object-fit:cover;width:100%;height:100%;display:block}.VideoThumbnail-module__XejRya__playIcon{opacity:.8;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoThumbnail-module__XejRya__container:hover .VideoThumbnail-module__XejRya__playIcon{opacity:1}.VideoThumbnail-module__XejRya__playIcon i{color:#fff;margin-left:2px;font-size:12px}.VideoThumbnail-module__XejRya__durationBadge{color:#fff;font-variant-numeric:tabular-nums;background:#000000bf;border-radius:3px;padding:1px 4px;font-size:10px;font-weight:500;position:absolute;bottom:4px;right:4px}.VideoThumbnail-module__XejRya__orientationBadge{color:#fff;background:#0009;border-radius:3px;padding:2px 4px;font-size:10px;position:absolute;top:4px;left:4px}.VideoThumbnail-module__XejRya__checkbox{background:#0006;border:2px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.VideoThumbnail-module__XejRya__checkbox.VideoThumbnail-module__XejRya__checked{background:var(--primary-color,#3b82f6);border-color:var(--primary-color,#3b82f6)}.VideoThumbnail-module__XejRya__checkbox i{color:#fff;font-size:12px}.VideoThumbnail-module__XejRya__selectedOverlay{pointer-events:none;background:#3b82f626;position:absolute;inset:0}.VideoThumbnail-module__XejRya__small{min-width:80px}.VideoThumbnail-module__XejRya__small .VideoThumbnail-module__XejRya__playIcon{width:24px;height:24px}.VideoThumbnail-module__XejRya__small .VideoThumbnail-module__XejRya__playIcon i{font-size:10px}.VideoThumbnail-module__XejRya__small .VideoThumbnail-module__XejRya__durationBadge{padding:1px 3px;font-size:9px}.VideoThumbnail-module__XejRya__small .VideoThumbnail-module__XejRya__checkbox{width:16px;height:16px}.VideoThumbnail-module__XejRya__small .VideoThumbnail-module__XejRya__checkbox i{font-size:10px}.VideoThumbnail-module__XejRya__medium{min-width:120px}.VideoThumbnail-module__XejRya__large{min-width:200px}.VideoThumbnail-module__XejRya__large .VideoThumbnail-module__XejRya__playIcon{width:48px;height:48px}.VideoThumbnail-module__XejRya__large .VideoThumbnail-module__XejRya__playIcon i{margin-left:3px;font-size:18px}.VideoThumbnail-module__XejRya__large .VideoThumbnail-module__XejRya__durationBadge{padding:2px 6px;font-size:12px;bottom:8px;right:8px}.VideoThumbnail-module__XejRya__large .VideoThumbnail-module__XejRya__checkbox{width:24px;height:24px;top:8px;right:8px}
.VideoUploader-module__Bc6bDG__container{overflow:hidden}.VideoUploader-module__Bc6bDG__content{padding:0}.VideoUploader-module__Bc6bDG__dropzone{border:2px dashed var(--surface-border);cursor:pointer;text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;transition:border-color .2s,background-color .2s;display:flex}.VideoUploader-module__Bc6bDG__dropzone:hover,.VideoUploader-module__Bc6bDG__dropzone:focus{border-color:var(--primary-color);background-color:var(--surface-hover);outline:none}.VideoUploader-module__Bc6bDG__preview{background:var(--surface-ground);border-radius:8px;padding:1rem}.VideoUploader-module__Bc6bDG__fileInfo{align-items:center;display:flex}.VideoUploader-module__Bc6bDG__fileInfo p{max-width:250px}@media (max-width:480px){.VideoUploader-module__Bc6bDG__fileInfo p{max-width:150px}}.VideoUploader-module__Bc6bDG__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.VideoUploader-module__Bc6bDG__footer{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem 0;display:flex}.VideoUploader-module__Bc6bDG__hiddenInput{display:none}.VideoUploader-module__Bc6bDG__titleInput{border:1px solid var(--surface-border);background:var(--surface-card);width:100%;color:var(--text-color);border-radius:6px;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.VideoUploader-module__Bc6bDG__titleInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.VideoUploader-module__Bc6bDG__titleInput::placeholder{color:var(--text-color-secondary)}
.VideoPicker-module__07Bj7q__dialog .p-dialog-content{padding:0 1.5rem 1.5rem}.VideoPicker-module__07Bj7q__toolbar{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.VideoPicker-module__07Bj7q__searchField{flex:1}.VideoPicker-module__07Bj7q__uploadButton{white-space:nowrap}@media (max-width:480px){.VideoPicker-module__07Bj7q__toolbar{flex-direction:column}.VideoPicker-module__07Bj7q__searchField,.VideoPicker-module__07Bj7q__uploadButton{width:100%}}.VideoPicker-module__07Bj7q__grid{column-count:2;column-gap:1rem;max-height:400px;padding:.25rem;overflow-y:auto}@media (min-width:768px){.VideoPicker-module__07Bj7q__grid{column-count:3}}.VideoPicker-module__07Bj7q__videoTile{background:var(--surface-card);break-inside:avoid;cursor:pointer;box-shadow:var(--card-shadow);border:2px solid var(--surface-border);border-radius:8px;flex-direction:column;margin-bottom:1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.VideoPicker-module__07Bj7q__videoTile:hover{border-color:var(--primary-color);transform:translateY(-2px)}.VideoPicker-module__07Bj7q__videoTile:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-100);outline:none}.VideoPicker-module__07Bj7q__videoTile.VideoPicker-module__07Bj7q__selected{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-100)}.VideoPicker-module__07Bj7q__videoTile.VideoPicker-module__07Bj7q__processing{cursor:not-allowed;opacity:.7}.VideoPicker-module__07Bj7q__videoTile.VideoPicker-module__07Bj7q__processing:hover{border-color:var(--surface-border);transform:none}.VideoPicker-module__07Bj7q__processingOverlay{z-index:4;color:#fff;background:#00000080;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex;position:absolute;inset:0}.VideoPicker-module__07Bj7q__selectionIndicator{z-index:5;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.875rem;transition:all .2s;display:flex;position:absolute;top:.5rem;left:.5rem;box-shadow:0 2px 4px #0000001a}.VideoPicker-module__07Bj7q__videoTile.VideoPicker-module__07Bj7q__selected .VideoPicker-module__07Bj7q__selectionIndicator{background:var(--primary-color);color:#fff}.VideoPicker-module__07Bj7q__videoTile:not(.VideoPicker-module__07Bj7q__selected) .VideoPicker-module__07Bj7q__selectionIndicator{color:var(--text-color-secondary);border:1px solid var(--surface-border)}.VideoPicker-module__07Bj7q__thumbnail{background:var(--surface-ground);width:100%;position:relative;overflow:hidden}.VideoPicker-module__07Bj7q__thumbnail img,.VideoPicker-module__07Bj7q__thumbnail>div{width:100%;height:auto;display:block}.VideoPicker-module__07Bj7q__placeholder{width:100%;height:100%;color:var(--text-color-secondary);background:var(--surface-ground);justify-content:center;align-items:center;font-size:2rem;display:flex}.VideoPicker-module__07Bj7q__durationBadge{color:#fff;background:#000000bf;border-radius:4px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;position:absolute;bottom:.5rem;right:.5rem}.VideoPicker-module__07Bj7q__info{background:var(--surface-card);padding:.75rem}.VideoPicker-module__07Bj7q__title{color:var(--text-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.VideoPicker-module__07Bj7q__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.VideoPicker-module__07Bj7q__emptyState i{color:var(--text-color-secondary);margin-bottom:1rem;font-size:3rem}.VideoPicker-module__07Bj7q__emptyTitle{color:var(--text-color);margin:0 0 .5rem;font-size:1.125rem;font-weight:500}.VideoPicker-module__07Bj7q__emptyText{color:var(--text-color-secondary);margin:0;font-size:.875rem}.VideoPicker-module__07Bj7q__maxWarning{background:var(--orange-50);color:var(--orange-700);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem;display:flex}.VideoPicker-module__07Bj7q__footer{justify-content:space-between;align-items:center;width:100%;display:flex}.VideoPicker-module__07Bj7q__selectionCount{color:var(--text-color-secondary);font-size:.875rem}.VideoPicker-module__07Bj7q__footerButtons{gap:.5rem;display:flex}@media (max-width:480px){.VideoPicker-module__07Bj7q__footer{flex-direction:column;gap:1rem}.VideoPicker-module__07Bj7q__footerButtons{justify-content:flex-end;width:100%}}
.ActivityComposer-module__2EKMba__composerCard{background:var(--surface-card,#fff);border:1px solid var(--surface-border,#e5e7eb);border-radius:18px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 8px 30px #0f172a0f}.ActivityComposer-module__2EKMba__composerCard,.ActivityComposer-module__2EKMba__optionCard{display:flex;flex-direction:column!important}.ActivityComposer-module__2EKMba__collapsedCard{background:var(--surface-card,#fff);border:1px solid var(--surface-border,#e5e7eb);border-radius:18px;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;box-shadow:0 8px 30px #0f172a0a}.ActivityComposer-module__2EKMba__collapsedInput{background:var(--surface-ground,#f3f4f6);text-align:left;color:#4c4c4c;cursor:pointer;border:none;border-radius:999px;flex:1;padding:.75rem 1.25rem;font-size:.95rem}.ActivityComposer-module__2EKMba__collapsedInput:hover{background:#dcdcdc}.ActivityComposer-module__2EKMba__optionCard{background:var(--surface-card,#fff);border:1px solid var(--surface-border,#e5e7eb);border-radius:18px;flex-direction:column;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 8px 30px #0f172a0d}.ActivityComposer-module__2EKMba__optionList{flex-direction:column;gap:.75rem;display:flex}.ActivityComposer-module__2EKMba__optionButton{border:1px solid var(--surface-border,#e5e7eb);width:100%;color:var(--text-color,#0f172a);cursor:pointer;opacity:0;background:#fff;border-radius:16px;align-items:center;gap:.85rem;padding:.85rem 1rem;font-weight:600;transition:background .2s,border-color .2s;animation:.25s forwards ActivityComposer-module__2EKMba__optionDrop;display:flex;transform:translateY(-8px)}.ActivityComposer-module__2EKMba__optionButton:hover{background:var(--surface-hover,#f4f4f5);border-color:var(--surface-border,#d1d5db)}.ActivityComposer-module__2EKMba__optionButton:focus-visible{outline:2px solid var(--primary-color,#14b8a6);outline-offset:2px}.ActivityComposer-module__2EKMba__optionIcon{background:var(--surface-ground,#f3f4f6);width:2.5rem;height:2.5rem;color:var(--text-color-secondary,#4b5563);border-radius:999px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.ActivityComposer-module__2EKMba__optionLabel{text-align:left;flex:1}@keyframes ActivityComposer-module__2EKMba__optionDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ActivityComposer-module__2EKMba__avatarWrapper{background:var(--surface-border,#e5e7eb);width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px;color:var(--text-color,#0f172a);border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;font-weight:600;display:flex;position:relative;overflow:hidden}.ActivityComposer-module__2EKMba__avatarImage{object-fit:cover;border-radius:50%;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}.ActivityComposer-module__2EKMba__avatarInitials{font-size:.95rem}.ActivityComposer-module__2EKMba__inputRow{flex-wrap:nowrap}.ActivityComposer-module__2EKMba__inlineIconButton{border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex}.ActivityComposer-module__2EKMba__inlineIconButton:not(:disabled):hover{background-color:var(--surface-hover,#eef2ff)!important}.ActivityComposer-module__2EKMba__textareaWrapper{width:100%;position:relative}.ActivityComposer-module__2EKMba__textarea{resize:vertical;border:1px solid var(--surface-border,#e5e7eb);background:var(--surface-ground,#f8fafc);border-radius:16px;width:100%;min-height:90px;padding:.85rem .85rem 3.5rem;font-size:.95rem;line-height:1.45;transition:border-color .2s,box-shadow .2s}.ActivityComposer-module__2EKMba__textarea:focus{border-color:var(--primary-color,#6366f1);box-shadow:0 0 0 2px #6366f11a}.ActivityComposer-module__2EKMba__textareaFooter{align-items:center;gap:.4rem;display:flex;position:absolute;bottom:.45rem;right:.85rem}.ActivityComposer-module__2EKMba__sendButton{border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex}.ActivityComposer-module__2EKMba__sendButton:not(:disabled):hover{background-color:var(--surface-hover,#eef2ff)!important}.ActivityComposer-module__2EKMba__charCount{color:var(--text-color-secondary,#64748b);font-size:.85rem}.ActivityComposer-module__2EKMba__attachmentGrid{flex-wrap:wrap;gap:.75rem;display:flex}.ActivityComposer-module__2EKMba__attachmentThumb{border:1px solid var(--surface-border,#e5e7eb);background:var(--surface-card,#fff);border-radius:12px;flex-shrink:0;width:calc(50% - .375rem);height:120px;position:relative;overflow:hidden}.ActivityComposer-module__2EKMba__attachmentThumb img{object-fit:cover;width:100%;height:100%;display:block}.ActivityComposer-module__2EKMba__attachmentThumb>div{width:100%;height:100%}.ActivityComposer-module__2EKMba__attachmentThumb>div img{object-fit:cover;width:100%;height:100%}.ActivityComposer-module__2EKMba__removeAttachment{color:#fff;cursor:pointer;background:#0f172ab3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:.35rem;right:.35rem}.ActivityComposer-module__2EKMba__signInCard{background:var(--surface-card,#fff);border:1px dashed var(--surface-border,#e5e7eb);text-align:center;border-radius:18px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.ActivityComposer-module__2EKMba__signInTitle{color:var(--text-color,#0f172a);font-weight:600}.ActivityComposer-module__2EKMba__errorText{color:var(--red-600,#dc2626);font-size:.85rem}.ActivityComposer-module__2EKMba__uploadingLabel{color:var(--text-color-secondary,#64748b);font-size:.85rem}
.ActivityEventCard-module__MPb-Ma__card{border:1px solid var(--surface-border,#e5e7eb);background:var(--surface-card,#fff);border-radius:18px;padding:1.25rem;box-shadow:0 8px 24px #0f172a0d}.ActivityEventCard-module__MPb-Ma__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ActivityEventCard-module__MPb-Ma__headerMain{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.ActivityEventCard-module__MPb-Ma__actorLink{display:inline-flex}.ActivityEventCard-module__MPb-Ma__actorNameLink{color:inherit;text-decoration:none}.ActivityEventCard-module__MPb-Ma__avatar{background:var(--surface-border,#e2e8f0);width:44px;height:44px;color:var(--text-color,#0f172a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.ActivityEventCard-module__MPb-Ma__headerDetails{flex-direction:column;gap:.15rem;display:flex}.ActivityEventCard-module__MPb-Ma__headerActions{align-items:center;gap:.4rem;display:flex}.ActivityEventCard-module__MPb-Ma__headerEditButton{cursor:pointer;width:2rem;height:2rem;color:var(--text-color-secondary,#64748b);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.ActivityEventCard-module__MPb-Ma__headerEditButton:hover{background:var(--surface-hover,#f1f5f9);color:var(--text-color,#0f172a)}.ActivityEventCard-module__MPb-Ma__actorNameRow{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.ActivityEventCard-module__MPb-Ma__actorName{color:var(--text-color,#0f172a);font-weight:600}.ActivityEventCard-module__MPb-Ma__supporterBadge{border:1px solid #0000;border-radius:999px;align-items:center;gap:.25rem;padding:.1rem .4rem;font-size:.7rem;font-weight:500;line-height:1.1;display:inline-flex}.ActivityEventCard-module__MPb-Ma__actionText{color:var(--text-color-secondary,#64748b);font-size:.95rem}.ActivityEventCard-module__MPb-Ma__timestamp{color:var(--text-color-secondary,#94a3b8);font-size:.8rem}.ActivityEventCard-module__MPb-Ma__body{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.ActivityEventCard-module__MPb-Ma__statusCardWrapper{flex-direction:column;gap:.75rem;display:flex;position:relative}.ActivityEventCard-module__MPb-Ma__statusEditButton{z-index:10;background:var(--surface-ground,#fff);border:1px solid var(--surface-border,#e5e7eb);cursor:pointer;width:32px;height:32px;color:var(--text-color-secondary,#64748b);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.ActivityEventCard-module__MPb-Ma__statusEditButton:hover{background:var(--surface-hover,#f1f5f9);color:var(--text-color,#0f172a)}.ActivityEventCard-module__MPb-Ma__statusContent{flex-direction:column;gap:.85rem;display:flex;position:relative}.ActivityEventCard-module__MPb-Ma__statusHeader{align-items:center;gap:.75rem;display:flex}.ActivityEventCard-module__MPb-Ma__statusText{color:var(--text-color,#0f172a);white-space:pre-wrap;font-size:.95rem}.ActivityEventCard-module__MPb-Ma__badgeRow{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.ActivityEventCard-module__MPb-Ma__badge{text-transform:uppercase;letter-spacing:.05em;background:var(--surface-ground,#f1f5f9);color:var(--text-color-secondary,#475569);border-radius:999px;padding:.2rem .5rem;font-size:.75rem}.ActivityEventCard-module__MPb-Ma__pinnedBadge{color:#be185d;background:#ec48991f}.ActivityEventCard-module__MPb-Ma__visibilityTag{color:#1d4ed8;background:#2563eb1a}.ActivityEventCard-module__MPb-Ma__comboPreview{border:1px solid var(--surface-border,#e5e7eb);background:var(--surface-ground,#f8fafc);border-radius:14px;gap:.75rem;text-decoration:none;display:flex;overflow:hidden}.ActivityEventCard-module__MPb-Ma__comboImage{object-fit:cover;flex-shrink:0;width:110px;height:110px}.ActivityEventCard-module__MPb-Ma__comboInfo{color:var(--text-color,#0f172a);flex-direction:column;justify-content:center;gap:.35rem;padding:.75rem;display:flex}.ActivityEventCard-module__MPb-Ma__comboTitle{font-size:.95rem;font-weight:600}.ActivityEventCard-module__MPb-Ma__statusAdminRow{justify-content:flex-end;display:flex}.ActivityEventCard-module__MPb-Ma__statusActionRow{z-index:1;align-items:center;gap:.25rem;display:flex;position:absolute;top:.5rem;right:.5rem}.ActivityEventCard-module__MPb-Ma__adminMenuButton{width:2.5rem;height:2.5rem;color:var(--text-color-secondary,#475569)}.ActivityEventCard-module__MPb-Ma__commentPreviewWrapper{border-top:1px solid var(--surface-border,#e5e7eb);margin-top:.5rem;padding-top:.75rem}.ActivityEventCard-module__MPb-Ma__inlineComments{border-top:1px solid var(--surface-border,#e5e7eb);margin-top:1rem;padding-top:1rem;animation:.3s ease-out forwards ActivityEventCard-module__MPb-Ma__fadeSlideIn}@keyframes ActivityEventCard-module__MPb-Ma__fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ActivityEventCard-module__MPb-Ma__praiseBreakdown{align-items:center;gap:.5rem;display:inline-flex}.ActivityEventCard-module__MPb-Ma__praiseBreakdownItem{align-items:center;gap:.2rem;display:inline-flex}.ActivityEventCard-module__MPb-Ma__praiseBreakdownCount{color:var(--text-color-secondary,#64748b);font-size:.85rem}.ActivityEventCard-module__MPb-Ma__praiseIcons{align-items:center;gap:.1rem;display:inline-flex}.ActivityEventCard-module__MPb-Ma__praiseIcon{cursor:default;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.ActivityEventCard-module__MPb-Ma__praiseIconImg{object-fit:contain;width:24px;height:24px}.ActivityEventCard-module__MPb-Ma__praised{color:var(--primary-color,#6366f1)}.ActivityEventCard-module__MPb-Ma__contentLink{color:var(--primary-color);word-break:break-all;text-decoration:none}.ActivityEventCard-module__MPb-Ma__contentLink:hover{text-decoration:underline}.ActivityEventCard-module__MPb-Ma__mentionLink{color:var(--primary-color);font-weight:600;text-decoration:none}.ActivityEventCard-module__MPb-Ma__mentionLink:hover{text-decoration:underline}.ActivityEventCard-module__MPb-Ma__editButton{background:var(--surface-ground);border:1px solid var(--surface-border);cursor:pointer;width:32px;height:32px;color:var(--text-color-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.ActivityEventCard-module__MPb-Ma__editButton:hover{background:var(--surface-hover);color:var(--text-color)}.ActivityEventCard-module__MPb-Ma__editContainer{flex-direction:column;gap:.5rem;display:flex}.ActivityEventCard-module__MPb-Ma__editTextarea{border:1px solid var(--surface-border);resize:vertical;background:var(--surface-ground);width:100%;min-height:100px;color:var(--text-color);border-radius:8px;padding:.75rem;font-family:inherit;font-size:.9375rem;line-height:1.5}.ActivityEventCard-module__MPb-Ma__editTextarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #6366f11a}.ActivityEventCard-module__MPb-Ma__editActions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.ActivityEventCard-module__MPb-Ma__editCharCount{color:var(--text-color-secondary);margin-right:auto;font-size:.75rem}.ActivityEventCard-module__MPb-Ma__editCancelButton{border:1px solid var(--surface-border);cursor:pointer;color:var(--text-color-secondary);background:0 0;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;transition:all .15s}.ActivityEventCard-module__MPb-Ma__editCancelButton:hover:not(:disabled){background:var(--surface-hover);color:var(--text-color)}.ActivityEventCard-module__MPb-Ma__editSaveButton{background:var(--primary-color);cursor:pointer;color:#fff;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.ActivityEventCard-module__MPb-Ma__editSaveButton:hover:not(:disabled){filter:brightness(1.1)}.ActivityEventCard-module__MPb-Ma__editSaveButton:disabled,.ActivityEventCard-module__MPb-Ma__editCancelButton:disabled{opacity:.6;cursor:not-allowed}
.FeedSharePreview-module__Hso-BW__sharePreview{box-sizing:border-box;cursor:pointer;will-change:transform;flex-direction:column;flex-shrink:0;gap:.75rem;width:100%;transition:transform .3s;display:flex;position:relative}.FeedSharePreview-module__Hso-BW__feedCardNonInteractive{cursor:default}.FeedSharePreview-module__Hso-BW__sharePreview:not(.FeedSharePreview-module__Hso-BW__responsive){width:100%}@media (min-width:600px){.FeedSharePreview-module__Hso-BW__sharePreview:not(.FeedSharePreview-module__Hso-BW__responsive){width:250px}}.FeedSharePreview-module__Hso-BW__responsive{cursor:default;width:100%;padding:.25rem 0}.FeedSharePreview-module__Hso-BW__responsive[data-layout=split]{flex-direction:row;align-items:stretch}.FeedSharePreview-module__Hso-BW__responsive[data-mosaic=true]{flex-direction:column}.FeedSharePreview-module__Hso-BW__mediaColumn{width:100%;max-width:160px}.FeedSharePreview-module__Hso-BW__sharePreview:not(.FeedSharePreview-module__Hso-BW__responsive) .FeedSharePreview-module__Hso-BW__mediaColumn,.FeedSharePreview-module__Hso-BW__responsive[data-layout=stacked] .FeedSharePreview-module__Hso-BW__mediaColumn{max-width:none}.FeedSharePreview-module__Hso-BW__responsive[data-layout=split] .FeedSharePreview-module__Hso-BW__mediaColumn{flex:0 0 360px;width:100%;max-width:360px}.FeedSharePreview-module__Hso-BW__responsive[data-mosaic=true] .FeedSharePreview-module__Hso-BW__mediaColumn{flex:none;width:100%;max-width:100%}.FeedSharePreview-module__Hso-BW__detailColumn{flex-direction:column;flex:1;gap:.6rem;min-width:0;display:flex}.FeedSharePreview-module__Hso-BW__detailTopRow{flex-direction:column;gap:.75rem;display:flex}.FeedSharePreview-module__Hso-BW__responsive[data-layout=split] .FeedSharePreview-module__Hso-BW__detailTopRow{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:1rem}.FeedSharePreview-module__Hso-BW__detailTextColumn{flex:260px;min-width:0}.FeedSharePreview-module__Hso-BW__detailLink{width:100%;color:inherit;text-decoration:none;display:block}.FeedSharePreview-module__Hso-BW__imageContainer{aspect-ratio:1;background:#f5f5f5;border-radius:12px;width:100%;min-height:220px;position:relative;overflow:hidden}.FeedSharePreview-module__Hso-BW__mediaPlaceholder{aspect-ratio:1;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;background:repeating-linear-gradient(135deg,#f8fafc,#f8fafc 12px,#e2e8f0 12px 24px);border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:220px;font-size:.85rem;font-weight:500;display:flex}.FeedSharePreview-module__Hso-BW__desktopMosaic{aspect-ratio:1;background:#f5f5f5;border-radius:12px;width:100%;min-height:220px;position:relative;overflow:hidden}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid{grid-auto-rows:minmax(0,1fr);gap:6px;width:100%;height:100%;display:grid}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="1"]{grid-template-columns:1fr}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="3"]{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:2fr 1fr}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="3"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:first-child{grid-area:1/1/span 2/span 1}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="3"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(2){grid-area:1/2/span 1/span 1}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="3"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(3){grid-area:2/2/span 1/span 1}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"]{grid-template-columns:repeat(6,minmax(0,1fr))}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:first-child{grid-area:1/1/span 2/span 3}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(2){grid-area:1/4/span 2/span 3}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(3){grid-area:3/1/span 2/span 2}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(4){grid-area:3/3/span 2/span 2}.FeedSharePreview-module__Hso-BW__desktopMosaicGrid[data-count="5"] .FeedSharePreview-module__Hso-BW__desktopMosaicTile:nth-child(5){grid-area:3/5/span 2/span 2}.FeedSharePreview-module__Hso-BW__desktopMosaicTile{background:#e5e7eb;border-radius:12px;min-height:140px;display:block;position:relative;overflow:hidden}.FeedSharePreview-module__Hso-BW__desktopMosaicImage{object-fit:cover}.FeedSharePreview-module__Hso-BW__desktopMosaicTile img{object-fit:cover}.FeedSharePreview-module__Hso-BW__desktopMosaicMore{color:#fff;background-color:#0000008c;justify-content:center;align-items:center;font-size:1.35rem;font-weight:600;display:flex;position:absolute;inset:0}.FeedSharePreview-module__Hso-BW__swiperSlide,.FeedSharePreview-module__Hso-BW__slideContent{border-radius:inherit;overflow:hidden}.FeedSharePreview-module__Hso-BW__customSwiper{border-radius:inherit;width:100%;height:100%;overflow:hidden}.FeedSharePreview-module__Hso-BW__swiperSlide{position:relative}.FeedSharePreview-module__Hso-BW__slideContent{width:100%;height:100%;position:relative}.FeedSharePreview-module__Hso-BW__shareImage{object-fit:cover;border-radius:inherit;inset:0;width:100%!important;height:100%!important;position:absolute!important}.FeedSharePreview-module__Hso-BW__overlayContainer{pointer-events:none;z-index:15;position:absolute;inset:0;transform:translateZ(0)}.FeedSharePreview-module__Hso-BW__overlayIconBox{z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-sizing:border-box;pointer-events:auto;background:#0000008c;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute}.FeedSharePreview-module__Hso-BW__stockStatusButton{all:unset;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FeedSharePreview-module__Hso-BW__stockStatusButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.FeedSharePreview-module__Hso-BW__stockStatusIcon{opacity:.8;filter:invert()brightness(1.55);width:20px;height:20px;margin:0;padding:0;display:block}.FeedSharePreview-module__Hso-BW__stockStatusWrapper{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;bottom:10px!important;right:10px!important}.FeedSharePreview-module__Hso-BW__stockStatusWrapper img{vertical-align:middle!important;margin:0!important;padding:0!important;position:relative!important;inset:auto!important;transform:none!important}.FeedSharePreview-module__Hso-BW__coneDisplayWrapper{color:#fff;z-index:10;border-radius:5px;padding:5px;position:absolute;bottom:10px;left:10px}.FeedSharePreview-module__Hso-BW__shareTitle{width:100%;color:inherit;margin-top:.4rem;padding-left:2px;font-size:1em;font-weight:500;text-decoration:none}.FeedSharePreview-module__Hso-BW__shareDate{color:#666;width:100%;padding-left:2px;font-size:.8em}.FeedSharePreview-module__Hso-BW__shareByline{margin-right:.35rem}.FeedSharePreview-module__Hso-BW__sharePreview:hover .FeedSharePreview-module__Hso-BW__shareDate{color:#333}.FeedSharePreview-module__Hso-BW__privateIconWrapper{color:#fff;pointer-events:auto;background-color:#0009;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:5px;display:flex;position:absolute;top:10px;right:10px}.FeedSharePreview-module__Hso-BW__shareSocialsContainer{color:#555;justify-content:flex-start;align-items:center;padding-top:.25rem;display:flex}.FeedSharePreview-module__Hso-BW__shareSocialItem{color:inherit;justify-content:flex-start;align-items:center;margin-right:.5rem;transition:color .2s;display:flex}.FeedSharePreview-module__Hso-BW__shareSocialItem i{color:inherit;transition:color .2s}.FeedSharePreview-module__Hso-BW__sharePreview a .FeedSharePreview-module__Hso-BW__shareTitle{color:#333;text-decoration:none}.FeedSharePreview-module__Hso-BW__sharePreview:hover .FeedSharePreview-module__Hso-BW__shareTitle{color:#000}.FeedSharePreview-module__Hso-BW__sharePreview:hover .FeedSharePreview-module__Hso-BW__shareSocialsContainer,.FeedSharePreview-module__Hso-BW__sharePreview:hover .FeedSharePreview-module__Hso-BW__shareSocialItem,.FeedSharePreview-module__Hso-BW__sharePreview:hover .FeedSharePreview-module__Hso-BW__shareSocialItem i{color:#222}.FeedSharePreview-module__Hso-BW__descriptionText{color:#374151;white-space:pre-line;width:100%;margin:0 0 .65rem;font-size:.9rem;line-height:1.35}.FeedSharePreview-module__Hso-BW__materialSummary{color:#374151;flex-wrap:wrap;align-items:baseline;gap:.35rem;width:100%;margin:0 0 .65rem;font-size:.9rem;line-height:1.35;display:flex}.FeedSharePreview-module__Hso-BW__materialSummaryMore{color:#1d4ed8;font-weight:600}.FeedSharePreview-module__Hso-BW__materialSummaryMore:hover,.FeedSharePreview-module__Hso-BW__materialSummaryMore:focus-visible{text-decoration:underline}.FeedSharePreview-module__Hso-BW__studioBadge{color:#3b6fa0;background:#f0f7ff;border:1px solid #d0e3f5;border-radius:12px;align-items:center;gap:.3rem;width:fit-content;margin-top:.3rem;padding:2px 8px;font-size:.72rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.FeedSharePreview-module__Hso-BW__studioBadge:hover{color:#2a5580;background:#e0eeff}.FeedSharePreview-module__Hso-BW__studioBadge i{font-size:.65rem}.FeedSharePreview-module__Hso-BW__shareCountsRow{color:#475569;flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;margin-top:.5rem;padding:.4rem .25rem 0;font-size:.95rem;display:flex}.FeedSharePreview-module__Hso-BW__shareCountButton{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;padding:.15rem 0;font-weight:500;transition:color .15s;display:inline-flex}.FeedSharePreview-module__Hso-BW__shareCountButton:hover,.FeedSharePreview-module__Hso-BW__shareCountButton:focus-visible{color:#1d4ed8}.FeedSharePreview-module__Hso-BW__shareCountButton i{font-size:1.1rem}.FeedSharePreview-module__Hso-BW__shareCountMeta{color:#94a3b8;align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}.FeedSharePreview-module__Hso-BW__shareCountMeta i{font-size:.9rem}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper{opacity:.85;top:10px;right:10px;margin:0!important}.FeedSharePreview-module__Hso-BW__stockStatusWrapper{bottom:10px;right:10px;margin:0!important;position:absolute!important;transform:none!important}.FeedSharePreview-module__Hso-BW__haveStock{right:13px!important}.FeedSharePreview-module__Hso-BW__noStock{right:15px!important}.FeedSharePreview-module__Hso-BW__noStock .FeedSharePreview-module__Hso-BW__stockStatusIcon{position:relative;left:-5px!important}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper:hover{background-color:#000000bf}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper.FeedSharePreview-module__Hso-BW__bookmarked{background-color:#000000d9}.FeedSharePreview-module__Hso-BW__bookmarkIcon{color:#eee;margin:0;padding:0;font-size:18px;line-height:1}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper span{justify-content:center!important;align-items:center!important;gap:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:flex!important}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper svg{margin:0!important;transform:none!important}.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper.FeedSharePreview-module__Hso-BW__bookmarked .FeedSharePreview-module__Hso-BW__bookmarkIcon,.FeedSharePreview-module__Hso-BW__bookmarkIconWrapper:hover .FeedSharePreview-module__Hso-BW__bookmarkIcon{color:#fff}.FeedSharePreview-module__Hso-BW__stockTooltip{color:#fff;z-index:20;pointer-events:none;opacity:0;background:#000000d9;border-radius:4px;max-width:150px;padding:6px 8px;font-size:.65rem;line-height:1.15;animation:.16s ease-out forwards FeedSharePreview-module__Hso-BW__stockTooltipFade;position:absolute;bottom:50px;right:10px;transform:translateY(4px);box-shadow:0 2px 6px #00000059}@keyframes FeedSharePreview-module__Hso-BW__stockTooltipFade{to{opacity:1;transform:translateY(0)}}.FeedSharePreview-module__Hso-BW__stockTooltip:after{content:"";background:#000000d9;width:8px;height:8px;position:absolute;bottom:-5px;right:14px;transform:rotate(45deg)}.FeedSharePreview-module__Hso-BW__imageWrapper{aspect-ratio:1;box-sizing:border-box;border-radius:inherit;width:100%;height:100%;position:relative;overflow:hidden}.FeedSharePreview-module__Hso-BW__videoOverlay{pointer-events:none;z-index:2;background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FeedSharePreview-module__Hso-BW__playIcon{color:#fff;filter:drop-shadow(0 2px 4px #0000004d);width:40px;height:40px}.FeedSharePreview-module__Hso-BW__videoDuration{color:#fff;background:#000000b3;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:500;position:absolute;bottom:8px;right:8px}.FeedSharePreview-module__Hso-BW__praiseActionButton{border-radius:6px;padding:.25rem .5rem;transition:all .2s}.FeedSharePreview-module__Hso-BW__praiseActionButton:hover{background:var(--surface-hover,#0000000d)}.FeedSharePreview-module__Hso-BW__praiseActionButton.FeedSharePreview-module__Hso-BW__hasPraised{color:#ef4444}.FeedSharePreview-module__Hso-BW__praiseActionButton.FeedSharePreview-module__Hso-BW__hasPraised:hover{color:#dc2626}.FeedSharePreview-module__Hso-BW__praiseBreakdown{align-items:center;gap:.5rem;display:inline-flex}.FeedSharePreview-module__Hso-BW__praiseBreakdownItem{align-items:center;gap:.2rem;font-size:.95rem;display:inline-flex}.FeedSharePreview-module__Hso-BW__praiseBreakdownCount{color:#64748b;font-size:.85rem}.FeedSharePreview-module__Hso-BW__praiseIconImg{object-fit:contain;width:24px;height:24px}
.ClayBodyColorFilter-module__thEcaa__container{padding:1rem}.ClayBodyColorFilter-module__thEcaa__colorGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;display:grid}.ClayBodyColorFilter-module__thEcaa__colorButton{aspect-ratio:3;cursor:pointer;border:2px solid;border-radius:8px;justify-content:center;align-items:center;width:100%;transition:all .2s;display:flex;position:relative;overflow:hidden}.ClayBodyColorFilter-module__thEcaa__colorButton:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.ClayBodyColorFilter-module__thEcaa__colorButton.ClayBodyColorFilter-module__thEcaa__selected{transform:scale(.98);box-shadow:inset 0 2px 4px #0003}.ClayBodyColorFilter-module__thEcaa__colorButton.ClayBodyColorFilter-module__thEcaa__selected:before{content:"✓";color:inherit;z-index:2;font-size:1.2rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ClayBodyColorFilter-module__thEcaa__colorName{white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:1rem;font-weight:500}.ClayBodyColorFilter-module__thEcaa__colorButton[data-color=white].ClayBodyColorFilter-module__thEcaa__selected:before{color:#333;text-shadow:none}.ClayBodyColorFilter-module__thEcaa__colorButton[data-color=white].ClayBodyColorFilter-module__thEcaa__selected:after{background:#0000000d}
.SearchBar-module__zfdEkW__searchBarContainer{flex-direction:column;align-items:center;display:flex}.SearchBar-module__zfdEkW__searchInputContainer{align-items:center;gap:1rem;display:flex}.SearchBar-module__zfdEkW__searchInput{padding:.5rem;font-size:1rem}.SearchBar-module__zfdEkW__filtersContainer{width:100%;max-width:600px;margin-top:1rem}.SearchBar-module__zfdEkW__filterSection{margin-bottom:1rem}.SearchBar-module__zfdEkW__filterButton{color:#333;cursor:pointer;border:1px solid #5c5c5ca8;border-radius:12px;padding:.5rem 1rem;font-size:1.2rem;font-style:normal;font-weight:400;transition:all .3s}.SearchBar-module__zfdEkW__filterButton:hover{background-color:#f5f5f5;border:1px solid #000;transition:all .3s}
.ColorFilter-module__d33n5G__colorButton{cursor:pointer;border:1px solid #7770;border-radius:12px;padding:4px 8px;font-size:.8em;font-weight:500;transition:opacity .2s ease-in-out}.ColorFilter-module__d33n5G__colorButton:hover{opacity:.8}.ColorFilter-module__d33n5G__selectedColorButton{border:2px solid #414141}
.ButtonSelection-module__xbK0zG__pillContainer{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ButtonSelection-module__xbK0zG__pill{cursor:pointer;color:#666;white-space:nowrap;background:#f5f5f5;border:1px solid #0000;border-radius:.25rem;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.ButtonSelection-module__xbK0zG__pill:hover{background:#e8e8e8;border-color:#ddd}.ButtonSelection-module__xbK0zG__pill.ButtonSelection-module__xbK0zG__selected{background-color:var(--primary);border-color:var(--primary-color-500);color:var(--primary-color);font-weight:500}.ButtonSelection-module__xbK0zG__seeMoreButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:100%;margin-top:.5rem;padding:.5rem;font-size:.8rem;text-decoration:none;display:flex}.ButtonSelection-module__xbK0zG__seeMoreButton:hover{color:#34a853}
.FiringRangeFilter-module__O2pGMG__container{flex-direction:column;gap:.75rem;width:100%;padding:0;display:flex}.FiringRangeFilter-module__O2pGMG__title{color:var(--text-color);margin:0 0 .5rem;font-size:1rem;font-weight:500}.FiringRangeFilter-module__O2pGMG__dropdownContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.FiringRangeFilter-module__O2pGMG__dropdownGroup{flex-direction:column;flex:1;gap:.25rem;width:100%;display:flex}.FiringRangeFilter-module__O2pGMG__dropdownGroup label{margin-bottom:0;font-size:.8rem}.FiringRangeFilter-module__O2pGMG__dropdown{width:100%;font-size:.875rem}.FiringRangeFilter-module__O2pGMG__sliderContainer{width:100%;margin-top:.5rem;padding:0}.FiringRangeFilter-module__O2pGMG__slider{width:100%}.FiringRangeFilter-module__O2pGMG__presetButtons{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.FiringRangeFilter-module__O2pGMG__presetButton{text-align:center;flex:1;min-width:calc(50% - .25rem)}.FiringRangeFilter-module__O2pGMG__pill{cursor:pointer;color:#666;white-space:nowrap;background:#f5f5f5;border:1px solid #0000;border-radius:.25rem;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.FiringRangeFilter-module__O2pGMG__pill:hover{background:#e8e8e8;border-color:#ddd}.FiringRangeFilter-module__O2pGMG__pill.FiringRangeFilter-module__O2pGMG__selected{background-color:var(--primary);border-color:var(--primary-color-500);color:var(--primary-color);font-weight:500}@media (min-width:640px){.FiringRangeFilter-module__O2pGMG__container{gap:1rem;padding:0}.FiringRangeFilter-module__O2pGMG__dropdownContainer{flex-direction:row;gap:.75rem}}@media (max-width:400px){.FiringRangeFilter-module__O2pGMG__presetButtons{gap:.25rem}.FiringRangeFilter-module__O2pGMG__pill{padding:.2rem .4rem;font-size:.75rem}}
.GlazeSearchBuilder-module__ztG0hq__fullWidthSelectButton .p-selectbutton{width:100%}.GlazeSearchBuilder-module__ztG0hq__fullWidthSelectButton .p-selectbutton .p-button{flex:33.33%}@media (max-width:480px){.GlazeSearchBuilder-module__ztG0hq__fullWidthSelectButton .p-selectbutton{flex-direction:column;gap:.5rem;display:flex}.GlazeSearchBuilder-module__ztG0hq__fullWidthSelectButton .p-selectbutton .p-button{width:100%;border-radius:6px!important}}.GlazeSearchBuilder-module__ztG0hq__sectionGrid{row-gap:.35rem;width:100%;display:grid}.GlazeSearchBuilder-module__ztG0hq__sectionLabel{color:#374151;margin:0 0 .35rem;font-size:.875rem;font-weight:500;display:block}.GlazeSearchBuilder-module__ztG0hq__sectionLabel.GlazeSearchBuilder-module__ztG0hq__spacious{margin-bottom:.55rem}
.MediaGalleryEditor-module__cxVbmG__container{box-sizing:border-box;flex-direction:column;gap:.5rem;width:100%;display:flex}.MediaGalleryEditor-module__cxVbmG__label{align-items:center;gap:.25rem;font-weight:500;display:flex}.MediaGalleryEditor-module__cxVbmG__counts{color:var(--text-color-secondary);margin-left:.25rem;font-size:.875rem;font-weight:400}.MediaGalleryEditor-module__cxVbmG__hint{color:var(--text-color-secondary);font-size:.8rem}.MediaGalleryEditor-module__cxVbmG__mediaGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;margin-top:.5rem;display:grid}.MediaGalleryEditor-module__cxVbmG__mediaTile{aspect-ratio:1;background:var(--surface-ground);border:1px solid var(--surface-border);border-radius:8px;position:relative;overflow:hidden}@media (min-width:600px){.MediaGalleryEditor-module__cxVbmG__mediaGrid{grid-template-columns:repeat(auto-fill,120px);gap:.75rem}.MediaGalleryEditor-module__cxVbmG__mediaTile{width:120px;height:120px}}.MediaGalleryEditor-module__cxVbmG__primaryBadge{color:#fff;white-space:nowrap;z-index:5;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:600;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0003}.MediaGalleryEditor-module__cxVbmG__mediaTile.MediaGalleryEditor-module__cxVbmG__primarySlot{cursor:pointer;border:2px dashed #f59e0b;flex-direction:column;justify-content:center;align-items:center;transition:all .2s;display:flex}.MediaGalleryEditor-module__cxVbmG__mediaTile.MediaGalleryEditor-module__cxVbmG__primarySlot:hover{background:#f59e0b0d;border-color:#d97706}.MediaGalleryEditor-module__cxVbmG__placeholderContent{color:#92400e;flex-direction:column;align-items:center;gap:.25rem;display:flex}.MediaGalleryEditor-module__cxVbmG__placeholderContent i{opacity:.7;font-size:1.5rem}.MediaGalleryEditor-module__cxVbmG__placeholderContent span{font-size:.7rem;font-weight:500}.MediaGalleryEditor-module__cxVbmG__mediaThumb{border-radius:8px;width:100%;height:100%;overflow:hidden}.MediaGalleryEditor-module__cxVbmG__mediaThumb img,.MediaGalleryEditor-module__cxVbmG__mediaThumb>div{object-fit:cover!important;width:100%!important;height:100%!important}.MediaGalleryEditor-module__cxVbmG__mediaThumb>span{position:absolute!important;inset:0!important}.MediaGalleryEditor-module__cxVbmG__mediaThumb>span>img{object-fit:cover!important}.MediaGalleryEditor-module__cxVbmG__reorderArrows{z-index:5;gap:.25rem;display:flex;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.MediaGalleryEditor-module__cxVbmG__arrowBtn{width:24px;height:24px;color:var(--text-color);cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0003}.MediaGalleryEditor-module__cxVbmG__arrowBtn:hover:not(:disabled){background:#fff;transform:scale(1.1)}.MediaGalleryEditor-module__cxVbmG__arrowBtn:disabled{opacity:.4;cursor:not-allowed}.MediaGalleryEditor-module__cxVbmG__videoBadge{color:#fff;z-index:4;background:#000000bf;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.7rem;display:flex;position:absolute;bottom:32px;right:4px}.MediaGalleryEditor-module__cxVbmG__videoBadge i{font-size:.6rem}.MediaGalleryEditor-module__cxVbmG__videoPlaceholder{background:var(--surface-ground);width:100%;height:100%;color:var(--text-color-secondary);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.MediaGalleryEditor-module__cxVbmG__mediaOverlay{z-index:6;gap:.25rem;display:flex;position:absolute;top:4px;right:4px}.MediaGalleryEditor-module__cxVbmG__overlayButton{color:#333;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.75rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000004d}.MediaGalleryEditor-module__cxVbmG__overlayButton:hover{background:#f0f0f0;transform:scale(1.1)}.MediaGalleryEditor-module__cxVbmG__addButton{aspect-ratio:1;border:2px dashed var(--surface-border);color:var(--text-color-secondary);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;transition:all .2s;display:flex}@media (min-width:600px){.MediaGalleryEditor-module__cxVbmG__addButton{width:120px;height:120px}}.MediaGalleryEditor-module__cxVbmG__addButton:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-50)}.MediaGalleryEditor-module__cxVbmG__addButton i{font-size:1.5rem}.MediaGalleryEditor-module__cxVbmG__addButton span{font-size:.75rem;font-weight:500}.MediaGalleryEditor-module__cxVbmG__dialog{width:90vw!important;max-width:420px!important}.MediaGalleryEditor-module__cxVbmG__dialogWide{width:95vw!important;max-width:900px!important}:is(.MediaGalleryEditor-module__cxVbmG__dialog .p-dialog-content,.MediaGalleryEditor-module__cxVbmG__dialogWide .p-dialog-content){padding-top:0}.MediaGalleryEditor-module__cxVbmG__iosDialog .p-dialog-content{padding:0}.MediaGalleryEditor-module__cxVbmG__backButton{color:var(--primary-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem 0;font-size:.875rem;display:inline-flex}.MediaGalleryEditor-module__cxVbmG__backButton:hover{text-decoration:underline}.MediaGalleryEditor-module__cxVbmG__modeSelect{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.MediaGalleryEditor-module__cxVbmG__modeSelectTitle{text-align:center;color:var(--text-color);margin-bottom:.5rem;font-size:1rem}.MediaGalleryEditor-module__cxVbmG__iosActionSheet{flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.MediaGalleryEditor-module__cxVbmG__iosActionGroup{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #00000014}.MediaGalleryEditor-module__cxVbmG__iosActionButton{width:100%;color:var(--text-color);cursor:pointer;text-align:center;background:#fff;border:none;padding:1rem 1.25rem;font-size:1rem;font-weight:400;transition:background .15s}.MediaGalleryEditor-module__cxVbmG__iosActionButton:hover{background:var(--surface-100)}.MediaGalleryEditor-module__cxVbmG__iosActionButton:active{background:var(--surface-200)}.MediaGalleryEditor-module__cxVbmG__iosActionButtonDisabled{pointer-events:none;flex-direction:column;align-items:center;gap:.25rem;display:flex;color:var(--text-color-secondary)!important;cursor:not-allowed!important;opacity:.5!important;background:var(--surface-100)!important}.MediaGalleryEditor-module__cxVbmG__iosActionButtonDisabled:hover{background:var(--surface-100)!important}.MediaGalleryEditor-module__cxVbmG__supporterBadge{color:var(--primary-color);font-size:.75rem;font-weight:500}.MediaGalleryEditor-module__cxVbmG__iosActionDivider{background:#00000014;height:1px}.MediaGalleryEditor-module__cxVbmG__iosCancelButton{width:100%;color:var(--primary-color);cursor:pointer;background:#fff;border:none;border-radius:14px;padding:1rem 1.25rem;font-size:1rem;font-weight:500;transition:background .15s;box-shadow:0 1px 3px #00000014}.MediaGalleryEditor-module__cxVbmG__iosCancelButton:hover{background:var(--surface-100)}.MediaGalleryEditor-module__cxVbmG__segmentedControl{border:1px solid var(--surface-200);background:#fff;border-radius:12px;padding:4px;display:inline-flex;box-shadow:0 2px 8px #00000014}.MediaGalleryEditor-module__cxVbmG__segmentDivider{background:var(--surface-300);width:1px;margin:8px 0}.MediaGalleryEditor-module__cxVbmG__segmentButton{cursor:pointer;color:var(--text-color-secondary);background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.MediaGalleryEditor-module__cxVbmG__segmentButton:hover{background:var(--surface-100);color:var(--text-color)}.MediaGalleryEditor-module__cxVbmG__segmentButton:active{background:var(--primary-50);color:var(--primary-color)}.MediaGalleryEditor-module__cxVbmG__segmentButton i{font-size:1.25rem}.MediaGalleryEditor-module__cxVbmG__mediaCount{color:var(--text-color-secondary);margin:0;font-size:.8rem}.MediaGalleryEditor-module__cxVbmG__modeButtons{justify-content:center;gap:1rem;display:flex}.MediaGalleryEditor-module__cxVbmG__modeButton{border:2px solid var(--surface-border);background:var(--surface-card);cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;min-width:120px;padding:1.5rem 2rem;transition:all .2s;display:flex}.MediaGalleryEditor-module__cxVbmG__modeButton:hover{border-color:var(--primary-color);background:var(--primary-50)}.MediaGalleryEditor-module__cxVbmG__modeButton i{color:var(--primary-color);font-size:2rem}.MediaGalleryEditor-module__cxVbmG__modeButton span{color:var(--text-color);font-weight:500}.MediaGalleryEditor-module__cxVbmG__modeButton small{color:var(--text-color-secondary);font-size:.75rem}.MediaGalleryEditor-module__cxVbmG__imageActions{border-top:1px solid var(--surface-border);justify-content:flex-end;margin-top:1rem;padding-top:1rem;display:flex}.MediaGalleryEditor-module__cxVbmG__videoUploadArea{min-height:200px}.MediaGalleryEditor-module__cxVbmG__dropzone{border:2px dashed var(--surface-border);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.MediaGalleryEditor-module__cxVbmG__dropzone:hover{border-color:var(--primary-color);background:var(--primary-50)}.MediaGalleryEditor-module__cxVbmG__hiddenInput{display:none}.MediaGalleryEditor-module__cxVbmG__dropzoneLabel{cursor:pointer;color:var(--text-color-secondary);flex-direction:column;align-items:center;gap:.75rem;display:flex}.MediaGalleryEditor-module__cxVbmG__dropzoneLabel i{color:var(--primary-color);font-size:2.5rem}.MediaGalleryEditor-module__cxVbmG__dropzoneLabel span{color:var(--text-color);font-weight:500}.MediaGalleryEditor-module__cxVbmG__dropzoneLabel small{font-size:.8rem}.MediaGalleryEditor-module__cxVbmG__videoPreview{background:var(--surface-ground);border-radius:8px;padding:1rem}.MediaGalleryEditor-module__cxVbmG__videoInfo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.MediaGalleryEditor-module__cxVbmG__videoInfo i{color:var(--primary-color);font-size:1.5rem}.MediaGalleryEditor-module__cxVbmG__videoInfo p{margin:0;font-weight:500}.MediaGalleryEditor-module__cxVbmG__videoInfo small{color:var(--text-color-secondary)}.MediaGalleryEditor-module__cxVbmG__fileName{word-break:break-all}.MediaGalleryEditor-module__cxVbmG__titleInput{margin-bottom:1rem}.MediaGalleryEditor-module__cxVbmG__titleInput label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.MediaGalleryEditor-module__cxVbmG__titleInput input{border:1px solid var(--surface-border);border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.MediaGalleryEditor-module__cxVbmG__titleInput input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-100);outline:none}.MediaGalleryEditor-module__cxVbmG__videoActions{justify-content:flex-end;gap:.5rem;display:flex}.MediaGalleryEditor-module__cxVbmG__uploadProgress{margin-top:1rem}.MediaGalleryEditor-module__cxVbmG__uploadProgress small{text-align:center;color:var(--text-color-secondary);margin-top:.5rem;display:block}.MediaGalleryEditor-module__cxVbmG__processingState,.MediaGalleryEditor-module__cxVbmG__completeState{color:var(--text-color-secondary);flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.MediaGalleryEditor-module__cxVbmG__processingState i{color:var(--primary-color);font-size:1.5rem}.MediaGalleryEditor-module__cxVbmG__completeState i{color:var(--green-500);font-size:1.5rem}.MediaGalleryEditor-module__cxVbmG__errorState{text-align:center;color:var(--red-500);flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.MediaGalleryEditor-module__cxVbmG__errorState i{font-size:2rem}.MediaGalleryEditor-module__cxVbmG__errorState p{margin:0}@media (max-width:480px){.MediaGalleryEditor-module__cxVbmG__mediaTile,.MediaGalleryEditor-module__cxVbmG__addButton{width:80px;height:80px}.MediaGalleryEditor-module__cxVbmG__modeButtons{flex-direction:column}.MediaGalleryEditor-module__cxVbmG__modeButton{text-align:left;flex-direction:row;gap:1rem;width:100%;padding:1rem}.MediaGalleryEditor-module__cxVbmG__modeButton i{font-size:1.5rem}}
.UserRelatedCombinations-module__F8LcOG__container{border-top:1px solid #f3f4f6;margin-top:.75rem;padding-top:.75rem}.UserRelatedCombinations-module__F8LcOG__headerText{color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.UserRelatedCombinations-module__F8LcOG__username{font-weight:500}.UserRelatedCombinations-module__F8LcOG__badgesContainer{flex-wrap:wrap;gap:.25rem;display:flex}.UserRelatedCombinations-module__F8LcOG__loadingSkeleton{background-color:#f3f4f6;border-radius:9999px;align-items:center;padding:.25rem .5rem;display:flex}.UserRelatedCombinations-module__F8LcOG__loadingImage{background-color:#e5e7eb;border-radius:50%;width:1.5rem;height:1.5rem;margin-right:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite UserRelatedCombinations-module__F8LcOG__pulse}.UserRelatedCombinations-module__F8LcOG__loadingText{background-color:#e5e7eb;border-radius:.25rem;width:3rem;height:.75rem;animation:2s cubic-bezier(.4,0,.6,1) infinite UserRelatedCombinations-module__F8LcOG__pulse}.UserRelatedCombinations-module__F8LcOG__combinationBadge{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.UserRelatedCombinations-module__F8LcOG__combinationBadge:hover{background-color:#f3f4f6;border-color:#d1d5db}.UserRelatedCombinations-module__F8LcOG__thumbnail{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:2rem;height:2rem;margin-right:.5rem;overflow:hidden}.UserRelatedCombinations-module__F8LcOG__thumbnailImage{object-fit:cover;width:100%;height:100%}.UserRelatedCombinations-module__F8LcOG__thumbnailPlaceholder{color:#9ca3af;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.UserRelatedCombinations-module__F8LcOG__thumbnailPlaceholder i{font-size:.75rem}.UserRelatedCombinations-module__F8LcOG__contentWrapper{align-items:center;gap:.25rem;display:flex}.UserRelatedCombinations-module__F8LcOG__title{color:#000;white-space:nowrap;text-overflow:ellipsis;max-width:5rem;font-size:.75rem;font-weight:500;transition:color .2s ease-in-out;overflow:hidden}.UserRelatedCombinations-module__F8LcOG__combinationBadge:hover .UserRelatedCombinations-module__F8LcOG__title{color:#000}.UserRelatedCombinations-module__F8LcOG__stats{color:#9ca3af;margin-left:.25rem;font-size:.75rem}.UserRelatedCombinations-module__F8LcOG__statsSeparator{margin:0 .125rem}@keyframes UserRelatedCombinations-module__F8LcOG__pulse{0%,to{opacity:1}50%{opacity:.5}}
.ComboFormClaySelector-module__acOTxa__formContainer{width:100%}.ComboFormClaySelector-module__acOTxa__addClayPlaceholder{text-align:center;color:#555;cursor:pointer;background-color:#f8f8f8;border:1px dashed #ccc;border-radius:8px;padding:16px;font-size:1rem;transition:all .3s}.ComboFormClaySelector-module__acOTxa__addClayPlaceholder:hover{color:#555;background-color:#f3f3f3;border-color:#ccc}.ComboFormClaySelector-module__acOTxa__emptyState{padding:32px;font-size:1rem}.ComboFormClaySelector-module__acOTxa__errorState{background-color:#fff5f5;border:2px solid #e24c4c}.ComboFormClaySelector-module__acOTxa__errorState:hover{background-color:#ffebeb;border-color:#d32f2f}@media (min-width:768px){.ComboFormClaySelector-module__acOTxa__addClayPlaceholder,.ComboFormClaySelector-module__acOTxa__emptyState{font-size:1rem}}
.MentionTextarea-module__c5goZa__container{width:100%;position:relative}.MentionTextarea-module__c5goZa__dropdown{background:var(--surface-card);border:1px solid var(--surface-border);z-index:1000;border-radius:8px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.MentionTextarea-module__c5goZa__userItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;transition:background-color .15s;display:flex}.MentionTextarea-module__c5goZa__userItem:hover,.MentionTextarea-module__c5goZa__userItem.MentionTextarea-module__c5goZa__selected{background:var(--surface-hover)}.MentionTextarea-module__c5goZa__avatar{flex-shrink:0}.MentionTextarea-module__c5goZa__username{color:var(--text-color);font-size:.9375rem;font-weight:500}.MentionTextarea-module__c5goZa__loadingItem{color:var(--text-color-secondary);align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.MentionTextarea-module__c5goZa__noResults{color:var(--text-color-secondary);text-align:center;padding:.75rem;font-size:.875rem}
.status-module__yDnMLW__container{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;display:flex}.status-module__yDnMLW__cardSection{width:100%}.status-module__yDnMLW__commentsSection{background:var(--surface-card,#fff);border:1px solid #0000000d;border-radius:16px;padding:1.5rem;box-shadow:0 10px 20px #0000000a}.status-module__yDnMLW__commentsHeading{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.status-module__yDnMLW__feedCard{width:100%}@media (max-width:640px){.status-module__yDnMLW__container{padding:1.5rem 0 2.5rem}.status-module__yDnMLW__feedCard,.status-module__yDnMLW__commentsSection{border-radius:0}.status-module__yDnMLW__feedCard{padding-left:1.25rem;padding-right:1.25rem}.status-module__yDnMLW__commentsSection{border-left:none;border-right:none;padding-left:1.25rem;padding-right:1.25rem}}
.ItemPreview-module__C2XM7a__itemPreview{box-sizing:border-box;cursor:pointer;width:100%;transition:transform .3s;position:relative}@media (min-width:600px){.ItemPreview-module__C2XM7a__itemPreview{width:140px}}.ItemPreview-module__C2XM7a__itemPreview:hover{transform:translateY(-5px)}.ItemPreview-module__C2XM7a__imageContainer{aspect-ratio:1;width:100%;position:relative}@media (min-width:600px){.ItemPreview-module__C2XM7a__imageContainer{max-width:140px;max-height:140px}}.ItemPreview-module__C2XM7a__slideContent{width:100%;height:100%;position:relative}.ItemPreview-module__C2XM7a__itemImage{object-fit:cover;border-radius:8px;width:100%!important;height:100%!important;position:relative!important}.ItemPreview-module__C2XM7a__placeholderImage{background-color:#f5f5f5;border:2px dashed #ddd;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ItemPreview-module__C2XM7a__infoOverlay{color:#fff;z-index:10;background-color:#0006;border-radius:5px;flex-direction:column;gap:2px;padding:5px 8px;font-size:.75rem;display:flex;position:absolute;bottom:6px;left:6px}.ItemPreview-module__C2XM7a__typeInfo{font-weight:500}.ItemPreview-module__C2XM7a__coneInfo{opacity:.9;font-size:.7rem}.ItemPreview-module__C2XM7a__itemTitle{color:inherit;margin-top:.4rem;padding-left:2px;font-size:1em;font-weight:500;text-decoration:none}.ItemPreview-module__C2XM7a__itemDetails{color:#666;margin-top:.2rem;padding-left:2px;font-size:.8em}.ItemPreview-module__C2XM7a__manufacturerName{color:#555;font-weight:500}.ItemPreview-module__C2XM7a__colorList{color:#777;margin-top:.1rem;font-size:.75em}.ItemPreview-module__C2XM7a__reviewInfo{justify-content:left;align-items:center;margin-top:.25rem;display:flex}.ItemPreview-module__C2XM7a__reviewCount{color:#888;align-items:center;font-size:.75em;display:flex}.ItemPreview-module__C2XM7a__itemPreview a .ItemPreview-module__C2XM7a__itemTitle{color:#333;text-decoration:none}.ItemPreview-module__C2XM7a__itemPreview:hover .ItemPreview-module__C2XM7a__itemTitle{color:#000}.ItemPreview-module__C2XM7a__imageWrapper{aspect-ratio:1;width:100%;height:100%;position:relative}
.ItemGrid-module__qhHlxW__itemGrid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 16px;display:grid}@media (min-width:600px){.ItemGrid-module__qhHlxW__itemGrid{flex-wrap:wrap;justify-content:center;gap:30px;padding:0;display:flex}}
.ClaySearchBar-module__qoPpxW__searchBarContainer{flex-direction:column;align-items:center;display:flex}.ClaySearchBar-module__qoPpxW__searchInputContainer{align-items:center;gap:1rem;display:flex}.ClaySearchBar-module__qoPpxW__searchInput{padding:.5rem;font-size:1rem}.ClaySearchBar-module__qoPpxW__filtersContainer{width:100%;max-width:600px;margin-top:1rem}.ClaySearchBar-module__qoPpxW__filterSection{margin-bottom:1rem}.ClaySearchBar-module__qoPpxW__filterButton{color:#333;cursor:pointer;border:1px solid #5c5c5ca8;border-radius:12px;padding:.5rem 1rem;font-size:1.2rem;font-style:normal;font-weight:400;transition:all .3s}.ClaySearchBar-module__qoPpxW__filterButton:hover{background-color:#f5f5f5;border:1px solid #000;transition:all .3s}.ClaySearchBar-module__qoPpxW__overlayPanel{width:90vw;max-width:400px}@media (min-width:768px){.ClaySearchBar-module__qoPpxW__overlayPanel{width:400px}}
.Page-module__UxR9eW__header{position:relative}.Page-module__UxR9eW__headerContent{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex;position:relative}.Page-module__UxR9eW__titleSection{flex:1;position:relative}.Page-module__UxR9eW__title{color:var(--surface-900);letter-spacing:-.02em;align-items:center;gap:1rem;margin:0;font-size:2.25rem;display:flex}.Page-module__UxR9eW__title i{color:var(--primary-700);border-radius:12px;padding:.75rem;font-size:2rem;box-shadow:0 2px 4px #0000000d}.Page-module__UxR9eW__headerMessage{background:#f9f9f9;border:1px dashed #f0f0f0;border-radius:16px;align-items:center;gap:1rem;width:100%;margin-top:12px;margin-bottom:1rem;padding:1rem;font-size:.9rem;display:flex}@media (max-width:768px){.Page-module__UxR9eW__title{font-size:1.75rem}.Page-module__UxR9eW__title i{padding:.5rem;font-size:1.5rem}.Page-module__UxR9eW__headerContent{gap:1rem}}.Page-module__UxR9eW__videoTile{background:var(--surface-card);box-shadow:var(--card-shadow);border:1px solid var(--surface-border);break-inside:avoid;border-radius:8px;flex-direction:column;margin-bottom:1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.Page-module__UxR9eW__videoTile:hover{border-color:var(--primary-color)}.Page-module__UxR9eW__videoThumbnail{cursor:pointer;width:100%;position:relative;overflow:hidden}.Page-module__UxR9eW__contextMenuButton{z-index:5;color:#fff;background:#00000080;border-radius:50%;width:2rem;height:2rem;transition:background .2s;position:absolute;top:.5rem;right:.5rem}.Page-module__UxR9eW__contextMenuButton:hover{background:#000000b3}.Page-module__UxR9eW__durationBadge{color:#fff;background:#000000b3;border-radius:4px;padding:.125rem .375rem;font-size:.75rem;font-weight:500;position:absolute;bottom:.5rem;left:.5rem}.Page-module__UxR9eW__processingThumbnail{background:var(--surface-ground);color:var(--text-color-secondary);cursor:default;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;min-height:120px;font-size:.75rem;display:flex}.Page-module__UxR9eW__processingThumbnail i{font-size:1.5rem}.Page-module__UxR9eW__grid{column-count:1;column-gap:1rem}@media (min-width:640px){.Page-module__UxR9eW__grid{column-count:2}}.Page-module__UxR9eW__skeletonCard{background:var(--surface-card);border:1px solid var(--surface-border);break-inside:avoid;border-radius:8px;flex-direction:column;margin-bottom:1rem;display:flex;overflow:hidden}.Page-module__UxR9eW__skeletonThumbnail{background:linear-gradient(90deg, var(--surface-ground) 25%, var(--surface-hover) 50%, var(--surface-ground) 75%);background-size:200% 100%;width:100%;animation:1.5s infinite Page-module__UxR9eW__skeleton-shimmer}.Page-module__UxR9eW__skeletonCard:nth-child(odd) .Page-module__UxR9eW__skeletonThumbnail{aspect-ratio:16/9}.Page-module__UxR9eW__skeletonCard:nth-child(2n) .Page-module__UxR9eW__skeletonThumbnail{aspect-ratio:9/16}@keyframes Page-module__UxR9eW__skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Page-module__UxR9eW__previewOverlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Page-module__UxR9eW__previewContent{background:var(--surface-card);border-radius:var(--border-radius);flex-direction:column;max-width:90vw;max-height:90vh;display:flex;position:relative;overflow:hidden}.Page-module__UxR9eW__previewContent video,.Page-module__UxR9eW__previewContent mux-player{object-fit:contain;max-height:calc(90vh - 60px)}.Page-module__UxR9eW__closeButton{z-index:10;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.Page-module__UxR9eW__closeButton:hover{background:#000c}.Page-module__UxR9eW__closeButton i{font-size:1.25rem}.Page-module__UxR9eW__previewTitle{border-top:1px solid var(--surface-border);margin:0;padding:1rem;font-weight:500}
.page-module__XsRsYq__pageWrapper{min-height:100vh;padding:1rem}.page-module__XsRsYq__container{max-width:600px;margin:0 auto;padding:1rem}.page-module__XsRsYq__navSection{margin-bottom:1rem}.page-module__XsRsYq__backLink{color:var(--text-color-secondary);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__XsRsYq__backLink:hover{color:var(--primary-color)}.page-module__XsRsYq__backLink i{font-size:.9rem}.page-module__XsRsYq__card{border-radius:20px;overflow:hidden}.page-module__XsRsYq__header{flex-direction:column;width:100%;margin-bottom:1.5rem;display:flex;position:relative}.page-module__XsRsYq__headerContent{align-items:flex-start;gap:.75rem;display:flex}.page-module__XsRsYq__titleSection{flex-direction:column;flex:1;display:flex;position:relative}.page-module__XsRsYq__title{letter-spacing:-.02em;color:var(--surface-900);align-items:center;gap:.75rem;margin:0;font-size:1.75rem;font-weight:600;display:flex}.page-module__XsRsYq__title i{color:var(--primary-700);background:var(--surface-0);border-radius:12px;padding:.55rem;font-size:1.5rem;box-shadow:0 2px 4px #0000000d}.page-module__XsRsYq__subtitle{color:var(--surface-600);margin:.5rem 0 0;font-size:.95rem;line-height:1.5}.page-module__XsRsYq__section{margin-top:1.5rem}.page-module__XsRsYq__betaBanner{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.9rem;line-height:1.5;display:flex}.page-module__XsRsYq__betaBanner i{color:#f59e0b;margin-top:.1rem;font-size:1.1rem}.page-module__XsRsYq__betaLink{color:#b45309;text-underline-offset:2px;font-weight:600;text-decoration:underline}.page-module__XsRsYq__betaLink:hover{color:#92400e}.page-module__XsRsYq__optionsPanel{background:var(--surface-0);border-radius:16px;margin-bottom:1.25rem;padding:1.25rem}.page-module__XsRsYq__optionsTitle{color:var(--surface-500);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.8rem;font-weight:600;display:flex}.page-module__XsRsYq__optionsTitle i{color:var(--surface-400);font-size:.85rem}.page-module__XsRsYq__formatSelector{border-bottom:1px solid var(--surface-100);margin-bottom:1.25rem;padding-bottom:1.25rem}.page-module__XsRsYq__formatButtons{width:100%;display:flex}.page-module__XsRsYq__formatButtons .p-button{flex:1;justify-content:center}.page-module__XsRsYq__photoSelector{border-bottom:1px solid var(--surface-100);margin-bottom:1.25rem;padding-bottom:1.25rem}.page-module__XsRsYq__photoGrid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem;margin-top:.5rem;display:grid}.page-module__XsRsYq__photoThumb{aspect-ratio:1;border:2px solid var(--surface-200);cursor:pointer;background:var(--surface-100);border-radius:10px;padding:0;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.page-module__XsRsYq__photoThumb img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.page-module__XsRsYq__photoThumb:hover{border-color:var(--primary-400);transform:scale(1.02)}.page-module__XsRsYq__photoThumb:hover img{transform:scale(1.05)}.page-module__XsRsYq__photoThumb.page-module__XsRsYq__selected{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100), 0 2px 8px #0000001a}.page-module__XsRsYq__photoCheck{background:var(--primary-500);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 4px #0003}.page-module__XsRsYq__photoNumber{background:var(--primary-500);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:6px;left:6px;box-shadow:0 2px 4px #0003}.page-module__XsRsYq__photoDisabled{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--surface-400);background:#ffffffb3;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;inset:0}.page-module__XsRsYq__photoThumb:disabled{cursor:not-allowed}.page-module__XsRsYq__photoThumb:disabled img{filter:grayscale(.5)}.page-module__XsRsYq__photoHint{color:var(--surface-500);margin-top:.5rem;margin-bottom:0;font-size:.75rem}.page-module__XsRsYq__optionLabel{color:var(--surface-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.page-module__XsRsYq__optionsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__XsRsYq__optionItem{background:var(--surface-50);border:1px solid var(--surface-100);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .15s;display:flex}.page-module__XsRsYq__optionItem:hover{background:var(--surface-100);border-color:var(--surface-200)}.page-module__XsRsYq__checkboxLabel{color:var(--surface-700);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:500}.page-module__XsRsYq__checkboxLabel.page-module__XsRsYq__disabled{color:var(--surface-400);cursor:not-allowed}.page-module__XsRsYq__previewContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module__XsRsYq__templateCarousel{align-items:center;gap:.75rem;width:100%;max-width:320px;margin-bottom:.75rem;display:flex}.page-module__XsRsYq__carouselArrow{background:var(--surface-100);width:36px;height:36px;color:var(--surface-600);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__XsRsYq__carouselArrow:hover{background:var(--surface-200);color:var(--surface-800)}.page-module__XsRsYq__carouselArrow:active{transform:scale(.95)}.page-module__XsRsYq__carouselArrow i{font-size:.9rem}.page-module__XsRsYq__templateDisplay{flex-direction:column;flex:1;align-items:center;gap:.15rem;display:flex}.page-module__XsRsYq__templateName{color:var(--surface-800);font-size:.95rem;font-weight:600}.page-module__XsRsYq__templateCount{color:var(--surface-500);font-size:.75rem}.page-module__XsRsYq__previewWrapper{background:var(--surface-100);border-radius:16px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 8px 24px -8px #0003}.page-module__XsRsYq__previewImage{object-fit:contain;background:var(--surface-50);cursor:pointer;width:100%;height:100%}.page-module__XsRsYq__placeholder{width:100%;height:100%;min-height:300px;color:var(--surface-400);background:linear-gradient(145deg, var(--surface-50) 0%, var(--surface-100) 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__XsRsYq__placeholder i{font-size:3rem}.page-module__XsRsYq__placeholderText{text-align:center;padding:0 1rem;font-size:.9rem}.page-module__XsRsYq__actions{flex-direction:column;gap:.75rem;width:100%;margin-top:1rem;display:flex}.page-module__XsRsYq__primaryAction .p-button{border-radius:12px;justify-content:center;width:100%;padding:.9rem 1.5rem;font-weight:600}.page-module__XsRsYq__secondaryActions{gap:.75rem;display:flex}.page-module__XsRsYq__secondaryActions .p-button{border-radius:12px;flex:1;justify-content:center;padding:.75rem 1rem}.page-module__XsRsYq__infoCard{border:1px solid var(--surface-150,var(--surface-200));background:linear-gradient(145deg,#f8f9ffd9 0%,#edf4ffa6 100%);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.page-module__XsRsYq__infoTitle{color:var(--surface-900);align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:600;display:flex}.page-module__XsRsYq__infoTitle i{color:var(--primary-600)}.page-module__XsRsYq__stepList{counter-reset:feed-steps;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.page-module__XsRsYq__stepItem{color:var(--surface-700);align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.page-module__XsRsYq__stepNumber{counter-increment:feed-steps;background:var(--secondary-100);min-width:1.5rem;height:1.5rem;color:var(--secondary-700);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__XsRsYq__stepNumber:after{content:counter(feed-steps)}.page-module__XsRsYq__hiddenCanvas{display:none}.page-module__XsRsYq__loadingOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.page-module__XsRsYq__loadingSpinner{width:50px;height:50px}.page-module__XsRsYq__loadingText{color:var(--surface-600);font-size:.85rem}@media (max-width:768px){.page-module__XsRsYq__pageWrapper{padding:0!important}.page-module__XsRsYq__pageWrapper .custom-card{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important}.page-module__XsRsYq__container{width:100%!important;max-width:100%!important;padding:0!important}.page-module__XsRsYq__card{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;max-width:100%!important}}@media (max-width:480px){.page-module__XsRsYq__title{font-size:1.4rem}.page-module__XsRsYq__title i{padding:.45rem;font-size:1.2rem}.page-module__XsRsYq__previewWrapper{max-width:320px}.page-module__XsRsYq__secondaryActions{flex-direction:column}.page-module__XsRsYq__secondaryActions .p-button{flex:none;width:100%}}
.page-module__oZugpG__container{max-width:600px;margin:0 auto;padding:1rem}.page-module__oZugpG__backLink{color:var(--text-color-secondary);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__oZugpG__backLink:hover{color:var(--primary-color)}.page-module__oZugpG__backLink i{font-size:.9rem}.page-module__oZugpG__card{border-radius:20px;overflow:hidden}.page-module__oZugpG__header{flex-direction:column;width:100%;margin-bottom:1.5rem;display:flex;position:relative}.page-module__oZugpG__headerContent{align-items:flex-start;gap:.75rem;display:flex}.page-module__oZugpG__titleSection{flex-direction:column;flex:1;display:flex;position:relative}.page-module__oZugpG__title{letter-spacing:-.02em;color:var(--surface-900);align-items:center;gap:.75rem;margin:0;font-size:1.75rem;font-weight:600;display:flex}.page-module__oZugpG__title i{color:var(--primary-700);background:var(--surface-0);border-radius:12px;padding:.55rem;font-size:1.5rem;box-shadow:0 2px 4px #0000000d}.page-module__oZugpG__subtitle{color:var(--surface-600);margin:.5rem 0 0;font-size:.95rem;line-height:1.5}.page-module__oZugpG__section{margin-top:1.5rem}.page-module__oZugpG__sectionTitle{color:var(--surface-900);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.page-module__oZugpG__previewContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module__oZugpG__templateCarousel{align-items:center;gap:.75rem;width:100%;max-width:320px;margin-bottom:.75rem;display:flex}.page-module__oZugpG__carouselArrow{background:var(--surface-100);width:36px;height:36px;color:var(--surface-600);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__oZugpG__carouselArrow:hover{background:var(--surface-200);color:var(--surface-800)}.page-module__oZugpG__carouselArrow:active{transform:scale(.95)}.page-module__oZugpG__carouselArrow i{font-size:.9rem}.page-module__oZugpG__templateDisplay{flex-direction:column;flex:1;align-items:center;gap:.15rem;display:flex}.page-module__oZugpG__templateName{color:var(--surface-800);font-size:.95rem;font-weight:600}.page-module__oZugpG__templateCount{color:var(--surface-500);font-size:.75rem}.page-module__oZugpG__previewWrapper{aspect-ratio:9/16;background:var(--surface-100);border-radius:16px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 8px 24px -8px #0003}.page-module__oZugpG__previewImage{object-fit:contain;background:var(--surface-50);cursor:pointer;width:100%;height:100%}.page-module__oZugpG__placeholder{width:100%;height:100%;color:var(--surface-400);background:linear-gradient(145deg, var(--surface-50) 0%, var(--surface-100) 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__oZugpG__placeholder i{font-size:3rem}.page-module__oZugpG__placeholderText{text-align:center;padding:0 1rem;font-size:.9rem}.page-module__oZugpG__actions{flex-direction:column;gap:.75rem;width:100%;margin-top:1rem;display:flex}.page-module__oZugpG__primaryAction .p-button{border-radius:12px;justify-content:center;width:100%;padding:.9rem 1.5rem;font-weight:600}.page-module__oZugpG__secondaryActions{gap:.75rem;display:flex}.page-module__oZugpG__secondaryActions .p-button{border-radius:12px;flex:1;justify-content:center;padding:.75rem 1rem}.page-module__oZugpG__infoCard{border:1px solid var(--surface-150,var(--surface-200));background:linear-gradient(145deg,#f8f9ffd9 0%,#edf4ffa6 100%);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.page-module__oZugpG__infoTitle{color:var(--surface-900);align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:600;display:flex}.page-module__oZugpG__infoTitle i{color:var(--primary-600)}.page-module__oZugpG__infoText{color:var(--surface-600);margin:0;font-size:.85rem;line-height:1.6}.page-module__oZugpG__stepList{counter-reset:story-steps;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.page-module__oZugpG__stepItem{color:var(--surface-700);align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.page-module__oZugpG__stepNumber{counter-increment:story-steps;background:var(--secondary-100);min-width:1.5rem;height:1.5rem;color:var(--secondary-700);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__oZugpG__stepNumber:after{content:counter(story-steps)}.page-module__oZugpG__hiddenCanvas{display:none}.page-module__oZugpG__loadingOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.page-module__oZugpG__loadingSpinner{width:50px;height:50px}.page-module__oZugpG__loadingText{color:var(--surface-600);font-size:.85rem}.page-module__oZugpG__shareMeta{background:var(--surface-50);border-radius:12px;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:1rem;display:flex}.page-module__oZugpG__shareTitle{color:var(--surface-900);margin:0;font-size:1rem;font-weight:600}.page-module__oZugpG__shareDetails{color:var(--surface-600);margin:0;font-size:.85rem}.page-module__oZugpG__betaBanner{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.9rem;line-height:1.5;display:flex}.page-module__oZugpG__betaBanner i{color:#f59e0b;margin-top:.1rem;font-size:1.1rem}.page-module__oZugpG__betaLink{color:#b45309;text-underline-offset:2px;font-weight:600;text-decoration:underline}.page-module__oZugpG__betaLink:hover{color:#92400e}.page-module__oZugpG__optionsPanel{background:var(--surface-0);border-radius:16px;margin-bottom:1.25rem;padding:1.25rem}.page-module__oZugpG__optionsTitle{color:var(--surface-500);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.8rem;font-weight:600;display:flex}.page-module__oZugpG__optionsTitle i{color:var(--surface-400);font-size:.85rem}.page-module__oZugpG__optionsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__oZugpG__optionItem{background:var(--surface-50);border:1px solid var(--surface-100);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .15s;display:flex}.page-module__oZugpG__optionItem:hover{background:var(--surface-100);border-color:var(--surface-200)}.page-module__oZugpG__optionLabel{color:var(--surface-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.page-module__oZugpG__optionDropdown{width:100%}.page-module__oZugpG__checkboxLabel{color:var(--surface-700);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:500}.page-module__oZugpG__checkboxLabel.page-module__oZugpG__disabled{color:var(--surface-400);cursor:not-allowed}.page-module__oZugpG__photoSelector{border-bottom:1px solid var(--surface-100);margin-bottom:1.25rem;padding-bottom:1.25rem}.page-module__oZugpG__photoGrid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem;margin-top:.5rem;display:grid}.page-module__oZugpG__photoThumb{aspect-ratio:1;border:2px solid var(--surface-200);cursor:pointer;background:var(--surface-100);border-radius:10px;padding:0;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.page-module__oZugpG__photoThumb img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.page-module__oZugpG__photoThumb:hover:not(:disabled){border-color:var(--primary-400);transform:scale(1.02)}.page-module__oZugpG__photoThumb:hover:not(:disabled) img{transform:scale(1.05)}.page-module__oZugpG__photoThumb.page-module__oZugpG__selected{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100), 0 2px 8px #0000001a}.page-module__oZugpG__photoThumb:disabled{cursor:not-allowed}.page-module__oZugpG__photoThumb:disabled img{filter:grayscale(.5)}.page-module__oZugpG__photoNumber{background:var(--primary-500);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:6px;left:6px;box-shadow:0 2px 4px #0003}.page-module__oZugpG__photoDisabled{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--surface-400);background:#ffffffb3;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;inset:0}@media (max-width:768px){.page-module__oZugpG__pageWrapper{padding:0!important}.page-module__oZugpG__pageWrapper .custom-card{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important}.page-module__oZugpG__container{width:100%!important;max-width:100%!important;padding:0!important}.page-module__oZugpG__card{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;max-width:100%!important}}@media (max-width:480px){.page-module__oZugpG__title{font-size:1.4rem}.page-module__oZugpG__title i{padding:.45rem;font-size:1.2rem}.page-module__oZugpG__previewWrapper{max-width:320px}.page-module__oZugpG__secondaryActions{flex-direction:column}.page-module__oZugpG__secondaryActions .p-button{flex:none;width:100%}}
.VideoModerationTable-module__Uz1vYa__container{max-width:1400px;margin:0 auto;padding:1.5rem}.VideoModerationTable-module__Uz1vYa__header{margin-bottom:1.5rem}.VideoModerationTable-module__Uz1vYa__header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.VideoModerationTable-module__Uz1vYa__filters{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.VideoModerationTable-module__Uz1vYa__searchGroup{flex:1;gap:.5rem;min-width:250px;max-width:400px;display:flex}.VideoModerationTable-module__Uz1vYa__searchGroup input{flex:1}.VideoModerationTable-module__Uz1vYa__stats{margin-left:auto}.VideoModerationTable-module__Uz1vYa__table{border-radius:8px;overflow:hidden}.VideoModerationTable-module__Uz1vYa__thumbnail{cursor:pointer;background:var(--surface-100);border-radius:4px;width:120px;height:68px;position:relative;overflow:hidden}.VideoModerationTable-module__Uz1vYa__thumbnail img{object-fit:cover;width:100%;height:100%}.VideoModerationTable-module__Uz1vYa__noThumbnail{width:100%;height:100%;color:var(--text-color-secondary);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.VideoModerationTable-module__Uz1vYa__duration{color:#fff;background:#000000bf;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:500;position:absolute;bottom:4px;right:4px}.VideoModerationTable-module__Uz1vYa__playOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.VideoModerationTable-module__Uz1vYa__thumbnail:hover .VideoModerationTable-module__Uz1vYa__playOverlay{opacity:1}.VideoModerationTable-module__Uz1vYa__playOverlay i{color:#fff;font-size:1.5rem}.VideoModerationTable-module__Uz1vYa__userLink{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.VideoModerationTable-module__Uz1vYa__userLink:hover{text-decoration:underline}.VideoModerationTable-module__Uz1vYa__actions{gap:.5rem;display:flex}.VideoModerationTable-module__Uz1vYa__paginator{margin-top:1rem}.VideoModerationTable-module__Uz1vYa__previewDialog{width:90vw;max-width:800px}.VideoModerationTable-module__Uz1vYa__previewPlayer{aspect-ratio:16/9;background:#000;border-radius:8px;margin-bottom:1rem;overflow:hidden}.VideoModerationTable-module__Uz1vYa__previewInfo{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.VideoModerationTable-module__Uz1vYa__previewInfo p{margin:0;font-size:.875rem}.VideoModerationTable-module__Uz1vYa__rejectDialog{width:90vw;max-width:500px}@media (max-width:768px){.VideoModerationTable-module__Uz1vYa__container{padding:1rem}.VideoModerationTable-module__Uz1vYa__filters{flex-direction:column;align-items:stretch}.VideoModerationTable-module__Uz1vYa__searchGroup{max-width:none}.VideoModerationTable-module__Uz1vYa__stats{margin-left:0}}
