.sop-editor-wrapper{border-radius:12px;background:transparent}.sop-editor-toolbar{display:flex;align-items:center;gap:2px;padding:4px;background:transparent;border-radius:6px}.sop-editor-toolbar .sop-toolbar-group{display:inline-flex;align-items:center;gap:1px}.sop-editor-toolbar .sop-toolbar-divider{width:1px;height:20px;background:var(--sop-border);margin:0 4px;flex-shrink:0}.sop-editor-toolbar .ant-btn.sop-tb{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--sop-icon);font-size:14px;box-shadow:none;transition:background .15s,color .15s}.sop-editor-toolbar .ant-btn.sop-tb:hover{background:var(--sop-btn-hover);color:var(--sop-text)}.sop-editor-toolbar .ant-btn.sop-tb.sop-tb-active{background:var(--sop-btn-active);color:var(--sop-active-color)}.sop-editor-toolbar .ant-btn.sop-tb:disabled{opacity:.35;cursor:not-allowed;background:transparent}.sop-editor-toolbar .sop-heading-select{min-width:130px}.sop-editor-toolbar .sop-heading-select .ant-select-selector{border:none!important;background:transparent!important;box-shadow:none!important;padding-left:8px;padding-right:4px;height:30px;border-radius:6px;font-size:13px;font-weight:500;color:var(--sop-text);transition:background .15s}.sop-editor-toolbar .sop-heading-select:hover .ant-select-selector{background:var(--sop-btn-hover)!important}.sop-editor-toolbar .sop-heading-select .ant-select-arrow{color:var(--sop-icon)}.sop-editor-content .tiptap{padding:32px 48px;min-height:300px;outline:none;font-size:15px;line-height:1.7;color:var(--sop-text);border-radius:12px}.sop-editor-content .tiptap p.is-editor-empty:first-child:before{color:var(--sop-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.sop-editor-content .tiptap h1{font-size:1.6em;font-weight:700;margin-top:1.2em;margin-bottom:.4em}.sop-editor-content .tiptap h2{font-size:1.35em;font-weight:600;margin-top:1em;margin-bottom:.3em}.sop-editor-content .tiptap h3{font-size:1.15em;font-weight:600;margin-top:.8em;margin-bottom:.2em}.sop-editor-content .tiptap img{max-width:100%;height:auto;border-radius:6px;margin:12px 0}.sop-resizable-image{display:block;margin:12px 0;line-height:0}.sop-resizable-image img{max-width:100%;height:auto;border-radius:6px;cursor:default;transition:box-shadow .15s}.sop-resizable-image.selected img{box-shadow:0 0 0 2px var(--sop-border-focus)}.sop-resizable-image.resizing img{box-shadow:0 0 0 2px var(--sop-border-focus);opacity:.85}.sop-resize-handle{position:absolute;width:10px;height:10px;background:var(--sop-border-focus);border:2px solid #fff;border-radius:2px;z-index:2}.sop-color-swatch{width:24px;height:24px;border:1px solid var(--sop-border);border-radius:4px;cursor:pointer;padding:0;transition:transform .1s}.sop-color-swatch:hover{transform:scale(1.2);z-index:1}.sop-resize-handle.nw{top:-5px;left:-5px;cursor:nwse-resize}.sop-resize-handle.ne{top:-5px;right:-5px;cursor:nesw-resize}.sop-resize-handle.sw{bottom:-5px;left:-5px;cursor:nesw-resize}.sop-resize-handle.se{bottom:-5px;right:-5px;cursor:nwse-resize}.sop-editor-content .tiptap a{color:#007eff;text-decoration:underline}.sop-editor-content .tiptap ul{padding-left:1.5em;list-style-type:disc}.sop-editor-content .tiptap ol{padding-left:1.5em;list-style-type:decimal}.sop-editor-content .tiptap ul li,.sop-editor-content .tiptap ol li{display:list-item}.sop-editor-content .tiptap ul ul{list-style-type:circle}.sop-editor-content .tiptap ul ul ul{list-style-type:square}.sop-editor-content .tiptap hr{border:none;border-top:1px solid var(--sop-border);margin:1.5em 0}.sop-editor-content .tiptap blockquote{border-left:3px solid var(--sop-border-focus);padding-left:1em;margin-left:0;color:var(--sop-text-secondary)}.sop-editor-content .tiptap code{background:var(--sop-code-bg);border-radius:4px;padding:2px 5px;font-size:.9em}.sop-editor-content .tiptap pre{background:var(--sop-code-bg);border-radius:8px;padding:14px 16px;overflow-x:auto}.sop-editor-content .tiptap pre code{background:transparent;padding:0}.sop-editor-content .tiptap table{border-collapse:collapse;width:100%;margin:16px 0;table-layout:fixed;overflow:hidden}.sop-editor-content .tiptap table td,.sop-editor-content .tiptap table th{border:1px solid var(--sop-border);padding:8px 12px;min-width:80px;vertical-align:top;position:relative;text-align:left}.sop-editor-content .tiptap table th{background:var(--sop-table-header-bg, #f3f4f6);font-weight:600}.sop-editor-content .tiptap table td>*,.sop-editor-content .tiptap table th>*{margin-bottom:0}.sop-editor-content .tiptap table .selectedCell{background:var(--sop-table-selected-bg, rgba(0, 126, 255, .08))}.sop-editor-content .tiptap .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:var(--sop-border-focus);pointer-events:none}.sop-editor-content .tiptap.resize-cursor{cursor:col-resize}.sop-view-content{font-size:15px;line-height:1.7;color:var(--sop-text)}.sop-view-content h1{font-size:1.6em;font-weight:700;margin-top:1.2em;margin-bottom:.4em}.sop-view-content h2{font-size:1.35em;font-weight:600;margin-top:1em;margin-bottom:.3em}.sop-view-content h3{font-size:1.15em;font-weight:600;margin-top:.8em;margin-bottom:.2em}.sop-view-content img{max-width:100%;height:auto;border-radius:6px;margin:12px 0}.sop-view-content a{color:#007eff;text-decoration:underline}.sop-view-content ul{padding-left:1.5em;list-style-type:disc}.sop-view-content ol{padding-left:1.5em;list-style-type:decimal}.sop-view-content ul li,.sop-view-content ol li{display:list-item}.sop-view-content ul ul{list-style-type:circle}.sop-view-content ul ul ul{list-style-type:square}.sop-view-content hr{border:none;border-top:1px solid var(--sop-border);margin:1.5em 0}.sop-view-content blockquote{border-left:3px solid var(--sop-border-focus);padding-left:1em;margin-left:0;color:var(--sop-text-secondary)}.sop-view-content code{background:var(--sop-code-bg);border-radius:4px;padding:2px 5px;font-size:.9em}.sop-view-content pre{background:var(--sop-code-bg);border-radius:8px;padding:14px 16px;overflow-x:auto}.sop-view-content pre code{background:transparent;padding:0}.sop-view-content table{border-collapse:collapse;width:100%;margin:16px 0;table-layout:auto}.sop-view-content table td,.sop-view-content table th{border:1px solid var(--sop-border);padding:8px 12px;vertical-align:top;text-align:left}.sop-view-content table th{background:var(--sop-table-header-bg, #f3f4f6);font-weight:600}:root{--sop-bg: #ffffff;--sop-toolbar-bg: #f8f9fa;--sop-border: #e0e0e3;--sop-border-focus: #007eff;--sop-text: #1a1a1d;--sop-text-secondary: #5c5c66;--sop-icon: #5c5c66;--sop-placeholder: #adb5bd;--sop-btn-hover: #eeeef0;--sop-btn-active: #e2e4e8;--sop-active-color: #007eff;--sop-code-bg: #f3f4f6;--sop-table-header-bg: #f3f4f6;--sop-table-selected-bg: rgba(0, 126, 255, .08)}[data-theme=dark]{--sop-bg: #1a1a1d;--sop-toolbar-bg: #1f1f22;--sop-border: #333338;--sop-border-focus: #007eff;--sop-text: #ececef;--sop-text-secondary: #a0a0a8;--sop-icon: #a0a0a8;--sop-placeholder: #6e6e78;--sop-btn-hover: #2a2a2e;--sop-btn-active: #303034;--sop-active-color: #5ea3ff;--sop-code-bg: #252528;--sop-table-header-bg: #252528;--sop-table-selected-bg: rgba(94, 163, 255, .1)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.isolate{isolation:isolate}.m-0{margin:0}.mt-2{margin-top:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.w-12{width:3rem}.w-full{width:100%}.min-w-64{min-width:16rem}.min-w-96{min-width:24rem}.max-w-full{max-width:100%}.flex-shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-grab{cursor:grab}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.break-all{word-break:break-all}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-12{padding-bottom:3rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7;transition:background-color .2s ease}html[data-embed],html[data-embed] body,html[data-embed] #root{background:transparent}html[data-embed] .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active){opacity:.7}[data-theme=dark],[data-theme=dark] body,[data-theme=dark] #root{background:#111113}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0a0a8}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#333338}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#48484f}.sidebar-logout-btn:hover{color:#f87171!important;background:#f871711a!important}.ant-menu-light .ant-menu-item,.ant-menu-light .ant-menu-submenu-title{border:1px solid transparent;transition:all .2s ease}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover{border-color:#00000026!important}.ant-menu-light .ant-menu-item-selected{font-weight:500;border-color:#00000026!important;box-shadow:0 1px 3px #0000000a}.ant-menu-light.ant-menu-inline .ant-menu-sub{background:transparent!important}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-submenu-title{border:1px solid transparent;transition:all .2s ease}.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-title:hover{border-color:#9e9ea82e!important;box-shadow:0 0 6px #00000026}.ant-menu-dark .ant-menu-item-selected{font-weight:500;border-color:#9e9ea838!important;box-shadow:0 0 8px #0003,inset 0 0 0 .5px #9e9ea814}.ant-menu-dark.ant-menu-inline .ant-menu-sub{background:transparent!important}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 9999px #ffffff inset!important;-webkit-text-fill-color:#1a1a1d!important;caret-color:#1a1a1d!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}[data-theme=dark] input:-webkit-autofill,[data-theme=dark] input:-webkit-autofill:hover,[data-theme=dark] input:-webkit-autofill:focus,[data-theme=dark] input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 9999px #1a1a1d inset!important;-webkit-text-fill-color:#ececef!important;caret-color:#ececef!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}::-moz-selection{background:#d4d4d8;color:#1a1a1d}::selection{background:#d4d4d8;color:#1a1a1d}[data-theme=dark] ::-moz-selection{background:#48484f;color:#ececef}[data-theme=dark] ::selection{background:#48484f;color:#ececef}.active\:cursor-grabbing:active{cursor:grabbing}@media (min-width: 768px){.md\:mt-0{margin-top:0}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:flex-row{flex-direction:row}}
