.themefour_tools_card{background:#fff;border:1px solid #e9edf2;border-radius:20px;padding:1.8rem;margin-bottom:2rem}.themefour_tools_card h2{font-size:1.4rem;color:#09F;margin-bottom:1.2rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.themefour_tools_btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.8rem;border:none;border-radius:30px;font-family:inherit;font-weight:600;font-size:.95rem;cursor:pointer;transition:all 0.25s;background:#09F;color:#fff;margin:.3rem .2rem}.themefour_tools_btn:hover{background:#0082e0;transform:translateY(-2px);box-shadow:0 6px 14px rgb(9 153 255 / .3)}.themefour_tools_btn.accent{background:#fea000}.themefour_tools_btn.accent:hover{background:#e08d00;box-shadow:0 6px 14px rgb(254 160 0 / .35)}.themefour_tools_flex_btns{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.themefour_tools_upload_box{border:2px dashed #dce2ea;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:border 0.2s;background:#fafbfc;margin-bottom:1rem;display:block}.themefour_tools_upload_box:hover{border-color:#09F;background:#f0f7ff}.themefour_tools_upload_box input{display:none}.themefour_tools_preview{flex:1;min-width:200px;background:#f8fafe;border:1px solid #e0e0e0;border-radius:12px;padding:.5rem;text-align:center}div#title-convert{color:#fff;background:#fea000;margin:20px 0}div#title-org{margin:20px 0}.themefour_tools_preview img{max-width:100%;max-height:250px;object-fit:contain;border-radius:8px}.themefour_tools_preview .info{font-size:.85rem;color:#555;margin-top:.5rem}.themefour_tools_form_group{margin-bottom:1.2rem}.themefour_tools_form_group label{display:block;margin-bottom:.3rem;font-weight:600}.themefour_tools_input_small{padding:.4rem;border:2px solid #dce2ea;border-radius:8px;font-family:inherit;width:100px;text-align:center}.themefour_tools_select_small{padding:.4rem;border:2px solid #dce2ea;border-radius:8px;font-family:inherit;margin-right:.5rem}.themefour_tools_range{width:200px;margin:0 .5rem}.themefour_tools_option_row{display:flex;align-items:center;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.themefour_tools_quality_value{display:inline-block;width:40px;text-align:center;font-weight:600;color:#09F}.themefour_tools_color_input{width:50px;height:30px;padding:2px;border:1px solid #dce2ea;border-radius:6px;cursor:pointer}.themefour_tools_note{background:#fff3cd;border:1px solid #ffeeba;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;color:#856404;margin-top:1rem;display:flex;align-items:center;gap:.5rem}.themefour_tools_error_note{background:#ffe0e0;border:1px solid #faa;color:#a00}.themefour_tools_toast{background:#fff;color:#333;padding:.75rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px rgb(0 0 0 / .12);display:flex;align-items:center;gap:.6rem;font-family:inherit;font-size:.95rem;font-weight:500;pointer-events:auto;border:1px solid #e9edf2;direction:rtl;animation:toastFadeIn 0.35s cubic-bezier(.21,1.02,.73,1) forwards;margin-bottom:8px}.themefour_tools_toast.success{border-right:4px solid #2ecc71}.themefour_tools_toast.error{border-right:4px solid #e74c3c}@keyframes toastFadeIn{from{opacity:0;transform:translateY(15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.themefour_tools_toast.removing{animation:toastFadeOut 0.25s ease forwards}@keyframes toastFadeOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.98)}}