:root{--pf-v2-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pf-v2-page:#f4f7fb;--pf-v2-page-soft:#f8fafc;--pf-v2-surface:#fff;--pf-v2-surface-soft:#f8fafc;--pf-v2-surface-muted:#f1f5f9;--pf-v2-surface-hover:#f4f7fb;--pf-v2-border:#e2e8f0;--pf-v2-border-soft:#edf1f5;--pf-v2-border-strong:#cbd5e1;--pf-v2-text:#101828;--pf-v2-text-secondary:#475467;--pf-v2-text-muted:#667085;--pf-v2-text-soft:#98a2b3;--pf-v2-text-inverse:#fff;--pf-v2-primary:#1769e0;--pf-v2-primary-hover:#1158bf;--pf-v2-primary-soft:#eaf2ff;--pf-v2-primary-border:#bdd3f8;--pf-v2-success:#079455;--pf-v2-success-soft:#ecfdf3;--pf-v2-success-border:#abefc6;--pf-v2-warning:#dc6803;--pf-v2-warning-soft:#fffaeb;--pf-v2-warning-border:#fedf89;--pf-v2-danger:#d92d20;--pf-v2-danger-soft:#fef3f2;--pf-v2-danger-border:#fecdca;--pf-v2-purple:#6938ef;--pf-v2-purple-soft:#f4f3ff;--pf-v2-shadow-xs:0 1px 2px #1018280a;--pf-v2-shadow-sm:0 1px 3px #10182814, 0 1px 2px #1018280a;--pf-v2-shadow-md:0 8px 24px #10182814;--pf-v2-shadow-lg:0 18px 48px #1018281f;--pf-v2-radius-sm:8px;--pf-v2-radius-md:12px;--pf-v2-radius-lg:16px;--pf-v2-radius-xl:20px;--pf-v2-header-height:76px;--pf-v2-sidebar-width:360px;--pf-v2-transition:.16s ease}.pf-v2-campaign-editor,.pf-v2-campaign-editor *,.pf-v2-campaign-editor :before,.pf-v2-campaign-editor :after{box-sizing:border-box}.pf-v2-campaign-editor{background:radial-gradient(circle at top left, #1769e00f, transparent 32rem), var(--pf-v2-page);width:100%;min-height:100vh;color:var(--pf-v2-text);font-family:var(--pf-v2-font);position:relative;overflow:visible}.pf-v2-campaign-editor button,.pf-v2-campaign-editor input,.pf-v2-campaign-editor textarea{font:inherit}.pf-v2-campaign-editor button{-webkit-tap-highlight-color:transparent}.pf-v2-campaign-editor button:focus-visible,.pf-v2-campaign-editor input:focus-visible,.pf-v2-campaign-editor textarea:focus-visible{outline-offset:2px;outline:3px solid #1769e02e}.pf-v2-campaign-editor__workspace{grid-template-columns:minmax(0, 1fr) var(--pf-v2-sidebar-width);min-height:calc(100vh - var(--pf-v2-header-height));display:grid}.pf-v2-campaign-editor__main{min-width:0;padding:24px 28px 56px}.pf-v2-campaign-editor__toolbar{width:min(100%,980px);margin:0 auto 18px}.pf-v2-campaign-editor__document{flex-direction:column;gap:20px;width:min(100%,980px);margin:0 auto;display:flex}.pf-v2-campaign-editor__sidebar{border-left:1px solid var(--pf-v2-border-soft);min-width:0;padding:24px 24px 40px 0}.pf-v2-campaign-editor__sidebar>*{top:calc(var(--pf-v2-header-height) + 24px);position:sticky}.pf-v2-campaign-editor__loading-banner{z-index:100;border:1px solid var(--pf-v2-primary-border);max-width:min(420px,100vw - 32px);box-shadow:var(--pf-v2-shadow-lg);color:var(--pf-v2-text-secondary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:650;display:inline-flex;position:fixed;bottom:24px;right:24px}.pf-v2-campaign-editor__loading-spinner{border:2px solid #1769e033;border-top-color:var(--pf-v2-primary);border-radius:50%;flex:none;width:16px;height:16px;animation:.7s linear infinite pf-v2-spin}.pf-v2-editor-header{z-index:80;min-height:var(--pf-v2-header-height);box-shadow:var(--pf-v2-shadow-xs);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #e2e8f0eb;justify-content:space-between;align-items:center;gap:24px;padding:12px 24px;display:flex;position:sticky;top:0}.pf-v2-editor-header__left{align-items:center;gap:14px;min-width:0;display:flex}.pf-v2-editor-header__identity{min-width:0}.pf-v2-editor-header__eyebrow{color:var(--pf-v2-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:750;line-height:1.4;display:block}.pf-v2-editor-header__title-row{align-items:center;gap:10px;min-width:0;display:flex}.pf-v2-editor-header__title{max-width:min(46vw,620px);color:var(--pf-v2-text);letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:750;line-height:1.35;overflow:hidden}.pf-v2-editor-header__back,.pf-v2-editor-header__icon-button{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface);width:38px;height:38px;color:var(--pf-v2-text-secondary);cursor:pointer;transition:background var(--pf-v2-transition), border-color var(--pf-v2-transition), color var(--pf-v2-transition), box-shadow var(--pf-v2-transition), transform var(--pf-v2-transition);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.pf-v2-editor-header__back:hover:not(:disabled),.pf-v2-editor-header__icon-button:hover:not(:disabled){border-color:var(--pf-v2-border-strong);background:var(--pf-v2-surface-hover);color:var(--pf-v2-text);box-shadow:var(--pf-v2-shadow-xs);transform:translateY(-1px)}.pf-v2-editor-header__back svg,.pf-v2-editor-header__icon-button svg,.pf-v2-editor-header__copy-button svg,.pf-v2-editor-header__save-button svg{flex:none;width:18px;height:18px}.pf-v2-editor-header__status{border:1px solid #0000;border-radius:999px;flex:none;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:750;line-height:1.2;display:inline-flex}.pf-v2-editor-header__status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.pf-v2-editor-header__status--saved{border-color:var(--pf-v2-success-border);background:var(--pf-v2-success-soft);color:var(--pf-v2-success)}.pf-v2-editor-header__status--unsaved{border-color:var(--pf-v2-warning-border);background:var(--pf-v2-warning-soft);color:var(--pf-v2-warning)}.pf-v2-editor-header__status--working{border-color:var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);color:var(--pf-v2-primary)}.pf-v2-editor-header__status--working .pf-v2-editor-header__status-dot{animation:1.1s ease-in-out infinite pf-v2-pulse}.pf-v2-editor-header__status--error{border-color:var(--pf-v2-danger-border);background:var(--pf-v2-danger-soft);color:var(--pf-v2-danger)}.pf-v2-editor-header__actions{flex:none;align-items:center;gap:10px;display:flex}.pf-v2-editor-header__history-controls{align-items:center;gap:6px;display:flex}.pf-v2-editor-header__divider{background:var(--pf-v2-border);width:1px;height:26px;margin:0 2px}.pf-v2-editor-header__copy-button,.pf-v2-editor-header__save-button{cursor:pointer;min-height:40px;transition:background var(--pf-v2-transition), border-color var(--pf-v2-transition), color var(--pf-v2-transition), box-shadow var(--pf-v2-transition), transform var(--pf-v2-transition);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:750;display:inline-flex;position:relative}.pf-v2-editor-header__copy-button{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface);color:var(--pf-v2-text-secondary)}.pf-v2-editor-header__copy-button:hover:not(:disabled){border-color:var(--pf-v2-border-strong);background:var(--pf-v2-surface-hover);color:var(--pf-v2-text);transform:translateY(-1px)}.pf-v2-editor-header__save-button{border:1px solid var(--pf-v2-primary);background:var(--pf-v2-primary);color:var(--pf-v2-text-inverse);box-shadow:0 1px 2px #1769e033,0 6px 16px #1769e029}.pf-v2-editor-header__save-button:hover:not(:disabled){border-color:var(--pf-v2-primary-hover);background:var(--pf-v2-primary-hover);transform:translateY(-1px);box-shadow:0 2px 4px #1769e038,0 9px 20px #1769e033}.pf-v2-editor-header__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex:none;width:16px;height:16px;animation:.7s linear infinite pf-v2-spin}.pf-v2-editor-header__unsaved-indicator{border:1.5px solid var(--pf-v2-primary);background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.pf-v2-editor-header button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none;transform:none}.pf-v2-rewrite-toolbar{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-lg);width:100%;box-shadow:var(--pf-v2-shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;align-items:center;gap:10px;padding:10px;display:flex}.pf-v2-rewrite-toolbar__primary,.pf-v2-rewrite-toolbar__main-action{border:1px solid var(--pf-v2-primary);background:var(--pf-v2-primary);color:#fff;cursor:pointer;min-height:42px;transition:background var(--pf-v2-transition), box-shadow var(--pf-v2-transition), transform var(--pf-v2-transition);border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:13px;font-weight:750;display:inline-flex;box-shadow:0 5px 14px #1769e029}.pf-v2-rewrite-toolbar__primary:hover:not(:disabled),.pf-v2-rewrite-toolbar__main-action:hover:not(:disabled){background:var(--pf-v2-primary-hover);transform:translateY(-1px);box-shadow:0 7px 18px #1769e038}.pf-v2-rewrite-toolbar__actions,.pf-v2-rewrite-toolbar__group,.pf-v2-rewrite-toolbar__scroll{scrollbar-width:none;flex:1;align-items:center;gap:7px;min-width:0;display:flex;overflow-x:auto}.pf-v2-rewrite-toolbar__actions::-webkit-scrollbar{display:none}.pf-v2-rewrite-toolbar__group::-webkit-scrollbar{display:none}.pf-v2-rewrite-toolbar__scroll::-webkit-scrollbar{display:none}.pf-v2-rewrite-toolbar__button,.pf-v2-rewrite-toolbar__action{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface);min-height:38px;color:var(--pf-v2-text-secondary);white-space:nowrap;cursor:pointer;transition:background var(--pf-v2-transition), border-color var(--pf-v2-transition), color var(--pf-v2-transition), transform var(--pf-v2-transition);border-radius:9px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:650;display:inline-flex}.pf-v2-rewrite-toolbar__button:hover:not(:disabled),.pf-v2-rewrite-toolbar__action:hover:not(:disabled){border-color:var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);color:var(--pf-v2-primary);transform:translateY(-1px)}.pf-v2-rewrite-toolbar__button svg,.pf-v2-rewrite-toolbar__action svg,.pf-v2-rewrite-toolbar__primary svg,.pf-v2-rewrite-toolbar__main-action svg{flex:none;width:16px;height:16px}.pf-v2-rewrite-toolbar__divider{background:var(--pf-v2-border);flex:none;width:1px;height:26px}.pf-v2-rewrite-toolbar__context,.pf-v2-rewrite-toolbar__focus-label{background:var(--pf-v2-surface-muted);color:var(--pf-v2-text-muted);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:750;display:inline-flex}.pf-v2-rewrite-toolbar button:disabled{cursor:not-allowed;opacity:.42}.pf-v2-headline-editor,.pf-v2-body-editor{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-xl);background:var(--pf-v2-surface);box-shadow:var(--pf-v2-shadow-sm);transition:border-color var(--pf-v2-transition), box-shadow var(--pf-v2-transition);position:relative}.pf-v2-headline-editor:hover,.pf-v2-body-editor:hover{border-color:var(--pf-v2-border-strong)}.pf-v2-headline-editor:focus-within,.pf-v2-body-editor--focused{border-color:var(--pf-v2-primary-border);box-shadow:0 0 0 4px #1769e012, var(--pf-v2-shadow-md)}.pf-v2-headline-editor--invalid,.pf-v2-body-editor--invalid{border-color:var(--pf-v2-danger-border)}.pf-v2-headline-editor__header,.pf-v2-body-editor__header{justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex}.pf-v2-headline-editor__heading,.pf-v2-body-editor__heading{align-items:flex-start;gap:13px;min-width:0;display:flex}.pf-v2-headline-editor__step,.pf-v2-body-editor__step{border:1px solid var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);width:32px;height:32px;color:var(--pf-v2-primary);letter-spacing:.04em;border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.pf-v2-headline-editor__heading-copy,.pf-v2-body-editor__heading-copy{min-width:0}.pf-v2-headline-editor__label,.pf-v2-body-editor__label{color:var(--pf-v2-text);margin-bottom:4px;font-size:15px;font-weight:750;line-height:1.35;display:block}.pf-v2-headline-editor__description,.pf-v2-body-editor__description{max-width:620px;color:var(--pf-v2-text-muted);margin:0;font-size:12.5px;line-height:1.55}.pf-v2-headline-editor__meta,.pf-v2-body-editor__meta{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.pf-v2-headline-editor__quality,.pf-v2-body-editor__quality{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:750;line-height:1.2;display:inline-flex}.pf-v2-headline-editor__quality-dot,.pf-v2-body-editor__quality-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.pf-v2-headline-editor__quality--neutral,.pf-v2-body-editor__quality--neutral{border-color:var(--pf-v2-border);background:var(--pf-v2-surface-muted);color:var(--pf-v2-text-muted)}.pf-v2-headline-editor__quality--success,.pf-v2-body-editor__quality--success{border-color:var(--pf-v2-success-border);background:var(--pf-v2-success-soft);color:var(--pf-v2-success)}.pf-v2-headline-editor__quality--warning,.pf-v2-body-editor__quality--warning{border-color:var(--pf-v2-warning-border);background:var(--pf-v2-warning-soft);color:var(--pf-v2-warning)}.pf-v2-headline-editor__quality--danger,.pf-v2-body-editor__quality--danger{border-color:var(--pf-v2-danger-border);background:var(--pf-v2-danger-soft);color:var(--pf-v2-danger)}.pf-v2-headline-editor__count,.pf-v2-body-editor__character-count{color:var(--pf-v2-text-soft);white-space:nowrap;font-size:11px;font-weight:700}.pf-v2-headline-editor__count--danger,.pf-v2-body-editor__character-count--danger{color:var(--pf-v2-danger)}.pf-v2-headline-editor__surface{border:1px solid var(--pf-v2-border-soft);border-radius:var(--pf-v2-radius-lg);background:var(--pf-v2-page-soft);margin:0 24px 22px;position:relative;overflow:hidden}.pf-v2-headline-editor__input{resize:none;width:100%;min-height:84px;color:var(--pf-v2-text);letter-spacing:-.035em;background:0 0;border:0;padding:22px 22px 16px;font-size:clamp(22px,2.3vw,31px);font-weight:760;line-height:1.25;display:block;overflow:hidden}.pf-v2-headline-editor__input::placeholder{color:#b4bdca}.pf-v2-headline-editor__input:focus{outline:none}.pf-v2-headline-editor__footer,.pf-v2-body-editor__footer{border-top:1px solid var(--pf-v2-border-soft);background:#ffffffb3;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;display:flex}.pf-v2-headline-editor__guidance,.pf-v2-body-editor__guidance{min-width:0;color:var(--pf-v2-text-muted);align-items:center;gap:8px;font-size:11.5px;line-height:1.45;display:flex}.pf-v2-headline-editor__guidance svg,.pf-v2-body-editor__guidance svg{flex:none;width:16px;height:16px}.pf-v2-headline-editor__remaining,.pf-v2-body-editor__remaining{color:var(--pf-v2-text-soft);white-space:nowrap;flex:none;font-size:11px;font-weight:700}.pf-v2-headline-editor__remaining--warning{color:var(--pf-v2-warning)}.pf-v2-headline-editor__remaining--danger,.pf-v2-body-editor--invalid .pf-v2-body-editor__remaining{color:var(--pf-v2-danger)}.pf-v2-headline-editor__shortcut{color:var(--pf-v2-text-soft);justify-content:flex-end;align-items:center;gap:7px;padding:0 24px 18px;font-size:11px;display:flex}.pf-v2-headline-editor__shortcut-key,.pf-v2-body-editor__shortcut-key{border:1px solid var(--pf-v2-border);border-bottom-color:var(--pf-v2-border-strong);background:var(--pf-v2-surface);min-width:26px;min-height:22px;box-shadow:0 1px 0 var(--pf-v2-border);color:var(--pf-v2-text-muted);border-radius:6px;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:750;display:inline-flex}.pf-v2-body-editor__surface{border:1px solid var(--pf-v2-border-soft);border-radius:var(--pf-v2-radius-lg);background:var(--pf-v2-page-soft);margin:0 24px 18px;overflow:hidden}.pf-v2-body-editor__controls{border-bottom:1px solid var(--pf-v2-border-soft);background:#ffffffb8;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:7px 9px;display:flex}.pf-v2-body-editor__control-group{align-items:center;gap:6px;display:flex}.pf-v2-body-editor__control{min-height:32px;color:var(--pf-v2-text-muted);cursor:pointer;transition:background var(--pf-v2-transition), border-color var(--pf-v2-transition), color var(--pf-v2-transition);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.pf-v2-body-editor__control:hover:not(:disabled){border-color:var(--pf-v2-border);background:var(--pf-v2-surface);color:var(--pf-v2-text)}.pf-v2-body-editor__control--quiet{color:var(--pf-v2-text-soft)}.pf-v2-body-editor__control svg{flex:none;width:15px;height:15px}.pf-v2-body-editor__control:disabled{cursor:not-allowed;opacity:.4}.pf-v2-body-editor__canvas{background:var(--pf-v2-surface);position:relative}.pf-v2-body-editor__input{resize:none;width:100%;min-height:360px;color:var(--pf-v2-text);letter-spacing:-.005em;background:0 0;border:0;padding:24px;font-size:15px;font-weight:450;line-height:1.78;display:block;overflow:hidden}.pf-v2-body-editor__input::placeholder{color:#aeb8c6}.pf-v2-body-editor__input:focus{outline:none}.pf-v2-body-editor__statistics{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:8px;padding:0 24px 22px;display:grid}.pf-v2-body-editor__stat{border:1px solid var(--pf-v2-border-soft);background:var(--pf-v2-surface-soft);border-radius:10px;min-width:0;padding:10px 12px}.pf-v2-body-editor__stat span{color:var(--pf-v2-text-soft);letter-spacing:.03em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.pf-v2-body-editor__stat strong{color:var(--pf-v2-text-secondary);font-size:13px;font-weight:750}.pf-v2-body-editor__shortcut{color:var(--pf-v2-text-soft);white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;padding-left:8px;font-size:10.5px;display:flex}.pf-v2-body-editor__shortcut-plus{color:var(--pf-v2-text-soft)}.pf-v2-headline-editor__loading,.pf-v2-body-editor__loading{z-index:5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffe0;flex-direction:column;gap:12px;padding:24px;display:flex;position:absolute;inset:0}.pf-v2-headline-editor__loading{justify-content:center}.pf-v2-headline-editor__loading-line,.pf-v2-body-editor__loading-line{background:linear-gradient(90deg,#edf1f5 0%,#f8fafc 45%,#edf1f5 100%) 0 0/200% 100%;border-radius:999px;width:100%;height:13px;animation:1.35s linear infinite pf-v2-shimmer;display:block}.pf-v2-headline-editor__loading-line{height:20px}.pf-v2-headline-editor__loading-line--short,.pf-v2-body-editor__loading-line--short{width:54%}.pf-v2-body-editor__loading-line--medium{width:76%}.pf-v2-campaign-insights{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-xl);background:var(--pf-v2-surface);box-shadow:var(--pf-v2-shadow-sm);overflow:hidden}.pf-v2-campaign-insights__header{border-bottom:1px solid var(--pf-v2-border-soft);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 16px;display:flex}.pf-v2-campaign-insights__eyebrow{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.pf-v2-campaign-insights__title{color:var(--pf-v2-text);letter-spacing:-.025em;margin:0;font-size:17px;font-weight:760}.pf-v2-campaign-insights__live{border:1px solid var(--pf-v2-success-border);background:var(--pf-v2-success-soft);color:var(--pf-v2-success);border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.pf-v2-campaign-insights__live-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.25s ease-in-out infinite pf-v2-pulse}.pf-v2-campaign-insights__score{align-items:center;gap:16px;padding:20px;display:flex}.pf-v2-campaign-insights__score-ring{flex:none;width:86px;height:86px;position:relative}.pf-v2-campaign-insights__score-ring svg{width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.pf-v2-campaign-insights__score-ring-track,.pf-v2-campaign-insights__score-ring-progress{fill:none;stroke-width:3.2px}.pf-v2-campaign-insights__score-ring-track{stroke:var(--pf-v2-surface-muted)}.pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-primary);stroke-linecap:round;transition:stroke-dasharray .32s}.pf-v2-campaign-insights__score-ring--excellent .pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-success)}.pf-v2-campaign-insights__score-ring--good .pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-primary)}.pf-v2-campaign-insights__score-ring--fair .pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-warning)}.pf-v2-campaign-insights__score-ring--weak .pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-danger)}.pf-v2-campaign-insights__score-ring--empty .pf-v2-campaign-insights__score-ring-progress{stroke:var(--pf-v2-border-strong)}.pf-v2-campaign-insights__score-value{justify-content:center;align-items:baseline;padding-top:30px;display:flex;position:absolute;inset:0}.pf-v2-campaign-insights__score-value strong{color:var(--pf-v2-text);letter-spacing:-.04em;font-size:22px;font-weight:800}.pf-v2-campaign-insights__score-value span{color:var(--pf-v2-text-soft);font-size:9px;font-weight:700}.pf-v2-campaign-insights__score-copy{min-width:0}.pf-v2-campaign-insights__score-copy strong{color:var(--pf-v2-text);margin-bottom:5px;font-size:13px;font-weight:750;line-height:1.4;display:block}.pf-v2-campaign-insights__score-copy p{color:var(--pf-v2-text-muted);margin:0;font-size:11.5px;line-height:1.55}.pf-v2-campaign-insights__quick-stats{border:1px solid var(--pf-v2-border-soft);background:var(--pf-v2-border-soft);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 20px 18px;display:grid;overflow:hidden}.pf-v2-campaign-insights__quick-stat{background:var(--pf-v2-surface-soft);text-align:center;min-width:0;padding:11px 8px}.pf-v2-campaign-insights__quick-stat span{color:var(--pf-v2-text-soft);letter-spacing:.03em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:750;display:block}.pf-v2-campaign-insights__quick-stat strong{color:var(--pf-v2-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;display:block;overflow:hidden}.pf-v2-campaign-insights__metrics{flex-direction:column;gap:15px;padding:0 20px 20px;display:flex}.pf-v2-campaign-insights__metric{min-width:0}.pf-v2-campaign-insights__metric-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.pf-v2-campaign-insights__metric-header>div:first-child{min-width:0}.pf-v2-campaign-insights__metric-label{color:var(--pf-v2-text-secondary);margin-bottom:2px;font-size:11.5px;font-weight:750;display:block}.pf-v2-campaign-insights__metric-description{color:var(--pf-v2-text-soft);font-size:9.5px;line-height:1.35;display:block}.pf-v2-campaign-insights__metric-value{flex:none;align-items:center;gap:6px;display:flex}.pf-v2-campaign-insights__metric-value strong{color:var(--pf-v2-text-secondary);font-size:11px;font-weight:800}.pf-v2-campaign-insights__metric-status{white-space:nowrap;border-radius:999px;padding:3px 6px;font-size:8.5px;font-weight:800;display:inline-flex}.pf-v2-campaign-insights__metric-status--excellent{background:var(--pf-v2-success-soft);color:var(--pf-v2-success)}.pf-v2-campaign-insights__metric-status--good{background:var(--pf-v2-primary-soft);color:var(--pf-v2-primary)}.pf-v2-campaign-insights__metric-status--fair{background:var(--pf-v2-warning-soft);color:var(--pf-v2-warning)}.pf-v2-campaign-insights__metric-status--weak{background:var(--pf-v2-danger-soft);color:var(--pf-v2-danger)}.pf-v2-campaign-insights__metric-status--empty{background:var(--pf-v2-surface-muted);color:var(--pf-v2-text-soft)}.pf-v2-campaign-insights__metric-track{background:var(--pf-v2-surface-muted);border-radius:999px;height:6px;overflow:hidden}.pf-v2-campaign-insights__metric-progress{border-radius:inherit;background:var(--pf-v2-primary);height:100%;transition:width .32s;display:block}.pf-v2-campaign-insights__metric-progress--excellent{background:var(--pf-v2-success)}.pf-v2-campaign-insights__metric-progress--good{background:var(--pf-v2-primary)}.pf-v2-campaign-insights__metric-progress--fair{background:var(--pf-v2-warning)}.pf-v2-campaign-insights__metric-progress--weak{background:var(--pf-v2-danger)}.pf-v2-campaign-insights__metric-progress--empty{background:var(--pf-v2-border-strong)}.pf-v2-campaign-insights__recommendation{border:1px solid var(--pf-v2-primary-border);background:linear-gradient(135deg,#eaf2fff5,#f4f3ffc2);border-radius:12px;gap:12px;margin:0 20px 20px;padding:14px;display:flex}.pf-v2-campaign-insights__recommendation-icon{background:var(--pf-v2-surface);width:30px;height:30px;box-shadow:var(--pf-v2-shadow-xs);color:var(--pf-v2-primary);border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.pf-v2-campaign-insights__recommendation-icon svg{width:17px;height:17px}.pf-v2-campaign-insights__recommendation-copy{min-width:0}.pf-v2-campaign-insights__recommendation-copy>span{color:var(--pf-v2-primary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.pf-v2-campaign-insights__recommendation-copy strong{color:var(--pf-v2-text);margin-bottom:4px;font-size:11.5px;font-weight:750;line-height:1.35;display:block}.pf-v2-campaign-insights__recommendation-copy p{color:var(--pf-v2-text-muted);margin:0;font-size:10.5px;line-height:1.5}.pf-v2-campaign-insights__footer{border-top:1px solid var(--pf-v2-border-soft);background:var(--pf-v2-surface-soft);color:var(--pf-v2-text-soft);align-items:center;gap:8px;padding:12px 20px;font-size:9.5px;line-height:1.4;display:flex}.pf-v2-campaign-insights__footer svg{flex:none;width:14px;height:14px}[data-theme=dark],.dark{--pf-v2-page:#0b1018;--pf-v2-page-soft:#101722;--pf-v2-surface:#111923;--pf-v2-surface-soft:#151f2c;--pf-v2-surface-muted:#1b2635;--pf-v2-surface-hover:#1a2634;--pf-v2-border:#263244;--pf-v2-border-soft:#1f2a39;--pf-v2-border-strong:#364459;--pf-v2-text:#f3f6fa;--pf-v2-text-secondary:#c8d1de;--pf-v2-text-muted:#97a5b7;--pf-v2-text-soft:#708095;--pf-v2-primary:#5b9df5;--pf-v2-primary-hover:#75adf6;--pf-v2-primary-soft:#3882e229;--pf-v2-primary-border:#5b9df561;--pf-v2-success:#47cd89;--pf-v2-success-soft:#07945524;--pf-v2-success-border:#47cd894d;--pf-v2-warning:#fdb022;--pf-v2-warning-soft:#dc680326;--pf-v2-warning-border:#fdb02252;--pf-v2-danger:#f97066;--pf-v2-danger-soft:#d92d2026;--pf-v2-danger-border:#f9706652;--pf-v2-shadow-xs:0 1px 2px #0003;--pf-v2-shadow-sm:0 6px 18px #0000002e;--pf-v2-shadow-md:0 12px 34px #00000047;--pf-v2-shadow-lg:0 22px 56px #0000005c}[data-theme=dark] .pf-v2-editor-header,.dark .pf-v2-editor-header{background:#111923e6;border-bottom-color:#263244e6}[data-theme=dark] .pf-v2-rewrite-toolbar,.dark .pf-v2-rewrite-toolbar,[data-theme=dark] .pf-v2-campaign-editor__loading-banner,.dark .pf-v2-campaign-editor__loading-banner{background:#111923eb}[data-theme=dark] .pf-v2-headline-editor__footer,.dark .pf-v2-headline-editor__footer,[data-theme=dark] .pf-v2-body-editor__footer,.dark .pf-v2-body-editor__footer,[data-theme=dark] .pf-v2-body-editor__controls,.dark .pf-v2-body-editor__controls{background:#111923ad}[data-theme=dark] .pf-v2-headline-editor__input::placeholder,.dark .pf-v2-headline-editor__input::placeholder,[data-theme=dark] .pf-v2-body-editor__input::placeholder,.dark .pf-v2-body-editor__input::placeholder{color:#536276}[data-theme=dark] .pf-v2-editor-header__unsaved-indicator,.dark .pf-v2-editor-header__unsaved-indicator{background:var(--pf-v2-surface)}[data-theme=dark] .pf-v2-headline-editor__loading,.dark .pf-v2-headline-editor__loading,[data-theme=dark] .pf-v2-body-editor__loading,.dark .pf-v2-body-editor__loading{background:#111923e6}[data-theme=dark] .pf-v2-headline-editor__loading-line,.dark .pf-v2-headline-editor__loading-line,[data-theme=dark] .pf-v2-body-editor__loading-line,.dark .pf-v2-body-editor__loading-line{background:linear-gradient(90deg,#1d2938 0%,#283648 45%,#1d2938 100%) 0 0/200% 100%}[data-theme=dark] .pf-v2-campaign-insights__recommendation,.dark .pf-v2-campaign-insights__recommendation{background:linear-gradient(135deg,#3882e229,#6938ef1a)}@media (max-width:1180px){:root{--pf-v2-sidebar-width:320px}.pf-v2-campaign-editor__main{padding-left:22px;padding-right:22px}.pf-v2-campaign-editor__sidebar{padding-right:18px}.pf-v2-editor-header__title{max-width:34vw}.pf-v2-body-editor__statistics{grid-template-columns:repeat(4,minmax(0,1fr))}.pf-v2-body-editor__shortcut{grid-column:1/-1;justify-content:flex-end;padding-top:4px}}@media (max-width:980px){.pf-v2-campaign-editor__workspace{display:block}.pf-v2-campaign-editor__main{padding:20px 20px 28px}.pf-v2-campaign-editor__sidebar{border-left:0;padding:0 20px 40px}.pf-v2-campaign-editor__sidebar>*{width:min(100%,980px);margin:0 auto;position:static}.pf-v2-campaign-insights__metrics{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pf-v2-editor-header__title{max-width:40vw}}@media (max-width:760px){:root{--pf-v2-header-height:auto}.pf-v2-editor-header{flex-wrap:wrap;gap:12px;padding:12px 14px;position:relative}.pf-v2-editor-header__left{width:100%}.pf-v2-editor-header__identity{flex:1}.pf-v2-editor-header__title-row{flex-direction:column;align-items:flex-start;gap:5px}.pf-v2-editor-header__title{max-width:calc(100vw - 88px);font-size:16px}.pf-v2-editor-header__status{padding:3px 7px}.pf-v2-editor-header__actions{width:100%}.pf-v2-editor-header__copy-button,.pf-v2-editor-header__save-button{flex:1}.pf-v2-editor-header__divider{display:none}.pf-v2-campaign-editor__main{padding:14px 12px 24px}.pf-v2-campaign-editor__sidebar{padding:0 12px 30px}.pf-v2-rewrite-toolbar{flex-direction:column;align-items:stretch}.pf-v2-rewrite-toolbar__primary,.pf-v2-rewrite-toolbar__main-action,.pf-v2-rewrite-toolbar__actions,.pf-v2-rewrite-toolbar__group,.pf-v2-rewrite-toolbar__scroll{width:100%}.pf-v2-rewrite-toolbar__divider{display:none}.pf-v2-headline-editor__header,.pf-v2-body-editor__header{flex-direction:column;align-items:flex-start;padding:18px 16px 14px}.pf-v2-headline-editor__meta,.pf-v2-body-editor__meta{justify-content:space-between;width:100%}.pf-v2-headline-editor__surface,.pf-v2-body-editor__surface{margin-left:12px;margin-right:12px}.pf-v2-headline-editor__input{padding:18px 16px 14px;font-size:23px}.pf-v2-body-editor__input{min-height:320px;padding:18px 16px;font-size:14px;line-height:1.7}.pf-v2-headline-editor__footer,.pf-v2-body-editor__footer{flex-direction:column;align-items:flex-start;gap:8px}.pf-v2-headline-editor__remaining,.pf-v2-body-editor__remaining{white-space:normal}.pf-v2-headline-editor__shortcut{padding:0 16px 16px}.pf-v2-body-editor__statistics{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 12px 16px}.pf-v2-body-editor__shortcut{grid-column:1/-1;justify-content:flex-start;padding-left:0}.pf-v2-campaign-insights__metrics{display:flex}.pf-v2-campaign-insights__quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.pf-v2-campaign-editor__loading-banner{justify-content:center;bottom:12px;left:12px;right:12px}}@media (max-width:520px){.pf-v2-editor-header__history-controls{flex:none}.pf-v2-editor-header__copy-button span,.pf-v2-editor-header__save-button span{font-size:12px}.pf-v2-headline-editor,.pf-v2-body-editor,.pf-v2-campaign-insights,.pf-v2-rewrite-toolbar{border-radius:14px}.pf-v2-headline-editor__heading,.pf-v2-body-editor__heading{gap:10px}.pf-v2-headline-editor__step,.pf-v2-body-editor__step{width:29px;height:29px}.pf-v2-headline-editor__description,.pf-v2-body-editor__description{font-size:11.5px}.pf-v2-headline-editor__quality,.pf-v2-body-editor__quality{text-overflow:ellipsis;white-space:nowrap;max-width:65%;overflow:hidden}.pf-v2-body-editor__controls{flex-direction:column;align-items:stretch}.pf-v2-body-editor__control-group{width:100%}.pf-v2-body-editor__control{flex:1}.pf-v2-body-editor__control--quiet{width:100%}.pf-v2-body-editor__statistics{gap:6px}.pf-v2-body-editor__stat{padding:9px 10px}.pf-v2-campaign-insights__score{flex-direction:column;align-items:flex-start}.pf-v2-campaign-insights__score-ring{width:78px;height:78px}.pf-v2-campaign-insights__header,.pf-v2-campaign-insights__score,.pf-v2-campaign-insights__metrics{padding-left:14px;padding-right:14px}.pf-v2-campaign-insights__quick-stats,.pf-v2-campaign-insights__recommendation{margin-left:14px;margin-right:14px}}@media (prefers-reduced-motion:reduce){.pf-v2-campaign-editor *,.pf-v2-campaign-editor :before,.pf-v2-campaign-editor :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes pf-v2-spin{to{transform:rotate(360deg)}}@keyframes pf-v2-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.48;transform:scale(.84)}}@keyframes pf-v2-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pf-sales-v2{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--pf-v2-page:#071221;--pf-v2-page-soft:#0b1727;--pf-v2-surface:#101c2c;--pf-v2-surface-soft:#142235;--pf-v2-surface-muted:#1a2a3f;--pf-v2-surface-hover:#1b2d44;--pf-v2-border:#263850;--pf-v2-border-soft:#1d2d42;--pf-v2-border-strong:#3a4e68;--pf-v2-text:#f5f7fb;--pf-v2-text-secondary:#d2dae5;--pf-v2-text-muted:#96a6bb;--pf-v2-text-soft:#70839b;--pf-v2-text-inverse:#fff;--pf-v2-primary:#4c8df6;--pf-v2-primary-hover:#67a0f7;--pf-v2-primary-soft:#4c8df624;--pf-v2-primary-border:#4c8df661;--pf-v2-success:#3dd598;--pf-v2-success-soft:#14ae7021;--pf-v2-success-border:#3dd5984d;--pf-v2-warning:#fdb022;--pf-v2-warning-soft:#fdb02221;--pf-v2-warning-border:#fdb0224d;--pf-v2-danger:#f97066;--pf-v2-danger-soft:#f9706621;--pf-v2-danger-border:#f970664d;--pf-v2-purple-soft:#7b5cf61c;--pf-v2-shadow-xs:0 1px 2px #00000038;--pf-v2-shadow-sm:0 7px 20px #00000038;--pf-v2-shadow-md:0 14px 38px #0000004d;--pf-v2-shadow-lg:0 24px 60px #0006;width:100%;min-width:0;max-width:100%;color:var(--pf-v2-text);overflow-x:clip}.pf-sales-v2,.pf-sales-v2 *,.pf-sales-v2 :before,.pf-sales-v2 :after{box-sizing:border-box}.pf-sales-v2 img,.pf-sales-v2 svg,.pf-sales-v2 video,.pf-sales-v2 canvas,.pf-sales-v2 button,.pf-sales-v2 input,.pf-sales-v2 textarea,.pf-sales-v2 select{max-width:100%}.pf-sales-workspace{flex-direction:column;gap:18px;width:100%;min-width:0;max-width:100%;display:flex}.pf-sales-workspace>*{min-width:0;max-width:100%}.pf-sales-workspace__editor{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-xl);background:var(--pf-v2-page);width:100%;min-width:0;max-width:100%;overflow:hidden}.pf-sales-workspace__controls{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-lg);background:var(--pf-v2-surface);width:100%;min-width:0;box-shadow:var(--pf-v2-shadow-xs);justify-content:space-between;align-items:center;gap:20px;padding:15px 18px;display:flex}.pf-sales-workspace__controls-copy{min-width:0}.pf-sales-workspace__controls-copy>span{color:var(--pf-v2-text);margin-bottom:3px;font-size:13px;font-weight:750;display:block}.pf-sales-workspace__controls-copy p{color:var(--pf-v2-text-muted);margin:0;font-size:11.5px;line-height:1.5}.pf-sales-settings-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0;animation:.18s both pf-v2-settings-enter;display:grid}.pf-sales-settings-panel>*{min-width:0;height:100%;border-color:var(--pf-v2-border)!important;background:var(--pf-v2-surface)!important;color:var(--pf-v2-text)!important}.pf-sales-empty{border-color:var(--pf-v2-border)!important;background:var(--pf-v2-surface)!important;color:var(--pf-v2-text)!important}.pf-sales-empty-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px 24px;display:flex}.pf-sales-empty-icon{border:1px solid var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);width:52px;height:52px;color:var(--pf-v2-primary);border-radius:15px;justify-content:center;align-items:center;margin-bottom:14px;font-size:22px;display:inline-flex}.pf-sales-empty-eyebrow{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.pf-sales-empty-content h2{color:var(--pf-v2-text);margin:0 0 8px;font-size:22px;font-weight:760}.pf-sales-empty-content p{max-width:520px;color:var(--pf-v2-text-muted);margin:0 0 20px;font-size:13px;line-height:1.6}.pf-listing-summary{border:1px solid var(--pf-v2-border);border-radius:var(--pf-v2-radius-xl);background:linear-gradient(135deg, #4c8df60b, transparent 38%), var(--pf-v2-surface);width:100%;min-width:0;max-width:100%;box-shadow:var(--pf-v2-shadow-xs);overflow:hidden}.pf-listing-summary__main{justify-content:space-between;align-items:center;gap:22px;min-height:96px;padding:17px 20px;display:flex}.pf-listing-summary__copy{flex:1;min-width:0}.pf-listing-summary__eyebrow{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;line-height:1.3;display:block}.pf-listing-summary__title{overflow-wrap:anywhere;color:var(--pf-v2-text);letter-spacing:-.035em;margin:0 0 9px;font-size:clamp(19px,1.8vw,25px);font-weight:780;line-height:1.15}.pf-listing-summary__details{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.pf-listing-summary__detail{border:1px solid var(--pf-v2-border-soft);background:var(--pf-v2-surface-soft);min-width:0;min-height:29px;color:var(--pf-v2-text-secondary);border-radius:999px;align-items:center;gap:7px;padding:5px 9px;display:inline-flex}.pf-listing-summary__detail-icon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;display:inline-flex}.pf-listing-summary__detail-label{min-width:0;color:var(--pf-v2-text-secondary);white-space:nowrap;font-size:11px;font-weight:700;line-height:1.2}.pf-listing-summary__status{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface-soft);min-height:34px;color:var(--pf-v2-text-muted);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:7px;padding:7px 11px;font-size:10px;font-weight:800;display:inline-flex}.pf-listing-summary__status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.pf-listing-summary__status--ready{border-color:var(--pf-v2-success-border);background:var(--pf-v2-success-soft);color:var(--pf-v2-success)}.pf-listing-summary__status--working{border-color:var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);color:var(--pf-v2-primary)}.pf-listing-summary__status--working .pf-listing-summary__status-dot{animation:1.1s ease-in-out infinite pf-v2-pulse}.pf-direction-card{border-radius:var(--pf-v2-radius-xl);width:100%;min-width:0;max-width:100%;box-shadow:var(--pf-v2-shadow-sm);color:var(--pf-v2-text);overflow:hidden;border:1px solid var(--pf-v2-border)!important;background:var(--pf-v2-surface)!important}.pf-direction-card .card-body,.pf-direction-card [class*=CardBody]{min-width:0;padding:0;background:0 0!important}.pf-direction-header{border-bottom:1px solid var(--pf-v2-border-soft);padding:17px 20px 13px}.pf-direction-eyebrow{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.pf-direction-header h2{color:var(--pf-v2-text);letter-spacing:-.02em;margin:0 0 3px;font-size:16px;font-weight:760}.pf-direction-header p{color:var(--pf-v2-text-muted);margin:0;font-size:10.5px;line-height:1.45}.pf-direction-selected{border:1px solid var(--pf-v2-primary-border);background:linear-gradient(135deg,#4c8df629,#7b5cf61a);border-radius:12px;align-items:center;gap:12px;min-width:0;margin:14px 20px;padding:12px 13px;display:flex}.pf-direction-icon,.pf-direction-option__icon{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface-muted);width:34px;height:34px;color:var(--pf-v2-text);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.pf-direction-selected__copy{min-width:0}.pf-direction-selected__copy>span{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:8px;font-weight:800;display:block}.pf-direction-selected__copy strong{overflow-wrap:anywhere;color:var(--pf-v2-text);margin-bottom:2px;font-size:13px;font-weight:760;display:block}.pf-direction-selected__copy p{color:var(--pf-v2-text-muted);margin:0;font-size:10px;line-height:1.4}.pf-direction-alternatives{border-top:1px solid var(--pf-v2-border-soft);min-width:0;padding:13px 20px 16px}.pf-direction-alternatives__header{margin-bottom:8px}.pf-direction-alternatives__header span{color:var(--pf-v2-text-secondary);font-size:10px;font-weight:750}.pf-direction-options{grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));gap:8px;width:100%;min-width:0;padding:0;display:grid;overflow:visible}.pf-direction-option{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface-soft);width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;transition:border-color var(--pf-v2-transition), background var(--pf-v2-transition), transform var(--pf-v2-transition);border-radius:10px;align-items:center;gap:9px;padding:10px;display:flex}.pf-direction-option:hover:not(:disabled){border-color:var(--pf-v2-primary-border);background:var(--pf-v2-surface-hover);transform:translateY(-1px)}.pf-direction-option__icon{width:29px;height:29px;font-size:13px}.pf-direction-option__copy{flex:1;min-width:0}.pf-direction-option__copy strong{color:var(--pf-v2-text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:10px;font-weight:750;display:block;overflow:hidden}.pf-direction-option__copy small{color:var(--pf-v2-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:8.5px;line-height:1.35;display:-webkit-box;overflow:hidden}.pf-direction-option__arrow{color:var(--pf-v2-primary);flex:none;font-size:12px}.pf-direction-option:disabled{cursor:not-allowed;opacity:.45}.pf-sales-v2 .pf-v2-campaign-editor{background:radial-gradient(circle at top left, #4c8df60f, transparent 32rem), var(--pf-v2-page);border:0;width:100%;min-width:0;max-width:100%;min-height:0;overflow-x:clip}.pf-sales-v2 .pf-v2-campaign-editor__workspace,.pf-sales-v2 .pf-v2-campaign-editor__main,.pf-sales-v2 .pf-v2-campaign-editor__document,.pf-sales-v2 .pf-v2-campaign-editor__toolbar,.pf-sales-v2 .pf-v2-campaign-editor__sidebar{min-width:0;max-width:100%}.pf-sales-v2 .pf-v2-editor-header{border-bottom-color:var(--pf-v2-border-soft);background:#101c2cf0}.pf-sales-v2 .pf-v2-rewrite-toolbar{border-color:var(--pf-v2-border);background:#101c2cf0;max-width:100%}.pf-sales-v2 .pf-v2-rewrite-toolbar__actions,.pf-sales-v2 .pf-v2-rewrite-toolbar__group,.pf-sales-v2 .pf-v2-rewrite-toolbar__scroll{min-width:0}.pf-sales-v2 .pf-v2-rewrite-toolbar__button,.pf-sales-v2 .pf-v2-rewrite-toolbar__action,.pf-sales-v2 .pf-v2-editor-header__back,.pf-sales-v2 .pf-v2-editor-header__icon-button,.pf-sales-v2 .pf-v2-editor-header__copy-button{border-color:var(--pf-v2-border);background:var(--pf-v2-surface-soft);color:var(--pf-v2-text-secondary)}.pf-sales-v2 .pf-v2-rewrite-toolbar__button:hover:not(:disabled),.pf-sales-v2 .pf-v2-rewrite-toolbar__action:hover:not(:disabled),.pf-sales-v2 .pf-v2-editor-header__back:hover:not(:disabled),.pf-sales-v2 .pf-v2-editor-header__icon-button:hover:not(:disabled),.pf-sales-v2 .pf-v2-editor-header__copy-button:hover:not(:disabled){border-color:var(--pf-v2-primary-border);background:var(--pf-v2-surface-hover);color:var(--pf-v2-text)}.pf-sales-v2 .pf-v2-headline-editor,.pf-sales-v2 .pf-v2-body-editor,.pf-sales-v2 .pf-v2-campaign-insights{border-color:var(--pf-v2-border);background:var(--pf-v2-surface);min-width:0;max-width:100%;color:var(--pf-v2-text)}.pf-sales-v2 .pf-v2-headline-editor__surface,.pf-sales-v2 .pf-v2-body-editor__surface{border-color:var(--pf-v2-border-soft);background:var(--pf-v2-page-soft);min-width:0}.pf-sales-v2 .pf-v2-body-editor__canvas{background:var(--pf-v2-surface)}.pf-sales-v2 .pf-v2-headline-editor__input,.pf-sales-v2 .pf-v2-body-editor__input{width:100%;min-width:0;color:var(--pf-v2-text)}.pf-sales-v2 .pf-v2-headline-editor__input::placeholder,.pf-sales-v2 .pf-v2-body-editor__input::placeholder{color:#586b83}.pf-sales-v2 .pf-v2-headline-editor__footer,.pf-sales-v2 .pf-v2-body-editor__footer,.pf-sales-v2 .pf-v2-body-editor__controls{border-color:var(--pf-v2-border-soft);background:#142235eb}.pf-sales-v2 .pf-v2-body-editor__control{color:var(--pf-v2-text-muted)}.pf-sales-v2 .pf-v2-body-editor__control:hover:not(:disabled){border-color:var(--pf-v2-border);background:var(--pf-v2-surface-muted);color:var(--pf-v2-text)}.pf-sales-v2 .pf-v2-body-editor__stat,.pf-sales-v2 .pf-v2-campaign-insights__quick-stat{border-color:var(--pf-v2-border-soft);background:var(--pf-v2-surface-soft)}.pf-sales-v2 .pf-v2-campaign-insights__header,.pf-sales-v2 .pf-v2-campaign-insights__footer{border-color:var(--pf-v2-border-soft)}.pf-sales-v2 .pf-v2-campaign-insights__footer{background:var(--pf-v2-surface-soft)}.pf-sales-v2 .pf-v2-campaign-insights__recommendation{border-color:var(--pf-v2-primary-border);background:linear-gradient(135deg,#4c8df624,#7b5cf617)}.pf-sales-v2 .pf-v2-campaign-editor__loading-banner{color:var(--pf-v2-text-secondary);background:#101c2cf5}.pf-sales-v2 .pf-direction-card>div,.pf-sales-v2 .pf-sales-empty>div,.pf-sales-v2 .pf-sales-settings-panel>*>div{background:0 0!important}@media (max-width:1180px){.pf-direction-options{grid-template-columns:repeat(3,minmax(0,1fr))}.pf-sales-settings-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.pf-sales-settings-panel>:last-child{grid-column:1/-1}}@media (max-width:980px){.pf-direction-options{grid-template-columns:repeat(2,minmax(0,1fr))}.pf-sales-v2 .pf-v2-campaign-editor__workspace{display:block}.pf-sales-v2 .pf-v2-campaign-editor__sidebar{border-left:0;padding:0 20px 32px}.pf-sales-v2 .pf-v2-campaign-editor__sidebar>*{width:100%;max-width:100%;margin:0;position:static}}@media (max-width:760px){.pf-sales-v2{overflow-x:hidden}.pf-sales-workspace{gap:14px}.pf-sales-workspace__controls{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.pf-sales-workspace__controls button{width:100%}.pf-sales-settings-panel{grid-template-columns:1fr}.pf-sales-settings-panel>:last-child{grid-column:auto}.pf-sales-workspace__editor{border-radius:14px}.pf-listing-summary__main{flex-direction:column;align-items:flex-start;gap:12px;min-height:0;padding:16px}.pf-listing-summary__title{margin-bottom:9px;font-size:21px}.pf-listing-summary__status{align-self:flex-start}.pf-direction-header{padding:15px 16px 11px}.pf-direction-selected{margin:12px 16px}.pf-direction-alternatives{padding:12px 16px 15px}.pf-direction-options{grid-template-columns:repeat(2,minmax(0,1fr))}.pf-sales-v2 .pf-v2-editor-header{flex-wrap:wrap;width:100%;position:relative}.pf-sales-v2 .pf-v2-editor-header__left,.pf-sales-v2 .pf-v2-editor-header__actions{width:100%;min-width:0}.pf-sales-v2 .pf-v2-editor-header__actions{flex-wrap:wrap}.pf-sales-v2 .pf-v2-editor-header__copy-button,.pf-sales-v2 .pf-v2-editor-header__save-button{flex:140px;min-width:0}.pf-sales-v2 .pf-v2-campaign-editor__main,.pf-sales-v2 .pf-v2-campaign-editor__sidebar{padding-left:12px;padding-right:12px}.pf-sales-v2 .pf-v2-rewrite-toolbar{flex-direction:column;align-items:stretch}.pf-sales-v2 .pf-v2-rewrite-toolbar__primary,.pf-sales-v2 .pf-v2-rewrite-toolbar__main-action{width:100%}.pf-sales-v2 .pf-v2-rewrite-toolbar__actions,.pf-sales-v2 .pf-v2-rewrite-toolbar__group,.pf-sales-v2 .pf-v2-rewrite-toolbar__scroll{width:100%;overflow-x:auto}}@media (max-width:560px){.pf-direction-options{grid-template-columns:1fr}.pf-listing-summary__details{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.pf-listing-summary__detail{border-radius:10px;width:100%}.pf-listing-summary__detail-label{text-overflow:ellipsis;overflow:hidden}.pf-direction-selected{align-items:flex-start}.pf-sales-v2 .pf-v2-editor-header__history-controls{flex:none}.pf-sales-v2 .pf-v2-editor-header__copy-button,.pf-sales-v2 .pf-v2-editor-header__save-button{flex-basis:calc(50% - 6px)}.pf-sales-v2 .pf-v2-body-editor__statistics,.pf-sales-v2 .pf-v2-campaign-insights__quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:380px){.pf-listing-summary__details{grid-template-columns:1fr}.pf-sales-v2 .pf-v2-editor-header__copy-button,.pf-sales-v2 .pf-v2-editor-header__save-button{flex-basis:100%}.pf-sales-v2 .pf-v2-headline-editor__header,.pf-sales-v2 .pf-v2-body-editor__header{padding-left:14px;padding-right:14px}.pf-sales-v2 .pf-v2-headline-editor__surface,.pf-sales-v2 .pf-v2-body-editor__surface{margin-left:10px;margin-right:10px}}@keyframes pf-v2-settings-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pf-v2-rewrite-toolbar{width:100%;min-width:0;padding:12px;display:block}.pf-v2-rewrite-toolbar__top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.pf-v2-rewrite-toolbar__identity{align-items:center;gap:9px;min-width:0;display:flex}.pf-v2-rewrite-toolbar__identity-icon{border:1px solid var(--pf-v2-primary-border);background:var(--pf-v2-primary-soft);width:30px;height:30px;color:var(--pf-v2-primary);border-radius:9px;flex:none;justify-content:center;align-items:center;display:inline-flex}.pf-v2-rewrite-toolbar__identity-icon svg{width:16px;height:16px}.pf-v2-rewrite-toolbar__eyebrow{color:var(--pf-v2-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1px;font-size:8px;font-weight:800;display:block}.pf-v2-rewrite-toolbar__identity strong{color:var(--pf-v2-text);font-size:12px;font-weight:750;display:block}.pf-v2-rewrite-toolbar__context{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface-soft);color:var(--pf-v2-text-muted);border-radius:999px;flex:none;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.pf-v2-rewrite-toolbar__actions{grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:7px;width:100%;min-width:0;display:grid;overflow:visible}.pf-v2-rewrite-toolbar__action{border:1px solid var(--pf-v2-border);background:var(--pf-v2-surface-soft);width:100%;min-width:0;min-height:38px;color:var(--pf-v2-text-secondary);white-space:nowrap;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 9px;font-size:10.5px;font-weight:700;display:inline-flex}.pf-v2-rewrite-toolbar__action:hover:not(:disabled){border-color:var(--pf-v2-primary-border);background:var(--pf-v2-surface-hover);color:var(--pf-v2-text)}.pf-v2-rewrite-toolbar__action--primary{border-color:var(--pf-v2-primary);background:var(--pf-v2-primary);color:#fff}.pf-v2-rewrite-toolbar__action--primary:hover:not(:disabled){border-color:var(--pf-v2-primary-hover);background:var(--pf-v2-primary-hover);color:#fff}.pf-v2-rewrite-toolbar__action-icon{flex:none;width:15px;height:15px;display:inline-flex}.pf-v2-rewrite-toolbar__action-icon svg{width:100%;height:100%}.pf-v2-rewrite-toolbar__action-label{text-overflow:ellipsis;overflow:hidden}.pf-v2-rewrite-toolbar__action:disabled{cursor:not-allowed;opacity:.42}.pf-v2-rewrite-toolbar__mobile-scroll-hint{display:none!important}@media (max-width:760px){.pf-v2-rewrite-toolbar__top{align-items:flex-start}.pf-v2-rewrite-toolbar__actions{scroll-snap-type:x proximity;scrollbar-width:none;gap:7px;padding-bottom:4px;display:flex;overflow-x:auto}.pf-v2-rewrite-toolbar__actions::-webkit-scrollbar{display:none}.pf-v2-rewrite-toolbar__action{scroll-snap-align:start;flex:0 0 112px;width:auto;min-width:112px}}@media (max-width:420px){.pf-v2-rewrite-toolbar__context{display:none}.pf-v2-rewrite-toolbar__action{flex-basis:104px;min-width:104px}}.pf-feature-selector-card,.pf-park-benefits-card,.pf-campaign-tone-card{color:#f8fafc;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000038,inset 0 1px #ffffff06;background:linear-gradient(145deg,#1b2638fa,#121b2bfa)!important;border:1px solid #2a364f!important;border-radius:18px!important}.pf-feature-selector-card:before,.pf-park-benefits-card:before,.pf-campaign-tone-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#5b9df5a6,#0000);height:1px;position:absolute;top:0;left:0;right:0}.pf-feature-selector-card .card-body,.pf-park-benefits-card .card-body,.pf-campaign-tone-card .card-body{padding:22px}.pf-feature-selector-header,.pf-park-benefits-header,.pf-campaign-tone-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.pf-feature-selector-heading,.pf-park-benefits-heading,.pf-campaign-tone-heading{align-items:flex-start;gap:12px;min-width:0;display:flex}.pf-feature-selector-kicker,.pf-park-benefits-kicker,.pf-campaign-tone-kicker{background:#5b9df51c;border:1px solid #5b9df547;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.pf-feature-selector-header h3,.pf-park-benefits-header h3,.pf-campaign-tone-header h3{color:#f8fafc;letter-spacing:-.02em;margin:0 0 5px;font-size:17px;font-weight:760;line-height:1.3}.pf-feature-selector-header p,.pf-park-benefits-header p,.pf-campaign-tone-header p{color:#94a3b8;max-width:520px;margin:0;font-size:12.5px;line-height:1.55}.pf-feature-selector-count,.pf-park-benefits-count{background:#5b9df517;border:1px solid #5b9df547;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;min-width:72px;padding:9px 12px;display:flex}.pf-feature-selector-count strong,.pf-park-benefits-count strong{color:#75adf6;font-size:18px;font-weight:800;line-height:1}.pf-feature-selector-count span,.pf-park-benefits-count span{color:#94a3b8;letter-spacing:.07em;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:750}.pf-feature-selector-content,.pf-park-benefits-content{flex-direction:column;gap:14px;display:flex}.pf-feature-section,.pf-park-benefits-section{background:#0b121e80;border:1px solid #26344a;border-radius:14px;overflow:hidden}.pf-feature-section-header,.pf-park-benefits-section-header{border-bottom:1px solid #223047;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;display:flex}.pf-feature-section-label,.pf-park-benefits-section-label{color:#e2e8f0;font-size:12px;font-weight:750;line-height:1.35;display:block}.pf-feature-section-header small,.pf-park-benefits-section-header small,.pf-feature-section-toggle small,.pf-park-benefits-section-toggle small{color:#718096;margin-top:3px;font-size:10.5px;line-height:1.4;display:block}.pf-feature-clear-btn,.pf-park-benefits-clear-btn{color:#94a3b8;cursor:pointer;background:#182235;border:1px solid #334155;border-radius:8px;flex:none;padding:7px 10px;font-size:10.5px;font-weight:700;transition:border-color .16s,background .16s,color .16s,transform .16s}.pf-feature-clear-btn:hover,.pf-park-benefits-clear-btn:hover{color:#fda29b;background:#f9706614;border-color:#f9706661;transform:translateY(-1px)}.pf-feature-pill-grid,.pf-park-benefit-pill-grid{flex-wrap:wrap;gap:9px;padding:16px;display:flex}.pf-feature-pill,.pf-park-benefit-pill{color:#b7c2d0;cursor:pointer;background:#172235;border:1px solid #344157;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;font-size:11.5px;font-weight:680;line-height:1.25;transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.pf-feature-pill:hover,.pf-park-benefit-pill:hover{color:#f1f5f9;background:#1b2a40;border-color:#5b9df57a;transform:translateY(-1px)}.pf-feature-pill.active,.pf-park-benefit-pill.active{color:#eaf2ff;background:linear-gradient(135deg,#2a74d852,#1c4e963d);border-color:#5b9df5ad;box-shadow:0 0 0 1px #5b9df514,0 8px 20px #1769e021}.pf-feature-pill.active:hover,.pf-park-benefit-pill.active:hover{background:linear-gradient(135deg,#2a74d86b,#1c4e9652);border-color:#75adf6}.pf-feature-pill-icon,.pf-park-benefit-pill-icon{color:#94a3b8;background:#94a3b81a;border-radius:50%;flex:none;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:11px;font-weight:800;display:inline-flex}.pf-feature-pill.active .pf-feature-pill-icon{color:#8ab9f7;background:#5b9df533}.pf-park-benefit-pill-icon{background:0 0;min-width:22px;font-size:14px}.pf-feature-pill-remove,.pf-park-benefit-pill-remove{color:#8ab9f7;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:1px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.pf-feature-pill.active:hover .pf-feature-pill-remove,.pf-park-benefit-pill.active:hover .pf-park-benefit-pill-remove{color:#fff;background:#ffffff14}.pf-park-benefit-pill-add{color:#7f8da1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:2px;font-size:14px;font-weight:750;display:inline-flex}.pf-feature-selected-empty,.pf-park-benefits-selected-empty{text-align:center;padding:18px 16px}.pf-feature-selected-empty strong,.pf-park-benefits-selected-empty strong{color:#aab6c6;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.pf-feature-selected-empty p,.pf-park-benefits-selected-empty p{color:#64748b;margin:0;font-size:10.5px;line-height:1.45}.pf-feature-available-section,.pf-park-benefits-available-section{background:#0e1624b8}.pf-feature-section-toggle,.pf-park-benefits-section-toggle{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:15px 16px;display:flex}.pf-feature-section-toggle:hover,.pf-park-benefits-section-toggle:hover{background:#5b9df509}.pf-feature-section-chevron,.pf-park-benefits-chevron{color:#8290a3;background:#172235;border:1px solid #334155;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:transform .18s,border-color .18s,color .18s;display:inline-flex}.pf-feature-section-chevron.open,.pf-park-benefits-chevron.open{color:#75adf6;border-color:#5b9df559;transform:rotate(180deg)}.pf-feature-available-content,.pf-park-benefits-available-content{border-top:1px solid #223047}.pf-feature-search,.pf-park-benefits-search{background:#101a2a;border:1px solid #334155;border-radius:10px;align-items:center;gap:9px;margin:14px 16px 0;padding:0 12px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex}.pf-feature-search:focus-within,.pf-park-benefits-search:focus-within{background:#111d2f;border-color:#5b9df5a6;box-shadow:0 0 0 3px #5b9df51a}.pf-feature-search>span,.pf-park-benefits-search>span{color:#64748b;flex:none;font-size:16px}.pf-feature-search input,.pf-park-benefits-search input{color:#e2e8f0;background:0 0;border:0;outline:0;width:100%;min-width:0;height:40px;font-size:11.5px}.pf-feature-search input::placeholder,.pf-park-benefits-search input::placeholder{color:#5f6f84}.pf-feature-search input::-webkit-search-cancel-button{filter:invert();opacity:.45}.pf-park-benefits-search input::-webkit-search-cancel-button{filter:invert();opacity:.45}.pf-feature-search-empty,.pf-park-benefits-search-empty,.pf-feature-empty,.pf-park-benefits-empty{text-align:center;padding:24px 18px}.pf-feature-search-empty strong,.pf-park-benefits-search-empty strong,.pf-feature-empty strong,.pf-park-benefits-empty strong{color:#cbd5e1;margin-bottom:5px;font-size:12.5px;font-weight:720;display:block}.pf-feature-search-empty p,.pf-park-benefits-search-empty p,.pf-feature-empty p,.pf-park-benefits-empty p{color:#718096;max-width:420px;margin:0 auto;font-size:11px;line-height:1.5}.pf-campaign-tone-current{background:#5b9df514;border:1px solid #5b9df540;border-radius:11px;flex-direction:column;flex:none;align-items:flex-end;min-width:120px;padding:8px 11px;display:flex}.pf-campaign-tone-current span{color:#718096;letter-spacing:.07em;text-transform:uppercase;margin-bottom:3px;font-size:8.5px;font-weight:750}.pf-campaign-tone-current strong{color:#dbeafe;font-size:11.5px;font-weight:750}.pf-campaign-tone-selector{background:#0a111da6;border:1px solid #29364b;border-radius:13px;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;padding:7px;display:grid}.pf-campaign-tone-option{color:#8290a3;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:58px;padding:8px 5px;transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.pf-campaign-tone-option:hover{color:#cbd5e1;background:#ffffff06;border-color:#35445c;transform:translateY(-1px)}.pf-campaign-tone-option.active{color:#eff6ff;background:linear-gradient(145deg,#2b71cf4d,#1c468733);border-color:#5b9df585;box-shadow:0 6px 18px #1769e021,inset 0 1px #ffffff0a}.pf-campaign-tone-icon{font-size:17px;line-height:1}.pf-campaign-tone-title{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10.5px;font-weight:720;overflow:hidden}.pf-campaign-tone-check{color:#07111e;background:#5b9df5;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:5px;right:6px}.pf-campaign-tone-description{background:linear-gradient(135deg,#5b9df517,#172234b8);border:1px solid #2b3950;border-radius:13px;align-items:flex-start;gap:13px;margin-top:13px;padding:15px 16px;display:flex}.pf-campaign-tone-description-icon{background:#5b9df51a;border:1px solid #5b9df540;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:inline-flex}.pf-campaign-tone-description>div:last-child{min-width:0}.pf-campaign-tone-description span{color:#718096;letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px;font-size:8.5px;font-weight:750;display:block}.pf-campaign-tone-description strong{color:#e2e8f0;margin-bottom:4px;font-size:13px;font-weight:760;display:block}.pf-campaign-tone-description p{color:#94a3b8;margin:0;font-size:11px;line-height:1.5}.pf-campaign-tone-footer{color:#718096;border-top:1px solid #26344a;align-items:center;gap:9px;margin-top:13px;padding:10px 12px;display:flex}.pf-campaign-tone-footer-icon{color:#5b9df5;flex:none;font-size:12px}.pf-campaign-tone-footer p{margin:0;font-size:10.5px;line-height:1.45}.pf-feature-selector-card button:focus-visible,.pf-park-benefits-card button:focus-visible,.pf-campaign-tone-card button:focus-visible,.pf-feature-selector-card input:focus-visible,.pf-park-benefits-card input:focus-visible{outline-offset:2px;outline:2px solid #5b9df5b8}@media (prefers-reduced-motion:reduce){.pf-feature-selector-card *,.pf-park-benefits-card *,.pf-campaign-tone-card *{scroll-behavior:auto!important;transition:none!important}}@media (max-width:1050px){.pf-campaign-tone-selector{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.pf-feature-selector-card .card-body,.pf-park-benefits-card .card-body,.pf-campaign-tone-card .card-body{padding:17px}.pf-feature-selector-header,.pf-park-benefits-header,.pf-campaign-tone-header{flex-direction:column;align-items:stretch;gap:13px}.pf-feature-selector-count,.pf-park-benefits-count{flex-direction:row;justify-content:flex-start;gap:6px;min-width:0}.pf-feature-selector-count span,.pf-park-benefits-count span{margin-top:0}.pf-campaign-tone-current{align-items:flex-start;min-width:0}.pf-feature-section-header,.pf-park-benefits-section-header{align-items:flex-start}.pf-feature-pill-grid,.pf-park-benefit-pill-grid{padding:13px}.pf-feature-pill,.pf-park-benefit-pill{max-width:100%}.pf-campaign-tone-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.pf-campaign-tone-option{min-height:62px}}@media (max-width:430px){.pf-feature-selector-heading,.pf-park-benefits-heading,.pf-campaign-tone-heading{gap:10px}.pf-feature-selector-kicker,.pf-park-benefits-kicker,.pf-campaign-tone-kicker{border-radius:10px;width:34px;height:34px;font-size:15px}.pf-feature-section-header,.pf-park-benefits-section-header{flex-direction:column;gap:10px}.pf-feature-clear-btn,.pf-park-benefits-clear-btn{align-self:flex-start}.pf-feature-pill,.pf-park-benefit-pill{border-radius:11px;justify-content:flex-start;width:100%}.pf-feature-pill-remove,.pf-park-benefit-pill-remove,.pf-park-benefit-pill-add{margin-left:auto}.pf-campaign-tone-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.pf-campaign-tone-description{padding:13px}}.ai-writing-style-grid{gap:12px;padding-top:4px;display:grid}.ai-writing-style-card{appearance:none;color:#cbd5e1;width:100%;min-height:78px;font:inherit;text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #94a3b829;border-radius:14px;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:13px;padding:14px 15px;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:grid}.ai-writing-style-card:hover{background:#3b82f612;border-color:#60a5fa61;transform:translateY(-1px)}.ai-writing-style-card.active{background:linear-gradient(135deg,#2563eb33,#3b82f614);border-color:#60a5fa8c;box-shadow:0 12px 26px #2563eb24,inset 0 1px #ffffff0f}.ai-writing-style-icon{background:#02081759;border:1px solid #94a3b826;border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.15rem;display:grid}.ai-writing-style-copy{gap:5px;min-width:0;display:grid}.ai-writing-style-copy strong{color:#f8fafc;font-size:.84rem;font-weight:800}.ai-writing-style-copy small{color:#8fa0b8;font-size:.73rem;line-height:1.45}.ai-writing-style-check{color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.75rem;font-weight:900;display:grid}.ai-writing-style-card.active .ai-writing-style-check{background:#3b82f6}@media (max-width:620px){.ai-writing-style-card{grid-template-columns:38px minmax(0,1fr) 22px;min-height:74px;padding:13px}.ai-writing-style-icon{width:38px;height:38px}}.pf-v2-writing-style{background:#ffffff06;border:1px solid #94a3b824;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;width:100%;margin-bottom:14px;padding:13px 14px;display:flex}.pf-v2-writing-style__heading{gap:3px;min-width:150px;display:grid}.pf-v2-writing-style__heading span{color:#f8fafc;font-size:.78rem;font-weight:800}.pf-v2-writing-style__heading small{color:#7f8da5;font-size:.66rem;line-height:1.35}.pf-v2-writing-style__options{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.pf-v2-writing-style__button{appearance:none;color:#cbd5e1;min-height:38px;font:inherit;white-space:nowrap;cursor:pointer;background:#ffffff09;border:1px solid #94a3b829;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.76rem;font-weight:750;transition:transform .16s,border-color .16s,background .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative}.pf-v2-writing-style__button:hover:not(:disabled){color:#fff;background:#3b82f614;border-color:#60a5fa66;transform:translateY(-1px)}.pf-v2-writing-style__button.is-active{color:#fff;background:linear-gradient(135deg,#2563eb47,#3b82f61f);border-color:#60a5fa99;box-shadow:0 9px 20px #2563eb29,inset 0 1px #ffffff14}.pf-v2-writing-style__active-mark{color:#fff;background:#3b82f6;border-radius:50%;place-items:center;width:17px;height:17px;margin-left:2px;font-size:.62rem;font-weight:900;display:grid}.pf-v2-writing-style__button:disabled{cursor:not-allowed;opacity:.48}@media (max-width:850px){.pf-v2-writing-style{flex-direction:column;align-items:stretch}.pf-v2-writing-style__options{justify-content:flex-start}}@media (max-width:560px){.pf-v2-writing-style__options{grid-template-columns:1fr;display:grid}.pf-v2-writing-style__button{width:100%}}.pf-v2-rewrite-toolbar__rewrite-menu{position:relative}.pf-v2-rewrite-toolbar__chevron{opacity:.7;margin-left:2px;font-size:12px;transition:transform .16s}.pf-v2-rewrite-toolbar__action.is-open .pf-v2-rewrite-toolbar__chevron{transform:rotate(180deg)}.pf-v2-rewrite-toolbar__dropdown{z-index:40;background:#111827;border:1px solid #94a3b833;border-radius:14px;width:280px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 45px #00000059}.pf-v2-rewrite-toolbar__dropdown-option{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;display:flex}.pf-v2-rewrite-toolbar__dropdown-option:hover{background:#607dff1f}.pf-v2-rewrite-toolbar__dropdown-label{color:#f8fafc;font-size:14px;font-weight:650}.pf-v2-rewrite-toolbar__dropdown-description{color:#94a3b8;font-size:12px;line-height:1.4}@media (max-width:720px){.pf-v2-rewrite-toolbar__rewrite-menu{width:100%}.pf-v2-rewrite-toolbar__dropdown{width:min(280px,100vw - 48px)}}.pf-v2-campaign-editor__toolbar{z-index:50;position:relative;overflow:visible}.pf-v2-rewrite-toolbar{z-index:60;position:relative;overflow:visible}.pf-v2-rewrite-toolbar__actions{position:relative;overflow:visible}.pf-v2-rewrite-toolbar__rewrite-menu{z-index:70;position:relative}.pf-v2-rewrite-toolbar__dropdown{z-index:9999;position:absolute;top:calc(100% + 8px);left:0}.pf-v2-headline-ideas{background:linear-gradient(145deg,#121e34f5,#0c1628f5);border:1px solid #94a3b82e;border-radius:18px;margin-bottom:20px;padding:22px;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000038,inset 0 1px #ffffff0a}.pf-v2-headline-ideas:before{content:"";background:linear-gradient(90deg,#0000,#49a7ffb8,#0000);height:1px;position:absolute;top:0;left:24px;right:24px}.pf-v2-headline-ideas__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.pf-v2-headline-ideas__eyebrow{color:#60a5fa;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:6px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.pf-v2-headline-ideas__eyebrow:before{content:"✦";font-size:.9rem}.pf-v2-headline-ideas__header h3{color:#f8fafc;margin:0;font-size:1.1rem;font-weight:800;line-height:1.3}.pf-v2-headline-ideas__header p{color:#94a3b8;max-width:520px;margin:6px 0 0;font-size:.84rem;line-height:1.5}.pf-v2-headline-ideas__refresh{color:#93c5fd;min-height:38px;font:inherit;cursor:pointer;background:#3b82f61a;border:1px solid #60a5fa47;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:9px 14px;font-size:.78rem;font-weight:750;transition:transform .16s,border-color .16s,background .16s,color .16s,box-shadow .16s;display:inline-flex}.pf-v2-headline-ideas__refresh:hover:not(:disabled){color:#dbeafe;background:#3b82f62e;border-color:#60a5fa94;transform:translateY(-1px);box-shadow:0 10px 24px #2563eb29}.pf-v2-headline-ideas__refresh:active:not(:disabled){transform:translateY(0)}.pf-v2-headline-ideas__refresh:disabled{opacity:.45;cursor:not-allowed}.pf-v2-headline-ideas__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pf-v2-headline-idea{min-width:0;min-height:150px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:linear-gradient(145deg,#1e293bc2,#0f172ae0);border:1px solid #94a3b829;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:stretch;gap:16px;padding:16px;transition:transform .17s,border-color .17s,background .17s,box-shadow .17s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.pf-v2-headline-idea:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f6bf,#0000);height:3px;transition:opacity .17s,transform .17s;position:absolute;inset:auto 0 0;transform:scaleX(.45)}.pf-v2-headline-idea:hover:not(:disabled){background:linear-gradient(145deg,#23334ceb,#101d32f5);border-color:#60a5fa6b;transform:translateY(-3px);box-shadow:0 16px 32px #00000038,0 0 0 1px #3b82f60f}.pf-v2-headline-idea:hover:not(:disabled):after{opacity:1;transform:scaleX(1)}.pf-v2-headline-idea.is-selected{background:linear-gradient(145deg,#1e40789e,#0e2447eb);border-color:#3b82f6c7;box-shadow:0 14px 34px #2563eb2e,0 0 0 1px #60a5fa24,inset 0 1px #ffffff0f}.pf-v2-headline-idea.is-selected:after{opacity:1;transform:scaleX(1)}.pf-v2-headline-idea:focus-visible{outline-offset:3px;outline:3px solid #60a5fa57}.pf-v2-headline-idea:disabled{opacity:.55;cursor:not-allowed}.pf-v2-headline-idea__number{color:#94a3b8;background:#0f172a8f;border:1px solid #94a3b82e;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:inline-flex}.pf-v2-headline-idea.is-selected .pf-v2-headline-idea__number{color:#dbeafe;background:#2563eb40;border-color:#60a5fa66}.pf-v2-headline-idea__text{color:#f8fafc;letter-spacing:.01em;flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;font-size:.92rem;font-weight:800;line-height:1.42;display:flex}.pf-v2-headline-idea__text span{overflow-wrap:anywhere;display:block}.pf-v2-headline-idea__action{color:#60a5fa;align-self:flex-start;align-items:center;font-size:.74rem;font-weight:800;transition:color .16s,transform .16s;display:inline-flex}.pf-v2-headline-idea:hover:not(:disabled) .pf-v2-headline-idea__action{color:#bfdbfe;transform:translate(2px)}.pf-v2-headline-idea.is-selected .pf-v2-headline-idea__action{color:#bfdbfe}@media (max-width:1050px){.pf-v2-headline-ideas__grid{grid-template-columns:1fr}.pf-v2-headline-idea{min-height:0}}@media (max-width:700px){.pf-v2-headline-ideas{border-radius:15px;padding:17px}.pf-v2-headline-ideas__header{flex-direction:column;align-items:stretch;gap:14px}.pf-v2-headline-ideas__refresh{width:100%}.pf-v2-headline-idea{padding:15px}.pf-v2-headline-idea__text{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.pf-v2-headline-idea,.pf-v2-headline-idea:after,.pf-v2-headline-idea__action,.pf-v2-headline-ideas__refresh{transition:none}}.pf-v2-smart-tools{background:linear-gradient(145deg,#141f34eb,#0d1728f0);border:1px solid #94a3b82e;border-radius:16px;padding:14px}.pf-v2-smart-tools__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.pf-v2-smart-tools__heading>div{flex-direction:column;gap:3px;display:flex}.pf-v2-smart-tools__heading span{color:#f8fafc;font-size:.86rem;font-weight:800}.pf-v2-smart-tools__heading small{color:#8fa6c9;font-size:.72rem}.pf-v2-improve-campaign{color:#fff;min-height:40px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#2563eb,#4f7df3);border:1px solid #60a5fa8c;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:9px 15px;font-size:.8rem;font-weight:800;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 10px 24px #2563eb38}.pf-v2-improve-campaign:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #2563eb4d}.pf-v2-improve-campaign:active:not(:disabled){transform:translateY(0)}.pf-v2-improve-campaign:disabled{opacity:.45;cursor:not-allowed}@media (max-width:700px){.pf-v2-smart-tools__heading{flex-direction:column;align-items:stretch}.pf-v2-improve-campaign{width:100%}}
