
.wsf-wrap{max-width:760px;margin:24px auto;padding:0 16px;font-family:inherit}
.wsf-form{position:relative;background:#fff;border:1px solid #d9d9e3;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.wsf-title{margin:0 0 20px;font-size:28px;line-height:1.2}
.wsf-field{margin-bottom:18px}
.wsf-field label{display:block;font-weight:600;margin-bottom:8px}
.wsf-field input[type="text"],.wsf-field input[type="url"],.wsf-field input[type="number"],.wsf-field select,.wsf-field textarea{width:100%;padding:12px 14px;border:1px solid #c8ced8;border-radius:12px;background:#fff;box-sizing:border-box}
.wsf-field textarea{resize:vertical;min-height:160px}
.wsf-help{margin-top:6px;font-size:13px;color:#6b7280}
.wsf-dropzone{position:relative;border:2px dashed #aeb7c5;border-radius:16px;padding:28px 18px;text-align:center;background:#f8fafc;cursor:pointer;transition:.2s ease}
.wsf-dropzone.is-dragover{border-color:#2563eb;background:#eff6ff}
.wsf-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.wsf-dropzone-title{font-size:18px;font-weight:700;margin-bottom:8px}
.wsf-dropzone-text{font-size:14px;color:#6b7280}
.wsf-preview-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:14px}
.wsf-preview-item{position:relative;border:1px solid #d7dce3;border-radius:14px;overflow:hidden;background:#fff;padding:8px}
.wsf-preview-item img{display:block;width:100%;height:100px;object-fit:cover;border-radius:10px}
.wsf-preview-name{display:block;margin-top:6px;font-size:12px;word-break:break-word}
.wsf-remove{margin-top:8px;width:100%;padding:8px;border:0;border-radius:10px;background:#111827;color:#fff;cursor:pointer}
.wsf-inline-error,.wsf-message{padding:12px 14px;border-radius:12px;margin-bottom:16px}
.wsf-inline-error,.wsf-message-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.wsf-message-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.wsf-checkbox{display:flex !important;gap:10px;align-items:flex-start;font-weight:400 !important}
.wsf-checkbox input{margin-top:3px}
.wsf-actions{margin-top:24px}
.wsf-submit{display:inline-flex;align-items:center;justify-content:center;min-width:240px;padding:14px 18px;border:0;border-radius:14px;background:#2563eb;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s ease, transform .2s ease}
.wsf-submit[disabled]{opacity:.65;cursor:not-allowed}
.wsf-loading-overlay{position:absolute;inset:0;background:rgba(15,23,42,.68);border-radius:16px;display:none;align-items:center;justify-content:center;padding:20px;z-index:20}
.wsf-loading-overlay.is-active{display:flex}
.wsf-loading-box{max-width:420px;background:#fff;color:#111827;border-radius:18px;padding:24px;text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.25)}
.wsf-spinner{width:54px;height:54px;border:5px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;margin:0 auto 16px;animation:wsf-spin .8s linear infinite}
.wsf-loading-title{font-size:22px;font-weight:800;margin-bottom:10px}
.wsf-loading-text{font-size:15px;line-height:1.5}
@keyframes wsf-spin{to{transform:rotate(360deg)}}

.wsf-honeypot{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important}
.wsf-preview-item-clear{display:flex;align-items:center;justify-content:center;min-height:60px}
