.client-selector{position:relative;width:280px}.client-selector__trigger{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.client-selector__trigger:hover{border-color:#cbd5e1;background:#f8fafc}.client-selector__trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.client-selector__icon{font-size:18px}.client-selector__name{flex:1;font-weight:500;color:#1e293b;text-align:left}.client-selector__arrow{font-size:10px;color:#64748b;transition:transform .2s ease}.client-selector__arrow--open{transform:rotate(180deg)}.client-selector__mode-badge{font-size:12px;margin-right:4px;opacity:.7}.client-selector__trigger:disabled{opacity:.6;cursor:not-allowed}.client-selector__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px #00000026;z-index:1000;overflow:hidden}.client-selector__search{padding:8px;border-bottom:1px solid #e2e8f0}.client-selector__search-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;transition:border-color .2s ease}.client-selector__search-input:focus{outline:none;border-color:#3b82f6}.client-selector__list{list-style:none;margin:0;padding:0;max-height:300px;overflow-y:auto}.client-selector__option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .15s ease}.client-selector__option:hover{background:#f1f5f9}.client-selector__option--selected{background:#eff6ff}.client-selector__option-content{display:flex;flex-direction:column;gap:2px}.client-selector__option-name{font-weight:500;color:#1e293b}.client-selector__option-meta{font-size:12px;color:#64748b}.client-selector__check{color:#3b82f6;font-weight:700}.client-selector__no-results{padding:16px;text-align:center;color:#64748b}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.journey-node{background:var(--node-bg, #ffffff);border:2px solid var(--node-border, #e2e8f0);border-radius:12px;padding:0;min-width:200px;max-width:280px;box-shadow:0 2px 8px #00000014;transition:all .2s ease;overflow:hidden}.journey-node:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.journey-node--selected{box-shadow:0 0 0 3px #3b82f64d;border-color:var(--node-border, #3b82f6)}.journey-node__header{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff9;border-bottom:1px solid rgba(0,0,0,.05)}.journey-node__icon{font-size:16px}.journey-node__type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--node-text, #64748b)}.journey-node__content{padding:12px}.journey-node__label{display:block;font-weight:600;font-size:14px;color:#1e293b;margin-bottom:8px;line-height:1.3}.journey-node__preview{font-size:12px;color:#64748b;line-height:1.4}.journey-node__preview-label{font-weight:500;color:#94a3b8}.journey-node__preview-value{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journey-node__preview--email,.journey-node__preview--sms{display:flex;flex-direction:column;gap:4px}.journey-node__preview--wait,.journey-node__preview--condition{text-align:center;padding:4px 0;background:#ffffff80;border-radius:4px;font-weight:500}.journey-node__preview--task{display:flex;flex-direction:column;gap:4px}.journey-node__preview--trigger,.journey-node__preview--form,.journey-node__preview--call{text-align:center;padding:4px 0;background:#ffffff80;border-radius:4px;font-weight:500}.journey-node__metric{font-size:10px;color:#94a3b8;margin-top:4px}.journey-node__meta{font-size:10px;color:#94a3b8}.journey-node__handle{width:10px;height:10px;background:#64748b;border:2px solid #ffffff;border-radius:50%;transition:all .2s ease}.journey-node__handle:hover{background:#3b82f6;transform:scale(1.2)}.journey-node__handle--input{left:-6px}.journey-node__handle--output{right:-6px}.journey-edge{stroke:#94a3b8;stroke-width:2;fill:none;transition:stroke .2s ease}.journey-edge:hover{stroke:#3b82f6}.journey-edge--conditional{stroke:#a855f7;stroke-width:2;stroke-dasharray:8 4}.journey-edge--conditional:hover{stroke:#7c3aed}.journey-edge__label{pointer-events:all}.journey-edge__label-text{display:inline-block;padding:4px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:11px;font-weight:500;color:#64748b;white-space:nowrap;box-shadow:0 1px 3px #0000001a}.journey-edge__label-text--conditional{background:#f3e8ff;border-color:#d8b4fe;color:#7c3aed}.journey-edge__condition-badge{display:inline-block;margin-left:8px;padding:4px 10px;background:#f3e8ff;border:1px solid #d8b4fe;border-radius:12px;font-size:10px;font-weight:600;color:#7c3aed;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.template-library-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.template-library{width:100%;max-width:1100px;height:80vh;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden}.template-library__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.template-library__header-left{flex:1}.template-library__title{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 4px}.template-library__subtitle{font-size:14px;color:#64748b;margin:0}.template-library__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s}.template-library__close:hover{background:#e2e8f0;color:#475569}.template-library__filters{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.template-library__search{flex:1;position:relative}.template-library__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.template-library__search-input{width:100%;padding:10px 12px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:all .2s}.template-library__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.template-library__filter-group{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.template-library__filter-icon{color:#94a3b8}.template-library__filter-select{border:none;background:transparent;font-size:13px;color:#475569;cursor:pointer;outline:none}.template-library__view-toggle{display:flex;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:4px}.template-library__view-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s}.template-library__view-btn:hover{background:#f1f5f9;color:#64748b}.template-library__view-btn--active{background:#eff6ff;color:#3b82f6}.template-library__content{flex:1;display:flex;overflow:hidden}.template-library__sidebar{flex:0 0 200px;padding:20px;border-right:1px solid #e2e8f0;overflow-y:auto}.template-library__sidebar-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin:0 0 12px}.template-library__category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.template-library__category-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:#64748b;font-size:13px;text-align:left;cursor:pointer;transition:all .2s}.template-library__category-btn:hover{background:#f1f5f9;color:#475569}.template-library__category-btn--active{background:#eff6ff;color:#3b82f6;font-weight:500}.template-library__category-icon{display:flex;align-items:center}.template-library__category-label{flex:1}.template-library__category-count{font-size:11px;color:#94a3b8;background:#f1f5f9;padding:2px 6px;border-radius:10px}.template-library__category-btn--active .template-library__category-count{background:#dbeafe;color:#3b82f6}.template-library__templates{flex:1;padding:20px;overflow-y:auto}.template-library__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;gap:12px}.template-library__spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.template-library__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#94a3b8}.template-library__empty-icon{margin-bottom:16px;color:#cbd5e1}.template-library__empty h3{font-size:16px;font-weight:600;color:#475569;margin:0 0 4px}.template-library__empty p{font-size:14px;margin:0}.template-library__group{margin-bottom:24px}.template-library__group-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1e293b;margin:0 0 12px;text-transform:capitalize}.template-library__group-count{font-size:12px;color:#94a3b8;font-weight:400}.template-library__grid{display:grid;gap:12px}.template-library__grid--grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.template-library__grid--list{grid-template-columns:1fr}.template-card{display:flex;flex-direction:column;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.template-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.template-card--selected{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.template-card--list{flex-direction:row;align-items:center;padding:12px 16px}.template-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.template-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#f1f5f9;color:#64748b}.template-card__icon--email{background:#dbeafe;color:#3b82f6}.template-card__icon--sms{background:#d1fae5;color:#10b981}.template-card__icon--list{width:36px;height:36px;margin-right:12px}.template-card__type{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;border-radius:4px;background:#f1f5f9;color:#64748b}.template-card__type--email{background:#dbeafe;color:#3b82f6}.template-card__type--sms{background:#d1fae5;color:#10b981}.template-card__content{flex:1}.template-card__content--list{margin-right:16px}.template-card__title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.template-card__description{font-size:12px;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-card__footer{margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.template-card__preview-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s}.template-card__preview-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.template-card__meta--list{display:flex;align-items:center;gap:12px}.template-card__arrow{color:#94a3b8}.template-library__preview{flex:0 0 380px;display:flex;flex-direction:column;border-left:1px solid #e2e8f0;background:#f8fafc}.template-library__preview-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.template-library__preview-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#1e293b;margin:0}.template-library__preview-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s}.template-library__preview-close:hover{background:#e2e8f0}.template-library__preview-content{flex:1;padding:20px;overflow-y:auto}.template-library__preview-meta{display:flex;gap:8px;margin-bottom:16px}.template-library__preview-type,.template-library__preview-category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:4px}.template-library__preview-type--email{background:#dbeafe;color:#3b82f6}.template-library__preview-type--sms{background:#d1fae5;color:#10b981}.template-library__preview-category{background:#f1f5f9;color:#64748b}.template-library__preview-field{margin-bottom:16px}.template-library__preview-field label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:4px}.template-library__preview-field span{font-size:14px;color:#334155;font-weight:500}.template-library__preview-body{margin-bottom:16px}.template-library__preview-body label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:8px}.template-library__preview-html{padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;line-height:1.6;color:#334155;max-height:300px;overflow-y:auto}.template-library__preview-html img{max-width:100%;height:auto;border-radius:4px}.template-library__preview-description{font-size:13px;line-height:1.5;color:#64748b;margin:0}.template-library__preview-actions{display:flex;gap:10px;padding:16px 20px;border-top:1px solid #e2e8f0;background:#fff}.template-library__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.template-library__btn--primary{background:#3b82f6;color:#fff}.template-library__btn--primary:hover{background:#2563eb}.template-library__btn--secondary{background:#fff;border-color:#e2e8f0;color:#64748b}.template-library__btn--secondary:hover{background:#f1f5f9;color:#475569}@media (max-width: 900px){.template-library__preview{display:none}}@media (max-width: 600px){.template-library__sidebar{display:none}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ai-assistant-panel{flex:0 0 380px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #e2e8f0;overflow-y:auto}.ai-assistant-panel__header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-bottom:1px solid #fcd34d}.ai-assistant-panel__header-icon{color:#d97706}.ai-assistant-panel__title{font-size:15px;font-weight:600;color:#92400e;margin:0}.ai-assistant-panel__tabs{display:flex;padding:4px;gap:4px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ai-assistant-panel__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;background:transparent;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.ai-assistant-panel__tab:hover{background:#e2e8f0;color:#475569}.ai-assistant-panel__tab--active{background:#fff;color:#3b82f6;box-shadow:0 1px 2px #0000000d}.ai-assistant-panel__section{flex:1;display:flex;flex-direction:column;padding:16px;overflow-y:auto}.ai-assistant-panel__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ai-assistant-panel__section-title{font-size:13px;font-weight:600;color:#1e293b;margin:0}.ai-assistant-panel__section-count{font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:10px}.ai-assistant-panel__query{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.ai-assistant-panel__query-input-wrapper{position:relative}.ai-assistant-panel__query-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.ai-assistant-panel__query-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff;transition:all .2s}.ai-assistant-panel__query-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ai-assistant-panel__query-actions{display:flex;gap:8px}.ai-assistant-panel__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid transparent;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.ai-assistant-panel__btn--primary{background:#3b82f6;color:#fff}.ai-assistant-panel__btn--primary:hover:not(:disabled){background:#2563eb}.ai-assistant-panel__btn--secondary{background:#fff;border-color:#e2e8f0;color:#64748b}.ai-assistant-panel__btn--secondary:hover:not(:disabled){background:#f1f5f9;color:#475569}.ai-assistant-panel__btn:disabled{opacity:.6;cursor:not-allowed}.ai-assistant-panel__spinner{animation:spin 1s linear infinite}.ai-assistant-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#94a3b8}.ai-assistant-panel__empty-icon{color:#cbd5e1;margin-bottom:12px}.ai-assistant-panel__empty p{font-size:13px;line-height:1.5;margin:0}.ai-assistant-panel__suggestions{display:flex;flex-direction:column;gap:8px}.ai-assistant-panel__suggestion{padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.ai-assistant-panel__suggestion:hover{border-color:#cbd5e1;background:#f1f5f9}.ai-assistant-panel__suggestion--selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 2px #3b82f633}.ai-assistant-panel__suggestion-content{margin-bottom:8px}.ai-assistant-panel__suggestion-text{font-size:13px;line-height:1.5;color:#334155;margin:0 0 8px}.ai-assistant-panel__suggestion-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ai-assistant-panel__suggestion-source{display:flex;align-items:center;gap:4px;font-size:11px;color:#64748b}.ai-assistant-panel__suggestion-confidence{font-size:11px;color:#10b981;font-weight:500}.ai-assistant-panel__suggestion-category{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;background:#e2e8f0;padding:2px 6px;border-radius:4px}.ai-assistant-panel__suggestion-actions{display:flex;gap:6px;padding-top:8px;border-top:1px solid #e2e8f0}.ai-assistant-panel__action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;font-size:11px;cursor:pointer;transition:all .2s}.ai-assistant-panel__action-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.ai-assistant-panel__facts-list{display:flex;flex-direction:column;gap:8px}.ai-assistant-panel__fact{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s}.ai-assistant-panel__fact:hover{border-color:#cbd5e1}.ai-assistant-panel__fact-status{flex-shrink:0;padding-top:2px}.ai-assistant-panel__fact-verified{color:#10b981}.ai-assistant-panel__fact-pending{color:#f59e0b}.ai-assistant-panel__fact-content{flex:1;min-width:0}.ai-assistant-panel__fact-text{font-size:12px;line-height:1.5;color:#334155;margin:0 0 6px}.ai-assistant-panel__fact-meta{display:flex;align-items:center;gap:8px}.ai-assistant-panel__fact-category{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;background:#e2e8f0;padding:2px 6px;border-radius:4px}.ai-assistant-panel__fact-value{font-size:11px;color:#3b82f6;font-weight:500}.ai-assistant-panel__fact-insert{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:#e2e8f0;color:#64748b;cursor:pointer;transition:all .2s}.ai-assistant-panel__fact-insert:hover{background:#3b82f6;color:#fff}.ai-assistant-panel__analysis{padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px}.ai-assistant-panel__analysis-title{font-size:13px;font-weight:600;color:#1e293b;margin:0 0 12px}.ai-assistant-panel__analysis-score{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ai-assistant-panel__score-bar{flex:1;height:8px;background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);border-radius:4px;transition:width .3s ease}.ai-assistant-panel__score-value{font-size:14px;font-weight:600;color:#3b82f6}.ai-assistant-panel__analysis-section{margin-bottom:12px}.ai-assistant-panel__analysis-section:last-child{margin-bottom:0}.ai-assistant-panel__analysis-label{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;margin-bottom:6px}.ai-assistant-panel__analysis-label--warning{color:#dc2626}.ai-assistant-panel__analysis-label--success{color:#059669}.ai-assistant-panel__word-tags{display:flex;flex-wrap:wrap;gap:4px}.ai-assistant-panel__word-tag{font-size:11px;padding:2px 8px;border-radius:4px}.ai-assistant-panel__word-tag--avoid{background:#fee2e2;color:#dc2626}.ai-assistant-panel__word-tag--good{background:#d1fae5;color:#059669}.ai-assistant-panel__voice-section{display:flex;flex-direction:column;gap:16px}.ai-assistant-panel__voice-block{display:flex;flex-direction:column;gap:6px}.ai-assistant-panel__voice-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.ai-assistant-panel__voice-text{font-size:13px;line-height:1.5;color:#334155;margin:0;font-style:italic}.ai-assistant-panel__voice-tags{display:flex;flex-wrap:wrap;gap:6px}.ai-assistant-panel__voice-tag{font-size:12px;padding:4px 10px;background:#e0e7ff;color:#3730a3;border-radius:12px}.ai-assistant-panel__voice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.ai-assistant-panel__voice-item{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#059669}.ai-assistant-panel__voice-item--dont{color:#dc2626}.ai-assistant-panel__voice-item svg{flex-shrink:0;margin-top:2px}.touchpoint-editor{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.touchpoint-editor__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.touchpoint-editor__header-left{display:flex;align-items:center;gap:16px;flex:1}.touchpoint-editor__title{font-size:18px;font-weight:600;color:#1e293b;margin:0;white-space:nowrap}.touchpoint-editor__name-input{flex:1;max-width:400px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background:#fff}.touchpoint-editor__name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.touchpoint-editor__header-actions{display:flex;align-items:center;gap:8px}.touchpoint-editor__tab{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.touchpoint-editor__tab:hover{background:#f1f5f9;color:#475569}.touchpoint-editor__tab--active{background:#fef3c7;border-color:#f59e0b;color:#92400e}.touchpoint-editor__button{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.touchpoint-editor__button--primary{background:#3b82f6;color:#fff}.touchpoint-editor__button--primary:hover{background:#2563eb}.touchpoint-editor__button--secondary{background:#fff;border-color:#cbd5e1;color:#64748b}.touchpoint-editor__button--secondary:hover{background:#f1f5f9;color:#475569}.touchpoint-editor__button:disabled{opacity:.6;cursor:not-allowed}.touchpoint-editor__content{display:flex;flex:1;overflow:hidden}.touchpoint-editor__editor-panel{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto}.touchpoint-editor__editor-panel--with-ai{flex:0 0 60%}.touchpoint-editor__fields{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.touchpoint-editor__field{position:relative}.touchpoint-editor__label{display:block;font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.touchpoint-editor__input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s}.touchpoint-editor__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.touchpoint-editor__char-count{position:absolute;right:12px;bottom:-18px;font-size:11px;color:#94a3b8}.touchpoint-editor__char-count--sms{position:static;display:block;margin-top:4px}.touchpoint-editor__sms-warning{color:#ef4444;font-weight:500}.touchpoint-editor__toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin-bottom:12px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.touchpoint-editor__toolbar-section{display:flex;align-items:center;gap:8px}.touchpoint-editor__toolbar-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.touchpoint-editor__toolbar-btn{display:flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s}.touchpoint-editor__toolbar-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.touchpoint-editor__token-dropdown{position:relative}.touchpoint-editor__token-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;min-width:220px;z-index:100;padding:4px}.touchpoint-editor__token-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;border-radius:4px;background:transparent;color:#334155;font-size:13px;text-align:left;cursor:pointer;transition:background .2s}.touchpoint-editor__token-item:hover{background:#f1f5f9}.touchpoint-editor__token-code{margin-left:auto;padding:2px 6px;background:#e2e8f0;border-radius:4px;font-size:10px;color:#64748b}.touchpoint-editor__editor{flex:1;display:flex;flex-direction:column;min-height:300px}.touchpoint-editor__editor .quill{flex:1;display:flex;flex-direction:column}.touchpoint-editor__editor .ql-toolbar{border-color:#e2e8f0;border-radius:6px 6px 0 0;background:#f8fafc}.touchpoint-editor__editor .ql-container{flex:1;border-color:#e2e8f0;border-radius:0 0 6px 6px;font-size:14px}.touchpoint-editor__editor .ql-editor{min-height:250px}.touchpoint-editor__source{width:100%;flex:1;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:13px;line-height:1.5;resize:none}.touchpoint-editor__source:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.touchpoint-editor__view-toggle{display:flex;justify-content:center;gap:4px;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.touchpoint-editor__view-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s}.touchpoint-editor__view-btn:hover{background:#f1f5f9}.touchpoint-editor__view-btn--active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.touchpoint-editor__preview-panel{flex:0 0 400px;display:flex;flex-direction:column;border-left:1px solid #e2e8f0;background:#f8fafc}.touchpoint-editor__preview-header{padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#fff}.touchpoint-editor__preview-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569}.touchpoint-editor__preview-content{flex:1;padding:20px;overflow-y:auto}.touchpoint-editor__email-preview{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.touchpoint-editor__email-header{padding:16px;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.touchpoint-editor__email-field{font-size:13px;color:#475569;margin-bottom:4px}.touchpoint-editor__email-field:last-child{margin-bottom:0}.touchpoint-editor__email-body{padding:20px;font-size:14px;line-height:1.6;color:#334155}.touchpoint-editor__email-body img{max-width:100%;height:auto;border-radius:4px}.touchpoint-editor__sms-preview{display:flex;justify-content:center;padding:20px}.touchpoint-editor__sms-phone{width:280px;height:500px;background:#1f2937;border-radius:32px;padding:40px 16px;position:relative}.touchpoint-editor__sms-phone:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#374151;border-radius:2px}.touchpoint-editor__sms-message{background:#3b82f6;color:#fff;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.4;max-width:85%;word-wrap:break-word}@media (max-width: 1200px){.touchpoint-editor__preview-panel{display:none}.touchpoint-editor__editor-panel--with-ai{flex:1}}.touchpoint-editor-modal__content{width:100%;max-width:1400px;height:90vh;background:#fff;border-radius:12px;overflow:hidden}.journey-flow{width:100%;height:100%;position:relative}.journey-flow .react-flow{background:#f8fafc}.journey-flow__panel{margin:0}.journey-flow__toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a}.journey-flow__mode-toggle{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.journey-flow__mode-toggle:hover{background:#f1f5f9;color:#475569}.journey-flow__mode-toggle--active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.journey-flow__toolbar-divider{width:1px;height:24px;background:#e2e8f0;margin:0 4px}.journey-flow__tool-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.journey-flow__tool-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.journey-flow__tool-btn--edit{background:#fef3c7;border-color:#fcd34d;color:#d97706}.journey-flow__tool-btn--edit:hover{background:#fde68a}.journey-flow__tool-btn--delete{background:#fee2e2;border-color:#fecaca;color:#dc2626}.journey-flow__tool-btn--delete:hover{background:#fecaca}.journey-flow__legend{display:flex;align-items:center;gap:16px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a}.journey-flow__legend-title{font-size:12px;font-weight:600;color:#64748b}.journey-flow__legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569}.journey-flow__legend-dot{width:10px;height:10px;border-radius:50%}.journey-flow__legend-dot--email{background:#3b82f6}.journey-flow__legend-dot--sms{background:#10b981}.journey-flow__legend-dot--wait{background:#6366f1}.journey-flow__legend-dot--condition{background:#ec4899}.journey-flow__selection{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a}.journey-flow__selection-label{font-size:12px;color:#64748b}.journey-flow__selection-name{font-size:13px;font-weight:600;color:#1e293b}.journey-flow__selection-type{font-size:11px;color:#94a3b8;text-transform:lowercase}.touchpoint-editor-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.touchpoint-editor-modal__content{width:100%;max-width:1400px;height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.journey-flow .react-flow__controls{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.journey-flow .react-flow__controls-button{background:#fff;border-color:#e2e8f0;color:#64748b}.journey-flow .react-flow__controls-button:hover{background:#f1f5f9}.journey-flow .react-flow__minimap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.journey-flow .react-flow__node.selected{filter:drop-shadow(0 0 6px rgba(59,130,246,.5))}.journey-flow .react-flow__edge-path{stroke:#94a3b8;stroke-width:2}.journey-flow .react-flow__edge.selected .react-flow__edge-path{stroke:#3b82f6;stroke-width:3}.journey-flow .react-flow__background{background-color:#f8fafc}@media (max-width: 768px){.journey-flow__toolbar{flex-wrap:wrap;max-width:280px}.journey-flow__legend{flex-wrap:wrap;gap:8px;max-width:200px}.journey-flow__legend-title{width:100%}}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-weight:500;font-size:13px;white-space:nowrap;transition:all .2s ease}.status-badge--small{padding:2px 8px;font-size:11px;gap:4px}.status-badge--large{padding:6px 16px;font-size:15px;gap:8px}.status-badge__icon{font-size:.9em}.status-badge__label{text-transform:capitalize}.status-indicator{display:inline-block;border-radius:50%;flex-shrink:0}.status-indicator--small{width:8px;height:8px}.status-indicator--medium{width:12px;height:12px}.approval-panel{display:flex;flex-direction:column;height:100%;background:#fff;border-left:1px solid #e2e8f0;overflow-y:auto}.approval-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.approval-panel__header-left{display:flex;flex-direction:column;gap:8px}.approval-panel__title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.approval-panel__mode-toggle{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.approval-panel__mode-toggle:hover{background:#f1f5f9}.approval-panel__mode-toggle--edit{background:#fef3c7;border-color:#fcd34d;color:#d97706}.approval-panel__section{padding:16px 20px;border-bottom:1px solid #e2e8f0}.approval-panel__status-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.approval-panel__status-info{display:flex;align-items:center;gap:8px}.approval-panel__status-label{font-size:13px;color:#64748b}.approval-panel__status-text{font-size:13px;font-weight:600;color:#1e293b}.approval-panel__version-dropdown{position:relative}.approval-panel__version-btn{display:flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s}.approval-panel__version-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.approval-panel__chevron--up{transform:rotate(180deg)}.approval-panel__version-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;z-index:10;overflow:hidden}.approval-panel__version-header{padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.approval-panel__version-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:none;background:transparent;cursor:pointer;transition:background .2s}.approval-panel__version-item:hover{background:#f1f5f9}.approval-panel__version-item--selected{background:#eff6ff}.approval-panel__version-info{display:flex;flex-direction:column;gap:2px}.approval-panel__version-number{font-size:13px;font-weight:600;color:#1e293b}.approval-panel__version-date{font-size:11px;color:#94a3b8}.approval-panel__version-author{font-size:11px;color:#64748b}.approval-panel__version-empty{padding:16px;text-align:center;font-size:12px;color:#94a3b8}.approval-panel__toolbar{display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.approval-panel__toolbar-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;position:relative}.approval-panel__toolbar-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.approval-panel__toolbar-btn--active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.approval-panel__toolbar-btn--deploy{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8;margin-left:auto}.approval-panel__toolbar-btn--deploy:hover{background:#3b82f6;color:#fff}.approval-panel__badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center}.approval-panel__comments-section{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#fafafa}.approval-panel__comments-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1e293b;margin:0 0 12px}.approval-panel__comments-empty{font-size:12px;color:#94a3b8;text-align:center;padding:16px}.approval-panel__touchpoint-list{display:flex;flex-direction:column;gap:8px}.approval-panel__touchpoint-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.approval-panel__touchpoint-header{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;transition:background .2s}.approval-panel__touchpoint-header:hover{background:#f8fafc}.approval-panel__touchpoint-name{font-size:13px;font-weight:500;color:#1e293b;flex:1}.approval-panel__touchpoint-type{font-size:11px;color:#94a3b8}.approval-panel__comment-count{font-size:10px;font-weight:600;padding:2px 6px;background:#3b82f6;color:#fff;border-radius:10px}.approval-panel__comment-box{padding:12px;border-top:1px solid #f1f5f9;background:#fafafa}.approval-panel__comment{padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px}.approval-panel__comment-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.approval-panel__comment-author{font-size:12px;font-weight:600;color:#1e293b}.approval-panel__comment-time{font-size:11px;color:#94a3b8;margin-left:auto}.approval-panel__comment-text{font-size:12px;color:#475569;line-height:1.4;margin:0}.approval-panel__comment-input-box{display:flex;gap:8px}.approval-panel__comment-input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;resize:vertical;min-height:60px}.approval-panel__comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.approval-panel__comment-submit{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:#3b82f6;color:#fff;cursor:pointer;transition:background .2s;flex-shrink:0}.approval-panel__comment-submit:hover:not(:disabled){background:#2563eb}.approval-panel__comment-submit:disabled{background:#cbd5e1;cursor:not-allowed}.approval-panel__actions{padding:16px 20px;border-bottom:1px solid #e2e8f0}.approval-panel__button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.approval-panel__button:disabled{opacity:.6;cursor:not-allowed}.approval-panel__button--request{background:#f59e0b;color:#fff}.approval-panel__button--request:hover:not(:disabled){background:#d97706}.approval-panel__button-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}.approval-panel__button--approve{background:#10b981;color:#fff}.approval-panel__button--approve:hover:not(:disabled){background:#059669}.approval-panel__button--reject{background:#ef4444;color:#fff}.approval-panel__button--reject:hover:not(:disabled){background:#dc2626}.approval-panel__button--cancel{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.approval-panel__button--cancel:hover:not(:disabled){background:#e2e8f0}.approval-panel__button--confirm-reject{background:#dc2626;color:#fff}.approval-panel__button--confirm-reject:hover:not(:disabled){background:#b91c1c}.approval-panel__review-form{margin-bottom:12px}.approval-panel__comment-input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;min-height:80px}.approval-panel__comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.approval-panel__comment-input--reject{border-color:#fecaca;background:#fef2f2}.approval-panel__comment-input--reject:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.approval-panel__reject-form{margin-top:12px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.approval-panel__reject-label{display:block;font-size:13px;font-weight:500;color:#dc2626;margin-bottom:8px}.approval-panel__success,.approval-panel__published{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:8px}.approval-panel__success{background:#d1fae5;color:#065f46}.approval-panel__published{background:#dbeafe;color:#1e40af}.approval-panel__success strong,.approval-panel__published strong{display:block;font-size:14px;margin-bottom:2px}.approval-panel__success p,.approval-panel__published p{margin:0;font-size:13px;opacity:.9}.approval-panel__history{padding:16px 20px}.approval-panel__history-title{font-size:13px;font-weight:600;color:#1e293b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.approval-panel__history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.approval-panel__history-item{padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.approval-panel__history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.approval-panel__history-date{font-size:11px;color:#94a3b8}.approval-panel__history-comment{font-size:13px;color:#475569;line-height:1.4;margin:0 0 8px;font-style:italic}.approval-panel__history-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#64748b}.approval-panel__history-meta span{display:flex;align-items:center;gap:4px}.approval-panel__history-version{padding:2px 6px;background:#e2e8f0;border-radius:4px;font-weight:500}@media print{.approval-panel{border:none}.approval-panel__toolbar,.approval-panel__mode-toggle,.approval-panel__actions,.approval-panel__comments-section{display:none}}.touchpoint-list{min-height:100vh;background:#f8fafc;display:flex;flex-direction:column}.touchpoint-list__header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.touchpoint-list__header-left{display:flex;flex-direction:column;gap:4px}.touchpoint-list__title{font-size:24px;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:12px}.touchpoint-list__title svg{color:#3b82f6}.touchpoint-list__subtitle{font-size:14px;color:#64748b;margin:0}.touchpoint-list__header-right{display:flex;align-items:center;gap:12px}.touchpoint-list__user{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;border-radius:8px;font-size:14px;color:#475569}.touchpoint-list__logout-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#fee2e2;color:#dc2626;border-radius:8px;cursor:pointer;transition:all .2s}.touchpoint-list__logout-btn:hover{background:#fecaca}.touchpoint-list__toolbar{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;background:#fff;border-bottom:1px solid #e2e8f0}.touchpoint-list__search{position:relative;flex:1;min-width:280px;max-width:480px}.touchpoint-list__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.touchpoint-list__search-input{width:100%;padding:10px 16px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.touchpoint-list__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.touchpoint-list__search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:none;background:#e2e8f0;color:#64748b;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.touchpoint-list__search-clear:hover{background:#cbd5e1}.touchpoint-list__filter-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;color:#475569;transition:all .2s;position:relative}.touchpoint-list__filter-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.touchpoint-list__filter-toggle--active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.touchpoint-list__filter-badge{position:absolute;top:-6px;right:-6px;background:#dc2626;color:#fff;font-size:11px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.touchpoint-list__filter-panel{display:flex;gap:16px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:flex-end}.touchpoint-list__filter-group{display:flex;flex-direction:column;gap:6px}.touchpoint-list__filter-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.touchpoint-list__filter-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;background:#fff;min-width:140px;cursor:pointer}.touchpoint-list__filter-select:focus{outline:none;border-color:#3b82f6}.touchpoint-list__filter-clear{padding:8px 16px;background:transparent;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s}.touchpoint-list__filter-clear:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}.touchpoint-list__results{padding:12px 24px;display:flex;align-items:center;gap:8px}.touchpoint-list__count{font-size:14px;font-weight:500;color:#1e293b}.touchpoint-list__filter-info{font-size:13px;color:#64748b}.touchpoint-list__table-container{flex:1;padding:0 24px 24px;overflow-x:auto}.touchpoint-list__table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.touchpoint-list__thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.touchpoint-list__th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.touchpoint-list__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px}.touchpoint-list__th--sortable:hover{color:#3b82f6}.touchpoint-list__th--actions{text-align:center;width:140px}.touchpoint-list__row{border-bottom:1px solid #f1f5f9;transition:background .2s}.touchpoint-list__row:hover{background:#f8fafc}.touchpoint-list__row:last-child{border-bottom:none}.touchpoint-list__td{padding:16px;font-size:14px;color:#334155}.touchpoint-list__td--name{min-width:200px}.touchpoint-list__name-cell{display:flex;flex-direction:column;gap:4px}.touchpoint-list__name{font-weight:500;color:#1e293b}.touchpoint-list__subject{font-size:12px;color:#64748b;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.touchpoint-list__type-cell{display:flex;align-items:center;gap:8px}.touchpoint-list__type-cell svg{color:#3b82f6}.touchpoint-list__type-label{text-transform:capitalize}.touchpoint-list__journey{color:#64748b;font-size:13px}.touchpoint-list__td--date{color:#64748b;font-size:13px;white-space:nowrap}.touchpoint-list__td--actions{text-align:center}.touchpoint-list__actions{display:flex;justify-content:center;gap:8px}.touchpoint-list__action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;transition:all .2s}.touchpoint-list__action-btn:hover{background:#eff6ff;color:#3b82f6}.touchpoint-list__action-btn:active{transform:scale(.95)}.touchpoint-list__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#64748b}.touchpoint-list__spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:touchpoint-list-spin 1s linear infinite}@keyframes touchpoint-list-spin{to{transform:rotate(360deg)}}.touchpoint-list__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#dc2626;text-align:center}.touchpoint-list__retry-btn{padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s}.touchpoint-list__retry-btn:hover{background:#b91c1c}.touchpoint-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;text-align:center;padding:40px}.touchpoint-list__empty-icon{color:#cbd5e1}.touchpoint-list__empty h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.touchpoint-list__empty p{font-size:14px;color:#64748b;max-width:400px;margin:0}@media (max-width: 768px){.touchpoint-list__header{padding:16px}.touchpoint-list__toolbar{padding:12px 16px;flex-direction:column;align-items:stretch}.touchpoint-list__search{max-width:none;min-width:auto}.touchpoint-list__filter-panel{padding:12px 16px}.touchpoint-list__table-container{padding:0 16px 16px}.touchpoint-list__th--date,.touchpoint-list__td--date{display:none}.touchpoint-list__th:nth-child(3),.touchpoint-list__td:nth-child(3){display:none}}@media print{.touchpoint-list{display:none}}.touchpoint-list__action-btn--publish{color:#64748b}.touchpoint-list__action-btn--publish:hover{background:#f0fdf4;color:#16a34a}.touchpoint-list__action-btn--published{color:#16a34a}.touchpoint-list__action-btn--published:hover{background:#dcfce7}.touchpoint-list__action-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.touchpoint-list__notification{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:notification-slide-in .3s ease-out;z-index:1000;max-width:400px}@keyframes notification-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.touchpoint-list__notification--success{background:#f0fdf4;border:1px solid #86efac}.touchpoint-list__notification--error{background:#fef2f2;border:1px solid #fecaca}.touchpoint-list__notification-content{display:flex;align-items:center;gap:12px;flex:1}.touchpoint-list__notification-icon{flex-shrink:0}.touchpoint-list__notification--success .touchpoint-list__notification-icon{color:#16a34a}.touchpoint-list__notification--error .touchpoint-list__notification-icon{color:#dc2626}.touchpoint-list__notification-message{font-size:14px;color:#1e293b;line-height:1.5}.touchpoint-list__notification-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;font-size:20px;line-height:1;transition:all .2s}.touchpoint-list__notification-close:hover{background:#0000000d;color:#1e293b}.touchpoint-print{min-height:100vh;background:#f1f5f9}.touchpoint-print__header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d}.touchpoint-print__back{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;color:#475569;transition:all .2s}.touchpoint-print__back:hover{background:#f1f5f9;border-color:#cbd5e1}.touchpoint-print__actions{display:flex;gap:12px}.touchpoint-print__print-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.touchpoint-print__print-btn:hover{background:#2563eb}.touchpoint-print__content{max-width:210mm;margin:0 auto;padding:24px;background:#fff;min-height:calc(100vh - 80px)}.touchpoint-print__doc-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:2px solid #e2e8f0;margin-bottom:32px}.touchpoint-print__meta{display:flex;flex-direction:column;gap:4px}.touchpoint-print__doc-type{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.touchpoint-print__doc-date{font-size:13px;color:#94a3b8}.touchpoint-print__status{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid}.touchpoint-print__section{margin-bottom:32px;page-break-inside:avoid}.touchpoint-print__section--page-break{page-break-before:always}.touchpoint-print__section--review{page-break-inside:auto}.touchpoint-print__section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.touchpoint-print__title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 24px;display:flex;align-items:center;gap:12px}.touchpoint-print__title svg{color:#3b82f6}.touchpoint-print__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;background:#f8fafc;padding:20px;border-radius:8px}.touchpoint-print__info-item{display:flex;flex-direction:column;gap:4px}.touchpoint-print__info-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.touchpoint-print__info-value{font-size:14px;font-weight:500;color:#1e293b}.touchpoint-print__field{margin-bottom:20px}.touchpoint-print__field-label{display:block;font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.touchpoint-print__field-value{font-size:14px;color:#334155;line-height:1.6;padding:12px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.touchpoint-print__field-value--highlight{font-size:16px;font-weight:600;color:#1e293b;background:#eff6ff;border-color:#bfdbfe}.touchpoint-print__content-preview{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.touchpoint-print__rendered-content{padding:24px;font-size:14px;line-height:1.6;color:#334155}.touchpoint-print__rendered-content img{max-width:100%;height:auto}.touchpoint-print__rendered-content a{color:#3b82f6}.touchpoint-print__rendered-content table{width:100%;border-collapse:collapse}.touchpoint-print__rendered-content p{margin:0 0 12px}.touchpoint-print__rendered-content p:last-child{margin-bottom:0}.touchpoint-print__empty-content{padding:40px;text-align:center;color:#94a3b8;font-style:italic;margin:0}.touchpoint-print__source-container{background:#1e293b;border-radius:8px;overflow:hidden}.touchpoint-print__source{margin:0;padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.6;color:#e2e8f0;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto}.touchpoint-print__source code{font-family:inherit;color:inherit}.touchpoint-print__config{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.touchpoint-print__config-code{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.6;color:#475569;white-space:pre-wrap;word-wrap:break-word}.touchpoint-print__review-lines{display:flex;flex-direction:column;gap:24px}.touchpoint-print__review-line{height:0;border-bottom:1px solid #e2e8f0}.touchpoint-print__approval-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px}.touchpoint-print__approval-box{display:flex;flex-direction:column;gap:8px}.touchpoint-print__approval-box label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.touchpoint-print__approval-line{height:40px;border-bottom:1px solid #cbd5e1}.touchpoint-print__approval-checks{display:flex;flex-direction:column;gap:12px}.touchpoint-print__check-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#475569}.touchpoint-print__checkbox{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0}.touchpoint-print__footer{margin-top:48px;padding-top:16px;border-top:1px solid #e2e8f0}.touchpoint-print__footer-content{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8}.touchpoint-print__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#64748b}.touchpoint-print__spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:touchpoint-print-spin 1s linear infinite}@keyframes touchpoint-print-spin{to{transform:rotate(360deg)}}.touchpoint-print__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:#dc2626;text-align:center;padding:24px}.touchpoint-print__error h2{margin:0;color:#1e293b}.touchpoint-print__error p{margin:0;color:#64748b}.touchpoint-print__back-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;margin-top:8px}@media print{@page{size:A4;margin:15mm 20mm}.touchpoint-print{background:#fff}.touchpoint-print__header{display:none!important}.touchpoint-print__content{max-width:none;padding:0;margin:0;min-height:auto}.touchpoint-print__section{page-break-inside:avoid}.touchpoint-print__section--review{page-break-inside:auto}.touchpoint-print__section--page-break{page-break-before:always}.touchpoint-print__source{max-height:none;overflow:visible;white-space:pre-wrap;word-wrap:break-word;font-size:10px}.touchpoint-print__footer{position:fixed;bottom:0;left:0;right:0;margin-top:0}}@media print and (width: 8.5in){@page{size:letter;margin:.5in}}@media screen and (max-width: 768px){.touchpoint-print__header{padding:12px 16px}.touchpoint-print__content{padding:16px}.touchpoint-print__title{font-size:22px}.touchpoint-print__info-grid,.touchpoint-print__approval-grid{grid-template-columns:1fr}}.html-editor{display:flex;flex-direction:column;height:100vh;background:#1e1e1e}.html-editor--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.html-editor__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#252526;border-bottom:1px solid #333;gap:16px}.html-editor__header-left{display:flex;align-items:center;gap:16px}.html-editor__back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#333;color:#ccc;border-radius:6px;cursor:pointer;transition:all .2s}.html-editor__back:hover{background:#444;color:#fff}.html-editor__info{display:flex;flex-direction:column;gap:2px}.html-editor__title{font-size:15px;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;gap:8px}.html-editor__title svg{color:#3b82f6}.html-editor__journey{font-size:12px;color:#888}.html-editor__toolbar{display:flex;align-items:center;gap:8px}.html-editor__toolbar-group{display:flex;align-items:center;gap:4px}.html-editor__divider{width:1px;height:24px;background:#444}.html-editor__tool-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:1px solid transparent;border-radius:6px;color:#ccc;font-size:13px;cursor:pointer;transition:all .2s}.html-editor__tool-btn:hover{background:#333;color:#fff}.html-editor__tool-btn--active{background:#3b82f6;color:#fff}.html-editor__tool-btn--active:hover{background:#2563eb}.html-editor__tool-btn:disabled{opacity:.5;cursor:not-allowed}.html-editor__save-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#10b981;border:none;border-radius:6px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.html-editor__save-btn:hover:not(:disabled){background:#059669}.html-editor__save-btn:disabled{opacity:.5;cursor:not-allowed}.html-editor__save-btn--saving{background:#f59e0b}.html-editor__save-btn--success{background:#10b981}.html-editor__status-bar{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;background:#1e3a5f;border-bottom:1px solid #333}.html-editor__unsaved-indicator{display:flex;align-items:center;gap:8px;font-size:12px;color:#fbbf24}.html-editor__unsaved-dot{width:8px;height:8px;background:#fbbf24;border-radius:50%;animation:html-editor-pulse 2s infinite}@keyframes html-editor-pulse{0%,to{opacity:1}50%{opacity:.5}}.html-editor__autosave-status{font-size:12px;color:#6ee7b7}.html-editor__error-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fee2e2;border-bottom:1px solid #fecaca;color:#dc2626;font-size:14px}.html-editor__error-banner button{margin-left:auto;background:none;border:none;color:#dc2626;font-size:20px;cursor:pointer;padding:0 4px}.html-editor__content{flex:1;display:flex;overflow:hidden}.html-editor__content--split{display:grid;grid-template-columns:1fr 1fr}.html-editor__editor-pane{flex:1;overflow:hidden;min-width:0}.html-editor__preview-pane{display:flex;flex-direction:column;background:#f8fafc;border-left:1px solid #333;overflow:hidden}.html-editor__preview-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#e2e8f0;border-bottom:1px solid #cbd5e1}.html-editor__preview-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#475569}.html-editor__preview-title svg{color:#3b82f6}.html-editor__preview-mode{font-size:12px;color:#64748b;padding:4px 10px;background:#fff;border-radius:4px}.html-editor__preview-content{flex:1;overflow:auto;padding:20px;background:#fff}.html-editor__preview-frame{width:100%;height:100%;border:none;background:#fff}.html-editor__footer{padding:8px 16px;background:#252526;border-top:1px solid #333}.html-editor__shortcuts{display:flex;align-items:center;gap:12px;font-size:12px;color:#888}.html-editor__shortcuts span{color:#ccc;font-family:Monaco,Menlo,monospace;background:#333;padding:2px 6px;border-radius:4px}.html-editor__shortcut-divider{color:#555!important;background:transparent!important}.html-editor__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;background:#1e1e1e;color:#888}.html-editor__spinner{width:40px;height:40px;border:3px solid #333;border-top-color:#3b82f6;border-radius:50%;animation:html-editor-spin 1s linear infinite}@keyframes html-editor-spin{to{transform:rotate(360deg)}}.html-editor__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:#dc2626;text-align:center;background:#1e1e1e;padding:24px}.html-editor__error h2{margin:0;color:#fff}.html-editor__error p{margin:0;color:#888}.html-editor__back-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;margin-top:8px}@media (max-width: 1024px){.html-editor__content--split{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.html-editor__preview-pane{border-left:none;border-top:1px solid #333}}@media (max-width: 768px){.html-editor__header{flex-wrap:wrap;padding:10px}.html-editor__toolbar{width:100%;justify-content:flex-end}.html-editor__tool-btn span,.html-editor__journey{display:none}}@media print{.html-editor{display:none}}.html-editor .monaco-editor{background:#1e1e1e!important}.html-editor .monaco-editor .overflow-guard{border-radius:0}.app{display:flex;flex-direction:column;min-height:100vh;background:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.app__logo{display:flex;align-items:center;gap:10px}.app__logo-icon{font-size:28px}.app__title{margin:0;font-size:20px;font-weight:700;color:#1e293b}.app__edit-indicator{padding:4px 10px;background:#fef3c7;color:#d97706;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-left:8px}.app__header-right{display:flex;align-items:center;gap:16px}.app__header-left{display:flex;align-items:center;gap:32px}.app__nav{display:flex;align-items:center;gap:8px}.app__nav-link{display:flex;align-items:center;gap:8px;padding:8px 16px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:all .2s}.app__nav-link:hover{background:#f1f5f9;color:#334155}.app__nav-link--active{background:#eff6ff;color:#3b82f6}.app__container{display:flex;flex-direction:column;min-height:100vh;background:#f1f5f9}.app__main{display:flex;flex:1;overflow:hidden}.app__sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.app__sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.app__sidebar-title{margin:0;font-size:16px;font-weight:600;color:#1e293b}.app__sidebar-count{background:#f1f5f9;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;color:#64748b}.app__journey-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.app__journey-item{display:flex;flex-direction:column;gap:8px;padding:16px 20px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .15s ease}.app__journey-item:hover{background:#f8fafc}.app__journey-item--selected{background:#eff6ff;border-left:3px solid #3b82f6}.app__journey-info{flex:1}.app__journey-name{margin:0 0 4px;font-size:14px;font-weight:600;color:#1e293b}.app__journey-description{margin:0;font-size:12px;color:#64748b;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app__loading{padding:20px;text-align:center;color:#64748b;font-size:14px}.app__canvas{flex:1;display:flex;flex-direction:column;overflow:hidden}.app__canvas-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.app__canvas-info{flex:1}.app__canvas-title{margin:0 0 4px;font-size:18px;font-weight:600;color:#1e293b}.app__canvas-meta{margin:0;font-size:13px;color:#64748b}.app__canvas-actions{display:flex;gap:12px}.app__toggle-panel{padding:8px 16px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.app__toggle-panel:hover{background:#e2e8f0;color:#1e293b}.app__flow-wrapper{flex:1;padding:16px;overflow:hidden}.app__flow-wrapper--with-panel{margin-right:0}.app__approval-sidebar{width:380px;background:#fff;border-left:1px solid #e2e8f0;overflow-y:auto;padding:16px}.app__footer{padding:12px 24px;background:#fff;border-top:1px solid #e2e8f0;text-align:center}.app__footer p{margin:0;font-size:12px;color:#94a3b8}.app__mode-indicator{color:#10b981;font-weight:500}.app__login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:24px}.app__login-card{background:#fff;border-radius:16px;padding:48px;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.app__login-logo{text-align:center;margin-bottom:8px}.app__login-logo span{font-size:48px}.app__login-logo h1{margin:16px 0 0;font-size:24px;font-weight:700;color:#1e293b}.app__login-subtitle{text-align:center;color:#64748b;font-size:14px;margin:8px 0 32px}.app__login-error{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.app__login-form{display:flex;flex-direction:column;gap:20px}.app__login-field{display:flex;flex-direction:column;gap:6px}.app__login-field label{font-size:14px;font-weight:500;color:#374151}.app__login-field input{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s}.app__login-field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.app__login-btn{padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.app__login-btn:hover:not(:disabled){background:#2563eb}.app__login-btn:disabled{opacity:.7;cursor:not-allowed}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#1e293b;line-height:1.5}#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::selection{background:#bfdbfe;color:#1e3a8a}button{font-family:inherit;font-size:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}
