.se-editor{position:relative;border:1px solid #e2e6f0;border-radius:8px;padding:10px 14px 12px;background:#fff;font-size:16px;line-height:2rem;color:#1f2430;outline:none;cursor:text;width:auto;height:auto;overflow:visible;resize:vertical}.se-content{min-height:0}.se-editor.se-focused:not(.se-input-readonly){border-color:#4f7cff;box-shadow:0 0 0 3px #4f7cff1f}.se-editor ::selection,.se-editor::selection{background:transparent}.se-line{margin:0;min-height:1.9em}.se-ch{position:relative;display:inline-block;vertical-align:baseline}.se-ch.se-sel{background:#4f7cff29}.se-ch.se-py{display:inline-block;position:relative;text-align:center;vertical-align:baseline}.se-py-line{display:block;font-size:.75em;line-height:.1;font-weight:500;white-space:nowrap;padding:0 .25em;visibility:hidden}.se-editor.se-hide-pinyin .se-py-line{display:none}.se-editor.se-hide-pinyin .se-ch.se-py{margin:0}.se-ch.se-py:before{content:attr(data-val);position:absolute;left:50%;top:-.25rem;transform:translate(-50%);font-size:.75em;line-height:1.2;font-weight:500;color:#4f7cff;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;padding:0 .3em}.se-editor.se-tone-number .se-ch.se-py:before{content:attr(data-tone)}.se-editor.se-hide-pinyin .se-ch.se-py:before{display:none}.se-py{cursor:pointer}.se-bracket{display:inline;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:baseline}.se-bracket--prosody{--se-bracket-color: #f59e0b}.se-bracket--emphasis{--se-bracket-color: #ef4444}.se-bracket--sayAs{--se-bracket-color: #10b981}.se-bracket:before{display:inline;font-weight:400;color:var(--se-bracket-color);transition:background .12s ease,color .12s ease}.se-bracket--prosody.se-bracket--left:before{content:"["}.se-bracket--prosody.se-bracket--right:before{content:"]"}.se-bracket--emphasis.se-bracket--left:before{content:"{"}.se-bracket--emphasis.se-bracket--right:before{content:"}"}.se-bracket--sayAs.se-bracket--left:before{content:"("}.se-bracket--sayAs.se-bracket--right:before{content:")"}.se-bracket--hovered:before{background:var(--se-bracket-color);color:#fff;border-radius:3px}.se-bracket--ro{cursor:default;opacity:.55}.se-bracket.se-sel:before{box-shadow:0 0 0 1px #4f7cff80}.se-ch--bracket-hover{transition:background .12s ease}.se-ch--bracket-hover[data-hover-type=prosody]{background:#f59e0b14}.se-ch--bracket-hover[data-hover-type=emphasis]{background:#ef444414}.se-ch--bracket-hover[data-hover-type=sayAs]{background:#10b98114}.se-ch--bracket-hover[data-hover-type=hint]{background:#8b5cf614}.se-bracket-tooltip{position:fixed;z-index:1250;padding:7px 10px;border-radius:7px;background:#0f172a;color:#e2e8f0;font-size:12px;line-height:1.5;white-space:nowrap;pointer-events:none;display:flex;align-items:center;gap:8px;animation:se-pop .12s ease;filter:drop-shadow(0 2px 6px rgba(15,23,42,.22))}.se-bracket-tooltip__range{color:#94a3b8;font-size:11px;font-variant-numeric:tabular-nums}.se-ann-type-chip{display:inline-block;font-size:11px;line-height:1;padding:3px 7px;border-radius:999px;color:#fff;font-weight:600;margin-right:6px}.se-ann-type-chip--prosody{background:#f59e0b}.se-ann-type-chip--emphasis{background:#ef4444}.se-ann-type-chip--sayAs{background:#10b981}.se-ann-type-chip--pinyin{background:#3b82f6}.se-ann-type-chip--break{background:#64748b}.se-ann-type-chip--hint{background:#8b5cf6}.se-ch.se-hinted{position:relative;cursor:help}.se-ch.se-hinted:before{content:"";position:absolute;left:1px;right:1px;bottom:4px;border-bottom:2px dotted #f5a623;z-index:0;pointer-events:none}.se-hint-group:hover .se-ch.se-hinted{background:#f5a6231a}.se-hint-group{position:relative;display:inline}.se-hint-tooltip{position:fixed;left:50%;bottom:0;transform:translate(-50%) translateY(3px);min-width:64px;max-width:280px;padding:10px 12px;color:#fff;font-size:12px;line-height:1.5;font-weight:400;font-style:normal;text-align:left;white-space:pre-wrap;word-break:break-word;z-index:1200;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s ease;background:#1f2430;border-radius:8px;filter:drop-shadow(0 -3px 8px rgba(15,23,42,.18));animation:seHintTipIn .14s ease forwards}.se-hint-tooltip__arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:12px;height:8px;background:#1f2430;clip-path:polygon(0 0,100% 0,50% 100%)}@keyframes seHintTipIn{0%{opacity:0;transform:translate(-50%) translateY(3px);visibility:hidden}to{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}}.se-break{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:auto;height:1.15em;position:relative;cursor:pointer;color:#6b7280;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease}.se-break .se-break-svg{display:block;width:auto;height:100%;max-height:1.15em;flex:none}.se-break:hover{background:#4f7cff1a;color:#4f7cff}.se-break.se-sel{background:#4f7cff2e;color:#4f7cff;box-shadow:0 0 0 1px #4f7cff73 inset}.se-break--ro{cursor:default;opacity:.72;color:#94a3b8;background:transparent!important;box-shadow:none!important}.se-break--ro:hover{color:#94a3b8;background:transparent}.se-caret{display:inline-block;width:0;height:1.15em;vertical-align:middle;position:relative}.se-caret:after{content:"";position:absolute;bottom:0;left:0;width:1px;height:100%;background:#4f7cff;border-radius:1px;animation:se-caret-blink 1.05s steps(1) infinite}@keyframes se-caret-blink{0%,55%{opacity:1}56%,to{opacity:0}}.se-editor:not(.se-focused) .se-caret:after{display:none}.se-composing{color:inherit;vertical-align:middle;white-space:pre;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:1px;text-decoration-color:#4f7cff;text-underline-offset:2px;display:inline-block;min-width:0;font-family:inherit;font-size:inherit;line-height:inherit}.se-placeholder{position:absolute;color:#b0b7c3;pointer-events:none;-webkit-user-select:none;user-select:none}.se-vanilla .se-input-host{position:fixed;top:-9999px;left:-9999px;width:max-content;min-width:240px;min-height:2rem;padding:0;margin:0;border:0;outline:none;background:transparent;color:transparent;-webkit-text-fill-color:transparent;caret-color:transparent;font:inherit;line-height:2rem;letter-spacing:normal;word-spacing:normal;white-space:pre;overflow:hidden;pointer-events:none}@keyframes se-pop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.se-popover{position:fixed;z-index:1000;width:320px;background:#fff;border:1px solid #e2e6f0;border-radius:10px;box-shadow:0 8px 28px #0f172a24;padding:12px 14px;font-size:14px;color:#1f2430;animation:se-pop .14s ease}.se-popover-title{font-size:15px;font-weight:600;margin-bottom:16px;border-bottom:1px solid #eef1f6;display:flex;align-items:baseline;gap:8px}.se-popover-hint{font-size:12px;font-weight:400;color:#8a93a6}.se-char-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.se-char-tab{min-width:30px;height:30px;padding:0 6px;border:1px solid #e2e6f0;border-radius:6px;background:#f7f8fb;font-size:15px;cursor:pointer;color:#1f2430}.se-char-tab:hover{border-color:#b9c6ff}.se-char-tab-active{background:#4f7cff;border-color:#4f7cff;color:#fff}.se-mode-tabs{position:relative}.se-mode-tab{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:32px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;font-size:13px;color:#8a93a6;cursor:pointer;transition:all .15s ease}.se-mode-tab:hover{color:#4f7cff}.se-mode-tab-active{color:#4f7cff;font-weight:500;border-bottom-color:#4f7cff}.se-mode-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#eef1f6;font-size:10px;line-height:1;color:#8a93a6}.se-mode-tab-active .se-mode-tab-count{background:#eef1ff;color:#4f7cff}.se-candidates-box{position:relative;display:flex;align-items:center;gap:8px;border:1px solid #e8ecf4;border-radius:8px;padding:4px;background:#fafbfe}.se-candidates{display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:1}.se-candidates-arrow{position:absolute;top:-5px;width:8px;height:8px;background:inherit;border-left:1px solid #e8ecf4;border-top:1px solid #e8ecf4;transform:rotate(45deg);margin-left:-4px}.se-chip{height:26px;padding:0 10px;border:1px solid #dfe4ee;border-radius:13px;background:#fff;font-size:13px;cursor:pointer;color:#3a4150;display:inline-flex;align-items:center;gap:3px}.se-chip:hover{border-color:#b9c6ff;color:#4f7cff}.se-chip-active{background:#4f7cff;border-color:#4f7cff;color:#fff}.se-chip-active:hover{color:#fff}.se-chip-custom{border-style:dashed}.se-chip-tag{font-size:10px;opacity:.72}.se-chip-restore{border:none;background:none;color:#4f7cff;font-size:12px;padding:3px 4px;cursor:pointer;white-space:nowrap}.se-chip-restore:hover{text-decoration:underline}.se-edit-toggle{width:28px;height:28px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:none;color:#8a93a6;cursor:pointer}.se-edit-toggle:hover,.se-edit-toggle-open{background:#4f7cff1a;color:#4f7cff}.se-popover-editor{display:flex;align-items:stretch;gap:10px;margin-top:10px;border:1px solid #e8ecf4;border-radius:8px;padding:10px}.se-popover-editor-left{flex:1;display:flex;flex-direction:column;gap:8px}.se-tones{display:flex;gap:6px}.se-tone-btn{width:28px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe4ee;border-radius:5px;background:#fff;color:#6b7280;cursor:pointer;position:relative}.se-tone-btn:hover{border-color:#b9c6ff;color:#4f7cff}.se-tone-btn-active{background:#4f7cff;border-color:#4f7cff;color:#fff}.se-input{width:100%;height:30px;border:1px solid #dfe4ee;border-radius:6px;padding:0 8px;font-size:14px;text-align:center;outline:none;color:#1f2430}.se-input:focus{border-color:#4f7cff}.se-popover-preview{min-width:70px;display:flex;align-items:center;justify-content:center;padding-left:8px;border-left:1px solid #eef1f6;font-size:20px;font-weight:600;color:#4f7cff}.se-popover-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.se-btn{height:30px;padding:0 14px;border-radius:6px;border:1px solid transparent;font-size:13px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font-family:inherit}.se-btn:disabled{opacity:.45;cursor:not-allowed}.se-btn-danger,.se-btn--danger{background:#fff;border-color:#ffc9c9;color:#e5484d}.se-btn-danger:hover:not(:disabled),.se-btn--danger:hover:not(:disabled){background:#fff5f5}.se-btn-primary,.se-btn--primary{background:#4f7cff;color:#fff}.se-btn-primary:hover:not(:disabled),.se-btn--primary:hover:not(:disabled){background:#3e6bef}.se-btn--ghost{background:#fff;border-color:#e2e6f0;color:#475569}.se-btn--ghost:hover:not(:disabled){background:#f7f8fb;color:#0f172a}.se-btn--warning{background:#fff7ed;border-color:#fdba74;color:#c2410c}.se-btn--warning:hover:not(:disabled){background:#ffedd5}.se-phoneme-notice{margin-top:8px;padding:6px 8px;font-size:12px;line-height:1.5;color:#6b7280;background:#f7f8fb;border-radius:6px;border:1px solid #e2e6f0}.se-phoneme-notice b{color:#4f7cff;font-weight:600}.se-phoneme-empty{text-align:center;color:#8a93a6;font-size:14px}.se-phoneme-empty-icon{font-size:28px;margin-bottom:10px}.se-phoneme-empty-title{margin-bottom:8px;font-weight:500}.se-phoneme-empty-desc{font-size:12px}.se-phoneme-char-list{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:14px}.se-phoneme-char{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;border:1px solid #e2e6f0;border-radius:6px;background:#f7f8fb;font-size:15px;color:#1f2430}.se-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:1300}.se-overlay--opaque{background:#0f172a61;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);animation:se-fade .12s ease}@keyframes se-fade{0%{opacity:0}to{opacity:1}}.se-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1400;width:460px;max-width:calc(100vw - 32px);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0f172a47;overflow:hidden;animation:se-pop .16s cubic-bezier(.2,.8,.2,1)}.se-dialog__title{padding:14px 18px 10px;font-size:15px;font-weight:600;color:#0f172a;border-bottom:1px solid #eef1f6}.se-dialog__body{padding:14px 18px 6px}.se-dialog__desc{font-size:13px;color:#334155;margin-bottom:10px}.se-dialog__list{list-style:none;margin:6px 0 4px;padding:6px 8px;background:#f7f8fb;border:1px solid #e8ecf4;border-radius:8px;max-height:180px;overflow:auto}.se-dialog__item{display:flex;align-items:center;gap:6px;font-size:12.5px;padding:5px 4px;color:#1f2430;border-bottom:1px dashed #e5e7eb}.se-dialog__item:last-child{border-bottom:none}.se-dialog__range{color:#64748b;font-variant-numeric:tabular-nums;font-size:11.5px;margin-right:auto}.se-dialog__attrs{color:#0f172a;font-weight:500;font-size:12px}.se-dialog__hint{margin-top:8px;font-size:12px;color:#64748b;line-height:1.55}.se-dialog__actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px 14px;border-top:1px solid #eef1f6;background:#fbfcfe}.se-hint-popover .se-hint-textarea{width:100%;padding:9px 11px;font-size:13.5px;line-height:1.6;color:#1f2430;background:#f7f8fa;border:1px solid #e2e6f0;border-radius:8px;outline:none;resize:none;font-family:inherit;box-sizing:border-box}.se-hint-popover .se-hint-textarea:focus{border-color:#4f7cff;background:#fff}.se-field{margin-bottom:8px}.se-field-label{font-size:12px;color:#8a93a6;margin-bottom:4px}.se-ctx{position:fixed;z-index:1100;min-width:132px;background:#fff;border:1px solid #e2e6f0;border-radius:8px;box-shadow:0 6px 20px #0f172a1f;padding:4px;display:flex;flex-direction:column;animation:se-pop .14s ease}.se-ctx-item{display:flex;align-items:center;gap:8px;height:32px;padding:0 10px;border:none;border-radius:6px;background:none;font-size:13px;color:#3a4150;cursor:pointer;text-align:left}.se-ctx-item:hover{background:#f2f5ff;color:#4f7cff}.se-ctx-item:disabled,.se-ctx-item:disabled:hover{background:none;color:#c0c6d0;cursor:not-allowed}.se-ctx-item svg{flex:none}.se-ctx-divider{height:1px;margin:4px 6px;background:#eef1f6}*{box-sizing:border-box}html,body{min-height:100%}body{background:linear-gradient(160deg,#eef1f8,#e2e8f4);color:#1f2430;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;margin:0}#root{align-items:center;display:flex;flex-direction:column;min-height:100%;padding:28px 20px 16px}#react-root,#vanilla-root{max-width:1240px;width:100%}.app-card{background:#efefef;border-radius:22px;box-shadow:0 12px 40px #1f24301a,0 2px 8px #1f24300f;max-width:1240px;position:relative;width:100%}.app-section{display:flex;flex-direction:column;max-width:1240px;padding-bottom:24px;width:100%}.app-section-head{align-items:baseline;display:flex;gap:10px;margin:0 2px 10px}.app-section-title{color:#1f2430;font-size:15px;font-weight:700;margin:0}.app-section-desc{color:#8a93a5;font-size:12.5px}.app-divider{border:none;border-top:1px solid rgba(31,36,48,.14);margin:24px 0;max-width:920px;width:100%}.app-foot{color:#8a93a5;font-size:12.5px;margin-top:14px;text-align:center}.app-editor.mt-editor{min-height:100px}.app-gear{align-items:center;background:transparent;border:none;border-radius:50%;bottom:14px;color:#8a93a5;cursor:pointer;display:flex;justify-content:center;position:absolute;right:14px;transition:all .18s ease;z-index:100}.app-gear:hover{border-color:#4f7cff;color:#4f7cff;transform:rotate(30deg)}.app-gear-open{background:#eef2ff;border-color:#4f7cff;color:#4f7cff}.app-overlay{top:0;right:0;bottom:0;left:0;position:fixed;z-index:50}.setting-modal{animation:app-pop .16s ease;background:#fff;border:1px solid #e6e9f0;border-radius:14px;box-shadow:0 18px 50px #1f24302e;max-height:calc(100vh - 130px);overflow:auto;padding:10px 0;position:fixed;right:14px;top:60px;width:320px;z-index:500}@keyframes app-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:none}}.setting-panel-group{border-bottom:1px solid #f0f2f6;padding:12px 16px}.setting-panel-group:last-child{border-bottom:none}.setting-panel-title{color:#8a93a5;font-size:12.5px;font-weight:600;letter-spacing:.4px;margin-bottom:10px}.setting-row{align-items:center;color:#3a4356;display:flex;font-size:14px;justify-content:space-between}.setting-btn-row{display:flex;gap:8px}.setting-btn-row .app-btn{flex:1;padding:7px 0}.setting-hint{color:#9aa3b2;font-size:12px;margin-top:8px}.setting-json{background:#f7f8fa;border:1px solid #e2e5ec;border-radius:8px;color:#3a4356;font-family:SF Mono,Menlo,Consolas,monospace;font-size:11.5px;line-height:1.6;margin:0;max-height:220px;overflow:auto;padding:10px 12px;white-space:pre-wrap;word-break:break-all}.app-switch{background:#d8dce5;border:none;border-radius:11px;cursor:pointer;flex-shrink:0;height:22px;padding:0;position:relative;transition:background .15s ease;width:38px}.app-switch-on{background:#4f7cff}.app-switch-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px #1f243040;height:18px;left:2px;position:absolute;top:2px;transition:transform .15s ease;width:18px}.app-switch-on .app-switch-thumb{transform:translate(16px)}.app-btn{background:#fff;border:1px solid #d8dce5;border-radius:8px;color:#3a4356;cursor:pointer;font-size:13px;padding:6px 14px;transition:all .12s ease}.app-btn:hover:not(:disabled){border-color:#4f7cff;color:#4f7cff}.app-btn:disabled{cursor:not-allowed;opacity:.45}.app-card-row{display:flex;flex-direction:column}.app-pane{display:flex;flex:1.2;flex-direction:column;min-width:0;padding:16px 16px 0}.app-pane-output{flex:1;flex-direction:column;overflow:auto;padding-bottom:24px}.app-pane-head{align-items:center;display:flex;justify-content:space-between;padding-bottom:8px}.app-pane-title{color:#8a93a5;font-size:12.5px;font-weight:600;letter-spacing:.4px}.app-pane-output .app-json{background-color:#f5f5f5;border:1px solid #ccc;border-radius:8px;margin:0 0 16px;overflow:auto;padding:12px;white-space:break-spaces}.app-editor.se-editor{flex:0 1 auto;height:auto;min-height:120px;resize:vertical;width:100%}
