@charset "UTF-8";.tiptap-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;position:relative;transition:border-color .2s ease,box-shadow .2s ease}.tiptap-wrapper:focus-within{border-color:#ccc;box-shadow:0 1px 4px rgba(0,0,0,.12)}.tiptap-toolbar{background:#fafafa;border-bottom:1px solid #e8e8e8;border-radius:8px 8px 0 0;flex-wrap:wrap;padding:8px 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tiptap-toolbar,.tiptap-toolbar-group{align-items:center;display:flex;gap:2px}.tiptap-toolbar-divider{background:#e0e0e0;height:24px;margin:0 6px;width:1px}.tiptap-color-picker-wrapper,.tiptap-toolbar button{align-items:center;background:transparent;border:none;border-radius:6px;color:#555;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:32px;justify-content:center;padding:0;position:relative;transition:all .15s ease;width:32px}.tiptap-color-picker-wrapper[data-tooltip]:after,.tiptap-toolbar button[data-tooltip]:after{background:#333;border-radius:5px;bottom:calc(100% + 6px);color:#fff;content:attr(data-tooltip);font-size:12px;font-weight:400;left:50%;opacity:0;padding:4px 10px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px);transition:opacity .15s ease,transform .15s ease;white-space:nowrap;z-index:100}.tiptap-color-picker-wrapper[data-tooltip]:hover:after,.tiptap-toolbar button[data-tooltip]:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.tiptap-color-picker-wrapper:hover,.tiptap-toolbar button:hover{background:#ede9fe;color:#7c3aed}.tiptap-color-picker-wrapper.is-active,.tiptap-toolbar button.is-active{background:#7c3aed;color:#fff}.tiptap-color-picker-wrapper svg,.tiptap-toolbar button svg{flex-shrink:0}.tiptap-color-picker-wrapper{cursor:pointer;overflow:hidden}.tiptap-color-input{border:none;bottom:-4px;cursor:pointer;height:8px;left:50%;opacity:.8;padding:0;position:absolute;transform:translateX(-50%);width:20px}.tiptap-color-input::-webkit-color-swatch-wrapper{padding:0}.tiptap-color-input::-webkit-color-swatch{border:none;border-radius:2px}.tiptap-source-editor{background:#282c34;border:none;border-radius:0 0 8px 8px;color:#abb2bf;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6;outline:none;overflow-x:auto;padding:16px 20px;resize:vertical;-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre;width:100%}.tiptap-btn-html-source{font-family:SFMono-Regular,Consolas,monospace;font-size:12px!important;letter-spacing:-.5px}.tiptap-editor-content{color:#333;font-size:15px;line-height:1.7;overflow-y:auto;padding:16px 20px}.tiptap-editor-content .tiptap{min-height:inherit;outline:none}.tiptap-editor-content .tiptap p.is-editor-empty:first-child:before{color:#bbb;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.tiptap-editor-content h1,.tiptap-editor-content h2,.tiptap-editor-content h3,.tiptap-editor-content h4,.tiptap-editor-content h5,.tiptap-editor-content h6{color:#222;font-weight:700;line-height:1.3;margin-bottom:.4em;margin-top:1.2em}.tiptap-editor-content h2{font-size:1.5em}.tiptap-editor-content h3{font-size:1.25em}.tiptap-editor-content p{margin:0 0 .8em}.tiptap-editor-content strong{font-weight:700}.tiptap-editor-content em{font-style:italic}.tiptap-editor-content u{text-decoration:underline}.tiptap-editor-content s{text-decoration:line-through}.tiptap-editor-content a{color:#7c3aed;cursor:pointer;text-decoration:underline}.tiptap-editor-content ol,.tiptap-editor-content ul{margin:.5em 0;padding-left:1.5em}.tiptap-editor-content li{margin:.2em 0}.tiptap-editor-content blockquote{border-left:5px solid #ccc;color:#666;margin:.8em 0;padding-left:16px}.tiptap-editor-content details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:.8em 0;overflow:hidden}.tiptap-editor-content details.is-closed>.details-content{border-top-style:dashed;opacity:.55;position:relative}.tiptap-editor-content details.is-closed>.details-content:after{color:#94a3b8;content:"（預設收合）";font-size:11px;pointer-events:none;position:absolute;right:8px;top:4px}.tiptap-editor-content details summary{align-items:center;color:#374151;cursor:pointer;display:flex;font-weight:600;gap:8px;list-style:none;padding:10px 14px;transition:background .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tiptap-editor-content details summary::-webkit-details-marker{display:none}.tiptap-editor-content details summary:before{border-bottom:4px solid transparent;border-left:6px solid #6b7280;border-top:4px solid transparent;content:"";display:inline-block;flex-shrink:0;height:0;transition:transform .2s ease;width:0}.tiptap-editor-content details summary:hover{background:#f1f5f9}.tiptap-editor-content details[open]>summary:before{transform:rotate(90deg)}.tiptap-editor-content details .details-content{border-top:1px solid #e2e8f0;padding:0 14px 12px}.tiptap-editor-content details .details-content>:first-child{margin-top:12px}.tiptap-editor-content code{background:#f3f4f6;border-radius:4px;color:#e83e8c;font-family:Fira Code,Consolas,monospace;font-size:.9em;padding:2px 6px}.tiptap-editor-content pre{background:#282c34;border-radius:8px;color:#abb2bf;margin:.8em 0;overflow-x:auto;padding:16px}.tiptap-editor-content pre code{background:none;border-radius:0;color:inherit;font-size:.9em;padding:0}.tiptap-editor-content pre .hljs-comment,.tiptap-editor-content pre .hljs-quote{color:#5c6370;font-style:italic}.tiptap-editor-content pre .hljs-addition,.tiptap-editor-content pre .hljs-keyword,.tiptap-editor-content pre .hljs-selector-tag{color:#c678dd}.tiptap-editor-content pre .hljs-doctag,.tiptap-editor-content pre .hljs-literal,.tiptap-editor-content pre .hljs-meta .hljs-string,.tiptap-editor-content pre .hljs-regexp,.tiptap-editor-content pre .hljs-string{color:#98c379}.tiptap-editor-content pre .hljs-attr,.tiptap-editor-content pre .hljs-number{color:#d19a66}.tiptap-editor-content pre .hljs-selector-attr,.tiptap-editor-content pre .hljs-selector-class,.tiptap-editor-content pre .hljs-selector-pseudo,.tiptap-editor-content pre .hljs-template-variable,.tiptap-editor-content pre .hljs-type,.tiptap-editor-content pre .hljs-variable{color:#e06c75}.tiptap-editor-content pre .hljs-built_in,.tiptap-editor-content pre .hljs-section,.tiptap-editor-content pre .hljs-title{color:#e6c07b}.tiptap-editor-content pre .hljs-bullet,.tiptap-editor-content pre .hljs-symbol{color:#61aeee}.tiptap-editor-content pre .hljs-name,.tiptap-editor-content pre .hljs-tag{color:#e06c75}.tiptap-editor-content pre .hljs-attribute{color:#d19a66}.tiptap-editor-content pre .hljs-deletion{background:rgba(224,108,117,.1);color:#e06c75}.tiptap-editor-content pre .hljs-emphasis{font-style:italic}.tiptap-editor-content pre .hljs-strong{font-weight:700}.tiptap-editor-content img{border-radius:6px;cursor:default;height:auto;margin:.5em 0;max-width:100%}.tiptap-editor-content img.ProseMirror-selectednode{outline:3px solid #7c3aed;outline-offset:2px}.tiptap-editor-content hr{border:none;border-top:2px solid #e8e8e8;margin:1.5em 0}.tiptap-editor-content .tiptap-youtube-preview{cursor:default;margin:.8em 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tiptap-editor-content .tiptap-youtube-preview.ProseMirror-selectednode .tiptap-youtube-inner{outline:3px solid #7c3aed;outline-offset:2px}.tiptap-editor-content .tiptap-youtube-inner{background:#000;border-radius:8px;display:inline-block;max-width:480px;overflow:hidden;position:relative;transition:box-shadow .2s ease;width:100%}.tiptap-editor-content .tiptap-youtube-inner:hover{box-shadow:0 4px 16px rgba(0,0,0,.2)}.tiptap-editor-content .tiptap-youtube-thumb{aspect-ratio:16/9;display:block;height:auto;-o-object-fit:cover;object-fit:cover;pointer-events:none;width:100%}.tiptap-editor-content .tiptap-youtube-play{align-items:center;background:rgba(255,0,0,.85);border-radius:12px;color:#fff;display:flex;font-size:22px;height:44px;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .2s ease;width:64px}.tiptap-youtube-inner:hover .tiptap-editor-content .tiptap-youtube-play{background:red}.tiptap-drop-overlay{align-items:center;background:rgba(124,58,237,.08);border:3px dashed #7c3aed;border-radius:8px;display:none;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:10}.tiptap-wrapper.tiptap-dragging .tiptap-drop-overlay{display:flex}.tiptap-drop-overlay-text{background:#7c3aed;border-radius:20px;box-shadow:0 4px 12px rgba(124,58,237,.3);color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 24px}@media (max-width:768px){.tiptap-toolbar{gap:1px;padding:6px 8px}.tiptap-color-picker-wrapper,.tiptap-toolbar button{height:28px;width:28px}.tiptap-toolbar-divider{height:20px;margin:0 4px}.tiptap-editor-content{font-size:14px;padding:12px 14px}}#comment .embed-responsive,.media-body .embed-responsive,.tiptap-content .embed-responsive{max-width:560px}
