:root{--variable-chip-bg: rgb(219 234 254);--variable-chip-color: rgb(30 64 175);--variable-chip-border: rgb(147 197 253);--variable-chip-hover-bg: rgb(191 219 254);--variable-placeholder-color: rgb(107 114 128)}.dark{--variable-chip-bg: rgb(30 58 138);--variable-chip-color: rgb(191 219 254);--variable-chip-border: rgb(59 130 246);--variable-chip-hover-bg: rgb(29 78 216);--variable-placeholder-color: rgb(156 163 175)}.tiptap-paragraph{margin:0;padding:0}.tiptap-single-line .ProseMirror{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;overflow:hidden!important}.tiptap-single-line .ProseMirror p,.tiptap-single-line .ProseMirror .tiptap-paragraph{display:inline!important;white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important}.tiptap-single-line .ProseMirror [data-node-view-wrapper],.tiptap-single-line .ProseMirror [data-node-view-wrapper] .variable-chip{display:inline!important;white-space:nowrap!important}.tiptap-single-line .ProseMirror br,.tiptap-single-line .ProseMirror .ProseMirror-separator{display:none!important}.variable-chip{display:inline-block;padding:2px 8px;margin:0 2px;vertical-align:baseline;line-height:1.2;white-space:nowrap;background:var(--variable-chip-bg);color:var(--variable-chip-color);border:1px solid var(--variable-chip-border);font-weight:500;font-size:.8125rem;-webkit-user-select:all;-moz-user-select:all;user-select:all;cursor:default;border-radius:12px;transition:background-color .15s ease}.variable-chip:hover{background:var(--variable-chip-hover-bg)}.variable-chip.selected,.ProseMirror-selectednode.variable-chip{outline:2px solid var(--variable-chip-color);outline-offset:1px}.variable-chip::-moz-selection,.variable-chip *::-moz-selection{background:#3b82f666;color:inherit}.variable-chip::selection,.variable-chip *::selection{background:#3b82f666;color:inherit}.variable-fallback-badge{opacity:.6;font-size:.75rem;font-style:italic;margin-left:2px}.variable-chip.has-fallback{border-style:dashed}.variable-chip-wrapper{position:relative;display:inline}.variable-fallback-popover{position:fixed;transform:translate(-50%);z-index:10000;width:280px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001f}.variable-fallback-popover-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}:root.dark .variable-fallback-popover-header,.dark .variable-fallback-popover-header{border-bottom-color:#374151}.variable-fallback-variable{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:2px 6px;font-size:.75rem;border-radius:4px;background:var(--variable-chip-bg);color:var(--variable-chip-color)}.variable-fallback-copy{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:4px 8px;font-size:.75rem;border-radius:4px;border:none;cursor:pointer;color:#6b7280;background:transparent}.variable-fallback-copy:hover{color:#111827;background:#f3f4f6}:root.dark .variable-fallback-copy,.dark .variable-fallback-copy{color:#9ca3af}:root.dark .variable-fallback-copy:hover,.dark .variable-fallback-copy:hover{color:#f9fafb;background:#374151}:root.dark .variable-fallback-popover,.dark .variable-fallback-popover{background:#1f2937;border-color:#374151;box-shadow:0 4px 12px #0006}.variable-fallback-label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:6px}.variable-fallback-input{width:100%;padding:6px 8px;font-size:.8125rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;outline:none;box-sizing:border-box}.variable-fallback-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}:root.dark .variable-fallback-input,.dark .variable-fallback-input{background:#1f2937;border-color:#374151;color:#f9fafb}.variable-fallback-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.variable-fallback-clear{padding:4px 10px;font-size:.75rem;border-radius:4px;border:none;cursor:pointer;color:#6b7280;background:transparent}.variable-fallback-clear:hover{color:#111827;background:#f3f4f6}:root.dark .variable-fallback-clear:hover,.dark .variable-fallback-clear:hover{color:#f9fafb;background:#374151}.variable-fallback-save{padding:4px 12px;font-size:.75rem;font-weight:500;border-radius:4px;border:none;cursor:pointer;color:#fff;background:#3b82f6}.variable-fallback-save:hover{opacity:.9}.tiptap p.is-editor-empty:first-child:before{color:var(--variable-placeholder-color);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
