.imageResizerWorkspace{width:min(100%,980px);margin:0 auto}.resizerCard{background:var(--fo-theme-surface);border:1px solid var(--fo-theme-border);border-radius:22px;box-shadow:0 12px 35px rgba(25,29,40,.055);overflow:hidden}.resizerUpload{min-height:320px;margin:14px;border:1.5px dashed var(--fo-theme-border);border-radius:17px;background:var(--fo-theme-surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;cursor:pointer;transition:.18s ease}.resizerUpload.drag,.resizerUpload:hover{border-color:var(--fo-theme-accent);background:var(--fo-theme-accent-soft)}.resizerUpload:focus-visible{outline:3px solid var(--fo-theme-accent);outline-offset:3px;border-color:var(--fo-theme-accent)}.resizerUpload input{display:none}.resizerUploadIcon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:var(--fo-theme-accent-soft);color:var(--fo-theme-accent);font-size:24px;margin-bottom:14px}.resizerUpload strong{font-size:17px;color:var(--fo-theme-text)}.resizerUpload small,.resizerUpload span{margin-top:7px;color:var(--fo-theme-muted);font-size:12px}.resizerSummary{margin:14px;padding:14px;display:flex;align-items:center;gap:13px;border:1px solid var(--fo-theme-border);border-radius:15px;background:var(--fo-theme-surface-2)}.resizerThumb{width:58px;height:58px;border-radius:11px;overflow:hidden;background:var(--fo-theme-surface);flex:none}.resizerThumb img{width:100%;height:100%;object-fit:cover}.resizerFile{min-width:0;display:grid;grid-gap:4px;gap:4px}.resizerFile strong{font-size:13px;color:var(--fo-theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resizerFile span{font-size:11px;color:var(--fo-theme-muted)}.resizerChange{margin-left:auto;flex:none;min-height:40px;padding:8px 12px;border:1px solid var(--fo-theme-border);border-radius:9px;background:var(--fo-theme-surface);color:var(--fo-theme-text);font-size:11px;font-weight:750;cursor:pointer}.resizerChange:hover{border-color:var(--fo-theme-accent);color:var(--fo-theme-accent)}.resizerSettings{padding:22px 24px}.resizerHead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.resizerHead h2{margin:0;color:var(--fo-theme-text);font-size:20px;letter-spacing:-.03em}.resizerHead p{margin:5px 0 0;color:var(--fo-theme-muted);font-size:12px}.resizerInputs{display:grid;grid-template-columns:1fr 1fr 150px;grid-gap:10px;gap:10px}.resizerField{display:grid;grid-gap:7px;gap:7px;color:var(--fo-theme-muted);font-size:10px;font-weight:800;letter-spacing:.1em}.resizerField input,.resizerField select{width:100%;min-height:48px;border:1px solid var(--fo-theme-border);border-radius:10px;padding:10px 12px;background:var(--fo-theme-surface);color:var(--fo-theme-text);font-size:14px;font-weight:650;outline:none}.resizerField input:focus,.resizerField select:focus{border-color:var(--fo-theme-accent);box-shadow:0 0 0 4px rgba(112,87,215,.12)}.resizerRatio{display:flex;align-items:center;gap:9px;margin:15px 0 19px;color:var(--fo-theme-muted);font-size:12px}.resizerRatio input{accent-color:var(--fo-theme-accent)}.resizerSubmit{width:100%;min-height:48px;border:0;border-radius:11px;background:var(--fo-theme-text);color:var(--fo-theme-bg);font-size:12px;font-weight:800;cursor:pointer}.resizerSubmit:disabled{opacity:.4;cursor:not-allowed}.resizerResult{margin:0 24px 22px;padding:16px;border:1px solid var(--fo-theme-border);border-radius:14px;background:var(--fo-theme-surface-2)}.resizerResultTop{display:flex;align-items:center;justify-content:space-between;gap:15px}.resizerResultTop strong{font-size:13px;color:var(--fo-theme-text)}.resizerResultTop span{font-size:18px;font-weight:800;color:var(--fo-theme-accent)}.resizerDownload{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:11px;border-radius:10px;background:var(--fo-theme-text);color:var(--fo-theme-bg)!important;text-decoration:none;font-size:12px;font-weight:800}.resizerError{margin:0 24px 22px;padding:13px;border-radius:12px;background:#fff3f3;border:1px solid #eccaca;color:#a43a3a;font-size:12px;font-weight:700}.resizerPrivacy{padding:0 24px 22px;text-align:center;color:var(--fo-theme-muted);font-size:11px}.resizerPrivacy strong{color:var(--fo-theme-text)}html[data-theme=dark] .resizerCard{box-shadow:0 15px 40px rgba(0,0,0,.18)}html[data-theme=dark] .resizerError{background:#281719;border-color:#563034;color:#ff9d9d}@media(max-width:700px){.resizerInputs{grid-template-columns:1fr 1fr}.resizerInputs .resizerField:last-child{grid-column:1/-1}.resizerUpload{min-height:250px}.resizerSummary{align-items:flex-start}.resizerChange{margin-left:auto}}@media(max-width:480px){.resizerSettings{padding:18px}.resizerInputs{grid-template-columns:1fr}.resizerInputs .resizerField:last-child{grid-column:auto}.resizerSummary{margin:10px;padding:11px}.resizerThumb{width:48px;height:48px}.resizerFile strong{max-width:150px}.resizerSubmit{min-height:50px}.resizerResult{margin-left:18px;margin-right:18px}}