.tesoro-editor{margin:0 auto;max-width:1200px;padding:32px 20px 60px}.tesoro-editor__topbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.tesoro-editor__title{font-size:32px;line-height:1.2;margin:0}.tesoro-editor__back{color:#515568;font-weight:600;text-decoration:none}.tesoro-editor__form{display:grid;gap:28px}.tesoro-editor__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:8px}.field--full{grid-column:1/-1}.field input[type=text],.field select,.field textarea{border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;font:inherit;padding:12px;width:100%}.checkbox-field{align-self:end}.rich-editor{min-height:220px}.tesoro-editor__section-title{font-size:24px;margin:0}.tesoro-editor__image-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.image-field{display:grid;gap:8px}.dropzone-custom{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;min-height:240px;overflow:hidden;padding:12px;position:relative}.dropzone-custom.dz-started{padding:12px}.dropzone-custom .dz-message{border-radius:12px;color:#334155;display:grid;margin:0;place-items:center;text-align:center}.dropzone-custom__message{display:grid;gap:6px}.dropzone-custom__message strong{font-size:16px}.dropzone-custom__message span{color:#64748b;font-size:14px}.dropzone-custom .dz-preview{margin:0;min-height:214px;width:100%}.dropzone-custom .dz-preview .dz-image{background:#e2e8f0;border-radius:12px;height:214px;width:100%}.dropzone-custom .dz-preview .dz-image img{height:100%;object-fit:cover;width:100%}.dropzone-custom .dz-preview .dz-details{min-height:auto;padding:10px 0 0;text-align:left}.dropzone-custom .dz-preview .dz-filename,.dropzone-custom .dz-preview .dz-size{background:transparent;padding:0}.dropzone-custom .dz-preview .dz-remove{color:#dc2626;cursor:pointer;display:inline-flex;font-weight:600;margin-top:8px;text-decoration:none}.dropzone-custom .dz-preview .dz-error-message{bottom:8px;top:auto}.tesoro-editor__actions{display:flex;justify-content:flex-end}.btn{border:0;border-radius:10px;cursor:pointer;font:inherit;padding:12px 18px}.btn--primary{background:#111827;color:#fff}.tesoro-editor__empty{padding:40px 0}@media (max-width:991px){.tesoro-editor__grid{grid-template-columns:1fr}.tesoro-editor__image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.tesoro-editor__topbar{align-items:flex-start;flex-direction:column}.tesoro-editor__image-grid{grid-template-columns:1fr}}