body{margin:0;padding:0}._loadingContainer_c7v54_3{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._loadingContainer_c7v54_3 p{margin-top:1rem;color:#fff;font-size:1.1rem;font-weight:500}._spinner_c7v54_39{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:_spin_c7v54_39 1s linear infinite}@keyframes _spin_c7v54_39{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._app_c7v54_67{min-height:100vh}._container_1rpsd_5{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._loginCard_1rpsd_23{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;width:100%;max-width:420px;box-shadow:0 20px 40px #0000001a,0 1px 3px #00000014;border:1px solid rgba(255,255,255,.2);animation:_slideUp_1rpsd_1 .6s ease-out}@keyframes _slideUp_1rpsd_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._header_1rpsd_73{text-align:center;margin-bottom:32px}._logo_1rpsd_83{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin-bottom:16px;box-shadow:0 8px 20px #667eea4d}._logoIcon_1rpsd_107{color:#fff;width:32px;height:32px}._title_1rpsd_119{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 8px;letter-spacing:-.025em}._subtitle_1rpsd_135{font-size:16px;color:#718096;margin:0 0 16px;font-weight:400}._demoCredentials_1rpsd_149{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:12px;padding:12px 16px;margin-top:16px}._demoCredentials_1rpsd_149 p{margin:0 0 4px;font-size:14px;color:#4338ca;text-align:left}._demoCredentials_1rpsd_149 p:first-child{font-weight:600;margin-bottom:8px}._form_1rpsd_189{display:flex;flex-direction:column;gap:20px}._inputGroup_1rpsd_201{display:flex;flex-direction:column;gap:6px}._inputWrapper_1rpsd_213{position:relative;display:flex;align-items:center}._inputIcon_1rpsd_225{position:absolute;left:16px;color:#a0aec0;width:20px;height:20px;z-index:1}._input_1rpsd_201{width:100%;height:52px;padding:0 16px 0 50px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;background:#fff;transition:all .3s ease;box-sizing:border-box}._input_1rpsd_201:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}._input_1rpsd_201:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}._input_1rpsd_201::placeholder{color:#a0aec0;font-weight:400}._inputError_1rpsd_303{border-color:#e53e3e!important;box-shadow:0 0 0 3px #e53e3e1a!important}._eyeButton_1rpsd_313{position:absolute;right:16px;background:none;border:none;color:#a0aec0;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s ease;z-index:1}._eyeButton_1rpsd_313:hover{color:#667eea;background:#667eea1a}._eyeButton_1rpsd_313:disabled{cursor:not-allowed;opacity:.5}._captchaWrapper_1rpsd_359{margin-bottom:8px}._captchaDisplay_1rpsd_367{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #e2e8f0;border-radius:12px;margin-bottom:8px}._captchaText_1rpsd_391{font-family:Courier New,monospace;font-size:24px;font-weight:700;color:#2d3748;letter-spacing:4px;text-decoration:line-through;text-decoration-color:#2d37484d;-webkit-user-select:none;user-select:none}._refreshButton_1rpsd_413{background:#667eea;border:none;border-radius:8px;padding:8px;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._refreshButton_1rpsd_413:hover{background:#5a67d8;transform:rotate(90deg)}._refreshButton_1rpsd_413:disabled{cursor:not-allowed;opacity:.5;transform:none}._errorText_1rpsd_461{font-size:14px;color:#e53e3e;font-weight:500;margin-left:4px}._submitButton_1rpsd_475{width:100%;height:52px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}._submitButton_1rpsd_475:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._submitButton_1rpsd_475:active:not(:disabled){transform:translateY(0)}._submitButton_1rpsd_475:disabled{cursor:not-allowed;opacity:.7;transform:none}._loading_1rpsd_539{background:linear-gradient(135deg,#9ca3af,#6b7280)}._loading_1rpsd_539:after{content:"";position:absolute;top:50%;left:20px;width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:_spin_1rpsd_1 1s linear infinite;transform:translateY(-50%)}@keyframes _spin_1rpsd_1{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@media (max-width: 480px){._container_1rpsd_5{padding:16px}._loginCard_1rpsd_23{padding:24px}._title_1rpsd_119{font-size:24px}._input_1rpsd_201,._submitButton_1rpsd_475{height:48px}._demoCredentials_1rpsd_149{padding:10px 12px}._demoCredentials_1rpsd_149 p{font-size:13px}}._backButton_o0ein_1{background-color:#b13bc1;color:#fff;font-size:16px;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;text-align:center;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center}._backButton_o0ein_1:hover{background-color:#6f2379;transform:translateY(-2px)}._backButton_o0ein_1:focus{outline:none;box-shadow:0 0 0 4px #4caf504d}._backButton_o0ein_1 svg{margin-right:8px;width:16px;height:16px}._container_o0ein_67{min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#f3e8ff);padding:1.5rem}._card_o0ein_79{max-width:64rem;margin:0 auto;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}._header_o0ein_97{background:linear-gradient(90deg,#ec4899,#9333ea);padding:2rem;color:#fff}._headerContent_o0ein_109{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}._title_o0ein_133{font-size:1.875rem;font-weight:700;margin:0}._subtitle_o0ein_145{margin-top:.5rem;color:#fce7f3;margin-bottom:0}._formContent_o0ein_157{padding:2rem}._formSection_o0ein_165{margin-bottom:2rem}._formGrid_o0ein_173{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._formGrid_o0ein_173{grid-template-columns:1fr 1fr}}._inputGroup_o0ein_197{display:flex;flex-direction:column}._label_o0ein_207{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}._input_o0ein_197{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;color:#1f2937;transition:all .2s ease}._input_o0ein_197:focus{outline:none;border:1px solid #ec4899}._input_o0ein_197::placeholder{color:#9ca3af}._profileSection_o0ein_259{margin-bottom:2rem}._profilePreview_o0ein_267{position:relative;display:inline-block}._profilePreview_o0ein_267:hover ._removeButton_o0ein_277{opacity:1}._profileImage_o0ein_285{width:10rem;height:10rem;object-fit:cover;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;transition:all .2s ease}._profilePreview_o0ein_267:hover ._profileImage_o0ein_285{transform:scale(1.02)}._removeButton_o0ein_277{display:flex;position:absolute;top:-.5rem;right:-.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;padding:.25rem;cursor:pointer;transition:all .2s ease;opacity:0;box-shadow:0 2px 8px #0003;z-index:10}._removeButton_o0ein_277:hover{background:#dc2626;transform:scale(1.1)}._uploadArea_o0ein_355{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10rem;height:10rem;border:2px dashed #f9a8d4;border-radius:1rem;cursor:pointer;background:#fdf2f8;transition:all .2s ease}._uploadArea_o0ein_355:hover{border-color:#ec4899;background:#fce7f3}._uploadIcon_o0ein_393{width:2rem;height:2rem;color:#f472b6;margin-bottom:.5rem}._uploadText_o0ein_407{font-size:.875rem;color:#db2777;font-weight:500}._hiddenInput_o0ein_419{display:none}._gallerySection_o0ein_427{margin-bottom:2rem}._galleryGrid_o0ein_435{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}@media (min-width: 640px){._galleryGrid_o0ein_435{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){._galleryGrid_o0ein_435{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){._galleryGrid_o0ein_435{grid-template-columns:repeat(6,1fr)}}._galleryItem_o0ein_485{position:relative;group:true}._galleryImage_o0ein_495{width:100%;height:6rem;object-fit:cover;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}._galleryRemoveButton_o0ein_511{display:flex;position:absolute;top:-.5rem;right:-.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;padding:.25rem;cursor:pointer;opacity:0;transition:all .2s ease}._galleryRemoveButton_o0ein_511:hover{background:#dc2626}._galleryUploadArea_o0ein_557{display:flex;flex-direction:column;align-items:center;justify-content:center;height:6rem;border:2px dashed #c4b5fd;border-radius:.75rem;cursor:pointer;background:#f5f3ff;transition:all .2s ease}._galleryUploadArea_o0ein_557:hover{border-color:#8b5cf6;background:#ede9fe}._galleryUploadIcon_o0ein_593{width:1.25rem;height:1.25rem;color:#a78bfa;margin-bottom:.25rem}._galleryUploadText_o0ein_607{font-size:.75rem;color:#7c3aed;font-weight:500;text-align:center;padding:0 .25rem}._helpText_o0ein_623{font-size:.875rem;color:#6b7280;margin-top:.5rem}._submitSection_o0ein_635{display:flex;justify-content:flex-end;padding-top:1.5rem}._submitButton_o0ein_647{background:linear-gradient(90deg,#ec4899,#9333ea);color:#fff;padding:.75rem 2rem;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:all .2s ease;font-size:1rem}._submitButton_o0ein_647:hover{background:linear-gradient(90deg,#db2777,#7c3aed);transform:scale(1.05)}._submitButton_o0ein_647:focus{outline:none;ring:2px solid #ec4899;ring-offset:2px}._removeButtonIcon_o0ein_695{width:1rem;height:1rem}._galleryRemoveButtonIcon_o0ein_705{width:.75rem;height:.75rem}._sectionTitle_o0ein_717{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}._textarea_o0ein_737{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;color:#1f2937;resize:vertical;min-height:100px;font-family:inherit;transition:all .2s ease;width:100%;box-sizing:border-box}._textarea_o0ein_737:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}._textarea_o0ein_737::placeholder{color:#9ca3af}._inputError_o0ein_787{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}._uploadError_o0ein_797{border-color:#ef4444!important;background:#fef2f2!important}._errorText_o0ein_807{display:block;font-size:.875rem;color:#ef4444;margin-top:.5rem;font-weight:500}._progressContainer_o0ein_823{margin-top:1rem;width:100%}._progressBar_o0ein_833{width:100%;height:8px;background-color:#f3f4f6;border-radius:4px;overflow:hidden}._progressFill_o0ein_849{height:100%;background:linear-gradient(90deg,#ec4899,#9333ea);transition:width .3s ease}._progressText_o0ein_861{display:block;font-size:.875rem;color:#6b7280;margin-top:.5rem;text-align:center}._uploadSubtext_o0ein_879,._galleryUploadSubtext_o0ein_881{font-size:.75rem;color:#9ca3af;margin-top:.25rem}._disabled_o0ein_893{opacity:.5;cursor:not-allowed}._loading_o0ein_905{background:linear-gradient(90deg,#9ca3af,#6b7280)!important;cursor:not-allowed!important;position:relative;overflow:hidden}._loading_o0ein_905:after{content:"";position:absolute;top:50%;left:20px;width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:_spin_o0ein_1 1s linear infinite;transform:translateY(-50%)}@keyframes _spin_o0ein_1{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}._galleryRemoveButton_o0ein_511{display:flex;position:absolute;top:-.5rem;right:-.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;padding:.25rem;cursor:pointer;opacity:0;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}._galleryItem_o0ein_485:hover ._galleryRemoveButton_o0ein_511{opacity:1}._galleryRemoveButton_o0ein_511:hover{background:#dc2626;transform:scale(1.1)}._formSection_o0ein_165{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}._formSection_o0ein_165:last-of-type{border-bottom:none;margin-bottom:2rem}._inputGroup_o0ein_197{display:flex;flex-direction:column;position:relative}._headerTitle_o0ein_1049{display:flex;align-items:center;gap:.75rem}._headerIcon_o0ein_123{width:2rem;height:2rem}@media (max-width: 768px){._sectionTitle_o0ein_717{font-size:1.125rem}._textarea_o0ein_737{min-height:80px}._formSection_o0ein_165{margin-bottom:2rem;padding-bottom:1.5rem}}@media (max-width: 480px){._headerTitle_o0ein_1049{flex-direction:column;align-items:flex-start;gap:.5rem}._title_o0ein_133{font-size:1.5rem}._formGrid_o0ein_173{grid-template-columns:1fr;gap:1rem}}._container_sydnd_5{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_sydnd_17{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}._backButton_sydnd_39{display:flex;align-items:center;gap:.5rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}._backButton_sydnd_39:hover{background:#f1f5f9;color:#334155;transform:translate(-2px)}._headerTitle_sydnd_81{flex:1;text-align:center;margin:0 2rem}._headerTitle_sydnd_81 h1{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}._headerTitle_sydnd_81 p{color:#64748b;margin:0;font-size:.9rem}._headerActions_sydnd_119{display:flex;align-items:center}._userInfo_sydnd_129{font-size:.875rem;font-weight:600;color:#1a202c;background:#f1f5f9;padding:.5rem 1rem;border-radius:.5rem}._main_sydnd_147{padding:2rem 0}._content_sydnd_155{max-width:800px;margin:0 auto;padding:0 1.5rem}._errorAlert_sydnd_167{display:flex;align-items:center;gap:.75rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:.75rem;padding:1rem 1.5rem;margin-bottom:2rem;font-weight:500}._form_sydnd_193{display:flex;flex-direction:column;gap:2rem}._section_sydnd_205{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}._sectionTitle_sydnd_221{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}._sectionHeaderWithAction_sydnd_245{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sectionHeaderWithAction_sydnd_245 ._sectionTitle_sydnd_221{margin:0;padding:0;border:none;flex:1}._sectionIcon_sydnd_273{width:1.5rem;height:1.5rem;color:#667eea}._deleteAllButton_sydnd_285{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}._deleteAllButton_sydnd_285:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}._deleteAllButton_sydnd_285:disabled{opacity:.6;cursor:not-allowed;transform:none}._formGrid_sydnd_339{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._formGroup_sydnd_351{display:flex;flex-direction:column;gap:.5rem}._label_sydnd_363{font-weight:600;color:#374151;font-size:.875rem;display:flex;align-items:center;gap:.25rem}._required_sydnd_381{color:#ef4444;font-weight:700}._input_sydnd_391{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background:#fff;transition:all .2s ease;font-family:inherit}._input_sydnd_391:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._input_sydnd_391::placeholder{color:#9ca3af}._inputError_sydnd_431{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._textarea_sydnd_441{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background:#fff;transition:all .2s ease;font-family:inherit;resize:vertical;min-height:100px}._textarea_sydnd_441:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._textarea_sydnd_441::placeholder{color:#9ca3af}._errorText_sydnd_485{color:#ef4444;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem}._profilePictureSection_sydnd_505{display:flex;flex-direction:column;gap:1rem}._profilePreview_sydnd_517{position:relative;display:inline-block}._profilePreview_sydnd_517:hover ._removeButton_sydnd_527{opacity:1}._profileImage_sydnd_535{width:200px;height:200px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 12px #0000001a;border:2px solid #e5e7eb;transition:all .2s ease}._profilePreview_sydnd_517:hover ._profileImage_sydnd_535{transform:scale(1.02)}._removeButton_sydnd_527{display:flex;position:absolute;top:-.5rem;right:-.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0;box-shadow:0 2px 8px #0003;z-index:10}._removeButton_sydnd_527:hover{background:#dc2626;transform:scale(1.1)}._profileActions_sydnd_613{display:flex;gap:.75rem}._profileActionButton_sydnd_623{display:flex;align-items:center;gap:.5rem;background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}._profileActionButton_sydnd_623:hover{background:#5b6ac2;transform:translateY(-1px)}._profileRemoveButton_sydnd_663{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}._profileRemoveButton_sydnd_663:hover{background:#dc2626;transform:translateY(-1px)}._profileUploadArea_sydnd_703{display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;height:200px;border:2px dashed #d1d5db;border-radius:1rem;cursor:pointer;background:#f9fafb;transition:all .2s ease}._profileUploadArea_sydnd_703:hover{border-color:#667eea;background:#f0f4ff}._uploadIcon_sydnd_741{width:2rem;height:2rem;color:#6b7280;margin-bottom:.5rem}._uploadText_sydnd_755{font-size:.875rem;color:#374151;font-weight:500;text-align:center}._uploadSubtext_sydnd_769{font-size:.75rem;color:#9ca3af;margin-top:.25rem;text-align:center}._gallerySection_sydnd_785{margin-bottom:2rem}._subsectionTitle_sydnd_793{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}._imageTypeToggle_sydnd_811{display:flex;gap:.75rem;margin-bottom:1.5rem}._toggleButton_sydnd_823{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}._toggleButton_sydnd_823:hover{border-color:#667eea;color:#667eea}._toggleButton_sydnd_823._active_sydnd_857{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}._galleryLoading_sydnd_869{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1rem;margin-bottom:1.5rem}._galleryLoading_sydnd_869 p{color:#64748b;font-size:.9375rem;font-weight:500;margin:0}._galleryLoading_sydnd_869 ._spinner_sydnd_903{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:_spin_sydnd_903 .8s linear infinite}._galleryGrid_sydnd_921{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}._emptyGallery_sydnd_935{text-align:center;padding:3rem 2rem;background:#f9fafb;border:2px dashed #d1d5db;border-radius:.75rem;margin-bottom:1.5rem}._emptyGallery_sydnd_935 p{color:#6b7280;font-size:.95rem;margin:0}._galleryItem_sydnd_965{position:relative;group:true}._galleryImage_sydnd_975{width:100%;height:150px;object-fit:cover;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb}._galleryRemoveButton_sydnd_993{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0;box-shadow:0 2px 4px #0003}._galleryItem_sydnd_965:hover ._galleryRemoveButton_sydnd_993{opacity:1}._galleryRemoveButton_sydnd_993:hover{background:#dc2626;transform:scale(1.1)}._orphanBadge_sydnd_1049{position:absolute;top:.5rem;left:.5rem;background:#f59e0b;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;box-shadow:0 2px 4px #0003;z-index:1}._galleryUploadSection_sydnd_1077{border-top:1px solid #e5e7eb;padding-top:1.5rem}._galleryUploadArea_sydnd_1087{display:flex;flex-direction:column;align-items:center;justify-content:center;height:120px;border:2px dashed #c4b5fd;border-radius:.75rem;cursor:pointer;background:#f5f3ff;transition:all .2s ease;width:100%}._galleryUploadArea_sydnd_1087:hover{border-color:#8b5cf6;background:#ede9fe}._hiddenInput_sydnd_1125{display:none}._progressContainer_sydnd_1135{margin-top:1rem;width:100%}._progressBar_sydnd_1145{width:100%;height:8px;background-color:#f3f4f6;border-radius:4px;overflow:hidden}._progressFill_sydnd_1161{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:4px}._progressText_sydnd_1175{display:block;font-size:.875rem;color:#6b7280;margin-top:.5rem;text-align:center}._checkboxGroup_sydnd_1193{display:flex;flex-direction:column;gap:1rem}._checkboxLabel_sydnd_1205{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease;background:#f9fafb}._checkboxLabel_sydnd_1205:hover{background:#f3f4f6;border-color:#d1d5db}._checkbox_sydnd_1193{width:1.25rem;height:1.25rem;margin-top:.125rem;accent-color:#667eea;cursor:pointer}._checkboxText_sydnd_1255{font-weight:600;color:#374151;font-size:.9rem}._checkboxDescription_sydnd_1267{color:#6b7280;font-size:.8rem;margin-top:.25rem;display:block}._submitSection_sydnd_1281{display:flex;justify-content:center;padding:2rem 0;border-top:1px solid #e5e7eb;margin-top:1rem}._submitButton_sydnd_1297{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;min-width:180px;justify-content:center}._submitButton_sydnd_1297:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._submitButton_sydnd_1297:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #667eea33}._buttonSpinner_sydnd_1357{width:1.25rem;height:1.25rem;animation:_spin_sydnd_903 1s linear infinite}._loadingContainer_sydnd_1371{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;font-family:inherit}._loadingContainer_sydnd_1371 p{margin-top:1rem;color:#64748b;font-size:1.1rem;font-weight:500}._spinner_sydnd_903{width:40px;height:40px;animation:_spin_sydnd_903 1s linear infinite;color:#667eea}._errorContainer_sydnd_1421{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;font-family:inherit;text-align:center;padding:2rem}._errorIcon_sydnd_1445{width:4rem;height:4rem;color:#ef4444;margin-bottom:1rem}._errorContainer_sydnd_1421 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}._errorContainer_sydnd_1421 p{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}._disabled_sydnd_1485{opacity:.5;cursor:not-allowed}@keyframes _spin_sydnd_903{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._paginationContainer_sydnd_1509{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem 0;border-top:1px solid #e2e8f0}._paginationInfo_sydnd_1527{font-size:.9rem;color:#64748b;font-weight:500}._paginationControls_sydnd_1539{display:flex;align-items:center;gap:.5rem}._paginationButton_sydnd_1551{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#475569;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}._paginationButton_sydnd_1551:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#334155}._paginationButton_sydnd_1551:disabled{opacity:.5;cursor:not-allowed}._paginationButton_sydnd_1551._active_sydnd_857,._paginationButton_sydnd_1551._active_sydnd_857:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}._paginationEllipsis_sydnd_1621{padding:.5rem;color:#94a3b8;font-weight:500}@media (max-width: 768px){._header_sydnd_17{flex-direction:column;gap:1rem;align-items:stretch}._headerTitle_sydnd_81{margin:0;text-align:center}._headerTitle_sydnd_81 h1{font-size:1.5rem}._backButton_sydnd_39{align-self:flex-start}._content_sydnd_155{padding:0 1rem}._section_sydnd_205{padding:1.5rem}._formGrid_sydnd_339{grid-template-columns:1fr;gap:1rem}._galleryGrid_sydnd_921{grid-template-columns:repeat(2,1fr)}._profileImage_sydnd_535,._profileUploadArea_sydnd_703{width:160px;height:160px}._sectionTitle_sydnd_221{font-size:1.1rem}._sectionHeaderWithAction_sydnd_245{flex-direction:column;align-items:flex-start;gap:1rem}._deleteAllButton_sydnd_285{width:100%;justify-content:center}._submitButton_sydnd_1297{width:100%;padding:1rem}._userInfo_sydnd_129{text-align:center;width:100%}}@media (max-width: 480px){._main_sydnd_147{padding:1rem 0}._content_sydnd_155{padding:0 .75rem}._section_sydnd_205{padding:1rem;border-radius:.5rem}._headerTitle_sydnd_81 h1{font-size:1.25rem}._headerTitle_sydnd_81 p{font-size:.8rem}._backButton_sydnd_39 span{display:none}._form_sydnd_193{gap:1.5rem}._galleryGrid_sydnd_921{grid-template-columns:1fr}._paginationContainer_sydnd_1509{flex-direction:column;align-items:center;gap:1rem}._paginationInfo_sydnd_1527{order:2;text-align:center}._paginationControls_sydnd_1539{order:1;flex-wrap:wrap;justify-content:center}._paginationButton_sydnd_1551{padding:.5rem .75rem;font-size:.875rem}._profileActions_sydnd_613{flex-direction:column;width:100%}._profileActionButton_sydnd_623,._profileRemoveButton_sydnd_663{width:100%;justify-content:center}._profileImage_sydnd_535,._profileUploadArea_sydnd_703{width:140px;height:140px}._galleryImage_sydnd_975{height:120px}._submitSection_sydnd_1281{padding:1.5rem 0}._sectionHeaderWithAction_sydnd_245{flex-direction:column;align-items:stretch}._deleteAllButton_sydnd_285{width:100%}}._container_krhou_5{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_krhou_17{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}._headerContent_krhou_35{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}._headerLeft_krhou_53{display:flex;align-items:center}._logo_krhou_63{display:flex;align-items:center;gap:.75rem}._logoIcon_krhou_75{width:2rem;height:2rem;color:#667eea}._logoText_krhou_87{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}._headerRight_krhou_101{display:flex;align-items:center;gap:1rem}._settingsButton_krhou_113{background:none;border:none;padding:.5rem;border-radius:.5rem;color:#64748b;cursor:pointer;transition:all .2s ease}._settingsButton_krhou_113:hover{background:#f1f5f9;color:#475569}._logoutButton_krhou_143{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}._logoutButton_krhou_143:hover{background:#dc2626}._main_krhou_179{padding:2rem 0}._content_krhou_187{max-width:1200px;margin:0 auto;padding:0 1.5rem}._dashboardHeader_krhou_199{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}._dashboardTitle_krhou_215 h2{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}._dashboardTitle_krhou_215 p{color:#64748b;margin:0}._addButton_krhou_239,._batchImportButton_krhou_241,._migrateButton_krhou_243{display:flex;align-items:center;gap:.5rem;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #667eea4d}._addButton_krhou_239{background:linear-gradient(135deg,#667eea,#764ba2)}._addButton_krhou_239:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._batchImportButton_krhou_241{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d}._batchImportButton_krhou_241:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}._migrateButton_krhou_243{background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 4px 15px #8b5cf64d}._migrateButton_krhou_243:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}._statsGrid_krhou_329{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}._statCard_krhou_343{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}._statCard_krhou_343:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._statContent_krhou_377{display:flex;flex-direction:column}._statValue_krhou_387{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}._statLabel_krhou_401{color:#64748b;font-size:.875rem;font-weight:500}._statIcon_krhou_413{width:3rem;height:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}._searchSection_krhou_435{margin-bottom:2rem}._searchWrapper_krhou_443{position:relative;max-width:400px}._searchIcon_krhou_453{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1.25rem;height:1.25rem}._searchInput_krhou_473{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;background:#fff;transition:all .2s ease}._searchInput_krhou_473:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._modelsSection_krhou_505{margin-bottom:2rem}._sectionTitle_krhou_513{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}._modelsGrid_krhou_527{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}._modelCard_krhou_539{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease}._modelCard_krhou_539:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}._modelImage_krhou_567{position:relative;height:280px;overflow:hidden}._profileImage_krhou_579{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._modelCard_krhou_539:hover ._profileImage_krhou_579{transform:scale(1.05)}._modelOverlay_krhou_601{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .3s ease}._modelCard_krhou_539:hover ._modelOverlay_krhou_601{opacity:1}._overlayButton_krhou_639{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:.75rem;color:#fff;cursor:pointer;transition:all .2s ease}._overlayButton_krhou_639:hover{background:#ffffff4d;transform:scale(1.1)}._modelInfo_krhou_671{padding:1.5rem}._modelName_krhou_679{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 .75rem}._modelDetails_krhou_693{display:flex;justify-content:space-between;margin-bottom:1rem}._modelAge_krhou_705,._modelPhotos_krhou_707{color:#64748b;font-size:.875rem}._modelStatus_krhou_717{display:flex;justify-content:space-between;align-items:center}._statusBadge_krhou_729{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusActive_krhou_747{background:#dcfce7;color:#166534}._statusInactive_krhou_757{background:#fef3c7;color:#92400e}._emptyState_krhou_767{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;border:2px dashed #d1d5db}._emptyIcon_krhou_783{width:4rem;height:4rem;color:#9ca3af;margin-bottom:1rem}._emptyState_krhou_767 h4{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}._emptyState_krhou_767 p{color:#6b7280;margin-bottom:1.5rem}._emptyButton_krhou_821{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}._emptyButton_krhou_821:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._userInfo_krhou_861{display:flex;flex-direction:column;align-items:flex-end;margin-right:1rem}._welcomeText_krhou_875{font-size:.875rem;font-weight:600;color:#1a202c}._userRole_krhou_887{font-size:.75rem;color:#64748b;text-transform:capitalize;background:#f1f5f9;padding:.125rem .5rem;border-radius:.375rem;margin-top:.25rem}._headerActions_krhou_909{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._refreshButton_krhou_923{background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}._refreshButton_krhou_923:hover:not(:disabled){background:#f1f5f9;color:#334155}._refreshButton_krhou_923:disabled{opacity:.5;cursor:not-allowed}._sectionTitle_krhou_513{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}._loadingState_krhou_987{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;border:1px solid #e2e8f0}._loadingState_krhou_987 ._spinner_krhou_1003{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:_spin_krhou_1003 1s linear infinite;margin:0 auto 1rem}._loadingState_krhou_987 p{color:#64748b;font-size:1.1rem}._joinDate_krhou_1035{font-size:.75rem;color:#9ca3af;margin-left:auto}@keyframes _spin_krhou_1003{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadMoreContainer_krhou_1059{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0}._loadMoreButton_krhou_1077{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;min-width:200px}._loadMoreButton_krhou_1077:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._loadMoreButton_krhou_1077:disabled{opacity:.7;cursor:not-allowed;transform:none}._loadMoreText_krhou_1135{color:#64748b;font-size:.875rem;margin:0;text-align:center}._buttonSpinner_krhou_1149{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:_spin_krhou_1003 .8s linear infinite}@media (max-width: 768px){._userInfo_krhou_861{align-items:flex-start}._headerActions_krhou_909{flex-direction:column;gap:.5rem;align-items:stretch}._refreshButton_krhou_923,._addButton_krhou_239,._batchImportButton_krhou_241,._migrateButton_krhou_243{width:100%;justify-content:center}._welcomeText_krhou_875{font-size:.8rem}._userRole_krhou_887{font-size:.7rem}._headerContent_krhou_35{padding:1rem}._logoText_krhou_87{font-size:1.25rem}._content_krhou_187{padding:0 1rem}._dashboardHeader_krhou_199{flex-direction:column;gap:1rem;align-items:stretch}._dashboardTitle_krhou_215 h2{font-size:1.5rem}._statsGrid_krhou_329,._modelsGrid_krhou_527{grid-template-columns:1fr}._searchWrapper_krhou_443{max-width:none}}@media (max-width: 480px){._userInfo_krhou_861,._joinDate_krhou_1035{display:none}._modelStatus_krhou_717{justify-content:flex-start}._headerContent_krhou_35{flex-direction:column;gap:1rem;align-items:stretch}._headerRight_krhou_101{justify-content:space-between}._logoutButton_krhou_143 span{display:none}._modelCard_krhou_539{margin:0}._modelImage_krhou_567{height:240px}._modelInfo_krhou_671{padding:1rem}._modelDetails_krhou_693{flex-direction:column;gap:.5rem}._headerActions_krhou_909{flex-direction:column}._addButton_krhou_239,._batchImportButton_krhou_241,._migrateButton_krhou_243{flex:1}._addButton_krhou_239 span,._batchImportButton_krhou_241 span,._migrateButton_krhou_243 span{display:none}}._modal_1ngrp_5{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_1ngrp_1 .2s ease-in}@keyframes _fadeIn_1ngrp_1{0%{opacity:0}to{opacity:1}}._modalContent_1ngrp_53{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;animation:_slideUp_1ngrp_1 .3s ease-out}@keyframes _slideUp_1ngrp_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1ngrp_101{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}._headerTitle_1ngrp_117{display:flex;align-items:center;gap:1rem}._headerTitle_1ngrp_117 h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}._backButton_1ngrp_143{color:#64748b;cursor:pointer;transition:all .2s ease;border-radius:.5rem;padding:.25rem}._backButton_1ngrp_143:hover{background:#f1f5f9;color:#475569}._closeButton_1ngrp_169{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;transition:all .2s ease;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._closeButton_1ngrp_169:hover:not(:disabled){background:#f1f5f9;color:#475569}._closeButton_1ngrp_169:disabled{opacity:.5;cursor:not-allowed}._modalBody_1ngrp_217{flex:1;overflow-y:auto;padding:1.5rem}._form_1ngrp_231{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1ngrp_243{display:flex;flex-direction:column;gap:.5rem}._label_1ngrp_255{font-weight:600;color:#1a202c;font-size:.95rem}._input_1ngrp_267{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s ease;font-family:inherit}._input_1ngrp_267:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._input_1ngrp_267:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}._helperText_1ngrp_309{font-size:.85rem;color:#64748b;margin:0}._fileUploadWrapper_1ngrp_323{position:relative}._fileInput_1ngrp_331{display:none}._fileUploadButton_1ngrp_339{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border:2px dashed #d1d5db;border-radius:.5rem;background:#f9fafb;cursor:pointer;transition:all .2s ease;color:#64748b;font-weight:500}._fileUploadButton_1ngrp_339:hover{border-color:#667eea;background:#f3f4ff;color:#667eea}._fileInput_1ngrp_331:disabled~._fileUploadButton_1ngrp_339{opacity:.5;cursor:not-allowed}._alertError_1ngrp_393,._alertSuccess_1ngrp_395,._alertWarning_1ngrp_397{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;font-size:.95rem}._alertError_1ngrp_393{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}._alertSuccess_1ngrp_395{background:#dcfce7;color:#166534;border:1px solid #86efac}._alertWarning_1ngrp_397{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}._errorDetails_1ngrp_451{display:flex;flex-direction:column;gap:.5rem}._errorDetails_1ngrp_451 strong{font-weight:600}._errorDetails_1ngrp_451 p{margin:0;font-size:.9rem}._submitButton_1ngrp_483,._refreshButton_1ngrp_485,._cancelButton_1ngrp_487,._closeResultsButton_1ngrp_489,._viewModelButton_1ngrp_491{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}._submitButton_1ngrp_483{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}._submitButton_1ngrp_483:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._submitButton_1ngrp_483:disabled{opacity:.7;cursor:not-allowed}._spinnerIcon_1ngrp_551{animation:_spin_1ngrp_551 1s linear infinite}@keyframes _spin_1ngrp_551{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._statusSection_1ngrp_579{display:flex;flex-direction:column;gap:1.5rem}._statusHeader_1ngrp_591{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._statusTitle_1ngrp_605{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}._jobIdText_1ngrp_619{font-size:.85rem;color:#64748b;margin:0;font-family:Monaco,Courier New,monospace}._statusBadge_1ngrp_633{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}._statusBadge_1ngrp_633[data-status=pending]{background:#fef3c7;color:#92400e}._statusBadge_1ngrp_633[data-status=running]{background:#dbeafe;color:#1e40af}._statusBadge_1ngrp_633[data-status=completed]{background:#dcfce7;color:#166534}._statusBadge_1ngrp_633[data-status=failed]{background:#fee2e2;color:#991b1b}._statusBadge_1ngrp_633[data-status=cancelled]{background:#e5e7eb;color:#374151}._progressSection_1ngrp_703{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}._progressInfo_1ngrp_723{display:flex;justify-content:space-between;align-items:center}._progressLabel_1ngrp_735{font-weight:500;color:#374151;font-size:.95rem}._progressPercentage_1ngrp_747{font-weight:700;color:#667eea;font-size:1.25rem}._progressBar_1ngrp_759{width:100%;height:8px;background:#e5e7eb;border-radius:9999px;overflow:hidden}._progressFill_1ngrp_775{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}._stageText_1ngrp_787{font-size:.9rem;color:#64748b;margin:0}._statsGrid_1ngrp_799{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._statItem_1ngrp_811{display:flex;justify-content:space-between;padding:.75rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb}._statLabel_1ngrp_829{font-size:.85rem;color:#64748b;font-weight:500}._statValue_1ngrp_841{font-weight:700;font-size:1.25rem}._resultsSection_1ngrp_853{display:flex;flex-direction:column;gap:1.5rem}._resultsSummary_1ngrp_865{padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#f9f0ff);border-radius:.5rem;border:1px solid #e0e7ff}._resultsSummary_1ngrp_865 h4{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0 0 1rem}._resultsGrid_1ngrp_893{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._resultItem_1ngrp_905{display:flex;flex-direction:column;gap:.25rem}._resultLabel_1ngrp_917{font-size:.85rem;color:#64748b;font-weight:500}._resultValue_1ngrp_929{font-size:1.25rem;font-weight:700;color:#667eea}._imagesList_1ngrp_943,._failuresList_1ngrp_945{display:flex;flex-direction:column;gap:1rem}._listTitle_1ngrp_957{font-size:1rem;font-weight:600;color:#1a202c;margin:0}._imageGrid_1ngrp_971{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}._imageItem_1ngrp_983{display:flex;flex-direction:column;gap:.5rem}._imageThumbnail_1ngrp_995{width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}._imageThumbnail_1ngrp_995 img{width:100%;height:100%;object-fit:cover}._imageDetails_1ngrp_1023{display:flex;flex-direction:column;gap:.25rem}._imageName_1ngrp_1035{font-size:.8rem;color:#1a202c;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._imageSize_1ngrp_1055{font-size:.75rem;color:#64748b;margin:0}._compressedTag_1ngrp_1067{font-size:.7rem;color:#10b981;margin:0;font-weight:600;background:#d1fae5;padding:.125rem .375rem;border-radius:.25rem;width:fit-content}._moreText_1ngrp_1089{font-size:.9rem;color:#64748b;margin:.5rem 0 0;font-style:italic}._failureGrid_1ngrp_1105{display:flex;flex-direction:column;gap:.75rem}._failureItem_1ngrp_1117{display:flex;gap:1rem;padding:1rem;background:#fef2f2;border-radius:.5rem;border:1px solid #fecaca}._failureIcon_1ngrp_1135{flex-shrink:0;color:#ef4444}._failureDetails_1ngrp_1145{display:flex;flex-direction:column;gap:.25rem;flex:1}._failureUrl_1ngrp_1159{font-size:.85rem;font-family:Monaco,Courier New,monospace;color:#374151;margin:0;word-break:break-all}._failureReason_1ngrp_1175{font-size:.9rem;color:#991b1b;margin:0;font-weight:500}._failureStage_1ngrp_1189{font-size:.8rem;color:#64748b;margin:0}._actionButtons_1ngrp_1203{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}._refreshButton_1ngrp_485,._cancelButton_1ngrp_487{background:#fff;color:#475569;border:1px solid #d1d5db}._refreshButton_1ngrp_485:hover,._cancelButton_1ngrp_487:hover{background:#f9fafb;border-color:#9ca3af}._cancelButton_1ngrp_487{color:#ef4444;border-color:#fca5a5}._cancelButton_1ngrp_487:hover{background:#fef2f2;border-color:#ef4444}._closeResultsButton_1ngrp_489{background:#f3f4ff;color:#667eea;border:1px solid #c7d2fe}._closeResultsButton_1ngrp_489:hover{background:#e0e7ff}._viewModelButton_1ngrp_491{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._viewModelButton_1ngrp_491:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 640px){._modalContent_1ngrp_53{max-width:95%;max-height:95vh}._modalHeader_1ngrp_101,._modalBody_1ngrp_217{padding:1rem}._resultsGrid_1ngrp_893{grid-template-columns:repeat(2,1fr)}._imageGrid_1ngrp_971{grid-template-columns:repeat(3,1fr)}._actionButtons_1ngrp_1203{justify-content:stretch}._actionButtons_1ngrp_1203 button{flex:1}._headerTitle_1ngrp_117{gap:.5rem}._headerTitle_1ngrp_117 h2{font-size:1.25rem}}._container_87i6u_5{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_87i6u_17{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}._backButton_87i6u_43{display:flex;align-items:center;gap:.5rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:.75rem 1rem;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}._backButton_87i6u_43:hover{background:#f1f5f9;color:#334155;transform:translateY(-1px)}._headerActions_87i6u_85{display:flex;align-items:center;gap:1rem}._editButton_87i6u_97{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #667eea4d;text-decoration:none}._editButton_87i6u_97:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._deleteButton_87i6u_139{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}._deleteButton_87i6u_139:hover{background:#dc2626;transform:translateY(-2px)}._main_87i6u_177{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}._profileSection_87i6u_189{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;gap:2rem}._profileImagesContainer_87i6u_211{display:flex;gap:1.5rem;flex-shrink:0}._profileImageWrapper_87i6u_223{display:flex;flex-direction:column;gap:.75rem}._imageLabel_87i6u_235{font-size:.75rem;font-weight:600;color:#64748b;text-align:center;padding:.25rem;text-transform:uppercase;letter-spacing:.05em}._profileImage_87i6u_211{position:relative}._profileImage_87i6u_211 img{width:200px;height:266px;object-fit:cover;border-radius:1rem;box-shadow:0 8px 25px #00000026}._statusBadge_87i6u_279{position:absolute;top:1rem;right:1rem}._statusBadgeInfo_87i6u_291{margin:.25rem 0 .5rem;display:flex;align-items:center;gap:.5rem}._statusLabel_87i6u_305{font-size:1rem;font-weight:600;color:#2d3748}._status_87i6u_279{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-block}._status_87i6u_279._active_87i6u_337{background:#dcfce7;color:#166534}._status_87i6u_279._inactive_87i6u_347{background:#fef3c7;color:#92400e}._profileInfo_87i6u_357{display:flex;flex-direction:column;gap:.5rem}._modelName_87i6u_369{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._modelDetails_87i6u_391{display:flex;flex-direction:column;gap:1rem}._detail_87i6u_403{display:flex;align-items:center;gap:.75rem;color:#4a5568;font-size:1rem}._detail_87i6u_403 svg{color:#667eea;flex-shrink:0}._detail_87i6u_403 a{color:#667eea;text-decoration:none;transition:color .2s ease}._detail_87i6u_403 a:hover{color:#764ba2;text-decoration:underline}._detailLabel_87i6u_451{font-weight:600;color:#2d3748;min-width:120px}._bio_87i6u_463{margin-top:1rem}._bio_87i6u_463 h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}._bio_87i6u_463 p{color:#4a5568;line-height:1.6;margin:0}._gallerySection_87i6u_497{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}._galleryHeader_87i6u_513{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._galleryHeader_87i6u_513 h2{font-size:1.875rem;font-weight:600;color:#1a202c;margin:0}._galleryStats_87i6u_541{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:500}._galleryStats_87i6u_541 svg{color:#667eea}._mediaControls_87i6u_565{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}._mediaTypeToggle_87i6u_581{display:flex;gap:.5rem}._mediaTypeButton_87i6u_591{padding:.625rem 1.5rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}._mediaTypeButton_87i6u_591:hover{border-color:#667eea;color:#667eea}._mediaTypeButton_87i6u_591._active_87i6u_337{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}._imageTypeToggle_87i6u_637{display:flex;gap:.75rem}._toggleButton_87i6u_647{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}._toggleButton_87i6u_647:hover{border-color:#667eea;color:#667eea}._toggleButton_87i6u_647._active_87i6u_337{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}._galleryLoading_87i6u_693{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}._galleryLoading_87i6u_693 p{color:#64748b;font-size:1rem;font-weight:500}._spinner_87i6u_723{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:_spin_87i6u_723 .8s linear infinite}._photoGrid_87i6u_751{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}._photoItem_87i6u_763{position:relative;height:250px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}._photoItem_87i6u_763:hover{transform:translateY(-4px)}._photoItem_87i6u_763 img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s ease}._photoItem_87i6u_763:hover img{transform:scale(1.05)}._photoOverlay_87i6u_813{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}._photoItem_87i6u_763:hover ._photoOverlay_87i6u_813{opacity:1}._viewButton_87i6u_851,._deletePhotoButton_87i6u_853{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:.75rem;color:#fff;cursor:pointer;transition:all .2s ease}._viewButton_87i6u_851:hover{background:#ffffff4d;transform:scale(1.1)}._deletePhotoButton_87i6u_853:hover{background:#ef4444cc;transform:scale(1.1)}._photoDescription_87i6u_895{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:1rem;font-size:.875rem;line-height:1.4}._emptyGallery_87i6u_919{text-align:center;padding:4rem 2rem;color:#64748b}._emptyIcon_87i6u_931{width:4rem;height:4rem;color:#cbd5e1;margin-bottom:1rem}._emptyGallery_87i6u_919 h3{font-size:1.25rem;font-weight:600;color:#475569;margin:0 0 .5rem}._emptyGallery_87i6u_919 p{margin:0}._modal_87i6u_969{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContent_87i6u_997{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}._closeModal_87i6u_1015{position:absolute;top:-3rem;right:0;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:.5rem;color:#fff;cursor:pointer;transition:all .2s ease;z-index:1001}._closeModal_87i6u_1015:hover{background:#ffffff4d}._navButton_87i6u_1053{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:1rem;color:#fff;cursor:pointer;transition:all .2s ease;z-index:1001}._navButton_87i6u_1053:hover:not(:disabled){background:#ffffff4d;transform:translateY(-50%) scale(1.05)}._navButton_87i6u_1053:disabled{opacity:.3;cursor:not-allowed}._prevButton_87i6u_1103{left:-4rem}._nextButton_87i6u_1111{right:-4rem}._modalImage_87i6u_1119{max-width:100%;max-height:80vh;object-fit:contain;border-radius:1rem;box-shadow:0 20px 40px #0000004d}._modalInfo_87i6u_1135{margin-top:1rem;text-align:center;color:#fff}._photoCounter_87i6u_1147{font-size:.875rem;font-weight:500;opacity:.8;margin-bottom:.5rem;display:block}._modalDescription_87i6u_1163{font-size:1rem;line-height:1.5;max-width:600px;margin:0}._loadingState_87i6u_1179,._errorState_87i6u_1181{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}._loadingState_87i6u_1179 ._spinner_87i6u_723{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:_spin_87i6u_723 1s linear infinite;margin-bottom:1rem}@keyframes _spin_87i6u_723{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingState_87i6u_1179 p,._errorState_87i6u_1181 p{color:#64748b;font-size:1.1rem;margin-bottom:1rem}._errorState_87i6u_1181 h2{color:#ef4444;font-size:1.5rem;margin-bottom:.5rem}@media (max-width: 768px){._header_87i6u_17{flex-direction:column;gap:1rem;align-items:stretch}._headerActions_87i6u_85{justify-content:space-between}._profileSection_87i6u_189{grid-template-columns:1fr;gap:1.5rem;text-align:center}._profileImage_87i6u_211{justify-self:center}._profileImage_87i6u_211 img{width:250px;height:320px}._modelName_87i6u_369{font-size:2rem}._photoGrid_87i6u_751{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}._navButton_87i6u_1053{position:fixed;top:50%}._prevButton_87i6u_1103{left:1rem}._nextButton_87i6u_1111{right:1rem}._modalContent_87i6u_997{max-width:95vw;max-height:95vh}._modalImage_87i6u_1119{max-height:70vh}}@media (max-width: 480px){._main_87i6u_177{padding:1rem}._profileSection_87i6u_189,._gallerySection_87i6u_497{padding:1.5rem}._profileImage_87i6u_211 img{width:200px;height:260px}._modelName_87i6u_369{font-size:1.75rem}._photoGrid_87i6u_751{grid-template-columns:1fr 1fr;gap:.75rem}._galleryHeader_87i6u_513{flex-direction:column;gap:1rem;align-items:flex-start}._headerActions_87i6u_85{flex-direction:column;gap:.5rem}._editButton_87i6u_97,._deleteButton_87i6u_139{width:100%;justify-content:center}}._container_15vw4_5{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_15vw4_17{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;padding:1.5rem;display:flex;align-items:center;gap:1rem}._backButton_15vw4_37{display:flex;align-items:center;gap:.5rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:.75rem 1rem;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}._backButton_15vw4_37:hover:not(:disabled){background:#f1f5f9;color:#334155;transform:translateY(-1px)}._backButton_15vw4_37:disabled{opacity:.5;cursor:not-allowed}._title_15vw4_89{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 0 1rem}._main_15vw4_103{padding:2rem 1.5rem;max-width:900px;margin:0 auto}._content_15vw4_115{display:flex;gap:2rem}._formContainer_15vw4_125{flex:1;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}._formSection_15vw4_143{margin-bottom:2rem}._formSection_15vw4_143:last-of-type{margin-bottom:1rem}._label_15vw4_159{display:block;margin-bottom:.75rem}._label_15vw4_159 span{display:block;font-weight:600;color:#1a202c;margin-bottom:.25rem;font-size:1rem}._helperText_15vw4_185{color:#64748b;font-size:.875rem;margin:0}._input_15vw4_197{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;background:#fff;transition:all .2s ease;box-sizing:border-box}._input_15vw4_197:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._input_15vw4_197:disabled{background:#f8fafc;color:#9ca3af;cursor:not-allowed}._uploadArea_15vw4_243{position:relative;border:2px dashed #d1d5db;border-radius:.75rem;padding:2rem;text-align:center;background:#f9fafb;transition:all .2s ease;cursor:pointer}._uploadArea_15vw4_243:hover{border-color:#667eea;background:#f0f4ff}._fileInput_15vw4_275{display:none}._uploadLabel_15vw4_283{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;color:#475569}._uploadLabel_15vw4_283 svg{color:#667eea;transition:all .2s ease}._uploadArea_15vw4_243:hover ._uploadLabel_15vw4_283 svg{transform:scale(1.1);color:#764ba2}._uploadLabel_15vw4_283 span{font-weight:500;color:#1a202c}._uploadLabel_15vw4_283 small{color:#64748b;font-size:.75rem}._imageList_15vw4_341{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}._imageList_15vw4_341 h3{font-size:.95rem;font-weight:600;color:#1a202c;margin:0 0 1rem}._imageItems_15vw4_367{display:flex;flex-direction:column;gap:.75rem}._imageItem_15vw4_367{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .2s ease}._imageItem_15vw4_367:hover{background:#f3f4f6;border-color:#d1d5db}._thumbnail_15vw4_411{width:80px;height:80px;object-fit:cover;border-radius:.5rem;flex-shrink:0}._imageInfo_15vw4_427{flex:1;min-width:0}._imageName_15vw4_437{font-weight:500;color:#1a202c;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}._imageSize_15vw4_457{color:#64748b;font-size:.8rem;margin:0}._removeButton_15vw4_469{background:#fee2e2;color:#dc2626;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}._removeButton_15vw4_469:hover:not(:disabled){background:#fca5a5;color:#fff}._removeButton_15vw4_469:disabled{opacity:.5;cursor:not-allowed}._profilePicturePreview_15vw4_517{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}._profileThumbnail_15vw4_537{width:120px;height:120px;object-fit:cover;border-radius:.75rem;flex-shrink:0}._profileInfo_15vw4_553{flex:1;min-width:0}._errorMessage_15vw4_563{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:.75rem;color:#dc2626;margin-bottom:1.5rem;font-weight:500}._errorMessage_15vw4_563 svg{flex-shrink:0}._warningMessage_15vw4_597{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:.75rem;color:#92400e;margin-bottom:1.5rem;font-weight:500}._warningMessage_15vw4_597 svg{flex-shrink:0;margin-top:.25rem}._warningMessage_15vw4_597 strong{display:block;margin-bottom:.5rem;color:#78350f}._warningMessage_15vw4_597 p{margin:0;font-size:.875rem;font-weight:400;line-height:1.5}._buttonGroup_15vw4_659{display:flex;gap:1rem;margin-top:2rem}._submitButton_15vw4_671,._cancelButton_15vw4_673{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}._submitButton_15vw4_671{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}._submitButton_15vw4_671:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._submitButton_15vw4_671:disabled{opacity:.6;cursor:not-allowed}._cancelButton_15vw4_673{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}._cancelButton_15vw4_673:hover:not(:disabled){background:#f1f5f9;color:#334155}._cancelButton_15vw4_673:disabled{opacity:.5;cursor:not-allowed}._spinner_15vw4_767{animation:_spin_15vw4_767 1s linear infinite}@keyframes _spin_15vw4_767{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._infoBox_15vw4_785{margin-top:2rem;padding:1.5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;color:#1e40af}._infoBox_15vw4_785 h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#1e40af}._infoBox_15vw4_785 ol{margin:0;padding-left:1.5rem;line-height:1.8}._infoBox_15vw4_785 li{margin-bottom:.5rem}._infoBox_15vw4_785 code{background:#fff;padding:.25rem .5rem;border-radius:.375rem;font-family:Courier New,monospace;font-size:.85rem;color:#1f2937}._successContainer_15vw4_857{text-align:center;padding:3rem 2rem}._successIcon_15vw4_867{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1.5rem;animation:_scaleIn_15vw4_1 .5s ease-out}@keyframes _scaleIn_15vw4_1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}._successTitle_15vw4_915{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 2rem}._resultStats_15vw4_929{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}._statItem_15vw4_943{padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}._statValue_15vw4_957{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;height:2.5rem}._statValue_15vw4_957 svg{font-size:1.5rem}._statLabel_15vw4_987{color:#64748b;font-size:.9rem;font-weight:500}._resultSummary_15vw4_999{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1.5rem;text-align:left;margin-bottom:2rem;color:#1e40af}._resultSummary_15vw4_999 h3{font-size:1.1rem;font-weight:600;margin:0 0 1rem}._resultSummary_15vw4_999 p{margin:.75rem 0;font-size:.95rem}._actionButtons_15vw4_1041{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}._primaryButton_15vw4_1055,._secondaryButton_15vw4_1057{padding:.875rem 2rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}._primaryButton_15vw4_1055{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d;min-width:200px}._primaryButton_15vw4_1055:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}._secondaryButton_15vw4_1057{background:#f8fafc;color:#475569;border:1px solid #e2e8f0;min-width:150px}._secondaryButton_15vw4_1057:hover{background:#f1f5f9;color:#334155}@media (max-width: 768px){._header_15vw4_17{flex-direction:column;align-items:flex-start;gap:.75rem}._title_15vw4_89{margin-left:0;font-size:1.25rem}._main_15vw4_103{padding:1rem}._content_15vw4_115{flex-direction:column;gap:1rem}._formContainer_15vw4_125{padding:1.5rem}._imageItems_15vw4_367{max-height:300px;overflow-y:auto}._resultStats_15vw4_929{grid-template-columns:1fr}._actionButtons_15vw4_1041{flex-direction:column}._primaryButton_15vw4_1055,._secondaryButton_15vw4_1057{width:100%;min-width:unset}}@media (max-width: 480px){._header_15vw4_17{padding:1rem}._backButton_15vw4_37{width:100%;justify-content:center}._backButton_15vw4_37 span{display:none}._title_15vw4_89{font-size:1rem;flex:1;text-align:center}._formContainer_15vw4_125{padding:1rem}._uploadArea_15vw4_243{padding:1.5rem 1rem}._uploadLabel_15vw4_283 svg{width:28px;height:28px}._successIcon_15vw4_867{width:80px;height:80px}._successIcon_15vw4_867 svg{width:40px;height:40px}._successTitle_15vw4_915{font-size:1.5rem}._infoBox_15vw4_785{font-size:.85rem}._infoBox_15vw4_785 ol{padding-left:1.25rem}}
