.peiwm-settings-wrap .peiwm-settings-header{background:#f9fafb;border-left:4px solid #2563eb;border-radius:8px;margin-bottom:24px;padding:20px}.peiwm-settings-wrap .peiwm-settings-header .description{color:#4b5563;font-size:14px;line-height:1.6;margin:0}.peiwm-settings-table{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.peiwm-settings-table th{background:#f9fafb;color:#111827;font-weight:600;padding:16px 20px;width:25%}.peiwm-settings-table td{background:#fff;padding:16px 20px}.peiwm-settings-table tr{border-bottom:1px solid #e5e7eb}.peiwm-settings-table tr:last-child{border-bottom:none}.peiwm-settings-table .description{color:#6b7280;font-size:13px;line-height:1.5;margin-top:8px}.peiwm-settings-table input[type=color]{border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;height:40px;transition:all .2s ease;width:60px}.peiwm-settings-table input[type=color]:hover{border-color:#2563eb}.peiwm-settings-table input[type=color]:disabled{cursor:not-allowed;opacity:.5}.peiwm-settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:24px;padding:24px}.peiwm-settings-section h2{color:#111827;font-size:18px;font-weight:600;margin:0 0 12px}.peiwm-settings-section .description{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 16px}.peiwm-tags-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:16px}.peiwm-tag-item{background:var(--bg-card);border:.5px solid var(--border);border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:12px 14px;transition:border-color .15s ease}.peiwm-tag-item:hover{border-color:var(--primary)}.peiwm-tag-code{align-items:center;background:#fff7ed;border:.5px solid var(--border-warm);border-radius:5px;color:#c2410c;display:inline-flex;font-family:Courier New,monospace;font-size:12px;font-weight:500;gap:5px;padding:3px 8px;width:fit-content}.peiwm-tag-desc{color:var(--text-muted);font-size:12px;line-height:1.4}.peiwm-test-email-form{align-items:center;display:flex;gap:12px;margin-top:16px}.peiwm-test-email-form input[type=email]{border:1px solid #d1d5db;border-radius:6px;flex:1;font-size:14px;max-width:400px;padding:8px 12px;transition:all .2s ease}.peiwm-test-email-form input[type=email]:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);outline:none}.peiwm-test-email-form input[type=email]:read-only{background:#f9fafb;cursor:not-allowed}.peiwm-button-group{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:32px;padding-top:24px}.peiwm-button-group .button{border-radius:6px;font-size:14px;font-weight:500;height:auto;padding:8px 24px;transition:all .2s ease}.peiwm-button-group .button-primary{background:#2563eb;border-color:#2563eb;box-shadow:0 1px 2px rgba(0,0,0,.05)}.peiwm-button-group .button-primary:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 2px 4px rgba(0,0,0,.1)}.peiwm-button-group .button-secondary{background:#fff;border-color:#d1d5db;color:#374151}.peiwm-button-group .button-secondary:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.peiwm-locked-section{opacity:.6;pointer-events:none;position:relative}.peiwm-pro-upgrade-overlay{align-items:center;border:2px dashed #e5e7eb;border-radius:8px;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;pointer-events:all;position:absolute;right:0;top:0;transition:all .3s ease;z-index:10}.peiwm-pro-upgrade-overlay:hover{border-color:#2563eb}.peiwm-pro-upgrade-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;gap:3px;letter-spacing:.4px;margin-left:6px;padding:10px 25px;transition:all .3s ease;vertical-align:middle;white-space:nowrap}.peiwm-pro-upgrade-overlay:hover .peiwm-pro-upgrade-badge{box-shadow:0 6px 16px rgba(37,99,235,.4);transform:scale(1.05)}.peiwm-notification{align-items:center;background:#fff;border-left:4px solid #f97316;border-radius:10px;box-shadow:0 10px 40px -4px rgba(0,0,0,.12),0 4px 12px -2px rgba(0,0,0,.06);display:flex;gap:12px;min-width:300px;opacity:0;padding:16px 20px;position:fixed;right:32px;top:32px;transform:translateX(420px);transition:all .35s cubic-bezier(.34,1.56,.64,1);z-index:100001}.peiwm-notification.peiwm-show{opacity:1;transform:translateX(0)}.peiwm-notification.peiwm-success{border-left-color:#f97316}.peiwm-notification.peiwm-success:before{align-items:center;background:#fff7ed;border:1.5px solid #fed7aa;border-radius:50%;color:#f97316;content:"✓";display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:26px;justify-content:center;width:26px}.peiwm-notification.peiwm-error{border-left-color:#ef4444}.peiwm-notification.peiwm-error:before{align-items:center;background:#fef2f2;border:1.5px solid #fecaca;border-radius:50%;color:#ef4444;content:"✕";display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:26px;justify-content:center;width:26px}