.upload-flow-module__FSUoGq__uploadFlow{width:100%;max-width:900px;margin:0 auto;padding:0 16px}.upload-flow-module__FSUoGq__stepContainer{flex-direction:column;width:100%;max-width:900px;margin:0 auto;display:flex}.upload-flow-module__FSUoGq__stepHeader{text-align:center;flex-shrink:0;margin-bottom:20px}.upload-flow-module__FSUoGq__stepTitle{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.upload-flow-module__FSUoGq__stepSubtitle{color:#fff9;font-size:14px}.upload-flow-module__FSUoGq__stepFooter{flex-shrink:0;justify-content:center;gap:12px;margin-top:20px;display:flex}.upload-flow-module__FSUoGq__packageGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:600px){.upload-flow-module__FSUoGq__packageGrid{grid-template-columns:repeat(3,1fr)}}.upload-flow-module__FSUoGq__packageCard{cursor:pointer;text-align:center;background:#ffffff08;border:2px solid #ffffff1a;border-radius:16px;padding:20px;transition:all .2s;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__packageCard:hover{border-color:#fff3;transform:translateY(-2px)}.upload-flow-module__FSUoGq__packageCardSelected{border-color:var(--primary);background:#0a84ff1a}.upload-flow-module__FSUoGq__packagePhotos{color:#fff;margin-bottom:4px;font-size:32px;font-weight:700}.upload-flow-module__FSUoGq__packageLabel{color:#fff9;margin-bottom:12px;font-size:14px}.upload-flow-module__FSUoGq__packagePrice{color:#fff;font-size:20px;font-weight:600}.upload-flow-module__FSUoGq__packagePricePerPhoto{color:#ffffff80;margin-top:4px;font-size:12px}.upload-flow-module__FSUoGq__packageDiscount{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff3b30);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.upload-flow-module__FSUoGq__packageCheckmark{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex;position:absolute;top:10px;left:10px}.upload-flow-module__FSUoGq__uploadStepGrid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:400px;margin:0 auto;display:grid}@media (min-width:600px){.upload-flow-module__FSUoGq__uploadStepGrid{grid-template-columns:repeat(4,1fr);max-width:600px}}.upload-flow-module__FSUoGq__badge{color:#ff3b30;background:#ff3b301a;border:1px solid #ff3b3033;border-radius:100px;margin-bottom:24px;padding:6px 12px;font-size:14px;font-weight:600;display:inline-block}.upload-flow-module__FSUoGq__uploadGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0;display:grid}.upload-flow-module__FSUoGq__uploadSlot{aspect-ratio:1;cursor:pointer;background:#ffffff08;border:2px dashed #ffffff1a;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__uploadedImage{object-fit:cover;border-radius:var(--radius);width:100%;height:100%}.upload-flow-module__FSUoGq__uploadPlaceholder{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.upload-flow-module__FSUoGq__removeBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:32px;height:32px;transition:var(--transition);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:12px;right:12px}.upload-flow-module__FSUoGq__removeBtn:hover{background:#000c;transform:scale(1.1)}.upload-flow-module__FSUoGq__optionSection{margin-bottom:32px}.upload-flow-module__FSUoGq__optionGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:480px){.upload-flow-module__FSUoGq__optionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:320px){.upload-flow-module__FSUoGq__optionGrid{grid-template-columns:1fr}}.upload-flow-module__FSUoGq__optionCard{cursor:pointer;text-align:center;background:var(--glass-bg);transition:var(--transition);border:2px solid #0000;padding:20px}.upload-flow-module__FSUoGq__optionCard:hover{transform:translateY(-4px)}.upload-flow-module__FSUoGq__optionCard.upload-flow-module__FSUoGq__selected{border-color:var(--primary);background:#007aff1a}.upload-flow-module__FSUoGq__optionIcon{margin-bottom:12px;font-size:36px}.upload-flow-module__FSUoGq__optionLabel{color:var(--text-dark);font-weight:600}.upload-flow-module__FSUoGq__loadingContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.upload-flow-module__FSUoGq__progressCircle{width:120px;height:120px;margin:0 auto;position:relative}.upload-flow-module__FSUoGq__circularChart{max-width:100%;max-height:100%;margin:0 auto;display:block}.upload-flow-module__FSUoGq__circleBg{fill:none;stroke:#0000001a;stroke-width:2.5px}.upload-flow-module__FSUoGq__circle{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke:var(--primary);transition:stroke-dasharray .3s}.upload-flow-module__FSUoGq__percentage{color:var(--primary);font-size:24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.upload-flow-module__FSUoGq__resultsContainer{text-align:center;max-width:1200px;margin:0 auto}.upload-flow-module__FSUoGq__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.upload-flow-module__FSUoGq__resultCard{aspect-ratio:2/3;border-radius:16px;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__blurred{filter:blur(20px)}.upload-flow-module__FSUoGq__blurOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-weight:600;display:flex;position:absolute;inset:0}.upload-flow-module__FSUoGq__unlockCard{text-align:center;max-width:600px;margin:0 auto;padding:48px}.upload-flow-module__FSUoGq__uploadContainer,.upload-flow-module__FSUoGq__customizeContainer,.upload-flow-module__FSUoGq__authGate{width:100%;max-width:420px;margin:0 auto}.upload-flow-module__FSUoGq__uploadCard,.upload-flow-module__FSUoGq__customizeCard{background:#1c1c1ef2;border:none;border-radius:24px;padding:24px;box-shadow:0 8px 32px #0000004d}.upload-flow-module__FSUoGq__customizeLayout{flex-direction:column;gap:16px;display:flex}.upload-flow-module__FSUoGq__previewColumn{background:#0003;border-radius:16px;width:100%;height:160px;overflow:hidden}.upload-flow-module__FSUoGq__previewGrid{grid-template-columns:repeat(3,1fr);gap:8px;height:100%;display:grid}.upload-flow-module__FSUoGq__previewCard{border-radius:8px;height:100%;overflow:hidden}.upload-flow-module__FSUoGq__previewCard img{object-fit:cover;width:100%;height:100%}.upload-flow-module__FSUoGq__stylesColumn{grid-template-columns:repeat(2,1fr);gap:8px;max-height:280px;display:grid;overflow-y:auto}.upload-flow-module__FSUoGq__styleSelectionContainer{flex-direction:column;height:100%;max-height:calc(100vh - 200px);display:flex}.upload-flow-module__FSUoGq__styleSelectionHeader{flex-shrink:0;margin-bottom:16px}.upload-flow-module__FSUoGq__styleSelectionGrid{flex:1;grid-template-columns:repeat(2,1fr);gap:12px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}@media (min-width:600px){.upload-flow-module__FSUoGq__styleSelectionGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.upload-flow-module__FSUoGq__styleSelectionGrid{grid-template-columns:repeat(4,1fr)}}.upload-flow-module__FSUoGq__styleCard{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__styleCard:hover{border-color:#fff3}.upload-flow-module__FSUoGq__styleCardSelected{border:2px solid var(--primary)}.upload-flow-module__FSUoGq__styleCardImage{aspect-ratio:16/9;width:100%;overflow:hidden}.upload-flow-module__FSUoGq__styleCardImage img{object-fit:cover;width:100%;height:100%}.upload-flow-module__FSUoGq__styleCardContent{padding:10px}.upload-flow-module__FSUoGq__styleCardName{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.upload-flow-module__FSUoGq__styleCardNameSelected{color:var(--primary)}.upload-flow-module__FSUoGq__styleCardDesc{color:#ffffff80;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.3;display:-webkit-box;overflow:hidden}.upload-flow-module__FSUoGq__styleBadge{color:#fff;z-index:1;border-radius:6px;padding:2px 8px;font-size:9px;font-weight:600;position:absolute;top:8px;left:8px}.upload-flow-module__FSUoGq__styleCheckmark{background:var(--primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px}.upload-flow-module__FSUoGq__styleSelectionFooter{flex-shrink:0;gap:12px;margin-top:16px;display:flex}.upload-flow-module__FSUoGq__backButton{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;padding:14px 20px;font-size:14px;font-weight:500}.upload-flow-module__FSUoGq__backButton:hover{color:#fff;background:#ffffff0d}.upload-flow-module__FSUoGq__styleButton{color:#fff;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:10px 12px;font-size:12px;transition:all .2s}.upload-flow-module__FSUoGq__styleButton:hover{background:#ffffff1a}.upload-flow-module__FSUoGq__styleSelected{background:var(--primary);border-color:var(--primary);color:#fff}.upload-flow-module__FSUoGq__selectContainer{width:100%;max-width:420px;margin:0 auto}.upload-flow-module__FSUoGq__selectCard{background:#1c1c1ef2;border:none;border-radius:24px;padding:24px;box-shadow:0 8px 32px #0000004d}.upload-flow-module__FSUoGq__selectSubtitle{color:#fff9;margin-bottom:24px;font-size:14px;line-height:1.5}.upload-flow-module__FSUoGq__variantsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.upload-flow-module__FSUoGq__variantCard{aspect-ratio:2/3;cursor:pointer;border:2px solid #0000;border-radius:12px;transition:all .2s;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__variantCard:hover{transform:scale(1.02)}.upload-flow-module__FSUoGq__variantCard img{object-fit:cover;width:100%;height:100%}.upload-flow-module__FSUoGq__variantSelected{border-color:var(--primary);box-shadow:0 0 0 2px #007aff4d}.upload-flow-module__FSUoGq__selectedCheck{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 4px #0003}.upload-flow-module__FSUoGq__errorMessage{color:#ff3b30;text-align:center;background:#ff3b301a;border:1px solid #ff3b3033;border-radius:8px;margin-bottom:16px;padding:12px;font-size:13px}.upload-flow-module__FSUoGq__authContainer{background:#1c1c1ef2;border:none;border-radius:24px;flex-direction:column-reverse;display:flex;overflow:hidden}.upload-flow-module__FSUoGq__authLeft{text-align:center;flex-direction:column;align-items:center;width:100%;padding:24px;display:flex}.upload-flow-module__FSUoGq__authRight{background:#000;width:100%;height:200px;position:relative}.upload-flow-module__FSUoGq__authHero{width:100%;height:100%}.upload-flow-module__FSUoGq__authHero img{object-fit:cover;width:100%;height:100%;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.upload-flow-module__FSUoGq__checkmark{color:#000;background:#32d74b;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;font-weight:700;display:flex;box-shadow:0 0 20px #32d74b4d}.upload-flow-module__FSUoGq__authSubtitle{color:#ffffffb3;margin-bottom:24px;font-size:14px;line-height:1.5}.upload-flow-module__FSUoGq__authBenefits{flex-direction:column;gap:12px;width:100%;margin-bottom:24px;display:flex}.upload-flow-module__FSUoGq__benefit{text-align:left;background:#ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:12px;font-size:13px;display:flex}.upload-flow-module__FSUoGq__benefitIcon{font-size:18px}.upload-flow-module__FSUoGq__authNote{color:#fff6;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:11px;display:flex}.upload-flow-module__FSUoGq__authForm{flex-direction:column;gap:12px;width:100%;display:flex}.upload-flow-module__FSUoGq__authInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:14px;transition:all .2s}.upload-flow-module__FSUoGq__authInput:focus{border-color:var(--primary);background:#ffffff14}.upload-flow-module__FSUoGq__authInput::placeholder{color:#fff6}.upload-flow-module__FSUoGq__passwordWrapper{width:100%;position:relative}.upload-flow-module__FSUoGq__passwordWrapper .upload-flow-module__FSUoGq__authInput{width:100%;padding-right:48px}.upload-flow-module__FSUoGq__passwordToggle{color:#fff6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.upload-flow-module__FSUoGq__passwordToggle:hover{color:#ffffffb3}.upload-flow-module__FSUoGq__authDivider{align-items:center;gap:16px;width:100%;margin:16px 0;display:flex}.upload-flow-module__FSUoGq__authDivider:before,.upload-flow-module__FSUoGq__authDivider:after{content:"";background:#ffffff1a;flex:1;height:1px}.upload-flow-module__FSUoGq__authDivider span{color:#fff6;text-transform:uppercase;font-size:12px}.upload-flow-module__FSUoGq__googleButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.upload-flow-module__FSUoGq__googleButton:hover{background:#ffffff1a}.upload-flow-module__FSUoGq__authSwitch{color:#ffffff80;margin-top:16px;font-size:13px}.upload-flow-module__FSUoGq__authSwitchLink{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.upload-flow-module__FSUoGq__authSwitchLink:hover{opacity:.8}.upload-flow-module__FSUoGq__resultGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.upload-flow-module__FSUoGq__resultCard{aspect-ratio:3/4;background:#0000004d;border-radius:16px;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__resultCard img{object-fit:cover;width:100%;height:100%}.upload-flow-module__FSUoGq__downloadOverlay{opacity:0;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex;position:absolute;inset:0}.upload-flow-module__FSUoGq__resultCard:hover .upload-flow-module__FSUoGq__downloadOverlay{opacity:1}.upload-flow-module__FSUoGq__downloadOverlay svg{width:32px;height:32px}.upload-flow-module__FSUoGq__existingPhotosSection{margin-bottom:20px}.upload-flow-module__FSUoGq__existingPhotosToggle{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.upload-flow-module__FSUoGq__existingPhotosToggle:hover{background:#ffffff14;border-color:#ffffff26}.upload-flow-module__FSUoGq__existingPhotosToggle svg{transition:transform .2s}.upload-flow-module__FSUoGq__existingPhotosToggle[data-open=true] svg{transform:rotate(180deg)}.upload-flow-module__FSUoGq__existingPhotosGrid{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;padding:12px;display:grid}@media (max-width:480px){.upload-flow-module__FSUoGq__existingPhotosGrid{grid-template-columns:repeat(3,1fr)}}.upload-flow-module__FSUoGq__existingPhotoThumb{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.upload-flow-module__FSUoGq__existingPhotoThumb:hover{border-color:var(--primary);transform:scale(1.05)}.upload-flow-module__FSUoGq__existingPhotoThumb img{object-fit:cover;width:100%;height:100%}.upload-flow-module__FSUoGq__existingPhotoThumb:after{content:"+";color:#fff;opacity:0;background:#00000080;justify-content:center;align-items:center;font-size:24px;font-weight:300;transition:opacity .2s;display:flex;position:absolute;inset:0}.upload-flow-module__FSUoGq__existingPhotoThumb:hover:after{opacity:1}
.photo-card-module__d9eUpa__card{aspect-ratio:9/16;cursor:pointer;background:#ffffff0d;border-radius:12px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.photo-card-module__d9eUpa__card:hover{transform:scale(1.02);box-shadow:0 8px 32px #0000004d}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__locked{cursor:pointer}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__locked:hover{transform:scale(1.01)}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__deleted{cursor:default;background:0 0}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__deleted:hover{box-shadow:none;transform:none}.photo-card-module__d9eUpa__image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s}.photo-card-module__d9eUpa__image.photo-card-module__d9eUpa__loaded{opacity:1}.photo-card-module__d9eUpa__placeholder{background:#ffffff0d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.photo-card-module__d9eUpa__spinner{border:2px solid #ffffff1a;border-top-color:#ffffff80;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite photo-card-module__d9eUpa__spin}@keyframes photo-card-module__d9eUpa__spin{to{transform:rotate(360deg)}}.photo-card-module__d9eUpa__errorIcon{color:#ff3b30;background:#ff3b3033;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.photo-card-module__d9eUpa__lockOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;opacity:1;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:opacity .2s;display:flex;position:absolute;inset:0}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__locked:hover .photo-card-module__d9eUpa__lockOverlay{background:#000000b3}.photo-card-module__d9eUpa__lockIcon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.photo-card-module__d9eUpa__lockText{text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.photo-card-module__d9eUpa__hoverOverlay{color:#fff;opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.photo-card-module__d9eUpa__card:hover .photo-card-module__d9eUpa__hoverOverlay{opacity:1}.photo-card-module__d9eUpa__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:flex;position:absolute;top:8px;left:8px}.photo-card-module__d9eUpa__cssBlur{filter:blur(20px)}.photo-card-module__d9eUpa__watermarkOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.photo-card-module__d9eUpa__watermarkOverlay span{color:#ffffffd9;text-transform:lowercase;letter-spacing:4px;text-shadow:0 2px 4px #000c,0 0 20px #00000080,2px 2px #0006,-2px -2px #0006;-webkit-user-select:none;user-select:none;-webkit-text-stroke:1px #0000004d;font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:900;transform:rotate(-25deg)}@keyframes photo-card-module__d9eUpa__unlockReveal{0%{filter:brightness();transform:scale(1)}30%{filter:brightness(1.3);transform:scale(1.05);box-shadow:0 0 30px #9333ea99}60%{filter:brightness(1.1);transform:scale(1.02)}to{filter:brightness();transform:scale(1);box-shadow:0 4px 20px #0003}}@keyframes photo-card-module__d9eUpa__unlockPulse{0%,to{opacity:0}50%{opacity:1}}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__unlocking{animation:.8s ease-out forwards photo-card-module__d9eUpa__unlockReveal}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__unlocking .photo-card-module__d9eUpa__lockOverlay{animation:.4s ease-out forwards photo-card-module__d9eUpa__fadeOut}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__unlocking .photo-card-module__d9eUpa__cssBlur{animation:.6s ease-out forwards photo-card-module__d9eUpa__unblur}@keyframes photo-card-module__d9eUpa__fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes photo-card-module__d9eUpa__unblur{0%{filter:blur(20px)}to{filter:blur()}}.photo-card-module__d9eUpa__card.photo-card-module__d9eUpa__unlocking:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 20%,#9333ea4d 50%,#0000 80%);animation:.8s ease-out forwards photo-card-module__d9eUpa__shimmer;position:absolute;inset:0}@keyframes photo-card-module__d9eUpa__shimmer{0%{opacity:0;transform:translate(-100%)}30%{opacity:1}to{opacity:0;transform:translate(100%)}}
.photo-feedback-module__iqx0Oq__feedbackContainer{z-index:10;position:absolute;bottom:8px;right:8px}.photo-feedback-module__iqx0Oq__buttons{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;border-radius:8px;gap:4px;padding:4px;display:flex}.photo-feedback-module__iqx0Oq__feedbackBtn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.photo-feedback-module__iqx0Oq__feedbackBtn:hover:not(:disabled){color:#fff;background:#ffffff1a}.photo-feedback-module__iqx0Oq__feedbackBtn:disabled{opacity:.5;cursor:not-allowed}.photo-feedback-module__iqx0Oq__likeBtn.photo-feedback-module__iqx0Oq__active{color:#34c759;background:#34c75933}.photo-feedback-module__iqx0Oq__dislikeBtn.photo-feedback-module__iqx0Oq__active{color:#ff3b30;background:#ff3b3033}.photo-feedback-module__iqx0Oq__reasonsDropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:12px;width:200px;padding:12px;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 32px #0006}.photo-feedback-module__iqx0Oq__reasonsTitle{text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin:0 0 8px;font-size:11px;font-weight:600}.photo-feedback-module__iqx0Oq__reasonsList{flex-direction:column;gap:4px;display:flex}.photo-feedback-module__iqx0Oq__reasonBtn{color:#fffc;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:8px 10px;font-size:12px;transition:all .2s}.photo-feedback-module__iqx0Oq__reasonBtn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.photo-feedback-module__iqx0Oq__reasonBtn.photo-feedback-module__iqx0Oq__selected{color:#ff6b6b;background:#ff3b3033;border-color:#ff3b3066}.photo-feedback-module__iqx0Oq__reasonBtn:disabled{opacity:.5;cursor:not-allowed}.photo-feedback-module__iqx0Oq__regenerateBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9333ea,#7c3aed);border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:10px;padding:10px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.photo-feedback-module__iqx0Oq__regenerateBtn:hover:not(:disabled){background:linear-gradient(135deg,#a855f7,#8b5cf6);transform:translateY(-1px);box-shadow:0 4px 12px #9333ea66}.photo-feedback-module__iqx0Oq__regenerateBtn:disabled{cursor:not-allowed;transform:none}.photo-feedback-module__iqx0Oq__regenerateBtn.photo-feedback-module__iqx0Oq__disabled{color:#ffffff80;background:#ffffff1a}.photo-feedback-module__iqx0Oq__regenerateBtn .photo-feedback-module__iqx0Oq__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite photo-feedback-module__iqx0Oq__spin}@keyframes photo-feedback-module__iqx0Oq__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.photo-feedback-module__iqx0Oq__reasonsDropdown{width:180px;padding:10px}.photo-feedback-module__iqx0Oq__reasonBtn{padding:10px 8px}.photo-feedback-module__iqx0Oq__regenerateBtn{padding:12px}}
.export-buttons-module__xYSkoG__container{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.export-buttons-module__xYSkoG__button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.export-buttons-module__xYSkoG__button:hover:not(:disabled){background:#ffffff26;border-color:#ffffff40;transform:translateY(-2px)}.export-buttons-module__xYSkoG__button:active:not(:disabled){transform:translateY(0)}.export-buttons-module__xYSkoG__button:disabled{opacity:.7;cursor:wait}.export-buttons-module__xYSkoG__label{font-weight:500}.export-buttons-module__xYSkoG__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite export-buttons-module__xYSkoG__spin}@keyframes export-buttons-module__xYSkoG__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.export-buttons-module__xYSkoG__container{grid-template-columns:repeat(4,1fr);gap:6px;width:100%;max-width:320px;display:grid}.export-buttons-module__xYSkoG__button{flex-direction:column;gap:4px;padding:10px 6px;font-size:10px}.export-buttons-module__xYSkoG__button svg{width:18px;height:18px}.export-buttons-module__xYSkoG__label{white-space:nowrap;font-size:9px;display:block}.export-buttons-module__xYSkoG__spinner{width:18px;height:18px}}@media (max-width:360px){.export-buttons-module__xYSkoG__container{grid-template-columns:repeat(2,1fr);max-width:200px}.export-buttons-module__xYSkoG__button{padding:12px 8px}}
.photo-lightbox-module__jUp0cq__overlay{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;justify-content:center;align-items:center;animation:.2s photo-lightbox-module__jUp0cq__fadeIn;display:flex;position:fixed;inset:0}@keyframes photo-lightbox-module__jUp0cq__fadeIn{0%{opacity:0}to{opacity:1}}.photo-lightbox-module__jUp0cq__container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:90vw;max-height:90vh;padding:0 20px;display:flex;position:relative}.photo-lightbox-module__jUp0cq__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s;display:flex;position:fixed;top:20px;right:20px}.photo-lightbox-module__jUp0cq__closeBtn:hover{background:#fff3;transform:scale(1.1)}.photo-lightbox-module__jUp0cq__navBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s,transform .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.photo-lightbox-module__jUp0cq__navBtn:hover{background:#fff3}.photo-lightbox-module__jUp0cq__prevBtn{left:20px}.photo-lightbox-module__jUp0cq__prevBtn:hover{transform:translateY(-50%)translate(-4px)}.photo-lightbox-module__jUp0cq__nextBtn{right:20px}.photo-lightbox-module__jUp0cq__nextBtn:hover{transform:translateY(-50%)translate(4px)}.photo-lightbox-module__jUp0cq__imageWrapper{flex:1;justify-content:center;align-items:center;max-height:calc(90vh - 120px);display:flex;position:relative;overflow:hidden}.photo-lightbox-module__jUp0cq__watermarkOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.photo-lightbox-module__jUp0cq__watermarkOverlay span{color:#ffffff80;text-transform:uppercase;letter-spacing:12px;text-shadow:0 4px 8px #000c,0 0 40px #00000080,4px 4px #0006,-4px -4px #0006;-webkit-user-select:none;user-select:none;-webkit-text-stroke:2px #0000004d;font-size:72px;font-weight:900;transform:rotate(-25deg)}.photo-lightbox-module__jUp0cq__image{object-fit:contain;border-radius:12px;max-width:100%;max-height:calc(90vh - 120px);box-shadow:0 20px 60px #00000080}.photo-lightbox-module__jUp0cq__bottomPanel{flex-direction:column;align-items:center;gap:16px;width:100%;padding:20px 0;display:flex}.photo-lightbox-module__jUp0cq__counter{color:#fff9;font-size:14px}.photo-lightbox-module__jUp0cq__exportSection{flex-direction:column;align-items:center;gap:12px;display:flex}.photo-lightbox-module__jUp0cq__exportHint{color:#ffffff80;margin:0;font-size:13px}@media (max-width:768px){.photo-lightbox-module__jUp0cq__overlay{padding:0}.photo-lightbox-module__jUp0cq__container{justify-content:flex-start;max-width:100vw;max-height:100vh;padding:60px 10px 10px}.photo-lightbox-module__jUp0cq__navBtn{width:40px;height:40px}.photo-lightbox-module__jUp0cq__navBtn svg{width:24px;height:24px}.photo-lightbox-module__jUp0cq__prevBtn{left:4px}.photo-lightbox-module__jUp0cq__nextBtn{right:4px}.photo-lightbox-module__jUp0cq__closeBtn{z-index:100;background:#0009;border:1px solid #fff3;width:44px;height:44px;position:fixed;top:10px;right:10px}.photo-lightbox-module__jUp0cq__imageWrapper{width:100%;max-height:calc(100vh - 180px)}.photo-lightbox-module__jUp0cq__image{border-radius:8px;width:auto;max-width:100%;max-height:calc(100vh - 180px)}.photo-lightbox-module__jUp0cq__bottomPanel{gap:10px;padding:12px 0}.photo-lightbox-module__jUp0cq__exportSection{box-sizing:border-box;width:100%;padding:0 10px}.photo-lightbox-module__jUp0cq__exportHint{font-size:12px}}@media (max-width:480px){.photo-lightbox-module__jUp0cq__container{padding:50px 6px 6px}.photo-lightbox-module__jUp0cq__navBtn{width:36px;height:36px}.photo-lightbox-module__jUp0cq__prevBtn{left:2px}.photo-lightbox-module__jUp0cq__nextBtn{right:2px}.photo-lightbox-module__jUp0cq__closeBtn{width:40px;height:40px;top:6px;right:6px}.photo-lightbox-module__jUp0cq__imageWrapper{max-height:calc(100vh - 160px)}.photo-lightbox-module__jUp0cq__image{border-radius:6px;max-height:calc(100vh - 160px)}.photo-lightbox-module__jUp0cq__bottomPanel{gap:8px;padding:8px 0}.photo-lightbox-module__jUp0cq__counter{font-size:12px}}
.photo-gallery-module__XQnjAq__gallery{width:100%}.photo-gallery-module__XQnjAq__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.photo-gallery-module__XQnjAq__header h3{color:#fff;margin:0;font-size:18px;font-weight:600}.photo-gallery-module__XQnjAq__count{color:#ffffff80;font-size:14px}.photo-gallery-module__XQnjAq__hint{background:#007aff1a;border:1px solid #007aff33;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;display:flex}.photo-gallery-module__XQnjAq__hint p{color:#fffc;margin:0;font-size:13px}.photo-gallery-module__XQnjAq__unlockBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.photo-gallery-module__XQnjAq__unlockBtn:hover{background:#0066d6;transform:translateY(-1px)}.photo-gallery-module__XQnjAq__grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}@media (max-width:1200px){.photo-gallery-module__XQnjAq__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.photo-gallery-module__XQnjAq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.photo-gallery-module__XQnjAq__grid{grid-template-columns:repeat(2,1fr);gap:8px}.photo-gallery-module__XQnjAq__hint{text-align:center;flex-direction:column}}@media (max-width:400px){.photo-gallery-module__XQnjAq__grid{grid-template-columns:repeat(2,1fr)}}.photo-gallery-module__XQnjAq__grid.photo-gallery-module__XQnjAq__unlocking{pointer-events:none}.photo-gallery-module__XQnjAq__regenInfo{color:#ffffffb3;background:#9333ea1a;border:1px solid #9333ea33;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;font-size:13px;display:flex}.photo-gallery-module__XQnjAq__divider{align-items:center;gap:16px;margin:24px 0 16px;display:flex}.photo-gallery-module__XQnjAq__divider:before,.photo-gallery-module__XQnjAq__divider:after{content:"";background:linear-gradient(90deg,#0000,#9333ea4d,#0000);flex:1;height:1px}.photo-gallery-module__XQnjAq__divider span{text-transform:uppercase;letter-spacing:1px;color:#9333eacc;white-space:nowrap;font-size:12px;font-weight:600}
.payment-modal-module__9B3Icq__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payment-modal-module__9B3Icq__modal{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1c1c1ef2;border:1px solid #ffffff26;border-radius:24px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 20px 60px #000000e6}.payment-modal-module__9B3Icq__modal h2{color:#fff;text-align:center;margin-bottom:8px;font-size:24px;font-weight:700}.payment-modal-module__9B3Icq__subtitle{color:#fff9;text-align:center;margin-bottom:24px;font-size:14px}.payment-modal-module__9B3Icq__closeBtn{color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.payment-modal-module__9B3Icq__closeBtn:hover{color:#fff;background:#fff3}.payment-modal-module__9B3Icq__packageInfo{background:#ffffff0d;border-radius:16px;align-items:center;gap:16px;margin-bottom:20px;padding:16px;display:flex}.payment-modal-module__9B3Icq__packageIcon{background:linear-gradient(135deg,var(--primary),#a855f7);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.payment-modal-module__9B3Icq__packageName{color:#fff;font-size:18px;font-weight:600}.payment-modal-module__9B3Icq__packageDesc{color:#ffffff80;font-size:13px}.payment-modal-module__9B3Icq__priceSection{margin-bottom:20px}.payment-modal-module__9B3Icq__priceRow{color:#ffffffb3;justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.payment-modal-module__9B3Icq__discountRow{color:#10b981}.payment-modal-module__9B3Icq__totalRow{color:#fff;border-top:1px solid #ffffff1a;margin-top:4px;padding-top:12px;font-weight:600}.payment-modal-module__9B3Icq__totalPrice{color:var(--primary);font-size:20px}.payment-modal-module__9B3Icq__promoSection{margin-bottom:20px}.payment-modal-module__9B3Icq__promoInput{gap:8px;display:flex}.payment-modal-module__9B3Icq__promoInput input{color:#fff;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:12px 16px;font-size:14px}.payment-modal-module__9B3Icq__promoInput input:focus{border-color:var(--primary);outline:none}.payment-modal-module__9B3Icq__promoInput input::placeholder{color:#fff6;text-transform:none}.payment-modal-module__9B3Icq__promoInput button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s}.payment-modal-module__9B3Icq__promoInput button:hover{background:#ffffff26}.payment-modal-module__9B3Icq__promoApplied{background:#10b9811a;border:1px solid #10b9814d;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.payment-modal-module__9B3Icq__promoCode{color:#10b981;font-weight:600}.payment-modal-module__9B3Icq__promoApplied button{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.payment-modal-module__9B3Icq__promoApplied button:hover{color:#fff}.payment-modal-module__9B3Icq__promoError{color:#ef4444;background:#ef44441a;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:13px}.payment-modal-module__9B3Icq__promoSuccess{color:#10b981;background:#10b9811a;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:13px}.payment-modal-module__9B3Icq__payBtn{background:linear-gradient(135deg,var(--primary),#a855f7);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:all .2s}.payment-modal-module__9B3Icq__payBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #9333ea66}.payment-modal-module__9B3Icq__payBtn:disabled{opacity:.6;cursor:not-allowed}.payment-modal-module__9B3Icq__termsSection{margin-bottom:16px}.payment-modal-module__9B3Icq__termsLabel{cursor:pointer;color:#fff9;align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;display:flex}.payment-modal-module__9B3Icq__termsLabel a{color:var(--primary);text-decoration:none}.payment-modal-module__9B3Icq__termsLabel a:hover{text-decoration:underline}.payment-modal-module__9B3Icq__termsCheckbox{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:2px}.payment-modal-module__9B3Icq__secureNote{color:#fff6;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;display:flex}@media (max-width:480px){.payment-modal-module__9B3Icq__overlay{align-items:flex-end;padding:12px}.payment-modal-module__9B3Icq__modal{-webkit-overflow-scrolling:touch;border-radius:20px 20px 0 0;max-width:100%;max-height:90vh;padding:24px 20px;overflow-y:auto}.payment-modal-module__9B3Icq__modal h2{font-size:20px}.payment-modal-module__9B3Icq__subtitle{font-size:13px}.payment-modal-module__9B3Icq__packageInfo{gap:12px;padding:12px}.payment-modal-module__9B3Icq__packageIcon{width:48px;height:48px}.payment-modal-module__9B3Icq__packageName{font-size:16px}.payment-modal-module__9B3Icq__promoInput{flex-direction:column}.payment-modal-module__9B3Icq__promoInput input,.payment-modal-module__9B3Icq__promoInput button{width:100%}.payment-modal-module__9B3Icq__termsLabel{font-size:11px}.payment-modal-module__9B3Icq__payBtn{padding:14px;font-size:15px}}
.detail-module__YR5U8W__container{width:100%}.detail-module__YR5U8W__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.detail-module__YR5U8W__spinner{border:3px solid #ffffff1a;border-top-color:#60a5fa;border-radius:50%;width:32px;height:32px;animation:1s linear infinite detail-module__YR5U8W__spin}@keyframes detail-module__YR5U8W__spin{to{transform:rotate(360deg)}}.detail-module__YR5U8W__backBtn{color:#fff9;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:16px;padding:8px 0;font-size:.9rem;transition:color .2s;display:inline-flex}.detail-module__YR5U8W__backBtn:hover{color:#fff}.detail-module__YR5U8W__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.detail-module__YR5U8W__headerInfo h1{color:#fff;margin-bottom:12px;font-size:1.75rem;font-weight:600}.detail-module__YR5U8W__headerMeta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.detail-module__YR5U8W__styleBadge{color:#818cf8;background:#6366f126;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:500}.detail-module__YR5U8W__metaItem{color:#ffffff80;font-size:.9rem}.detail-module__YR5U8W__addBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:none;border-radius:10px;padding:12px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.detail-module__YR5U8W__addBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #60a5fa4d}.detail-module__YR5U8W__participantsList{flex-direction:column;gap:12px;display:flex}.detail-module__YR5U8W__participantCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#1c1c1e99;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex}.detail-module__YR5U8W__participantCard:hover{background:#1c1c1ecc;border-color:#ffffff26;transform:translateY(-2px)}.detail-module__YR5U8W__avatar{background:linear-gradient(135deg,#60a5fa,#a78bfa);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.detail-module__YR5U8W__avatar span{color:#fff;font-size:1.1rem;font-weight:600}.detail-module__YR5U8W__avatar img{object-fit:cover;width:100%;height:100%}.detail-module__YR5U8W__participantInfo{flex:1;min-width:0}.detail-module__YR5U8W__participantInfo h3{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:600}.detail-module__YR5U8W__email{color:#ffffff80;margin-bottom:6px;font-size:.8rem;display:block}.detail-module__YR5U8W__photoCounts{gap:12px;display:flex}.detail-module__YR5U8W__photoCounts span{color:#fff6;font-size:.75rem}.detail-module__YR5U8W__participantRight{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.detail-module__YR5U8W__statusBadge{color:#fff;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-block}.detail-module__YR5U8W__actionHint{color:#fff6;font-size:.8rem;transition:color .2s}.detail-module__YR5U8W__participantCard:hover .detail-module__YR5U8W__actionHint{color:#ffffffb3}.detail-module__YR5U8W__emptyState{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1c1c1e99;border:1px solid #ffffff1a;border-radius:16px;padding:80px 24px}.detail-module__YR5U8W__emptyIcon{color:#ffffff4d;margin-bottom:20px}.detail-module__YR5U8W__emptyState p{color:#fff9;margin-bottom:8px;font-size:1rem}.detail-module__YR5U8W__hint{color:#fff6!important;margin-bottom:24px!important;font-size:.9rem!important}.detail-module__YR5U8W__createBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:none;border-radius:10px;padding:12px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.detail-module__YR5U8W__createBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #60a5fa4d}.detail-module__YR5U8W__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.detail-module__YR5U8W__modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1c1c1ef2;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:400px;padding:32px}.detail-module__YR5U8W__modal h2{color:#fff;margin-bottom:24px;font-size:1.25rem;font-weight:600}.detail-module__YR5U8W__field{margin-bottom:16px}.detail-module__YR5U8W__field label{color:#ffffffb3;margin-bottom:8px;font-size:.875rem;display:block}.detail-module__YR5U8W__field input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:12px 16px;font-size:.95rem}.detail-module__YR5U8W__field input:focus{border-color:#60a5fa;outline:none}.detail-module__YR5U8W__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:16px;padding:12px;font-size:.85rem}.detail-module__YR5U8W__modalActions{gap:12px;margin-top:24px;display:flex}.detail-module__YR5U8W__cancelBtn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:10px;flex:1;padding:12px;font-size:.9rem;transition:all .2s}.detail-module__YR5U8W__cancelBtn:hover{color:#fff;background:#ffffff14}.detail-module__YR5U8W__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:none;border-radius:10px;flex:1;padding:12px;font-size:.9rem;font-weight:600;transition:all .2s}.detail-module__YR5U8W__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #60a5fa4d}.detail-module__YR5U8W__submitBtn:disabled{opacity:.6;cursor:not-allowed}.detail-module__YR5U8W__galleryOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.detail-module__YR5U8W__galleryModal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1c1c1ef2;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:900px;max-height:90vh;padding:24px;overflow-y:auto}.detail-module__YR5U8W__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.detail-module__YR5U8W__galleryHeader h2{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.detail-module__YR5U8W__closeBtn{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .2s;display:flex}.detail-module__YR5U8W__closeBtn:hover{color:#fff;background:#ffffff26}@media (max-width:768px){.detail-module__YR5U8W__header{flex-direction:column}.detail-module__YR5U8W__addBtn{width:100%}.detail-module__YR5U8W__participantCard{flex-wrap:wrap}.detail-module__YR5U8W__participantRight{border-top:1px solid #ffffff14;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:8px;padding-top:12px}.detail-module__YR5U8W__galleryModal{margin:10px;padding:16px}}
.dashboard-module__Gx_nyq__dashboardContent{width:100%}.dashboard-module__Gx_nyq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;display:flex}.dashboard-module__Gx_nyq__loadingText{color:#fff9;font-size:.9rem}.dashboard-module__Gx_nyq__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__Gx_nyq__header h1{color:#fff;font-size:28px;font-weight:700}.dashboard-module__Gx_nyq__stats{gap:12px;display:flex}.dashboard-module__Gx_nyq__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:2px;padding:8px 16px;display:flex}.dashboard-module__Gx_nyq__statLabel{color:#fff9;font-size:11px}.dashboard-module__Gx_nyq__statValue{color:#fff;font-size:16px;font-weight:700}.dashboard-module__Gx_nyq__tabsPanel{-webkit-backdrop-filter:blur(30px)saturate(180%);background:#1c1c1ed9;border:1px solid #ffffff26;border-radius:24px;margin-bottom:32px;padding:20px;box-shadow:0 20px 60px #000c,inset 0 1px #ffffff1a}.dashboard-module__Gx_nyq__tabsWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:20px;overflow-x:auto}.dashboard-module__Gx_nyq__tabsWrapper::-webkit-scrollbar{display:none}.dashboard-module__Gx_nyq__tabs{flex-wrap:nowrap;gap:8px;min-width:min-content;display:flex}@media (min-width:768px){.dashboard-module__Gx_nyq__tabs{flex-wrap:wrap}}.dashboard-module__Gx_nyq__tab{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff9;cursor:pointer;background:#ffffff0d;border:none;border-radius:16px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .3s;position:relative}.dashboard-module__Gx_nyq__tab:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:20px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.dashboard-module__Gx_nyq__tab:hover{color:#ffffffe6;background:#ffffff14}.dashboard-module__Gx_nyq__tabActive{box-shadow:0 0 20px #007aff4d,inset 0 1px 1px #fff3;color:#60a5fa!important;background:#007aff33!important}.dashboard-module__Gx_nyq__addTab{color:#fff9;cursor:pointer;background:0 0;border:2px dashed #fff3;border-radius:16px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .3s}.dashboard-module__Gx_nyq__addTab:hover{color:#007affcc;border-color:#007aff66}.dashboard-module__Gx_nyq__moreTabsBtn{color:#ffffff80;cursor:pointer;white-space:nowrap;background:#ffffff14;border:none;border-radius:16px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__moreTabsBtn:hover{color:#fffc;background:#ffffff1f}.dashboard-module__Gx_nyq__tabTheme{color:#818cf8;background:#6366f133;border-radius:6px;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:500;display:inline-block}.dashboard-module__Gx_nyq__content{min-height:400px}.dashboard-module__Gx_nyq__generationBlock{border-bottom:1px solid #ffffff1a;margin-bottom:32px;padding-bottom:24px}.dashboard-module__Gx_nyq__generationBlock:last-child{border-bottom:none;margin-bottom:0}.dashboard-module__Gx_nyq__section{margin-bottom:24px}.dashboard-module__Gx_nyq__section h3{color:#fff;margin-bottom:12px;font-size:16px;font-weight:600}.dashboard-module__Gx_nyq__photoGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.dashboard-module__Gx_nyq__photoCard{aspect-ratio:3/4;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.dashboard-module__Gx_nyq__photoCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0009}.dashboard-module__Gx_nyq__photoCard img{object-fit:cover;width:100%;height:100%}.dashboard-module__Gx_nyq__photoCard.dashboard-module__Gx_nyq__locked{cursor:not-allowed}.dashboard-module__Gx_nyq__lockOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex;position:absolute;inset:0}.dashboard-module__Gx_nyq__downloadBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;opacity:0;background:#007affe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.dashboard-module__Gx_nyq__photoCard:hover .dashboard-module__Gx_nyq__downloadBtn{opacity:1}.dashboard-module__Gx_nyq__downloadBtn:hover{background:#007aff;transform:scale(1.1)}.dashboard-module__Gx_nyq__divider{background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;margin:24px 0}.dashboard-module__Gx_nyq__emptyState{text-align:center;color:#ffffff80;padding:60px 20px}.dashboard-module__Gx_nyq__emptyState p{margin-bottom:24px;font-size:16px}.dashboard-module__Gx_nyq__gallerySection{margin-top:40px}.dashboard-module__Gx_nyq__gallerySection h2{color:#fff;text-align:center;margin-bottom:6px;font-size:24px;font-weight:700}.dashboard-module__Gx_nyq__gallerySubtitle{text-align:center;color:#fff9;margin-bottom:24px;font-size:14px}.dashboard-module__Gx_nyq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;display:grid}.dashboard-module__Gx_nyq__galleryCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#1c1c1e99;border:1px solid #ffffff1a;border-radius:16px;transition:all .3s;overflow:hidden}.dashboard-module__Gx_nyq__galleryCard:hover{border-color:#007aff66;transform:translateY(-8px);box-shadow:0 16px 48px #0009}.dashboard-module__Gx_nyq__galleryCard img{aspect-ratio:3/4;object-fit:cover;width:100%}.dashboard-module__Gx_nyq__galleryCardContent{padding:12px}.dashboard-module__Gx_nyq__galleryCardContent h4{color:#fff;margin-bottom:8px;font-size:13px;font-weight:600}.dashboard-module__Gx_nyq__wantStyleBtn{color:#007aff;cursor:pointer;background:#007aff26;border:none;border-radius:10px;width:100%;padding:8px;font-size:12px;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__wantStyleBtn:hover{background:#007aff40}.dashboard-module__Gx_nyq__paywallOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__paywallModal{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1c1c1ef2;border:1px solid #ffffff26;border-radius:28px;width:100%;max-width:500px;padding:40px;position:relative;box-shadow:0 20px 60px #000000e6}.dashboard-module__Gx_nyq__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;transition:all .2s;position:absolute;top:16px;right:16px}.dashboard-module__Gx_nyq__closeBtn:hover{background:#fff3}.dashboard-module__Gx_nyq__paywallModal h2{color:#fff;text-align:center;margin-bottom:8px;font-size:28px;font-weight:700}.dashboard-module__Gx_nyq__paywallModal>p{text-align:center;color:#fff9;margin-bottom:24px}.dashboard-module__Gx_nyq__paywallFeatures{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.dashboard-module__Gx_nyq__feature{color:#34c759;background:#34c7591a;border:1px solid #34c75933;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500}.dashboard-module__Gx_nyq__pricingCard{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:24px}.dashboard-module__Gx_nyq__pricingCard h3{color:#fff;margin-bottom:8px;font-size:20px;font-weight:600}.dashboard-module__Gx_nyq__price{color:#007aff;margin-bottom:16px;font-size:36px;font-weight:700}.dashboard-module__Gx_nyq__price span{color:#fff9;font-size:18px}.dashboard-module__Gx_nyq__pricingCard>p{color:#fff9;margin-bottom:12px;font-size:14px}.dashboard-module__Gx_nyq__employeeInput,.dashboard-module__Gx_nyq__emailInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-bottom:12px;padding:12px 16px;font-size:14px}.dashboard-module__Gx_nyq__employeeInput:focus,.dashboard-module__Gx_nyq__emailInput:focus{border-color:#007aff80;outline:none}.dashboard-module__Gx_nyq__photoModal{z-index:1000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__photoModal img{border-radius:20px;max-width:90%;max-height:90%;box-shadow:0 20px 60px #000000e6}.dashboard-module__Gx_nyq__headerActions{align-items:center;gap:16px;display:flex}.dashboard-module__Gx_nyq__logoutBtn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:8px 16px;font-size:13px;transition:all .2s}.dashboard-module__Gx_nyq__logoutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.dashboard-module__Gx_nyq__bulkUploadBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__bulkUploadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f14d}.dashboard-module__Gx_nyq__upgradeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007aff 0%,#5856d6 100%);border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__upgradeBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.dashboard-module__Gx_nyq__accountBadge{color:#818cf8;vertical-align:middle;background:#6366f133;border-radius:20px;margin-left:12px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.dashboard-module__Gx_nyq__viewToggle{background:#ffffff0d;border-radius:12px;gap:8px;width:fit-content;margin-bottom:20px;padding:4px;display:flex}.dashboard-module__Gx_nyq__viewBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__viewBtn:hover{color:#ffffffe6}.dashboard-module__Gx_nyq__viewBtnActive{color:#818cf8;background:#6366f133}.dashboard-module__Gx_nyq__teamHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-module__Gx_nyq__teamHeader h2{color:#fff;font-size:20px;font-weight:600}.dashboard-module__Gx_nyq__addMemberBtn{color:#6366f1cc;cursor:pointer;background:0 0;border:2px dashed #6366f166;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__Gx_nyq__addMemberBtn:hover{background:#6366f11a;border-color:#6366f199}.dashboard-module__Gx_nyq__membersGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.dashboard-module__Gx_nyq__memberCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__memberCard:hover{background:#ffffff0d;border-color:#6366f14d}.dashboard-module__Gx_nyq__memberAvatar{background:#6366f133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.dashboard-module__Gx_nyq__memberAvatar img{object-fit:cover;width:100%;height:100%}.dashboard-module__Gx_nyq__memberAvatar span{color:#818cf8;text-transform:uppercase;font-size:18px;font-weight:600}.dashboard-module__Gx_nyq__memberInfo{flex:1;min-width:0}.dashboard-module__Gx_nyq__memberInfo h4{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:600;overflow:hidden}.dashboard-module__Gx_nyq__memberInfo p{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:12px;overflow:hidden}.dashboard-module__Gx_nyq__memberStatus{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.dashboard-module__Gx_nyq__statuspending{color:#fbbf24;background:#fbbf2433}.dashboard-module__Gx_nyq__statusactive{color:#34c759;background:#34c75933}.dashboard-module__Gx_nyq__statuscompleted{color:#818cf8;background:#6366f133}.dashboard-module__Gx_nyq__statusPaid{color:#34c759!important}.dashboard-module__Gx_nyq__statusPending{color:#fbbf24!important}.dashboard-module__Gx_nyq__memberStats{text-align:right}.dashboard-module__Gx_nyq__memberStats span{color:#ffffff80;font-size:12px}.dashboard-module__Gx_nyq__emptyTeam{text-align:center;grid-column:1/-1;padding:48px 24px}.dashboard-module__Gx_nyq__emptyTeam p{color:#ffffff80;max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:14px}.dashboard-module__Gx_nyq__loadingSpinner{border:3px solid #ffffff1a;border-top-color:#6366f1cc;border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1s linear infinite dashboard-module__Gx_nyq__spin}@keyframes dashboard-module__Gx_nyq__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.dashboard-module__Gx_nyq__header{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-module__Gx_nyq__stats{width:100%}.dashboard-module__Gx_nyq__statCard{flex:1}.dashboard-module__Gx_nyq__photoGrid,.dashboard-module__Gx_nyq__galleryGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__Gx_nyq__paywallModal{padding:24px}}.dashboard-module__Gx_nyq__photosetsList{flex-direction:column;gap:24px;display:flex}.dashboard-module__Gx_nyq__photosetHeader{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.dashboard-module__Gx_nyq__photosetHeader h3{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600}.dashboard-module__Gx_nyq__statusBadge{border-radius:20px;margin-right:8px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.dashboard-module__Gx_nyq__status_pending{color:#fbbf24;background:#fbbf2433}.dashboard-module__Gx_nyq__status_uploading{color:#3b82f6;background:#3b82f633}.dashboard-module__Gx_nyq__status_processing{color:#a855f7;background:#a855f733}.dashboard-module__Gx_nyq__status_completed{color:#34c759;background:#34c75933}.dashboard-module__Gx_nyq__status_failed{color:#ef4444;background:#ef444433}.dashboard-module__Gx_nyq__styleBadge{color:#818cf8;background:#6366f133;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.dashboard-module__Gx_nyq__deleteBtn{color:#ef444499;cursor:pointer;background:#ef44441a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__deleteBtn:hover{color:#ef4444;background:#ef444433}.dashboard-module__Gx_nyq__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px}.dashboard-module__Gx_nyq__processingOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.dashboard-module__Gx_nyq__processingOverlay p{color:#fffc;font-size:14px}.dashboard-module__Gx_nyq__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__modalContent{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1c1c1ef2;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:400px;padding:24px;box-shadow:0 20px 60px #000000e6}.dashboard-module__Gx_nyq__modalContent h2{color:#fff;margin-bottom:8px;font-size:20px;font-weight:600}.dashboard-module__Gx_nyq__readyToGenerate{text-align:center;background:linear-gradient(135deg,#9333ea1a,#3b82f61a);border:1px solid #9333ea33;border-radius:16px;margin-top:16px;padding:32px}.dashboard-module__Gx_nyq__readyToGenerate .dashboard-module__Gx_nyq__emoji{margin-bottom:16px;font-size:48px;display:block}.dashboard-module__Gx_nyq__readyToGenerate h3{color:#fff;margin-bottom:8px;font-size:20px;font-weight:600}.dashboard-module__Gx_nyq__readyToGenerate p{color:#fff9;margin-bottom:20px;font-size:14px}
.generate-module__RRQfNG__main{background:#0a0a0b;height:100vh;padding:20px;position:relative;overflow:hidden}.generate-module__RRQfNG__backButton{color:#fff9;z-index:100;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:24px;left:24px}.generate-module__RRQfNG__backButton:hover{color:#ffffffe6;background:#ffffff1a;border-color:#fff3}.generate-module__RRQfNG__backButton svg{transition:transform .2s}.generate-module__RRQfNG__backButton:hover svg{transform:translate(-3px)}.generate-module__RRQfNG__container{grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1400px;height:calc(100vh - 80px);margin:0 auto;padding-top:60px;display:grid}.generate-module__RRQfNG__uploadSection{justify-content:center;align-items:center;height:100%;display:flex}.generate-module__RRQfNG__heroSection{flex-direction:column;justify-content:center;height:100%;padding:40px;display:flex}.generate-module__RRQfNG__tipsSection{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:32px}.generate-module__RRQfNG__tipsTitle{color:#fff;margin:0 0 24px;font-size:1.2rem;font-weight:600}.generate-module__RRQfNG__tipsList{flex-direction:column;gap:20px;display:flex}.generate-module__RRQfNG__tipItem{align-items:flex-start;gap:16px;display:flex}.generate-module__RRQfNG__tipIcon{background:#9333ea26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.generate-module__RRQfNG__tipTitle{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:500}.generate-module__RRQfNG__tipDesc{color:#ffffff80;font-size:.85rem;line-height:1.5}.generate-module__RRQfNG__heroSection.generate-module__RRQfNG__hidden{display:none}.generate-module__RRQfNG__container.generate-module__RRQfNG__singleColumn{grid-template-columns:1fr}.generate-module__RRQfNG__container.generate-module__RRQfNG__singleColumn .generate-module__RRQfNG__uploadSection{max-width:600px;margin:0 auto}@media (max-width:1024px){.generate-module__RRQfNG__container{grid-template-columns:1fr;gap:32px;padding-top:70px}.generate-module__RRQfNG__heroSection{display:none}.generate-module__RRQfNG__uploadSection{height:auto;min-height:70vh}.generate-module__RRQfNG__main{height:auto;min-height:100vh;overflow:auto}}@media (max-width:640px){.generate-module__RRQfNG__main{padding:10px}.generate-module__RRQfNG__backButton{padding:6px 12px;font-size:.85rem;top:16px;left:16px}.generate-module__RRQfNG__container{padding-top:60px}}
