@keyframes wr-modal-in{from{transform:scale(0.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes wr-spin{to{transform:rotate(360deg)}}@keyframes wr-img-spin{to{transform:rotate(360deg)}}#wr-el-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;color:#1a1d3b}#wr-el-overlay.wr-open{display:flex}#wr-el-modal{width:680px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden;animation:wr-modal-in .2s ease-out}.wr-panel-header{background:linear-gradient(72.43deg, #6624e3 39.5%, #e46be8 108.86%);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.wr-panel-header-left{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:-0.01em}.wr-panel-close{background:rgba(0,0,0,0);border:none;border-radius:8px;cursor:pointer;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background .15s;padding:0}.wr-panel-close:hover{background:hsla(0,0%,100%,.32)}.wr-panel-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.wr-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wr-mode-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:20px;border:1.5px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left}.wr-mode-card:hover{border-color:#6624e3;background:#faf5ff;transform:translateY(-1px);box-shadow:0 6px 16px rgba(102,36,227,.12)}.wr-mode-card__top{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:4px}.wr-mode-card__icon{display:flex;align-items:center;justify-content:center}.wr-mode-card__credits{display:inline-flex;align-items:center;gap:2px;font-size:11px;font-weight:600;color:#313131;line-height:1}.wr-mode-card__title{font-size:16px;font-weight:700;color:#1a1d3b;line-height:1.2}.wr-mode-card__desc{font-size:13px;color:#6b7280;line-height:1.45}.wr-note-box{font-size:13px;color:#6b7280;line-height:1.55;margin-top:6px}.wr-note-box strong{color:#6624e3;font-weight:700}.wr-panel-label{display:block;font-size:14px;font-weight:600;color:#1a1d3b;margin-bottom:6px;letter-spacing:0;line-height:1.3}.wr-panel-label span{font-weight:400;color:#313131}.wr-required{color:#dc2626;font-weight:400}.wr-panel-textarea{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.6;color:#1a1d3b;background:#fff;resize:vertical;outline:none;transition:border-color .15s;min-height:80px}.wr-panel-textarea:focus{border-color:#6624e3}.wr-panel-input{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;font-family:inherit;font-size:14px;color:#1a1d3b;background:#fff;outline:none;height:40px;line-height:1.4;transition:border-color .15s}.wr-panel-input:focus{border-color:#6624e3}.wr-panel-select{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:6px 32px 6px 12px;font-family:inherit;font-size:14px;color:#1a1d3b;background:#fff;outline:none;height:40px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2714%27 viewBox=%270 0 12 14%27 fill=%27none%27%3E%3Cpath d=%27M6 1.5L9.5 5.5H2.5L6 1.5Z%27 fill=%27%236b7280%27/%3E%3Cpath d=%27M6 12.5L2.5 8.5H9.5L6 12.5Z%27 fill=%27%236b7280%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 14px}.wr-panel-select:focus{border-color:#6624e3}.wr-panel-row{display:flex;gap:12px;width:100%}.wr-panel-row .wr-panel-col{flex:1;min-width:0}.wr-generate-btn-wrap{display:flex;justify-content:flex-end}.wr-generate-btn{padding:12px 32px;border-radius:10px;border:1.5px solid #6624e3;cursor:pointer;background:#fff;color:#6624e3;font-family:inherit;font-weight:600;font-size:14px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.wr-generate-btn:hover{background:#faf5ff}.wr-generate-btn:disabled{opacity:.55;cursor:not-allowed}.wr-back-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#6624e3;cursor:pointer;background:none;border:none;font-family:inherit;padding:0;margin-bottom:4px;transition:opacity .15s}.wr-back-link:hover{opacity:.7}.wr-header-back{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#fff;padding:0;margin-right:2px;transition:opacity .15s}.wr-header-back:hover{opacity:.7}.wr-form-title-row{display:flex;align-items:center;justify-content:space-between}.wr-form-title{font-size:22px;font-weight:700;color:#1a1d3b;margin:0;line-height:1.3}.wr-regenerate-btn{padding:10px 28px;border-radius:10px;border:1.5px solid #6624e3;cursor:pointer;background:#fff;color:#6624e3;font-family:inherit;font-weight:600;font-size:14px;line-height:1.2;transition:all .15s ease}.wr-regenerate-btn:hover{background:#faf5ff}.wr-regenerate-btn:disabled{opacity:.55;cursor:not-allowed}.wr-credit-note{font-size:13px;color:#1a1d3b;line-height:1.5}.wr-credit-note strong{color:#1a1d3b;font-weight:700}.wr-panel-textarea--prompt{min-height:60px}.wr-divider{height:1px;background:#f3f4f6;margin:4px 0}.wr-result-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.7;color:#1a1d3b;min-height:90px;max-height:220px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.wr-result-actions{display:flex;gap:10px;margin-top:12px}.wr-cancel-btn{flex:1;padding:12px 0;border-radius:10px;border:1px solid #e5e7eb;cursor:pointer;background:#fff;color:#374151;font-family:inherit;font-weight:600;font-size:14px;transition:all .15s}.wr-cancel-btn:hover{background:#f9fafb;border-color:#d1d5db}.wr-insert-btn{flex:1;padding:12px 0;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(72.43deg, #6624e3 39.5%, #e46be8 108.86%);color:#fff;font-family:inherit;font-weight:700;font-size:14px;transition:transform .15s}.wr-insert-btn:hover{transform:translateY(-1px)}.wr-error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px;color:#dc2626;font-size:13px;line-height:1.5}.wr-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(102,36,227,.25);border-top-color:#6624e3;border-radius:50%;animation:wr-spin .7s linear infinite}.wr-step{display:none}.wr-step.wr-active{display:flex;flex-direction:column;gap:14px}#wr-el-image-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;color:#1a1d3b}#wr-el-image-overlay.wr-open{display:flex}#wr-el-image-modal{width:680px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden;animation:wr-modal-in .2s ease-out}.wr-img-panel-header{background:linear-gradient(72.43deg, #6624e3 39.5%, #e46be8 108.86%);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.wr-img-panel-header-left{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:18px;letter-spacing:-0.01em}.wr-img-panel-close{background:rgba(0,0,0,0);border:none;border-radius:8px;cursor:pointer;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background .15s;padding:0}.wr-img-panel-close:hover{background:hsla(0,0%,100%,.32)}.wr-img-panel-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.wr-img-label{display:block;font-size:14px;font-weight:600;color:#1a1d3b;margin-bottom:6px;letter-spacing:0;line-height:1.3}.wr-img-label span{font-weight:400;color:#9ca3af}.wr-img-textarea{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.6;color:#1a1d3b;background:#fff;resize:vertical;outline:none;transition:border-color .15s;min-height:80px}.wr-img-textarea:focus{border-color:#6624e3}.wr-img-input{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;font-family:inherit;font-size:14px;color:#1a1d3b;background:#fff;outline:none;height:40px;transition:border-color .15s}.wr-img-input:focus{border-color:#6624e3}.wr-img-select{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:6px 32px 6px 12px;font-family:inherit;font-size:14px;color:#1a1d3b;background:#fff;outline:none;height:40px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2714%27 viewBox=%270 0 12 14%27 fill=%27none%27%3E%3Cpath d=%27M6 1.5L9.5 5.5H2.5L6 1.5Z%27 fill=%27%236b7280%27/%3E%3Cpath d=%27M6 12.5L2.5 8.5H9.5L6 12.5Z%27 fill=%27%236b7280%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 14px}.wr-img-select:focus{border-color:#6624e3}.wr-cselect{position:relative;width:100%}.wr-cselect-trigger{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;min-height:40px;background:#fff;color:#1a1d3b;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:inherit;font-size:14px;line-height:1.2;transition:border-color .15s,box-shadow .15s}.wr-cselect-trigger:focus{border-color:#6624e3;box-shadow:0 0 0 2px rgba(102,36,227,.12);outline:none}.wr-cselect-value{color:#1a1d3b;text-align:left}.wr-cselect-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.wr-cselect-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;display:none;max-height:220px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}.wr-cselect--open .wr-cselect-dropdown{display:block}.wr-cselect-option{padding:10px 12px;font-size:14px;line-height:1.35;color:#1a1d3b;cursor:pointer}.wr-cselect-option:hover{background:#f5f3ff}.wr-cselect-option--active{background:#f3eaff;color:#6624e3;font-weight:600}.wr-img-row{display:flex;gap:12px;width:100%}.wr-img-row .wr-img-col{flex:1;min-width:0}.wr-img-generate-btn-wrap{display:flex;justify-content:flex-end}.wr-img-generate-btn{padding:12px 32px;border-radius:10px;border:1.5px solid #6624e3;cursor:pointer;background:#fff;color:#6624e3;font-family:inherit;font-weight:600;font-size:14px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.wr-img-generate-btn:hover{background:#faf5ff}.wr-img-generate-btn:disabled{opacity:.55;cursor:not-allowed}.wr-img-divider{height:1px;background:#f3f4f6;margin:4px 0}.wr-img-error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px;color:#dc2626;font-size:13px;line-height:1.5}.wr-img-preview-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px;text-align:center}.wr-img-preview-box img{max-width:100%;border-radius:8px;display:block;margin:0 auto}.wr-img-insert-btn{width:100%;padding:12px 0;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(72.43deg, #6624e3 39.5%, #e46be8 108.86%);color:#fff;font-family:inherit;font-weight:700;font-size:14px;transition:transform .15s;margin-top:8px}.wr-img-insert-btn:hover{transform:translateY(-1px)}.wr-img-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(102,36,227,.25);border-top-color:#6624e3;border-radius:50%;animation:wr-img-spin .7s linear infinite}.wr-elementor-field{position:relative;display:flex;flex-direction:column;gap:4px;width:100% !important;box-sizing:border-box !important}.wr-elementor-field textarea{width:100% !important;box-sizing:border-box !important}.wr-elementor-trigger{display:inline-flex !important;align-items:center !important;gap:5px !important;padding:5px 10px !important;border-radius:6px !important;border:none !important;cursor:pointer !important;background:linear-gradient(72.43deg, #6624e3 39.5%, #e46be8 108.86%) !important;color:#fff !important;font-family:"Inter",-apple-system,sans-serif !important;font-size:11px !important;font-weight:600 !important;line-height:1 !important;transition:transform .15s ease,box-shadow .15s ease !important;align-self:flex-start !important;margin-top:3px !important;box-shadow:0 1px 4px rgba(102,36,227,.3) !important}.wr-elementor-trigger:hover{transform:translateY(-1px) !important;box-shadow:0 4px 14px rgba(102,36,227,.45) !important}.wr-elementor-trigger__icon{display:flex !important;align-items:center !important}.wr-elementor-trigger__label{white-space:nowrap !important}
