.peiwm-scheduled-exports-wrap{background:linear-gradient(135deg,#fefdf9,#fff7ed 50%,#fef3e2);border-radius:24px;box-shadow:0 20px 40px rgba(249,115,22,.15);margin:20px auto;max-width:1200px;padding:40px}.peiwm-scheduled-exports-wrap h1{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-background-clip:text;font-size:32px;font-weight:800;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.peiwm-scheduled-exports-wrap .description{color:#4a4a4a;font-size:16px;margin-bottom:2rem}.peiwm-settings-section{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9);border:2px solid rgba(249,115,22,.2);border-radius:16px;box-shadow:0 4px 6px -1px rgba(249,115,22,.1);margin-bottom:2rem;padding:2rem}.peiwm-settings-section h2{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin:0 0 1rem}.peiwm-toggle-switch{display:inline-block;height:34px;position:relative;width:60px}.peiwm-toggle-switch input{height:0;opacity:0;width:0}.peiwm-toggle-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.peiwm-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}input:checked+.peiwm-toggle-slider{background:linear-gradient(135deg,#f97316,#fb923c)}input:checked+.peiwm-toggle-slider:before{transform:translateX(26px)}.peiwm-next-run{background:rgba(249,115,22,.1);border-left:4px solid #f97316;border-radius:8px;margin-top:1rem;padding:1rem}.peiwm-frequency-options{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.peiwm-radio-label{align-items:flex-start;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:1.5rem;transition:all .3s ease}.peiwm-radio-label:hover{background:rgba(249,115,22,.05);border-color:#f97316}.peiwm-radio-label input[type=radio]{flex-shrink:0;margin:.25rem 1rem 0 0}.peiwm-radio-label input[type=radio]:checked+.peiwm-radio-text{color:#f97316}.peiwm-radio-text{display:flex;flex-direction:column;gap:.25rem}.peiwm-radio-text strong{font-size:1rem;font-weight:600}.peiwm-radio-text small{color:#6b7280;font-size:.875rem}.peiwm-export-types{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:1rem}.peiwm-checkbox-label{align-items:center;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}.peiwm-checkbox-label:hover{background:rgba(249,115,22,.05);border-color:#f97316}.peiwm-checkbox-label input[type=checkbox]{flex-shrink:0;margin:0 .75rem 0 0}.peiwm-checkbox-text{font-weight:500}.peiwm-storage-modes{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.peiwm-storage-mode-card{cursor:pointer;display:block;position:relative;transition:all .3s ease}.peiwm-storage-mode-card input[type=radio]{opacity:0;position:absolute}.peiwm-storage-mode-content{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.peiwm-storage-mode-card:hover .peiwm-storage-mode-content{border-color:#f97316;box-shadow:0 8px 16px rgba(249,115,22,.2);transform:translateY(-4px)}.peiwm-storage-mode-card.active .peiwm-storage-mode-content{background:rgba(249,115,22,.05);border-color:#f97316}.peiwm-storage-mode-card.disabled{cursor:not-allowed;opacity:.6}.peiwm-storage-mode-card.disabled .peiwm-storage-mode-content{background:#f9fafb}.peiwm-storage-mode-icon{font-size:3rem;margin-bottom:1rem}.peiwm-storage-mode-content h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.peiwm-storage-mode-content p{color:#6b7280;margin:0 0 1rem}.peiwm-storage-mode-badge{background:#10b981;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.peiwm-storage-mode-badge.coming-soon{background:#6b7280}.peiwm-storage-info-box{background:rgba(249,115,22,.05);border:1px solid rgba(249,115,22,.2);border-radius:12px;margin-top:1.5rem;padding:1.5rem}.peiwm-storage-info-box h3{font-size:1rem;font-weight:600;margin:0 0 .75rem}.peiwm-storage-path{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:block;font-family:Courier New,monospace;font-size:.875rem;padding:.75rem;word-break:break-all}.peiwm-backups-section{margin-top:3rem}.peiwm-backups-list{margin-top:1.5rem;min-height:200px}.peiwm-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem}.peiwm-loading-spinner{animation:spin 1s linear infinite;border:4px solid rgba(249,115,22,.2);border-radius:50%;border-top-color:#f97316;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.peiwm-backup-item{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.peiwm-backup-item:hover{border-color:#f97316;box-shadow:0 4px 8px rgba(249,115,22,.1)}.peiwm-backup-info{flex:1}.peiwm-backup-filename{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.5rem}.peiwm-backup-meta{color:#6b7280;display:flex;font-size:.875rem;gap:1.5rem}.peiwm-backup-actions{display:flex;gap:.5rem}.peiwm-backup-actions .button{font-size:.875rem;padding:.5rem 1rem}.peiwm-no-backups{color:#6b7280;padding:3rem;text-align:center}.peiwm-no-backups-icon{font-size:3rem;margin-bottom:1rem}@media (max-width:768px){.peiwm-scheduled-exports-wrap{padding:20px}.peiwm-export-types,.peiwm-frequency-options,.peiwm-storage-modes{grid-template-columns:1fr}.peiwm-backup-item{align-items:flex-start;flex-direction:column;gap:1rem}.peiwm-backup-actions{flex-direction:column;width:100%}.peiwm-backup-actions .button{width:100%}}.peiwm-pro-badge-large{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px;color:#fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-left:10px;padding:5px 15px;text-transform:uppercase;vertical-align:middle}.peiwm-pro-locked-feature{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9);border:2px solid rgba(249,115,22,.3);border-radius:24px;box-shadow:0 20px 40px rgba(249,115,22,.15);margin-top:30px;padding:60px 40px;position:relative;text-align:center}.peiwm-pro-locked-icon{animation:pulse 2s ease-in-out infinite;font-size:80px;margin-bottom:20px;opacity:.9}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.6}}.peiwm-pro-locked-feature h2{color:#f97316;font-size:32px;font-weight:700;margin-bottom:15px}.peiwm-pro-locked-feature>p{color:#4a4a4a;font-size:18px;margin-bottom:30px}.peiwm-pro-features-list{display:inline-block;list-style:none;margin:0 auto 40px;max-width:600px;padding:0;text-align:left}.peiwm-pro-features-list li{border-bottom:1px solid rgba(249,115,22,.2);color:#1a1a1a;font-size:16px;font-weight:500;padding:12px 0}.peiwm-pro-features-list li:last-child{border-bottom:none}.peiwm-pro-locked-feature .button-hero{background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:16px;box-shadow:0 4px 15px rgba(249,115,22,.4);color:#fff;font-size:18px;height:auto;padding:15px 40px;text-decoration:none;transition:all .3s ease}.peiwm-pro-locked-feature .button-hero:hover{box-shadow:0 8px 25px rgba(249,115,22,.6);color:#fff;transform:translateY(-3px)}