.styles_fullPage__cPUQk{min-height:100vh;color:#1E2A38;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:12rem 0 3rem;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#BCCCDC,#D9EAFD)}.styles_headerSection__YOsPu{text-align:center;padding:0 0 4rem;width:100%;max-width:1200px}.styles_mainTitle__d309U{font-size:3rem;font-weight:800;color:#1E2A38;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#1E2A38,#2A3A4A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles_mainSubtitle__n9jjg{font-size:1.25rem;color:#666;margin-bottom:0;font-weight:400;line-height:1.6}.styles_mainLayout__mDeSt{display:flex;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.styles_contentArea__cAhJ3{flex:1;display:flex;flex-direction:column;gap:2rem}.styles_toolSection__k8_Di{background:white;border-radius:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:2.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.styles_sectionTitle__xskpl{font-size:1.75rem;font-weight:700;color:#1E2A38;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid #d9eafd;position:relative}.styles_sectionTitle__xskpl:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#1E2A38,#2A3A4A);border-radius:2px}.styles_toolBody__igSho{width:100%;display:flex;flex-direction:column;align-items:center}.styles_inputWrapper__yQDxF{width:100%;position:relative;margin-bottom:2.5rem}.styles_uploadSection__womxA{margin-bottom:2rem}.styles_uploadArea__TEGEU{border:2px dashed #e1e5e9;border-radius:12px;padding:3rem 2rem;text-align:center;background:#f8fafc;cursor:pointer;transition:all .3s ease;position:relative}.styles_uploadArea__TEGEU:hover{border-color:#667eea;background:#f1f5f9}.styles_uploadArea__TEGEU.styles_dragOver___j_DZ{border-color:#667eea;background:#e8f2ff;transform:scale(1.02)}.styles_uploadIcon__RjbYa{font-size:3rem;color:#667eea;margin-bottom:1rem}.styles_uploadText__0JJGq{font-size:1.2rem;font-weight:600;color:#1E2A38;margin-bottom:.5rem}.styles_uploadSubtext__dO2UN{font-size:.9rem;color:#666;line-height:1.5}.styles_hiddenInput__vNIpe{display:none}.styles_imagePreview__d4KBq{margin-bottom:2rem;text-align:center}.styles_previewContainer__NHlMW{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.styles_previewItem__xr2Oc{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}.styles_previewLabel__qghNX{font-size:1rem;font-weight:600;color:#1E2A38;margin-bottom:1rem}.styles_previewImage__Hwv63{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.styles_settingsSection__Vnyi1{margin-bottom:2rem}.styles_settingsGrid__9UR4R{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.styles_settingGroup__a3Y_8{display:flex;flex-direction:column;gap:.5rem}.styles_label__xCynb{display:block;font-weight:600;color:#1E2A38;margin-bottom:.75rem;font-size:1rem}.styles_input__Eeo3k,.styles_select__FGRgk{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background:white;transition:all .3s ease;font-family:inherit}.styles_input__Eeo3k:focus,.styles_select__FGRgk:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.styles_settingDescription__1EHAb{font-size:.9rem;color:#666;font-style:italic;line-height:1.4}.styles_statsContainer__kDUTo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.styles_statItem__nQxy2{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center}.styles_statLabel__tVek4{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.styles_statValue__pgo_f{font-size:1.2rem;font-weight:600;color:#1E2A38}.styles_processButton__2QeJl{width:100%;max-width:300px;padding:1.25rem 2rem;background:linear-gradient(135deg,#1E2A38,#2d3748);color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 8px 25px rgba(30,42,56,.3);font-family:Inter,sans-serif;margin:0 auto}.styles_processButton__2QeJl:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px rgba(30,42,56,.4);background:linear-gradient(135deg,#2d3748,#1E2A38)}.styles_processButton__2QeJl:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 15px rgba(156,163,175,.2)}.styles_spinner__WqG6P{width:20px;height:20px;border:2px solid transparent;border-top-color:white;border-radius:50%;animation:styles_spin__qMloy 1s linear infinite}@keyframes styles_spin__qMloy{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_error__hFRUk{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.styles_resultSection__Ko2m1{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 24px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);margin-bottom:2rem}.styles_resultHeader__Dk7mT{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.styles_resultHeader__Dk7mT h3{color:#1E2A38;margin:0;font-size:1.5rem;font-weight:600}.styles_downloadActions__mu_U8{display:flex;gap:.5rem}.styles_downloadButton__hLH8Z,.styles_newImageButton__A03qP{background:#667eea;color:white;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.styles_downloadButton__hLH8Z:hover,.styles_newImageButton__A03qP:hover{background:#5a67d8;transform:translateY(-1px)}.styles_exampleContent__gBID0{background:white;border-radius:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:2.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);position:relative;overflow:hidden}.styles_exampleContent__gBID0 h3{font-size:1.5rem;font-weight:700;color:#1E2A38;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #d9eafd;position:relative}.styles_exampleContent__gBID0 h3:before{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#1E2A38,#2A3A4A);border-radius:2px}.styles_contentTags__vEL6i{display:flex;flex-direction:column;gap:1rem}.styles_contentTag__SvSBW{background:linear-gradient(135deg,#F8FAFC,#E8F2FF);border:1px solid #d9eafd;border-radius:1rem;padding:1.25rem;text-align:left;cursor:pointer;transition:all .3s ease;font-size:.95rem;line-height:1.5;color:#1E2A38;position:relative;overflow:hidden}.styles_contentTag__SvSBW:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.styles_contentTag__SvSBW:hover{background:linear-gradient(135deg,#E8F2FF,#D9EAFD);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#1E2A38}.styles_contentTag__SvSBW:hover:before{left:100%}.styles_sidebar__D4S90{width:300px;background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 24px rgba(0,0,0,.1);height:fit-content;position:sticky;top:2rem}.styles_sidebarSection__5gmV1{margin-bottom:2rem}.styles_sidebarTitle__Vl0Co{font-size:1.2rem;font-weight:700;color:#1E2A38;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f8f9fa}.styles_popularTools__R1u99,.styles_relatedTools__ezjEe{display:flex;flex-direction:column;gap:.5rem}.styles_popularTool__WI_Zh,.styles_relatedTool__xC9p2{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;text-decoration:none;color:#1E2A38;transition:all .3s ease}.styles_popularTool__WI_Zh:hover,.styles_relatedTool__xC9p2:hover{background:#f8f9fa;transform:translateX(5px)}.styles_popularToolIcon__oFIZu,.styles_relatedToolIcon__CqBQ2{font-size:1rem}.styles_popularToolName__PQDl5,.styles_relatedToolName___SR0M{font-size:.9rem;font-weight:500}.styles_categories__prZTE{display:flex;flex-direction:column;gap:.75rem}.styles_categoryLink__DD0SS{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;text-decoration:none;color:#1E2A38;transition:all .3s ease;background:linear-gradient(135deg,#F8FAFC,#E8F2FF);border:1px solid #d9eafd;font-weight:500}.styles_categoryLink__DD0SS:hover{background:linear-gradient(135deg,#E8F2FF,#D9EAFD);transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none;color:#1E2A38}.styles_categoryDot__rTrGi{color:#1E2A38;font-size:1.25rem;transition:transform .3s ease}.styles_categoryLink__DD0SS:hover .styles_categoryDot__rTrGi{transform:scale(1.2)}@media (max-width:1024px){.styles_mainLayout__mDeSt{flex-direction:column;gap:1.5rem}.styles_sidebar__D4S90{width:100%;position:static}.styles_previewContainer__NHlMW,.styles_settingsGrid__9UR4R{grid-template-columns:1fr}}@media (max-width:768px){.styles_mainTitle__d309U{font-size:2rem}.styles_mainSubtitle__n9jjg{font-size:1.1rem}.styles_contentArea__cAhJ3{gap:1.5rem}.styles_mainLayout__mDeSt{padding:0 1rem}.styles_settingsGrid__9UR4R{grid-template-columns:1fr}.styles_resultHeader__Dk7mT{flex-direction:column;align-items:flex-start}.styles_downloadActions__mu_U8{width:100%;justify-content:flex-start}}@media (max-width:600px){.styles_mainLayout__mDeSt{padding:0 .5rem}.styles_sidebar__D4S90{padding:1rem}.styles_sidebarTitle__Vl0Co{font-size:1.1rem}.styles_toolSection__k8_Di{padding:1.5rem}.styles_mainTitle__d309U{font-size:1.75rem}}