*,:before,:after{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:pan-x pan-y;width:100%;height:100%;margin:0;padding:0}html{font-size:max(14px,min(.9vw,16px));line-height:1.5}@media (max-width:768px){html{font-size:max(14px,min(3.5vw,15px))}}img,video,canvas,svg{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}h1,h2,h3,h4,h5,h6,p{font-weight:inherit;margin:0}:root{--design-width:1440;--font-xs:.75rem;--font-sm:.875rem;--font-md:1rem;--font-lg:1.125rem;--font-xl:1.4rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:1rem;--max-content-width:1440px}::selection{background:rgba(120,160,255,.35)}[hidden]{display:none!important}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}html{height:-webkit-fill-available}body{-webkit-tap-highlight-color:transparent;min-height:100dvh}.scroll{-webkit-overflow-scrolling:touch}.safe-area{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.page{min-height:100dvh}.safe-area{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto}*{-webkit-tap-highlight-color:transparent;touch-action:manipulation}html,body{width:100%;height:100%;margin:0}#app{flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}.layout{flex:1 1 0;width:100%;min-height:0;display:flex}.sidebar{border-right:1px solid var(--border);background:var(--bg-secondary);flex:0 0 260px;min-width:0;padding:16px;transition:flex-basis .25s;overflow:hidden}.sidebar.hidden{border-right:none;flex:0 0 0;padding:0;overflow:hidden}#pageContainer{flex:1 1 0;min-width:0;min-height:0;overflow-y:auto}.topbar{z-index:100;border-bottom:1px solid var(--border);backdrop-filter:blur(12px);background:rgba(255,255,255,.92);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex;position:relative;top:0}.topbar-left,.topbar-right{align-items:center;display:flex}.topbar-left{gap:12px}.logo{font-size:16px;font-weight:700}.sync-status{color:var(--text-secondary);padding-right:8px;font-size:13px}.breadcrumb{color:var(--text-secondary);border-left:1px solid var(--border);align-items:center;gap:4px;max-width:480px;margin-left:4px;padding-left:12px;font-size:14px;display:flex;overflow:hidden}.breadcrumb-item{cursor:pointer;color:var(--text-secondary);white-space:nowrap;border-radius:6px;padding:2px 6px;transition:all .15s}.breadcrumb-item:hover{color:var(--primary);background:var(--hover)}.breadcrumb-item.current{color:var(--text-primary);cursor:default;font-weight:600}.breadcrumb-item.current:hover{color:var(--text-primary);background:0 0}.breadcrumb-separator{color:var(--text-tertiary);user-select:none;margin:0 2px}.icon-btn,.ui-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;transition:all .18s}.icon-btn{width:36px;height:36px}.icon-btn:hover,.ui-btn:hover{background:var(--hover)}#btnPreview{margin-left:2px}#btnPreview:disabled{opacity:.45;cursor:not-allowed}@media (min-width:769px) and (max-width:1024px){.sidebar{flex:0 0 220px}.sidebar.hidden{flex:0 0 0}}@media (max-width:768px){.sidebar{z-index:95;border-right:1px solid var(--border);flex:none;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:56px;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px rgba(0,0,0,.15)}.sidebar.open{transform:translate(0)}.sidebar.hidden{flex:none;padding:0}.topbar{padding:0 12px}.topbar-left{gap:6px}.breadcrumb{max-width:220px;font-size:12px}.file-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:12px}}@media (max-width:480px){.topbar{padding:0 8px}.topbar-left{gap:4px}.logo{display:none}.breadcrumb{max-width:140px;margin-left:2px;padding-left:8px;font-size:11px}.float-actions{gap:2px;padding:2px 4px}.file-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;padding:8px}}.sidebar{flex-direction:column;padding:0;display:flex;position:relative}.sidebar-toolbar{align-items:center;gap:8px;padding:12px;display:flex}.sidebar-search-input{border:1px solid var(--border);background:#f8fafc;border-radius:6px;outline:none;flex:1;min-width:0;height:32px;padding:0 10px;font-size:13px;transition:border-color .2s,box-shadow .2s}.sidebar-search-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.sidebar-search-input::placeholder{color:#94a3b8}.sidebar-create-btn{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.sidebar-create-btn:hover{background:var(--hover);border-color:var(--primary);color:var(--primary)}.sidebar-entry{cursor:pointer;height:34px;color:var(--text-primary);border-radius:6px;align-items:center;gap:8px;margin:2px 8px;padding:0 10px;font-size:13px;transition:background .12s;display:flex}.sidebar-entry:hover{background:var(--hover)}.sidebar-entry.active{color:var(--primary);background:#e8f0ff;font-weight:600}.sidebar-entry-icon{color:var(--text-secondary);flex-shrink:0}.sidebar-entry.active .sidebar-entry-icon{color:var(--primary)}.sidebar-divider{background:var(--border);height:1px;margin:6px 12px}.sidebar-section-header{cursor:pointer;height:34px;color:var(--text-secondary);text-transform:none;letter-spacing:0;border-radius:6px;justify-content:space-between;align-items:center;margin:2px 8px;padding:0 10px;font-size:12px;font-weight:600;transition:background .12s;display:flex}.sidebar-section-header:hover{background:var(--hover)}.sidebar-section-title{align-items:center;gap:6px;display:flex}.sidebar-add-btn{cursor:pointer;width:22px;height:22px;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .12s;display:flex}.sidebar-add-btn:hover{background:var(--hover);color:var(--primary)}.sidebar-tree-body{flex:1;padding:2px 8px;overflow-x:hidden;overflow-y:auto}.sidebar-tree-empty{text-align:center;color:var(--text-secondary);padding:20px 12px;font-size:12px}.tree-item{cursor:default;color:var(--text-primary);font-size:13px}.tree-item-row{height:30px;padding:0 6px;padding-left:calc(6px + var(--tree-level,0) * 20px);cursor:pointer;border-radius:6px;align-items:center;gap:4px;transition:background .1s;display:flex}.tree-item-row:hover{background:var(--hover)}.tree-item.active>.tree-item-row{color:var(--primary);background:#e8f0ff;font-weight:600}.tree-toggle{cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .15s,background .1s;display:flex}.tree-toggle:hover{background:var(--hover)}.tree-toggle svg{width:12px;height:12px;transition:transform .15s}.tree-toggle.expanded svg{transform:rotate(90deg)}.tree-toggle.leaf{visibility:hidden}#rootTreeToggle.expanded svg{opacity:1;transform:none}#rootTreeToggle:not(.expanded) svg{opacity:.5}.tree-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:13px;display:flex}.tree-label{white-space:nowrap;text-overflow:ellipsis;user-select:none;flex:1;min-width:0;overflow:hidden}.tree-children{max-height:0;transition:max-height .25s;overflow:hidden}.tree-children.expanded{max-height:9999px}.tree-empty-hint{padding:8px 12px 8px calc(6px + var(--tree-level,0) * 20px + 16px);color:var(--text-secondary);font-size:12px;font-style:italic}.sidebar-tree-body.collapsed{display:none}.sidebar-search-overlay{z-index:20;background:#fff;position:absolute;top:56px;bottom:0;left:0;right:0;overflow-y:auto}.sidebar-search-results{flex-direction:column;min-height:100%;display:flex}.sidebar-search-loading{min-height:120px;color:var(--text-secondary);flex:1;justify-content:center;align-items:center;font-size:12px;display:flex}.sidebar-search-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:200px;display:flex}.sidebar-search-empty-icon{color:#cbd5e1;width:48px;height:48px}.sidebar-search-empty-text{color:var(--text-secondary);font-size:13px}.sidebar-search-result-list{flex-direction:column;padding:4px 0;display:flex}.sidebar-search-result-item{cursor:pointer;height:36px;color:var(--text-primary);border-radius:6px;align-items:center;gap:8px;margin:1px 8px;padding:0 10px;font-size:13px;transition:background .12s;display:flex}.sidebar-search-result-item:hover{background:var(--hover)}.sidebar-search-result-icon{width:16px;height:16px;color:var(--text-secondary);flex-shrink:0}.sidebar-search-result-title{white-space:nowrap;text-overflow:ellipsis;user-select:none;flex:1;min-width:0;overflow:hidden}.sidebar-search-highlight{color:var(--primary);font-weight:600}.sidebar-overlay{z-index:90;background:rgba(0,0,0,.35);transition:opacity .25s;display:none;position:fixed;top:56px;bottom:0;left:0;right:0}.sidebar-overlay.visible{display:block}@media (max-width:768px){.sidebar{z-index:95;border-right:1px solid var(--border);flex-direction:column;flex:none;width:280px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:56px;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px rgba(0,0,0,.15)}.sidebar.open{transform:translate(0)}.sidebar.hidden{flex:none;padding:0}.sidebar-search-overlay{top:56px}}.recent-page,.search-page{flex-direction:column;width:100%;height:100%;display:flex}.recent-header,.search-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 12px;display:flex}.recent-title,.search-title{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.recent-count,.search-result-count{color:var(--text-secondary);font-size:13px}.recent-grid,.search-results{flex:1;padding:4px 16px 16px;overflow-y:auto}.recent-loading,.search-loading{height:200px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.search-empty{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:48px 16px;font-size:14px}.search-hit-badge{color:#005cff;background:#e8f0ff;border-radius:10px;margin-top:4px;padding:1px 8px;font-size:11px;display:inline-block}.search-hit-snippet{color:var(--text-secondary);-webkit-line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;margin-top:6px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.search-result-list{flex:1;padding:6px 12px 16px;overflow-y:auto}.sidebar-search-results .search-result-list{flex:none;padding:6px 12px 12px;overflow:visible}.search-result-card{background:#f5f7fa;border-radius:12px;margin-bottom:6px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.search-result-title-row{align-items:center;height:32px;display:flex}.search-result-icon{flex-shrink:0;align-items:center;margin-right:6px;display:flex}.search-result-icon svg{width:20px;height:20px;display:block}.search-result-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:16px;font-weight:700;overflow:hidden}.search-result-arrow{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.search-result-arrow:hover{background:rgba(0,92,255,.08)}.search-result-node{cursor:pointer;align-items:flex-start;padding-top:8px;display:flex}.search-result-bullet{background:#8ab4f8;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px;margin-right:10px}.search-result-node-text{color:#5f6b7a;-webkit-line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.search-result-highlight{color:#005cff;font-weight:700}.home-doc-inner-time{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;overflow:hidden}.login-tabs{border-bottom:2px solid #eee;gap:0;margin-bottom:8px;display:flex}.login-tab{color:#999;cursor:pointer;background:0 0;border:none;flex:1;padding:10px 0;font-size:13px;transition:color .2s;position:relative}.login-tab:hover{color:#666}.login-tab.active{color:#4f46e5;font-weight:600}.login-tab.active:after{content:"";background:#4f46e5;height:2px;position:absolute;bottom:-2px;left:0;right:0}.login-qr-wrap{flex-direction:column;align-items:center;gap:12px;padding:8px 0;display:flex}.login-qr-wrap canvas{border:1px solid #eee;border-radius:8px;max-width:280px;max-height:280px}.login-qr-tip{color:#666;font-size:13px}.login-qr-refresh{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:4px 12px;font-size:12px}.login-qr-refresh:hover{text-decoration:underline}.login-sms-row{align-items:center;gap:8px;display:flex}.login-sms-row .login-input{flex:1}.login-sms-btn{white-space:nowrap;color:#4f46e5;cursor:pointer;background:#fff;border:1px solid #4f46e5;border-radius:8px;padding:10px 14px;font-size:13px;transition:all .2s}.login-sms-btn:hover{background:#eef2ff}.login-sms-btn:disabled{color:#bbb;cursor:not-allowed;background:#f5f5f5;border-color:#ddd}.login-error{color:#e53e3e;text-align:center;min-height:18px;font-size:13px}.login-modal{z-index:999;box-sizing:border-box;background:rgba(0,0,0,.25);justify-content:center;align-items:center;padding:16px;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.login-card{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;gap:14px;width:320px;max-width:100%;padding:24px;animation:.25s loginFade;display:flex;box-shadow:0 12px 40px rgba(0,0,0,.18)}.login-body{flex-direction:column;justify-content:flex-start;min-height:320px;padding-top:4px;display:flex}.login-icon{text-align:center;font-size:28px;line-height:1}.login-title{text-align:center;color:#333;font-size:15px;font-weight:600}.login-form{flex-direction:column;gap:12px;display:flex}.login-input{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:15px;transition:border-color .2s}.login-input:focus{border-color:#6366f1}.login-input::placeholder{color:#bbb;transition:opacity .2s}.login-input:focus::placeholder{opacity:0}.login-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;width:100%;padding:11px;font-size:14px;transition:background .2s}.login-btn:hover{background:#4338ca}@media (max-width:768px){.login-card{align-self:center;width:380px;max-width:92%;margin:0 auto}.login-body{min-height:280px}.login-qr-wrap canvas{max-width:240px;max-height:240px}}@media (max-width:480px){.login-card{border-radius:0;width:100%;max-width:100%;padding:16px}.login-body{min-height:260px}.login-qr-wrap canvas{max-width:200px;max-height:200px}.login-title{font-size:17px}.login-icon{font-size:32px}.login-input{padding:12px 14px;font-size:16px}.login-btn{padding:13px;font-size:15px}.login-tab{padding:12px 0;font-size:14px}.login-sms-btn{padding:12px 14px;font-size:14px}}@keyframes loginFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.login-card.shake{animation:.3s shake}.ui-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:box-shadow .25s,transform .15s,background .2s;display:inline-flex}.ui-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ui-btn:active{transform:translateY(0)}.ui-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ui-icon-btn:hover{background:#f3f4f6}.ui-btn-sm{width:32px;height:32px}.ui-btn-md{width:40px;height:40px}.ui-btn-lg{width:48px;height:48px}.ui-btn-primary{color:#fff;background:#4f46e5;border:none}.ui-btn-primary:hover{box-shadow:0 4px 14px rgba(79,70,229,.35)}.ui-btn-ghost{background:0 0;border:none}.ui-btn-soft{background:#f5f5f5;border:none}.toast-container{z-index:99999;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.toast{color:#fff;opacity:0;border-radius:8px;min-width:200px;max-width:400px;padding:10px 16px;font-size:14px;transition:all .25s;transform:translateY(-10px)scale(.95)}.toast.show{opacity:1;transform:translateY(0)scale(1)}.toast-info{background:#333}.toast-success{background:#2ecc71}.toast-error{background:#e74c3c}.float-actions{align-items:center;gap:6px;padding:4px 8px;display:flex}.float-btn{color:#555;cursor:pointer;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:50%;outline:none;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .18s cubic-bezier(.25,.8,.25,1.2),box-shadow .18s cubic-bezier(.25,.8,.25,1.2),color .18s,background .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.08),0 6px 16px rgba(0,0,0,.06),0 10px 28px rgba(0,0,0,.04)}.float-btn:hover{color:#333;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1),0 8px 22px rgba(0,0,0,.08),0 14px 36px rgba(0,0,0,.05)}.float-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:0 2px 6px rgba(0,0,0,.08)}.float-btn:active{transform:translateY(1px)scale(.88);box-shadow:0 1px 3px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04)}.float-btn:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,rgba(100,100,255,.25) 0%,rgba(100,100,255,.08) 40%,transparent 70%);border-radius:50%;transition:transform .35s ease-out,opacity .35s ease-out;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(.3)}.float-btn:active:after{opacity:1;transition:transform .22s ease-out,opacity .15s ease-out;transform:scale(2.2)}.float-btn svg{z-index:1;pointer-events:none;flex-shrink:0;position:relative}.float-btn.is-horizontal svg{transform:rotate(90deg)}.float-btn[data-tooltip]:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:rgba(0,0,0,.78);border-radius:6px;padding:4px 10px;font-size:12px;line-height:1.3;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.float-btn[data-tooltip]:hover:before{opacity:1;transform:translate(-50%)translateY(0)}.float-actions[data-active-set=editor] [data-float-set=filelist],.float-actions[data-active-set=filelist] [data-float-set=editor]{display:none}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark]{--bg:#1e1f22;--bg-secondary:#2a2b30;--border:#3a3b40;--hover:#333438;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--text-tertiary:#7d828c;--primary:#60a5fa;--shadow:0 8px 24px rgba(0,0,0,.45)}html[data-theme=dark] body,html[data-theme=dark] #app{background:var(--bg);color:var(--text-primary)}[data-theme=dark] #pageContainer{color:var(--text-primary)}[data-theme=dark] .topbar{background:rgba(30,31,34,.92)}[data-theme=dark] .sidebar{background:#1b1c1f}[data-theme=dark] .breadcrumb-item{color:var(--text-secondary)}[data-theme=dark] .breadcrumb-item.current,[data-theme=dark] .icon-btn,[data-theme=dark] .ui-btn,[data-theme=dark] .home-doc-inner-title,[data-theme=dark] .tree-label,[data-theme=dark] .tree-item{color:var(--text-primary)}[data-theme=dark] .sidebar-entry{color:var(--text-secondary)}[data-theme=dark] .sidebar-entry:hover{color:var(--text-primary)}html[data-theme=dark] .sidebar-entry.active{color:#93c5fd;background:rgba(96,165,250,.18)}[data-theme=dark] .sidebar-section-title,[data-theme=dark] .recent-title,[data-theme=dark] .search-title,[data-theme=dark] .recycle-title{color:var(--text-primary)}[data-theme=dark] .recent-count,[data-theme=dark] .search-result-count{color:var(--text-secondary)}[data-theme=dark] .sidebar-search-input{color:var(--text-primary);border-color:var(--border);background:#2a2b30}[data-theme=dark] .sidebar-search-overlay,[data-theme=dark] .sidebar-search-results{background:#1b1c1f}[data-theme=dark] .sidebar-search-result-item:hover{background:var(--hover)}[data-theme=dark] .sidebar-search-empty-text{color:var(--text-secondary)}[data-theme=dark] .sidebar-create-btn{background:var(--bg-secondary)}html[data-theme=dark] .tree-item.active>.tree-item-row{color:#93c5fd;background:rgba(96,165,250,.18)}[data-theme=dark] .home-doc{background:#2a2b30}[data-theme=dark] .home-doc.folder{background:#23252b}[data-theme=dark] .home-doc:hover{background:#333438}[data-theme=dark] .file-grid.layout-horizontal .file-grid-header{color:var(--text-tertiary);border-bottom-color:var(--border)}[data-theme=dark] .home-doc-inner-meta,[data-theme=dark] .home-doc-inner-time{color:var(--text-secondary)}[data-theme=dark] .search-hit-badge{color:#93c5fd;background:rgba(96,165,250,.18)}[data-theme=dark] .search-hit-snippet{color:var(--text-secondary)}[data-theme=dark] .search-result-card{background:#2a2b30;box-shadow:0 1px 4px rgba(0,0,0,.4)}[data-theme=dark] .search-result-title{color:var(--text-primary)}[data-theme=dark] .search-result-node-text{color:var(--text-secondary)}[data-theme=dark] .search-result-arrow svg{fill:#93c5fd}[data-theme=dark] .search-result-arrow:hover{background:rgba(96,165,250,.18)}[data-theme=dark] .search-result-highlight{color:#93c5fd}[data-theme=dark] .float-btn{color:var(--text-primary);border:1px solid var(--border);background:#2a2b30}[data-theme=dark] .float-btn:hover{background:var(--hover)}[data-theme=dark] .modal-content,[data-theme=dark] .settings-modal-content{background:#2a2b30;box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=dark] .settings-modal-content .sidebar{border-right-color:var(--border);background:#23252b}[data-theme=dark] .settings-modal-content .menu-item{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .menu-item:hover{background:var(--hover)}[data-theme=dark] .settings-modal-content .menu-item.active{color:#93c5fd;background:rgba(96,165,250,.18)}[data-theme=dark] .settings-modal-content .content{background:#2a2b30}[data-theme=dark] .settings-close-btn{background:var(--hover);color:var(--text-secondary)}[data-theme=dark] .settings-close-btn:hover{background:var(--border);color:var(--text-primary)}[data-theme=dark] .settings-modal-content .sidebar:before{background:linear-gradient(90deg,#23252b 30%,transparent)}[data-theme=dark] .settings-modal-content .sidebar:after{background:linear-gradient(270deg,#23252b 30%,transparent)}[data-theme=dark] .settings-modal-content .sidebar::-webkit-scrollbar-thumb{background:var(--border)}[data-theme=dark] .settings-modal-content .content::-webkit-scrollbar-thumb{background:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-group-title{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-profile,[data-theme=dark] .settings-modal-content .content .sp-row,[data-theme=dark] .settings-modal-content .content .sp-device-list,[data-theme=dark] .settings-modal-content .content .sp-device-item,[data-theme=dark] .settings-modal-content .content .sp-redeem-card,[data-theme=dark] .settings-modal-content .content .sp-feedback-content-box,[data-theme=dark] .settings-modal-content .content .sp-msg-item{background:#2a2b30}[data-theme=dark] .settings-modal-content .content .sp-row.clickable:hover,[data-theme=dark] .settings-modal-content .content .sp-device-item:hover,[data-theme=dark] .settings-modal-content .content .sp-recycle-more:hover,[data-theme=dark] .settings-modal-content .content .sp-btn-outline:hover{background:var(--hover)}[data-theme=dark] .settings-modal-content .content .sp-row-label,[data-theme=dark] .settings-modal-content .content .sp-profile-name{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-row-desc,[data-theme=dark] .settings-modal-content .content .sp-value,[data-theme=dark] .settings-modal-content .content .sp-arrow,[data-theme=dark] .settings-modal-content .content .sp-device-desc{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content input[type=text],[data-theme=dark] .settings-modal-content .content input[type=password],[data-theme=dark] .settings-modal-content .content input[type=number],[data-theme=dark] .settings-modal-content .content textarea{color:var(--text-primary);border-color:var(--border);background:#1b1c1f}[data-theme=dark] .settings-modal-content .content .sp-btn-outline{border-color:var(--border);color:var(--text-primary);background:#2a2b30}[data-theme=dark] .settings-modal-content .content .sp-empty,[data-theme=dark] .settings-modal-content .content .sp-loading{color:var(--text-secondary)}[data-theme=dark] .sp-recycle-modal{background:#2a2b30}[data-theme=dark] .sp-recycle-modal-header{color:var(--text-primary)}[data-theme=dark] .sp-recycle-modal-footer .sp-btn-outline{border-color:var(--border);color:var(--text-primary);background:#2a2b30}[data-theme=dark] .settings-modal-content .content .sp-benefits-table thead th{color:var(--text-secondary);background:#23252b}[data-theme=dark] .settings-modal-content .content .sp-badge-free{background:var(--hover);color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-invite-divider{background:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-user-badge[data-badge=点亮者]{color:#ffd54f!important;background:rgba(255,179,0,.16)!important}[data-theme=dark] .settings-modal-content .content .sp-user-badge[data-badge=共建者]{color:#7aa7ff!important;background:rgba(0,92,255,.22)!important}[data-theme=dark] .settings-modal-content .content .sp-user-badge[data-badge=布道者]{color:#4ade80!important;background:rgba(1,189,51,.16)!important}[data-theme=dark] .settings-modal-content .content .sp-user-badge[data-badge=先行者]{color:#ff8a80!important;background:rgba(255,59,48,.16)!important}[data-theme=dark] .settings-modal-content .content .sp-user-badge-empty{border-color:var(--border);color:var(--text-secondary)!important;background:var(--hover)!important}[data-theme=dark] .settings-modal-content .content .sp-row,[data-theme=dark] .settings-modal-content .content .sp-version-item,[data-theme=dark] .settings-modal-content .content .sp-recycle-item{border-bottom-color:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-row.clickable:active,[data-theme=dark] .settings-modal-content .content .sp-recycle-more:hover{background:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-avatar{background:#3a3b40}[data-theme=dark] .settings-modal-content .content .sp-profile-desc{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-toggle{background:#4b5563}[data-theme=dark] .settings-modal-content .content .sp-btn-danger,[data-theme=dark] .sp-recycle-modal-footer .sp-btn-danger{color:#f87171;background:rgba(248,113,113,.12);border-color:rgba(248,113,113,.35)}[data-theme=dark] .settings-modal-content .content .sp-btn-danger:hover,[data-theme=dark] .sp-recycle-modal-footer .sp-btn-danger:hover{background:rgba(248,113,113,.2)}[data-theme=dark] .settings-modal-content .content .sp-error,[data-theme=dark] .settings-modal-content .content .sp-row.danger .sp-row-label{color:#f87171}[data-theme=dark] .settings-modal-content .content .sp-msg-body .sp-msg-title{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-msg-body .sp-msg-text,[data-theme=dark] .settings-modal-content .content .sp-msg-time,[data-theme=dark] .settings-modal-content .content .sp-msg-loading{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-msg-end{color:var(--text-tertiary)}[data-theme=dark] .settings-modal-content .content .sp-device-desc{background:#1b1c1f}[data-theme=dark] .settings-modal-content .content .sp-device-item+.sp-device-item:before{background:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-device-name{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-device-time,[data-theme=dark] .settings-modal-content .content .sp-device-platform{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-device-current{color:#34d399}[data-theme=dark] .settings-modal-content .content .sp-redeem-title{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-redeem-input,[data-theme=dark] .settings-modal-content .content .sp-redeem-btn{border-color:var(--border);color:var(--text-primary);background:#1b1c1f}[data-theme=dark] .settings-modal-content .content .sp-redeem-input:focus{border-color:var(--primary)}[data-theme=dark] .settings-modal-content .content .sp-redeem-btn-active{color:var(--primary);border-color:var(--primary)}[data-theme=dark] .settings-modal-content .content .sp-redeem-btn-inactive{color:var(--text-tertiary)}[data-theme=dark] .settings-modal-content .content .sp-invite-title,[data-theme=dark] .settings-modal-content .content .sp-invite-code,[data-theme=dark] .settings-modal-content .content .sp-benefits-title{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-invite-desc,[data-theme=dark] .settings-modal-content .content .sp-invite-label{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-invite-separator{color:var(--text-tertiary)}[data-theme=dark] .settings-modal-content .content .sp-invite-code-area{background:#1b1c1f}[data-theme=dark] .settings-modal-content .content .sp-benefits-table{border-color:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-benefits-table thead th{border-right-color:var(--border);border-bottom-color:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-benefits-table thead th.col-pro{color:var(--text-primary);background:rgba(96,165,250,.15)}[data-theme=dark] .settings-modal-content .content .sp-benefits-table tbody td{color:var(--text-primary);border-right-color:var(--border);border-bottom-color:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-benefits-table tbody td.col-pro{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-benefits-table tbody tr:hover{background:var(--hover)}[data-theme=dark] .settings-modal-content .content .sp-version-item-icon{background:var(--hover);color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-version-item.is-preparing .sp-version-item-icon{color:#fbbf24;background:rgba(245,158,11,.15)}[data-theme=dark] .settings-modal-content .content .sp-version-item-label{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-version-item.is-preparing .sp-version-item-label{color:var(--text-tertiary)}[data-theme=dark] .settings-modal-content .content .sp-version-num{color:#34d399;background:rgba(52,211,153,.12)}[data-theme=dark] .settings-modal-content .content .sp-badge-preparing{color:#fbbf24;background:rgba(245,158,11,.15)}[data-theme=dark] .settings-modal-content .content .sp-changelog-dot{background:var(--primary);box-shadow:0 0 0 3px rgba(96,165,250,.2)}[data-theme=dark] .settings-modal-content .content .sp-changelog-line{background:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-changelog-version{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-changelog-list li{color:var(--text-secondary)}[data-theme=dark] .settings-modal-content .content .sp-changelog-list li::marker{color:var(--primary)}[data-theme=dark] .settings-modal-content .content .sp-feedback-label{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-card{border-color:var(--border)}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-card:hover{background:var(--hover);border-color:#4b5563}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-card.active{border-color:var(--primary);background:rgba(96,165,250,.15)}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-label{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-card.active .sp-feedback-type-label{color:var(--primary)}[data-theme=dark] .settings-modal-content .content .sp-feedback-type-card.active .sp-feedback-type-subtitle{color:#93c5fd}[data-theme=dark] .settings-modal-content .content .sp-feedback-image-btn:hover{background:rgba(96,165,250,.15)}[data-theme=dark] .settings-modal-content .content .sp-recycle-title{color:var(--text-primary)}[data-theme=dark] .settings-modal-content .content .sp-recycle-time,[data-theme=dark] .sp-recycle-modal-body{color:var(--text-secondary)}[data-theme=dark] .sp-recycle-modal-footer .sp-btn-outline{color:var(--text-primary);border-color:var(--border)}[data-theme=dark] .sp-recycle-modal-footer .sp-btn-outline:hover{background:var(--hover);border-color:#4b5563}[data-theme=dark] .settings-modal-content .content .sp-version{color:var(--text-primary)}[data-theme=dark] .login-modal,[data-theme=dark] .login-card{background:#2a2b30}[data-theme=dark] .login-title{color:var(--text-primary)}[data-theme=dark] .login-input{color:var(--text-primary);border-color:var(--border);background:#1b1c1f}[data-theme=dark] .login-input::placeholder{color:var(--text-tertiary)}[data-theme=dark] .login-tab{color:var(--text-secondary)}[data-theme=dark] .login-tab.active{color:var(--primary)}[data-theme=dark] .login-sms-btn{color:var(--primary);background:rgba(96,165,250,.15)}[data-theme=dark] .login-sms-btn[disabled]{background:var(--hover);color:var(--text-tertiary)}[data-theme=dark] .login-error{color:#f87171}[data-theme=dark] .create-doc-modal,[data-theme=dark] .move-to-folder-modal{background:#2a2b30}[data-theme=dark] .create-doc-modal input,[data-theme=dark] .move-to-folder-modal input{color:var(--text-primary);border-color:var(--border);background:#1b1c1f}[data-theme=dark] .create-doc-header-icon{background:rgba(96,165,250,.15)}[data-theme=dark] .create-doc-type-tab{color:var(--text-secondary)}[data-theme=dark] .create-doc-type-tab.active{color:var(--primary);background:rgba(96,165,250,.18)}[data-theme=dark] .create-doc-name-input:focus{box-shadow:0 0 0 3px rgba(96,165,250,.15)}[data-theme=dark] .create-doc-name-input.error{border-color:#f87171;box-shadow:0 0 0 3px rgba(248,113,113,.12)}[data-theme=dark] .create-doc-error{color:#f87171}[data-theme=dark] .create-doc-btn.confirm{box-shadow:0 2px 8px rgba(96,165,250,.2)}[data-theme=dark] .create-doc-btn.confirm:hover{box-shadow:0 4px 12px rgba(96,165,250,.25)}[data-theme=dark] .create-doc-btn.cancel{color:var(--text-secondary);background:0 0}[data-theme=dark] .create-doc-btn.cancel:hover{background:var(--hover);color:var(--text-primary)}[data-theme=dark] .move-to-folder-tree{background:#1b1c1f}[data-theme=dark] .move-to-folder-modal .folder-item{color:var(--text-primary)}[data-theme=dark] .move-to-folder-modal .folder-item:hover{background:var(--hover)}[data-theme=dark] .move-to-folder-modal .folder-item.selected{color:var(--primary);background:rgba(96,165,250,.18)}[data-theme=dark] .move-to-folder-modal .folder-empty{color:var(--text-secondary)}[data-theme=dark] .move-to-folder-modal .btn-cancel{background:var(--hover);color:var(--text-primary)}[data-theme=dark] .editor-page{background:var(--bg);color:var(--text-primary)}[data-theme=dark] .editor-view,[data-theme=dark] .doc-container,[data-theme=dark] .editor-container{color:var(--text-primary)}[data-theme=dark] .ProseMirror [data-remarks="1"]{border-left-color:#595b62}[data-theme=dark] .toolbar{border-color:var(--border);background:#2a2b30}[data-theme=dark] .toolbar-trigger{color:var(--text-primary)}[data-theme=dark] .toolbar-trigger:hover{background:var(--hover)}[data-theme=dark] .toolbar-dropdown{border-color:var(--border);background:#2a2b30}[data-theme=dark] .toolbar-dropdown button{color:var(--text-primary)}[data-theme=dark] .toolbar-dropdown button:hover{background:var(--hover)}[data-theme=dark] .toolbar-sep{background:var(--border)}html[data-theme=dark] .toolbar-popup .toolbar-trigger,html[data-theme=dark] .toolbar-popup .toolbar-trigger.active,html[data-theme=dark] .toolbar-popup .toolbar-dropdown button,html[data-theme=dark] .toolbar-popup .toolbar-dropdown button.active,html[data-theme=dark] .toolbar-popup .indent-icon{color:var(--text-secondary)}html[data-theme=dark] .toolbar-popup .toolbar-sep{background:var(--border)}[data-theme=dark] .filter-cover-popup{background:#2a2b30;box-shadow:0 8px 24px rgba(0,0,0,.5)}[data-theme=dark] .fc-title,[data-theme=dark] .fc-icon-text,[data-theme=dark] .fc-exit{color:var(--text-primary)}[data-theme=dark] .fc-item{border-color:var(--border);background:#1b1c1f}[data-theme=dark] .fc-item:hover{background:var(--hover)}[data-theme=dark] .fc-item-count{color:var(--text-secondary)}[data-theme=dark] .heading-outline-view,[data-theme=dark] .outline-container{background:#1b1c1f}html[data-theme=dark]{--mindmap-panel-bg:#2a2b30;--mindmap-panel-fg:var(--text-primary);--mindmap-panel-border:var(--border);--mindmap-panel-shadow:0 2px 8px rgba(0,0,0,.4);--mindmap-edit-bg:#33353b;--mindmap-edit-fg:var(--text-primary);--mindmap-edit-border:var(--primary)}[data-theme=dark] .mindmap-toolbar button:hover{background:var(--hover)}[data-theme=dark] .mindmap-node-bg{fill:#33353b}[data-theme=dark] .mindmap-node-bg[data-color=red]{fill:#3d2b30}[data-theme=dark] .mindmap-node-bg[data-color=blue]{fill:#2b3442}[data-theme=dark] .mindmap-node-bg[data-color=green]{fill:#28362c}[data-theme=dark] .mindmap-node-bg[data-color=yellow]{fill:#3b3524}[data-theme=dark] .mindmap-node-text{fill:#e5e7eb}[data-theme=dark] .mindmap-edge{stroke:#565e6b}[data-theme=dark] .mindmap-selection-rect{stroke:#e5e7eb}[data-theme=dark] .mindmap-node-border[data-color=blue]{stroke:#4d8dff}[data-theme=dark] .heading-outline-filter-btn .filter-btn-circle{fill:#2a2b30}[data-theme=dark] .heading-outline-filter-btn.is-inactive{color:var(--text-tertiary)}[data-theme=dark] .heading-outline-filter-btn.is-inactive .filter-btn-circle{stroke:var(--text-tertiary)}[data-theme=dark] .heading-outline-filter-btn.is-active{color:var(--primary)}[data-theme=dark] .heading-outline-filter-btn.is-active .filter-btn-circle{stroke:var(--primary)}[data-theme=dark] .doc-action-toolbar{background:#2a2b30;box-shadow:0 6px 24px rgba(0,0,0,.5)}[data-theme=dark] .doc-action-menu-item,[data-theme=dark] .doc-action-export-trigger,[data-theme=dark] .doc-action-export-sub button{color:var(--text-primary)}[data-theme=dark] .doc-action-menu-item:hover,[data-theme=dark] .doc-action-export-trigger:hover,[data-theme=dark] .doc-action-export-sub button:hover{background:var(--hover)}[data-theme=dark] .doc-action-menu-item:active{background:var(--border)}[data-theme=dark] .doc-action-menu-item.danger,[data-theme=dark] .doc-action-menu-item.danger .doc-action-menu-icon{color:#f87171}[data-theme=dark] .doc-action-menu-item.danger:hover{background:rgba(248,113,113,.14)}[data-theme=dark] .doc-action-menu-icon{color:var(--text-secondary)}[data-theme=dark] .doc-action-menu-sep{background:var(--border)}[data-theme=dark] .doc-action-menu-color-label,[data-theme=dark] .doc-action-export-trigger .caret{color:var(--text-tertiary)}[data-theme=dark] .recycle-item{background:#2a2b30}[data-theme=dark] .recycle-action-btn,[data-theme=dark] .recycle-empty-btn{border-color:var(--border);background:#2a2b30}[data-theme=dark] .recycle-empty-btn{color:#f87171}[data-theme=dark] .recycle-empty-btn:hover{background:rgba(248,113,113,.12)}[data-theme=dark] .recycle-empty{color:var(--text-secondary)}[data-theme=dark] .history-modal-save,[data-theme=dark] .history-version-restore{border-color:var(--border);color:#93c5fd;background:#2a2b30}[data-theme=dark] .history-version-preview{color:var(--text-secondary)}[data-theme=dark] .share-page{background:#2a2b30}[data-theme=dark] .share-page-header{border-bottom-color:var(--border);background:#23252b}[data-theme=dark] .share-page-title,[data-theme=dark] .share-page-section-title,[data-theme=dark] .share-page-row-label{color:var(--text-primary)}[data-theme=dark] .share-page-row-desc,[data-theme=dark] .share-page-arrow,[data-theme=dark] .share-page-empty{color:var(--text-secondary)}[data-theme=dark] .share-page-back{background:var(--hover);color:var(--text-primary)}[data-theme=dark] .share-page-row:hover{background:var(--hover)}[data-theme=dark] .share-poster-thumb{border-color:var(--border)}html[data-theme=dark] ::selection{color:#fff;background:rgba(59,130,246,.5)}html[data-theme=dark] ::selection{color:#fff;background:rgba(59,130,246,.5)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--border)}[data-theme=dark] ::-webkit-scrollbar-track{background:0 0}[data-theme=dark] .table-col-menu,[data-theme=dark] .table-row-menu,[data-theme=dark] .table-col-grip{color:#9ca3af}[data-theme=dark] .table-col-menu:hover,[data-theme=dark] .table-row-menu:hover{background:rgba(255,255,255,.12)}[data-theme=dark] .table-tool-corner,[data-theme=dark] .table-left-tools,[data-theme=dark] .table-top-tools,[data-theme=dark] .table-col-tool{border-color:#4b5563}[data-theme=dark] .table-wrapper.table-tools-active .table-left-tools,[data-theme=dark] .table-wrapper.table-tools-active .table-top-tools,[data-theme=dark] .table-wrapper.table-tools-active .table-tool-corner{background:#2a2b30}html[data-theme=dark] .formula-katex--placeholder{color:#9ca3af;background:rgba(255,255,255,.04);border-color:#4b5563}html[data-theme=dark] .formula-card{background:#2a2b30;box-shadow:0 20px 60px rgba(0,0,0,.5)}html[data-theme=dark] .formula-header,html[data-theme=dark] .formula-toolbar,html[data-theme=dark] .formula-footer{border-color:#3a3b40}html[data-theme=dark] .formula-title{color:var(--text-primary)}html[data-theme=dark] .formula-close{color:#9ca3af}html[data-theme=dark] .formula-preview{background:#1e1f22}html[data-theme=dark] .formula-preview-empty{color:#7d828c}html[data-theme=dark] .formula-tool-group{border-color:#3a3b40}html[data-theme=dark] .formula-tool-label{color:#7d828c}html[data-theme=dark] .formula-tool-btn{color:#d1d5db;background:0 0;border-color:#4b5563}html[data-theme=dark] .formula-tool-btn:hover{border-color:var(--primary);color:var(--primary);background:rgba(96,165,250,.12)}html[data-theme=dark] .formula-input{color:var(--text-primary)}html[data-theme=dark] .formula-input::placeholder{color:#7d828c}html[data-theme=dark] .formula-display-toggle{color:#d1d5db}html[data-theme=dark] .formula-cancel{color:var(--text-primary);background:0 0;border-color:#4b5563!important}html[data-theme=dark] .formula-confirm{color:#fff;background:#3c4148}html[data-theme=dark] .formula-confirm:hover{background:#4b5563}html[data-theme=dark] .geometry-svg--placeholder{color:#7d828c;background:rgba(255,255,255,.03);border-color:#4b5563}html[data-theme=dark] .geometry-svg .geometry-canvas,html[data-theme=dark] .geometry-stage .geometry-canvas{background:#1e1f22;border-color:#3a3b40}html[data-theme=dark] .geometry-card{background:#26272b;box-shadow:0 12px 32px rgba(0,0,0,.5)}html[data-theme=dark] .geometry-header,html[data-theme=dark] .geometry-toolbar,html[data-theme=dark] .geometry-footer,html[data-theme=dark] .geometry-props,html[data-theme=dark] .geometry-json-panel{border-color:#3a3b40}html[data-theme=dark] .geometry-title{color:var(--text-primary)}html[data-theme=dark] .geometry-close{color:#9ca3af}html[data-theme=dark] .geometry-close:hover{color:#e5e7eb}html[data-theme=dark] .geometry-tool-btn,html[data-theme=dark] .geometry-act-btn,html[data-theme=dark] .geometry-prop-btn,html[data-theme=dark] .geometry-color-btn{color:#d1d5db;background:0 0;border-color:#4b5563}html[data-theme=dark] .geometry-tool-btn:hover,html[data-theme=dark] .geometry-act-btn:hover,html[data-theme=dark] .geometry-prop-btn:hover,html[data-theme=dark] .geometry-color-btn:hover{border-color:var(--primary);color:var(--primary);background:rgba(96,165,250,.12)}html[data-theme=dark] .geometry-tool-btn.active,html[data-theme=dark] .geometry-prop-btn.active{border-color:var(--primary);color:var(--primary);background:rgba(96,165,250,.18)}html[data-theme=dark] .geometry-act-btn:disabled{color:#6b7280;background:0 0;border-color:#3a3b40}html[data-theme=dark] .geometry-toolbar-sep,html[data-theme=dark] .geometry-prop-sep{background:#3a3b40}html[data-theme=dark] .geometry-snap-label{color:#d1d5db}html[data-theme=dark] .geometry-json-btn{color:#93c5fd;background:rgba(96,165,250,.08);border-color:#3b4a63}html[data-theme=dark] .geometry-props{background:#232428}html[data-theme=dark] .geometry-prop-label,html[data-theme=dark] .geometry-json-hint,html[data-theme=dark] .geometry-hint{color:#7d828c}html[data-theme=dark] .geometry-text-input,html[data-theme=dark] .geometry-font-select,html[data-theme=dark] .geometry-json-input{color:var(--text-primary);background:#1e1f22;border-color:#4b5563}html[data-theme=dark] .geometry-text-input:focus,html[data-theme=dark] .geometry-json-input:focus{border-color:var(--primary)}html[data-theme=dark] .geometry-json-panel{background:#232428}html[data-theme=dark] .geometry-json-apply{background:var(--primary);border-color:var(--primary)}html[data-theme=dark] .geometry-cancel{color:var(--text-primary);background:0 0;border-color:#4b5563!important}html[data-theme=dark] .geometry-confirm{color:#fff;background:#3c4148}html[data-theme=dark] .geometry-confirm:hover{background:#4b5563}html[data-theme=dark] .note-ref{color:#93b4ff;background:rgba(96,140,255,.12);border-color:#3b4a68}html[data-theme=dark] .note-ref:hover{color:#b4ccff;background:rgba(96,140,255,.22);border-color:#5a76b8}html[data-theme=dark] .note-ref--invalid,html[data-theme=dark] .note-ref--invalid:hover{color:#7c8088;background:0 0;border-color:#4a4d55}html[data-theme=dark] .note-ref-suggestion{background:rgba(96,140,255,.14);box-shadow:0 0 0 1px rgba(96,140,255,.2)}html[data-theme=dark] .note-ref-picker{background:#2a2b30;border-color:#3d3f46;box-shadow:0 4px 16px rgba(0,0,0,.45)}html[data-theme=dark] .note-ref-picker__item{color:var(--text-primary)}html[data-theme=dark] .note-ref-picker__item:hover,html[data-theme=dark] .note-ref-picker__item.is-active{color:#b4ccff;background:rgba(96,140,255,.18)}html[data-theme=dark] .note-ref-picker__empty{color:#8a8f98}html[data-theme=dark] .note-preview{background:var(--bg,#1f2023)}html[data-theme=dark] .note-preview__header{background:#26272c;border-bottom-color:#36383f}html[data-theme=dark] .note-preview__back{color:var(--text-primary);background:0 0;border-color:#4b4e57}html[data-theme=dark] .note-preview__back:hover{background:#33353b;border-color:#5a5e68}html[data-theme=dark] .note-preview__title,html[data-theme=dark] .note-preview__content{color:var(--text-primary,#e5e7eb)}html[data-theme=dark] .note-preview__error{color:#8a8f98}.settings-modal-content{background:#fff;border-radius:12px;width:920px;max-width:90vw;height:70vh;margin:auto;display:flex;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}.settings-modal-content .sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;flex-direction:column;flex:0 0 220px;display:flex;overflow-y:auto}.settings-modal-content .sidebar .menu{flex-direction:column;gap:6px;padding:12px;display:flex}.settings-modal-content .menu-item{cursor:pointer;color:#374151;border-radius:8px;align-items:center;height:38px;padding:0 12px;font-size:14px;transition:background .15s,color .15s;display:flex}.settings-modal-content .menu-item:hover{background:#eef2ff}.settings-modal-content .menu-item.active{color:#1d4ed8;background:#e0e7ff;font-weight:600}.settings-modal-content .content{background:#fff;flex:1 1 0;min-width:0;min-height:0;padding:24px;overflow-y:auto}.settings-close-btn{z-index:10;color:#555;cursor:pointer;background:rgba(0,0,0,.06);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .15s,color .15s;display:none;position:absolute;top:8px;right:12px}.settings-close-btn:hover{color:#222;background:rgba(0,0,0,.12)}.settings-close-btn:active{background:rgba(0,0,0,.18);transform:scale(.93)}.settings-modal-content .sidebar::-webkit-scrollbar{width:6px}.settings-modal-content .content::-webkit-scrollbar{width:6px}.settings-modal-content .sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:10px}.settings-modal-content .content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:10px}@media (max-width:768px){.settings-modal-content{width:100vw;height:100vh;border-radius:0;flex-direction:column;max-width:100vw;height:100dvh;padding-top:0;position:relative}.settings-close-btn{display:flex}.settings-modal-content .sidebar{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #e5e7eb;border-right:none;flex-direction:row;flex:none;width:100%;display:flex;position:relative;overflow-x:auto;overflow-y:hidden}.settings-modal-content .sidebar::-webkit-scrollbar{width:0;height:0;display:none}.settings-modal-content .sidebar:before,.settings-modal-content .sidebar:after{content:"";pointer-events:none;z-index:1;flex:none;width:20px;transition:opacity .2s;position:sticky;top:0;bottom:0}.settings-modal-content .sidebar:before{background:linear-gradient(90deg,#f8fafc 30%,transparent);margin-right:-20px;left:0}.settings-modal-content .sidebar:after{background:linear-gradient(270deg,#f8fafc 30%,transparent);margin-left:-20px;right:0}.settings-modal-content .sidebar .menu{white-space:nowrap;scroll-snap-type:x proximity;flex-direction:row;gap:6px;padding:8px 4px}.settings-modal-content .menu-item{scroll-snap-align:start;-webkit-touch-callout:none;user-select:none;flex:none;height:40px;min-height:40px;padding:0 14px;font-size:13px}.settings-modal-content .content{-webkit-overflow-scrolling:touch;flex:auto;padding:16px;overflow-y:auto}}@media (min-width:769px) and (max-width:1024px){.settings-modal-content{border-radius:10px;flex-direction:row;width:95vw;height:80vh}.settings-modal-content .sidebar{border-right:1px solid #e5e7eb;flex:0 0 180px;min-width:180px}.settings-modal-content .sidebar .menu{gap:4px;padding:10px}.settings-modal-content .menu-item{height:36px;padding:0 10px;font-size:13px}.settings-modal-content .content{flex:1 1 0;padding:18px}}.settings-modal-content .content .sp-group{margin-bottom:28px}.settings-modal-content .content .sp-group:last-child{margin-bottom:0}.settings-modal-content .content .sp-group-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;padding:0;font-size:12px;font-weight:600}.settings-modal-content .content .sp-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;min-height:48px;padding:13px 0;display:flex}.settings-modal-content .content .sp-row:last-child{border-bottom:none}.settings-modal-content .content .sp-row.clickable{cursor:pointer;border-radius:6px;margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px;transition:background .12s}.settings-modal-content .content .sp-row.clickable:hover{background:#f9fafb}.settings-modal-content .content .sp-row.clickable:active{background:#f3f4f6}.settings-modal-content .content .sp-row-left{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.settings-modal-content .content .sp-row-label{color:#1f2937;font-size:14px;line-height:1.5}.settings-modal-content .content .sp-row-desc{color:#9ca3af;font-size:12px;line-height:1.4}.settings-modal-content .content .sp-row-right{flex-shrink:0;align-items:center;gap:8px;margin-left:16px;display:flex}.settings-modal-content .content .sp-arrow{color:#d1d5db;flex-shrink:0;font-size:16px}.settings-modal-content .content .sp-value{color:#9ca3af;font-size:13px}.settings-modal-content .content .sp-avatar{object-fit:cover;background:#e5e7eb;border-radius:50%;width:44px;height:44px}.settings-modal-content .content .sp-toggle{-webkit-appearance:none;appearance:none;cursor:pointer;background:#d1d5db;border-radius:12px;flex-shrink:0;width:42px;height:24px;transition:background .2s;position:relative}.settings-modal-content .content .sp-toggle:checked{background:#4f46e5}.settings-modal-content .content .sp-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px rgba(0,0,0,.12)}.settings-modal-content .content .sp-toggle:checked:after{transform:translate(18px)}.settings-modal-content .content .sp-btn{cursor:pointer;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;height:34px;padding:0 18px;font-size:13px;font-weight:500;transition:background .15s,transform .1s;display:inline-flex}.settings-modal-content .content .sp-btn:active{transform:scale(.96)}.settings-modal-content .content .sp-btn-primary{color:#fff;background:#4f46e5}.settings-modal-content .content .sp-btn-primary:hover{background:#4338ca}.settings-modal-content .content .sp-btn-danger{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}.settings-modal-content .content .sp-btn-danger:hover{background:#fee2e2}.settings-modal-content .content .sp-btn-outline{color:#374151;background:0 0;border:1px solid #d1d5db}.settings-modal-content .content .sp-btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.settings-modal-content .content .sp-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:7px;flex:1 1 0;min-width:0;height:38px;padding:0 12px;font-size:13px;transition:border-color .15s}.settings-modal-content .content .sp-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.settings-modal-content .content .sp-input::placeholder{color:#9ca3af}.settings-modal-content .content .sp-badge{border-radius:11px;align-items:center;height:22px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.settings-modal-content .content .sp-badge-free{color:#6b7280;background:#f3f4f6}.settings-modal-content .content .sp-version{color:#374151;font-size:14px;font-weight:500}.settings-modal-content .content .sp-profile{align-items:center;gap:14px;padding:16px 0;display:flex}.settings-modal-content .content .sp-profile-info{flex-direction:column;gap:2px;display:flex}.settings-modal-content .content .sp-profile-name{color:#1f2937;font-size:16px;font-weight:600}.settings-modal-content .content .sp-profile-desc{color:#9ca3af;font-size:12px}.settings-modal-content .content .sp-empty{text-align:center;color:#9ca3af;padding:32px 16px;font-size:13px}.settings-modal-content .content .sp-loading{color:#9ca3af;justify-content:center;align-items:center;padding:48px 0;font-size:14px;display:flex}.settings-modal-content .content .sp-error{color:#ef4444;justify-content:center;align-items:center;padding:48px 0;font-size:14px;display:flex}.settings-modal-content .content .sp-row.danger .sp-row-label{color:#ef4444}.settings-modal-content .content .sp-msg-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.settings-modal-content .content .sp-msg-body .sp-msg-title{color:#1f2937;font-size:14px;font-weight:500;line-height:1.4}.settings-modal-content .content .sp-msg-body .sp-msg-text{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.settings-modal-content .content .sp-msg-time{color:#9ca3af;white-space:nowrap;flex-shrink:0;margin-top:2px;font-size:11px}.settings-modal-content .content .sp-msg-loading{text-align:center;color:#9ca3af;padding:16px 0;font-size:12px}.settings-modal-content .content .sp-msg-end{text-align:center;color:#d1d5db;padding:16px 0;font-size:12px}.settings-modal-content .content .sp-device-desc{color:#6b7280;background:#f3f4f6;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:13px;line-height:1.6}.settings-modal-content .content .sp-device-list{background:#fff;border-radius:10px;max-height:360px;padding:4px 0;overflow-y:auto}.settings-modal-content .content .sp-device-item{border-radius:8px;justify-content:space-between;align-items:center;margin:0 8px;padding:14px 16px;transition:background .12s;display:flex}.settings-modal-content .content .sp-device-item+.sp-device-item{position:relative}.settings-modal-content .content .sp-device-item+.sp-device-item:before{content:"";background:#d1d5db;height:1px;position:absolute;top:0;left:16px;right:16px}.settings-modal-content .content .sp-device-item:hover{background:#f9fafb}.settings-modal-content .content .sp-device-info{flex-direction:column;flex:1 1 0;gap:4px;min-width:0;display:flex}.settings-modal-content .content .sp-device-name{color:#1f2937;font-size:14px;font-weight:500}.settings-modal-content .content .sp-device-time,.settings-modal-content .content .sp-device-platform{color:#6b7280;font-size:12px}.settings-modal-content .content .sp-device-action{flex-shrink:0;align-items:center;min-height:34px;margin-left:16px;display:flex}.settings-modal-content .content .sp-device-current{color:#059669;white-space:nowrap;align-items:center;height:34px;padding:0 18px;font-size:13px;font-weight:500;display:inline-flex}.settings-modal-content .content .sp-redeem-card{background:#fff;border-radius:12px;margin-bottom:20px;padding:24px;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 8px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04)}.settings-modal-content .content .sp-redeem-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05)}.settings-modal-content .content .sp-redeem-title{color:#1f2937;margin-bottom:16px;font-size:16px;font-weight:600}.settings-modal-content .content .sp-redeem-row{align-items:center;gap:24px;display:flex}.settings-modal-content .content .sp-redeem-input{color:#1f2937;box-sizing:border-box;background:#eff1f0;border:.4px solid #d1d5db;border-radius:10px;outline:none;flex:1;height:40px;padding:0 12px;font-size:14px;transition:border-color .15s}.settings-modal-content .content .sp-redeem-input:focus{border-color:#005cff;box-shadow:0 0 0 3px rgba(0,92,255,.1)}.settings-modal-content .content .sp-redeem-input::placeholder{color:#9ca3af;font-size:13px}.settings-modal-content .content .sp-redeem-btn{cursor:pointer;white-space:nowrap;background:#eff1f0;border:.4px solid #d1d5db;border-radius:10px;flex-shrink:0;height:40px;padding:0 22px;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.settings-modal-content .content .sp-redeem-btn-active{color:#005cff;border-color:#005cff}.settings-modal-content .content .sp-redeem-btn-active:hover{opacity:.85}.settings-modal-content .content .sp-redeem-btn-inactive{color:#9ca3af}.settings-modal-content .content .sp-invite-section{padding-bottom:4px}.settings-modal-content .content .sp-invite-title-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.settings-modal-content .content .sp-invite-title{color:#1f2937;font-size:15px;font-weight:600}.settings-modal-content .content .sp-invite-desc{color:#6b7280;margin-bottom:16px;font-size:13px;line-height:1.7}.settings-modal-content .content .sp-invite-code-area{background:#fafafa;border-radius:10px;flex:1 1 0;align-items:center;min-width:0;padding:10px 12px;display:flex}.settings-modal-content .content .sp-invite-code-row{align-items:center;gap:24px;display:flex}.settings-modal-content .content .sp-invite-label{color:#6b7280;letter-spacing:1px;flex-shrink:0;font-size:14px}.settings-modal-content .content .sp-invite-separator{color:#9ca3af;flex-shrink:0;margin:0 4px;font-size:16px}.settings-modal-content .content .sp-invite-code{color:#1f2937;letter-spacing:1px;text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;font-size:16px;font-weight:500;overflow:hidden}.settings-modal-content .content .sp-invite-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:#005cff;border:none;border-radius:6px;flex-shrink:0;height:32px;padding:0 14px;font-size:14px;font-weight:700}.settings-modal-content .content .sp-invite-btn:hover{opacity:.9}.settings-modal-content .content .sp-generate-btn{color:#fff;cursor:pointer;background:#005cff;border:none;border-radius:6px;flex-shrink:0;height:32px;padding:0 14px;font-size:14px;font-weight:700}.settings-modal-content .content .sp-generate-btn:hover{opacity:.9}@media (max-width:480px){.settings-modal-content .content .sp-redeem-card{padding:16px}.settings-modal-content .content .sp-redeem-row{gap:12px}.settings-modal-content .content .sp-redeem-btn{padding:0 16px;font-size:13px}.settings-modal-content .content .sp-invite-code-row{gap:12px}.settings-modal-content .content .sp-invite-code-area{padding:10px 12px}}.settings-modal-content .content .sp-invite-divider{background:#e5e7eb;height:1px;margin:20px 0}.settings-modal-content .content .sp-benefits-title{color:#1f2937;margin-bottom:14px;font-size:15px;font-weight:600}.settings-modal-content .content .sp-benefits-table-wrapper{overflow-x:auto}.settings-modal-content .content .sp-benefits-table{border-collapse:separate;border-spacing:0;border:1px solid #d1d5db;border-radius:12px;width:100%;font-size:13px;overflow:hidden}.settings-modal-content .content .sp-benefits-table thead th{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;text-align:left;background:#f9fafb;border-bottom:1px solid #d1d5db;border-right:1px solid #d1d5db;padding:10px 14px;font-size:12px;font-weight:600}.settings-modal-content .content .sp-benefits-table thead th:last-child{border-right:none}.settings-modal-content .content .sp-benefits-table thead th.col-pro{color:#1f2937;background:#e9f1fe;font-weight:700}.settings-modal-content .content .sp-benefits-table tbody td{color:#374151;border-bottom:1px solid #d1d5db;border-right:1px solid #d1d5db;padding:11px 14px}.settings-modal-content .content .sp-benefits-table tbody td:last-child{border-right:none}.settings-modal-content .content .sp-benefits-table tbody tr:last-child td{border-bottom:none}.settings-modal-content .content .sp-benefits-table tbody tr:hover{background:#fafbfc}.settings-modal-content .content .sp-benefits-table tbody td.col-pro{color:#1f2937;background:#e9f1fe;font-weight:700}.settings-modal-content .content .sp-recycle-list{flex-direction:column;display:flex}.settings-modal-content .content .sp-recycle-item{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px 0;display:flex}.settings-modal-content .content .sp-recycle-item:last-child{border-bottom:none}.settings-modal-content .content .sp-recycle-icon{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.settings-modal-content .content .sp-recycle-info{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.settings-modal-content .content .sp-recycle-title{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.4;overflow:hidden}.settings-modal-content .content .sp-recycle-time{color:#9ca3af;font-size:12px;line-height:1.3}.settings-modal-content .content .sp-recycle-more{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .12s;display:flex}.settings-modal-content .content .sp-recycle-more:hover{background:#f3f4f6}.sp-recycle-modal-overlay{z-index:10000;background:rgba(0,0,0,.3);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sp-recycle-modal{background:#fff;border-radius:12px;flex-direction:column;gap:16px;width:340px;max-width:90vw;padding:24px;display:flex;box-shadow:0 8px 30px rgba(0,0,0,.12)}.sp-recycle-modal-header{color:#1f2937;text-align:center;font-size:16px;font-weight:600}.sp-recycle-modal-body{color:#6b7280;text-align:center;word-break:break-all;font-size:14px;line-height:1.5}.sp-recycle-modal-footer{gap:12px;display:flex}.sp-recycle-modal-footer .sp-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;height:38px;font-size:14px;font-weight:500;transition:background .15s,transform .1s;display:inline-flex}.sp-recycle-modal-footer .sp-btn:active{transform:scale(.96)}.sp-recycle-modal-footer .sp-btn-outline{color:#374151;background:0 0;border:1px solid #d1d5db}.sp-recycle-modal-footer .sp-btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.sp-recycle-modal-footer .sp-btn-danger{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}.sp-recycle-modal-footer .sp-btn-danger:hover{background:#fee2e2}.settings-modal-content .content .sp-version-list{flex-direction:column;display:flex}.settings-modal-content .content .sp-version-item{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:14px 0;display:flex}.settings-modal-content .content .sp-version-item:last-child{border-bottom:none}.settings-modal-content .content .sp-version-item-icon{color:#6b7280;background:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.settings-modal-content .content .sp-version-item.is-preparing .sp-version-item-icon{color:#d97706;background:#fef3c7}.settings-modal-content .content .sp-version-item-label{color:#1f2937;flex:1 1 0;min-width:0;font-size:14px;font-weight:500}.settings-modal-content .content .sp-version-item.is-preparing .sp-version-item-label{color:#9ca3af}.settings-modal-content .content .sp-version-item-status{flex-shrink:0}.settings-modal-content .content .sp-version-num{color:#059669;background:#ecfdf5;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.settings-modal-content .content .sp-badge-preparing{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:6px;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.settings-modal-content .content .sp-changelog{padding-left:0;position:relative}.settings-modal-content .content .sp-changelog-entry{gap:16px;padding-bottom:24px;display:flex;position:relative}.settings-modal-content .content .sp-changelog-entry:last-child{padding-bottom:0}.settings-modal-content .content .sp-changelog-entry:last-child .sp-changelog-line{display:none}.settings-modal-content .content .sp-changelog-dot{z-index:1;background:#4f46e5;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px;position:relative;box-shadow:0 0 0 3px #e0e7ff}.settings-modal-content .content .sp-changelog-line{background:#e5e7eb;width:2px;position:absolute;top:22px;bottom:0;left:4px}.settings-modal-content .content .sp-changelog-content{flex:1 1 0;min-width:0}.settings-modal-content .content .sp-changelog-header{align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.settings-modal-content .content .sp-changelog-version{color:#1f2937;font-size:15px;font-weight:700}.settings-modal-content .content .sp-changelog-date{color:#9ca3af;font-size:12px}.settings-modal-content .content .sp-changelog-list{margin:0;padding-left:18px;list-style:outside}.settings-modal-content .content .sp-changelog-list li{color:#4b5563;padding:0;font-size:13px;line-height:1.8}.settings-modal-content .content .sp-changelog-list li::marker{color:#c7d2fe}.settings-modal-content .content .sp-expand-row .sp-expand-arrow{transition:transform .2s}.settings-modal-content .content .sp-expand-row .sp-expand-arrow.expanded{transform:rotate(90deg)}.settings-modal-content .content .sp-feedback-form{max-height:0;margin-top:0;transition:max-height .3s,margin .3s;overflow:hidden}.settings-modal-content .content .sp-feedback-form.open{max-height:800px;margin-top:16px}.settings-modal-content .content .sp-feedback-section{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.settings-modal-content .content .sp-feedback-label{color:#374151;font-size:13px;font-weight:600}.settings-modal-content .content .sp-feedback-type-group{gap:10px;display:flex}.settings-modal-content .content .sp-feedback-type-card{text-align:center;cursor:pointer;border:2px solid #e5e7eb;border-radius:10px;flex-direction:column;flex:1;gap:4px;padding:12px 8px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.settings-modal-content .content .sp-feedback-type-card:hover{background:#fafafe;border-color:#c7d2fe}.settings-modal-content .content .sp-feedback-type-card.active{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.08)}.settings-modal-content .content .sp-feedback-type-label{color:#1f2937;font-size:14px;font-weight:600}.settings-modal-content .content .sp-feedback-type-card.active .sp-feedback-type-label{color:#4338ca}.settings-modal-content .content .sp-feedback-type-subtitle{color:#9ca3af;font-size:11px;line-height:1.4}.settings-modal-content .content .sp-feedback-type-card.active .sp-feedback-type-subtitle{color:#6366f1}.settings-modal-content .content .sp-feedback-content-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.settings-modal-content .content .sp-feedback-textarea{box-sizing:border-box;resize:vertical;color:#1f2937;background:#fff;border:none;border-radius:10px 10px 0 0;outline:none;width:100%;min-height:90px;padding:12px 14px;font-family:inherit;font-size:13px;line-height:1.6}.settings-modal-content .content .sp-feedback-textarea::placeholder{color:#9ca3af}.settings-modal-content .content .sp-feedback-textarea:focus{box-shadow:inset 0 0 0 2px #4f46e5}.settings-modal-content .content .sp-feedback-content-footer{background:#fafbfc;border-top:1px solid #f3f4f6;align-items:center;gap:10px;padding:8px 12px;display:flex}.settings-modal-content .content .sp-feedback-image-btn{cursor:pointer;background:#eef2ff;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.settings-modal-content .content .sp-feedback-image-btn:hover{background:#e0e7ff}.settings-modal-content .content .sp-feedback-image-btn:disabled{opacity:.5;cursor:not-allowed}.settings-modal-content .content .sp-feedback-image-icon{color:#4f46e5;font-size:20px;font-weight:300;line-height:1}.settings-modal-content .content .sp-feedback-images-preview{flex:1;gap:8px;display:flex;overflow-x:auto}.settings-modal-content .content .sp-feedback-image-thumb-wrap{flex-shrink:0;position:relative}.settings-modal-content .content .sp-feedback-image-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;width:36px;height:36px}.settings-modal-content .content .sp-feedback-image-remove-btn{color:#fff;text-align:center;cursor:pointer;background:#ef4444;border:2px solid #fff;border-radius:50%;width:18px;height:18px;padding:0;font-size:12px;line-height:18px;position:absolute;top:-6px;right:-6px}.settings-modal-content .content .sp-feedback-image-remove-btn:hover{background:#dc2626}.settings-modal-content .content .sp-feedback-contact-input{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px;transition:border-color .15s}.settings-modal-content .content .sp-feedback-contact-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.settings-modal-content .content .sp-feedback-contact-input::placeholder{color:#9ca3af;font-size:12px}.settings-modal-content .content .sp-feedback-submit-wrap{margin-top:2px}.settings-modal-content .content .sp-feedback-submit-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;width:100%;height:42px;font-size:14px;font-weight:600;transition:background .15s,transform .1s,opacity .15s}.settings-modal-content .content .sp-feedback-submit-btn:hover{background:#4338ca}.settings-modal-content .content .sp-feedback-submit-btn:active{transform:scale(.98)}.settings-modal-content .content .sp-rate-cancel-btn{width:100%;height:38px;margin-top:10px}.settings-modal-content .content .sp-feedback-submit-btn:disabled{opacity:.5;cursor:not-allowed}.settings-modal-content .content .sp-contact-info{margin-top:12px}.settings-modal-content .content .sp-contact-item{background:#f9fafb;border-radius:8px;flex-direction:column;gap:6px;margin-bottom:10px;padding:12px;display:flex}.settings-modal-content .content .sp-contact-item:last-child{margin-bottom:0}.settings-modal-content .content .sp-contact-label{color:#6b7280;font-size:12px}.settings-modal-content .content .sp-contact-value{color:#1f2937;font-size:14px;font-weight:500}.settings-modal-content .content .sp-contact-qr-placeholder{color:#9ca3af;background:#e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:120px;height:120px;font-size:12px;display:flex}.sp-rate-modal-overlay{z-index:10001;opacity:0;background:rgba(0,0,0,.35);justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sp-rate-modal-overlay.show{opacity:1}.sp-rate-modal{text-align:center;background:#fff;border-radius:16px;width:360px;max-width:90vw;max-height:85vh;padding:32px 28px 28px;transition:transform .25s;overflow-y:auto;transform:translateY(12px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.sp-rate-modal.has-feedback{width:1000px}.sp-rate-modal .settings-modal-content,.sp-rate-modal .settings-modal-content .content{background:0 0;padding:0 4px;overflow:visible}.sp-rate-modal .sp-feedback-form.open{overflow-x:hidden}.sp-rate-modal-overlay.show .sp-rate-modal{transform:translateY(0)}.sp-rate-modal-header{color:#1f2937;margin-bottom:8px;font-size:18px;font-weight:700}.sp-rate-modal .sp-rate-emoji{margin-bottom:12px;font-size:44px}.sp-rate-modal .sp-rate-body{color:#6b7280;margin-bottom:20px;font-size:14px;line-height:1.6}.sp-rate-stars{justify-content:center;gap:8px;margin:20px 0 12px;display:flex}.sp-rate-star{color:#d1d5db;cursor:pointer;user-select:none;font-size:36px;transition:color .15s,transform .15s}.sp-rate-star:hover{color:#fbbf24;transform:scale(1.15)}.sp-rate-star.active{color:#f59e0b}.sp-rate-hint{color:#9ca3af;margin-bottom:4px;font-size:13px}.sp-rate-textarea{box-sizing:border-box;color:#1f2937;resize:vertical;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:90px;margin-bottom:16px;padding:12px 14px;font-family:inherit;font-size:13px;line-height:1.6;transition:border-color .15s}.sp-rate-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.sp-rate-textarea::placeholder{color:#9ca3af;font-size:13px}.sp-rate-btn{border-radius:8px;justify-content:center;align-items:center;width:100%;height:42px;font-size:14px;font-weight:500;display:inline-flex}.sp-rate-btn.sp-btn-primary{margin-bottom:10px}.sp-rate-market-list{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.sp-rate-market-tag{color:#374151;background:#f3f4f6;border-radius:6px;align-items:center;height:28px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.sp-rate-modal .sp-rate-submit-row{flex-direction:column;display:flex}.sp-rate-modal .content .sp-feedback-type-group{gap:10px}.sp-gallery-overlay{z-index:20000;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sp-gallery-mask{background:rgba(0,0,0,.85);position:absolute;top:0;bottom:0;left:0;right:0}.sp-gallery-viewport{z-index:1;justify-content:center;align-items:center;width:calc(100vw - 120px);max-width:500px;height:calc(100vh - 120px);max-height:90vh;display:flex;position:relative}.sp-gallery-image{object-fit:contain;user-select:none;-webkit-user-drag:none;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 8px 40px rgba(0,0,0,.3)}.sp-gallery-close{z-index:2;color:#fff;cursor:pointer;background:rgba(255,255,255,.15);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .15s;display:flex;position:absolute;top:24px;right:24px}.sp-gallery-close:hover{background:rgba(255,255,255,.3)}.sp-gallery-arrow{z-index:2;color:#fff;cursor:pointer;background:rgba(255,255,255,.15);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sp-gallery-arrow:hover{background:rgba(255,255,255,.3)}.sp-gallery-prev{left:24px}.sp-gallery-next{right:24px}.sp-gallery-counter{z-index:2;color:rgba(255,255,255,.75);background:rgba(0,0,0,.35);border-radius:20px;padding:6px 16px;font-size:14px;font-weight:500;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.sp-gallery-copy-btn{z-index:2;color:#fff;cursor:pointer;background:rgba(79,70,229,.75);border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:500;transition:background .15s;position:absolute;bottom:32px;right:32px}.sp-gallery-copy-btn:hover{background:rgba(79,70,229,.95)}.sp-gallery-copy-btn:active{transform:scale(.96)}@media (max-width:420px){.sp-rate-modal .content .sp-feedback-type-group{flex-direction:column}.sp-rate-modal .content .sp-feedback-type-card{text-align:left;flex-direction:row;align-items:center;gap:8px;padding:8px 12px}.sp-rate-modal .content .sp-feedback-type-subtitle{display:none}.sp-gallery-viewport{width:calc(100vw - 40px);height:calc(100vh - 160px)}.sp-gallery-arrow{width:36px;height:36px;font-size:24px}.sp-gallery-prev{left:8px}.sp-gallery-next{right:8px}.sp-gallery-close{width:32px;height:32px;font-size:16px;top:12px;right:12px}.sp-gallery-counter{padding:4px 12px;font-size:12px;bottom:20px}.sp-gallery-copy-btn{padding:6px 14px;font-size:12px;bottom:20px;right:16px}}.settings-modal-content .content .sp-user-badge{cursor:pointer;white-space:nowrap;user-select:none;border:.5px solid transparent;border-radius:11px;align-items:center;gap:3px;height:22px;margin-top:6px;padding:0 7px;font-size:11px;font-weight:700;line-height:12px;transition:opacity .15s;display:inline-flex}.settings-modal-content .content .sp-user-badge:hover{opacity:.8}.settings-modal-content .content .sp-user-badge-empty{border:1px dashed #d1d5db;font-weight:500;color:#9ca3af!important;background:#f5f5f5!important}@keyframes spFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spDialogUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sp-rules-dialog-overlay{z-index:9999;background:rgba(0,0,0,.4);justify-content:center;align-items:center;animation:.15s spFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.sp-rules-dialog{background:#fff;border-radius:16px;width:90%;max-width:400px;max-height:80vh;padding:24px;animation:.2s spDialogUp;overflow-y:auto;box-shadow:0 12px 40px rgba(0,0,0,.15)}.sp-rules-dialog-header{margin-bottom:16px}.sp-rules-dialog-title{color:#1f2937;margin-bottom:4px;font-size:18px;font-weight:700}.sp-rules-dialog-subtitle{color:#6b7280;font-size:14px;font-weight:500}.sp-rules-dialog-count{color:#005cff;margin-top:4px;font-size:12px;font-weight:600}.sp-rules-dialog-body{flex-direction:column;gap:8px;display:flex}.sp-rules-tier-card{background:#fafafa;border-radius:8px;padding:12px}.sp-rules-tier-header{align-items:center;gap:6px;margin-bottom:4px;display:flex}.sp-rules-tier-icon{font-size:18px}.sp-rules-tier-title{color:#1f2937;font-size:14px;font-weight:600}.sp-rules-tier-reward{color:#6b7280;font-size:12px}.sp-rules-dialog-footer{justify-content:center;margin-top:20px;display:flex}.sp-rules-dialog-btn{color:#fff;cursor:pointer;background:#005cff;border:none;border-radius:12px;padding:10px 32px;font-size:14px;font-weight:600;transition:opacity .15s}.sp-rules-dialog-btn:hover{opacity:.85}.settings-modal-content .content .sp-rules-link-btn{color:#005cff;cursor:pointer;white-space:nowrap;background:#ebf3ff;border:none;border-radius:12px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:13px;font-weight:600;transition:opacity .15s;display:inline-flex}.settings-modal-content .content .sp-rules-link-btn:hover{opacity:.85}.file-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,168px);justify-content:start;gap:16px;width:100%;padding:16px 48px;display:grid}.home-doc{cursor:pointer;background:#fff;border:1px solid transparent;border-radius:12px;flex-direction:column;justify-content:space-evenly;align-items:center;width:168px;height:168px;transition:all .2s;display:flex;position:relative}.home-doc.folder .home-doc-inner-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.home-doc.folder{background:#f9fbff}.home-doc:active{transform:scale(.97);box-shadow:0 2px 6px rgba(0,0,0,.1)}.home-doc:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.home-doc-inner-rightTop{opacity:0;transition:opacity .2s;position:absolute;top:8px;right:8px}.home-doc:hover .home-doc-inner-rightTop{opacity:1}.home-doc-inner-icon{width:64px;height:64px;display:inline-block}.home-doc-inner-icon svg{width:100%;height:100%;display:block}.file-grid.layout-horizontal{grid-template-columns:1fr;gap:2px;max-width:860px;margin:0 auto;padding:12px 24px}.file-grid.layout-horizontal .home-doc{border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:auto;min-height:52px;padding:10px 16px}.file-grid.layout-horizontal .home-doc-inner-icon{flex-shrink:0;width:32px;height:32px}.file-grid.layout-horizontal .home-doc-inner-title{text-align:left;-webkit-line-clamp:1;white-space:nowrap;flex:1;min-width:0;max-width:none}.file-grid.layout-horizontal .home-doc-inner-rightTop{opacity:0;flex-shrink:0;order:1;margin-left:auto;position:static}.file-grid.layout-horizontal .home-doc:hover .home-doc-inner-rightTop{opacity:1}.file-grid-header{display:none}.file-grid.layout-horizontal .file-grid-header{color:#999;user-select:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;margin-bottom:4px;padding:8px 16px;font-size:12px;display:flex}.file-grid-header .hdr-icon{flex-shrink:0;width:32px}.file-grid-header .hdr-name{flex:1;min-width:0}.file-grid-header .hdr-meta{flex-shrink:0;align-items:center;gap:24px;display:flex}.file-grid-header .hdr-time{text-align:right;min-width:72px}.file-grid-header .hdr-action{flex-shrink:0;width:24px}.home-doc-inner-meta{display:none}.file-grid.layout-horizontal .home-doc-inner-meta{color:#999;white-space:nowrap;flex-shrink:0;align-items:center;gap:24px;font-size:12px;display:flex}.file-grid.layout-horizontal .home-doc-inner-meta .meta-words{color:#aaa}.file-grid.layout-horizontal .home-doc-inner-meta .meta-time{color:#bbb;text-align:right;min-width:64px}.home-doc-inner-title{color:#333;text-align:center;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;max-width:122px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.file-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;padding:14px 24px}.home-doc{aspect-ratio:1;width:100%;height:auto}.file-grid.layout-horizontal .home-doc{aspect-ratio:auto;width:100%;height:auto;min-height:52px}}@media (max-width:768px){.file-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;padding:10px 12px}.home-doc{aspect-ratio:1;border-radius:10px;width:100%;height:auto}.home-doc-inner-icon{width:48px;height:48px}.home-doc-inner-title{max-width:none;padding:0 8px;font-size:13px}.file-grid.layout-horizontal .home-doc{aspect-ratio:auto;width:100%;height:auto;min-height:48px}}@media (max-width:480px){.file-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;padding:8px}.home-doc{border-radius:8px}.home-doc-inner-icon{width:40px;height:40px}.home-doc-inner-title{font-size:12px}.home-doc-inner-time{font-size:10px}}.move-to-folder-modal{box-sizing:border-box;flex-direction:column;width:400px;max-width:90vw;max-height:70vh;padding:28px 24px 20px;display:flex}.move-to-folder-header{text-align:center;margin-bottom:20px}.move-to-folder-header h3{color:#1a1a1a;letter-spacing:.3px;margin:0 0 6px;font-size:18px;font-weight:700}.move-to-folder-subtitle{color:#999;margin:0;font-size:13px;line-height:1.5}.move-to-folder-subtitle strong{color:#555;word-break:break-all;font-weight:600}.move-to-folder-tree{scrollbar-width:thin;scrollbar-color:#d0d5dd transparent;background:#fafbfc;border:1px solid #eceef2;border-radius:10px;flex:1;max-height:38vh;padding:6px 0;overflow-x:hidden;overflow-y:auto}.move-to-folder-tree::-webkit-scrollbar{width:5px}.move-to-folder-tree::-webkit-scrollbar-track{background:0 0}.move-to-folder-tree::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:10px}.move-to-folder-tree::-webkit-scrollbar-thumb:hover{background:#b0b5bd}.folder-empty{color:#bbb;justify-content:center;align-items:center;gap:8px;padding:40px 24px;font-size:14px;display:flex}.folder-empty-icon{opacity:.6;font-size:24px}.folder-item-row{align-items:center;min-height:38px;padding-right:8px;display:flex}.folder-expand-toggle{cursor:pointer;color:#aab2bd;user-select:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:9px;transition:transform .2s cubic-bezier(.25,.8,.25,1.2),color .15s,background .15s;display:inline-flex}.folder-expand-toggle:hover{color:#555;background:rgba(0,0,0,.06)}.folder-expand-toggle.expanded{transform:rotate(90deg)}.folder-expand-placeholder{flex-shrink:0;width:22px;height:22px}.folder-item{cursor:pointer;border-radius:7px;flex:1;align-items:center;gap:9px;min-width:0;margin:1px 4px 1px 2px;padding:7px 10px;transition:background .15s,box-shadow .15s;display:flex;position:relative}.folder-item:hover{background:#eef1f5}.folder-item.selected{background:#e8f0fe;box-shadow:inset 3px 0 #1976d2}.folder-item.selected .folder-name{color:#1565c0;font-weight:600}.folder-icon{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.folder-icon svg{width:26px;height:26px}.folder-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:14px;transition:color .15s;overflow:hidden}.folder-child-count{color:#aab2bd;text-align:center;background:#eef1f5;border-radius:10px;flex-shrink:0;min-width:18px;margin-left:auto;padding:1px 7px;font-size:11px;font-weight:600;line-height:16px}.move-to-folder-footer{justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.move-to-folder-hint{color:#bbb;white-space:nowrap;flex:1;font-size:12px}.move-to-folder-footer button{cursor:pointer;letter-spacing:.2px;border:none;border-radius:8px;padding:9px 22px;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,opacity .15s}.btn-cancel{color:#555;background:#f2f3f5}.btn-cancel:hover{background:#e4e6ea}.btn-cancel:active{background:#d7d9dd}.btn-confirm{color:#fff;background:#1976d2;box-shadow:0 2px 8px rgba(25,118,210,.25)}.btn-confirm:hover{background:#1565c0;box-shadow:0 4px 12px rgba(25,118,210,.35)}.btn-confirm:active{background:#1259a8;box-shadow:0 1px 4px rgba(25,118,210,.2)}.btn-confirm:disabled{color:rgba(255,255,255,.7);box-shadow:none;cursor:not-allowed;background:#a0c4e8}@media (max-width:480px){.move-to-folder-modal{width:100%;max-width:100vw;max-height:85vh;padding:24px 16px 16px}.move-to-folder-header h3{font-size:16px}.move-to-folder-subtitle{font-size:12px}.move-to-folder-tree{border-radius:8px;max-height:50vh}.folder-item{padding:6px 8px}.folder-name{font-size:13px}.folder-icon,.folder-icon svg{width:22px;height:22px}.folder-child-count{padding:0 6px;font-size:10px}.move-to-folder-footer button{padding:8px 16px;font-size:13px}}:root{--bg:#fff;--bg-secondary:#fafafa;--border:#ececec;--hover:#f4f4f5;--text-primary:#111827;--text-secondary:#6b7280;--primary:#2563eb;--shadow:0 8px 24px rgba(0,0,0,.08);--editor-width:820px}html,body{color:#111827;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fff;width:100%;height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.editor-page{flex-direction:column;flex:1;min-width:0;min-height:0;padding-left:max(16px,min(3vw,48px));padding-right:max(16px,min(3vw,48px));display:flex;overflow-y:auto}.editor-page::-webkit-scrollbar{width:8px}.heading-outline-view{background:#fafafa;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.heading-outline-mindmap{flex:1;width:100%;min-height:0;position:relative;overflow:hidden}.heading-outline-filter-bar{z-index:2;background:0 0;flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:8px 0 16px;display:flex;position:relative}.heading-outline-filter-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .15s;display:flex}.heading-outline-filter-btn:hover{opacity:.8}.heading-outline-filter-btn .filter-btn-svg{width:36px;height:36px;display:block}.heading-outline-filter-btn.is-active{color:#005cff}.heading-outline-filter-btn.is-active .filter-btn-circle{stroke:#005cff;stroke-width:1.5px}.heading-outline-filter-btn.is-inactive{color:#9e9e9e}.heading-outline-filter-btn.is-inactive .filter-btn-circle{stroke:#9e9e9e;stroke-width:1.5px}.editor-view{width:100%;min-height:100%;position:relative}.editor-view,.doc-container,#editor,.ProseMirror,.table-wrapper{box-sizing:border-box}.doc-container{width:100%;max-width:var(--editor-width,920px);margin:0 auto;padding:48px 0 160px;position:relative}.editor-view--mobile .doc-container{padding-left:20px;padding-right:20px}.doc-title{text-align:center;-webkit-appearance:none;appearance:none;letter-spacing:-.03em;width:100%;color:var(--text-primary);caret-color:var(--primary);resize:none;background:0 0;border:none;outline:none;margin:0 0 10px;padding:0;font-family:inherit;font-size:40px;font-weight:800;line-height:1.15;overflow:hidden}.doc-title::placeholder{color:#c4c7ce;font-weight:700}.doc-meta{color:#9e9e9e;text-align:center;user-select:none;margin:0 0 30px;font-size:12px;line-height:1.5}.save-status{user-select:none;align-items:center;gap:4px;font-size:12px;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:16px;right:0}.save-status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.save-status--saved{color:#52c41a}.save-status--saving{color:#faad14;animation:1.2s ease-in-out infinite save-status-pulse}.save-status--error{color:#ff4d4f}@keyframes save-status-pulse{0%,to{opacity:1}50%{opacity:.4}}.editor-view--mobile .save-status{text-align:right;justify-content:flex-end;margin:-24px 0 10px;font-size:11px;position:static}.shortcut-btn{z-index:900;color:#6b7280;cursor:pointer;user-select:none;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;line-height:1;transition:all .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.shortcut-btn:hover{color:#374151;border-color:rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.12)}.shortcut-panel{z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;width:280px;animation:.18s shortcut-panel-in;position:fixed;bottom:64px;right:24px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.12)}.shortcut-panel.hidden{display:none}@keyframes shortcut-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.shortcut-panel-header{border-bottom:1px solid rgba(0,0,0,.06);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.shortcut-panel-title{color:#111827;font-size:13px;font-weight:600}.shortcut-panel-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;line-height:1;display:flex}.shortcut-panel-close:hover{color:#6b7280;background:rgba(0,0,0,.05)}.shortcut-panel-body{max-height:360px;padding:12px 16px 16px;overflow-y:auto}.shortcut-section{margin-bottom:14px}.shortcut-section:last-child{margin-bottom:0}.shortcut-section-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:600}.shortcut-row{color:#374151;justify-content:space-between;align-items:center;padding:4px 0;font-size:12px;display:flex}.shortcut-row kbd{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:2px;padding:2px 6px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;display:inline-flex}#editor{width:100%}.ProseMirror{box-shadow:none;caret-color:var(--primary);color:var(--text-primary);word-break:break-word;overflow-wrap:break-word;border:none;outline:none;width:100%;min-height:400px;font-size:16px;line-height:1.65}.ProseMirror:focus{outline:none!important}.ProseMirror p{margin:0 0 10px}.ProseMirror h1{margin:32px 0 16px;font-size:34px}.ProseMirror h2{margin:28px 0 14px;font-size:28px}.ProseMirror h3{margin:24px 0 12px;font-size:22px}.ProseMirror h4{margin:20px 0 10px;font-size:16px}.ProseMirror [data-ti="1"]{text-indent:1em}.ProseMirror [data-ti="2"]{text-indent:2em}.ProseMirror [data-ti="3"]{text-indent:3em}.ProseMirror [data-ti="4"]{text-indent:4em}.ProseMirror [data-ti="5"]{text-indent:5em}.ProseMirror [data-ti="6"]{text-indent:6em}.ProseMirror [data-ti="7"]{text-indent:7em}.ProseMirror [data-ti="8"]{text-indent:8em}.ProseMirror [data-ali="1"]{text-align:left}.ProseMirror [data-ali="2"]{text-align:right}.ProseMirror [data-ali="3"]{text-align:center}.ProseMirror [data-remarks="1"]{color:var(--text-secondary);background:var(--bg-secondary);border-left:2px solid #bbbfc4;border-radius:0 4px 4px 0;padding:2px 12px 2px 14px}.ProseMirror ul,.ProseMirror ol{margin:4px 0;padding-left:28px}.ProseMirror li{margin:2px 0;line-height:1.65}.ProseMirror li p{margin:0}.ProseMirror li[data-ti="1"]{padding-left:1em}.ProseMirror li[data-ti="2"]{padding-left:2em}.ProseMirror li[data-ti="3"]{padding-left:3em}.ProseMirror li[data-ti="4"]{padding-left:4em}.ProseMirror li[data-ti="5"]{padding-left:5em}.ProseMirror li[data-ti="6"]{padding-left:6em}.ProseMirror li[data-ti="7"]{padding-left:7em}.ProseMirror li[data-ti="8"]{padding-left:8em}.ProseMirror li[data-ali="1"]{text-align:left}.ProseMirror li[data-ali="2"]{text-align:right}.ProseMirror li[data-ali="3"]{text-align:center}.ProseMirror li[data-ti]>p{text-indent:0}.ProseMirror ::selection,.doc-title::selection{background:rgba(37,99,235,.18)}._fTD_1{-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#000,#000);background-position:0 calc(100% + 3px);background-repeat:repeat-x;background-size:100% 1.5px;background-origin:content-box;padding-bottom:4px;text-decoration:none}._fTD_2{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(90deg,#000,#000);background-position:0;background-repeat:repeat-x;background-size:100% 1.5px;text-decoration:none;display:inline;box-shadow:0 0 transparent}@media (max-width:768px){.doc-container{padding:24px 20px 120px}.doc-title{font-size:34px}}.block-drag-handle-overlay{pointer-events:none;z-index:10;position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible}.block-drag-handle{cursor:grab;color:#bdbdbd;user-select:none;touch-action:none;pointer-events:auto;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .15s,color .15s,background .15s;display:flex;position:fixed}.block-drag-handle:hover{color:#2563eb;background:rgba(37,99,235,.08)}.block-drag-handle:active{cursor:grabbing}@media (max-width:768px){.block-drag-handle{width:18px;height:18px}}.block-drag-overlay{z-index:10000;cursor:grabbing;user-select:none;position:fixed;top:0;bottom:0;left:0;right:0}.block-drop-indicator{z-index:10001;pointer-events:none;background-color:#1a73e8;border-radius:2px;height:3px;position:fixed}.toolbar{z-index:9999;-webkit-backdrop-filter:blur(10px);transform-origin:bottom;user-select:none;white-space:nowrap;background:#f5f5f5;border:1px solid rgba(0,0,0,.08);border-radius:10px;align-items:center;gap:2px;padding:4px 6px;transition:opacity .18s,transform .18s;display:flex;position:fixed;box-shadow:0 10px 25px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.06)}.toolbar.hidden{opacity:0;pointer-events:none;transform:translateY(-8px)scale(.98)}.toolbar-trigger{color:rgba(0,0,0,.7);cursor:pointer;background:0 0;border:1px solid transparent;border-radius:6px;justify-content:center;align-items:center;gap:2px;width:28px;height:28px;padding:0;transition:all .15s;display:flex;position:relative}.toolbar-trigger svg,.toolbar-dropdown button svg{width:100%;height:100%}.toolbar-trigger:hover{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.1)}.toolbar-trigger.active{color:#3b82f6;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.3)}.toolbar-trigger.is-disabled{opacity:.35;cursor:not-allowed}.toolbar-arrow{opacity:.5;margin-left:1px;font-size:8px}.toolbar-group{display:flex}.toolbar-dropdown{-webkit-backdrop-filter:blur(12px);z-index:10000;white-space:nowrap;background:#f5f5f5;border:1px solid rgba(0,0,0,.08);border-radius:10px;flex-direction:row;align-items:center;gap:2px;padding:6px 8px;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 10px 25px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.06)}.toolbar-dropdown.open{display:flex}.toolbar-dropdown button{color:rgba(0,0,0,.7);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .12s;display:flex;position:relative}.toolbar-dropdown button:hover{background:rgba(0,0,0,.06)}.toolbar-dropdown button.active{color:#3b82f6;background:rgba(59,130,246,.12)}.toolbar-trigger[data-shortcut]:hover:after,.toolbar-dropdown button[data-shortcut]:hover:after{content:attr(data-shortcut);color:#fff;white-space:nowrap;pointer-events:none;z-index:10001;opacity:0;opacity:1;background:rgba(0,0,0,.75);border-radius:4px;padding:3px 6px;font-size:10px;font-weight:500;line-height:1.2;transition:opacity .12s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.toolbar-dropdown button[data-shortcut]:hover:after{top:50%;bottom:auto;left:calc(100% + 6px);transform:translateY(-50%)}.color-dot{border-radius:3px;flex-shrink:0;width:14px;height:14px;display:inline-block}.toolbar-sep{background:rgba(0,0,0,.12);border-radius:1px;flex-shrink:0;width:1px;height:20px;margin:0 4px}.toolbar-popup .toolbar-trigger,.toolbar-popup .toolbar-dropdown button{color:#686868;border:1.5px solid transparent;border-radius:2px;width:24px;height:24px;padding:0}.toolbar-popup .toolbar-trigger svg,.toolbar-popup .toolbar-dropdown button svg{width:24px;height:24px}.toolbar-popup .toolbar-trigger.active,.toolbar-popup .toolbar-dropdown button.active{border-color:#1e6fff!important}.toolbar-popup .toolbar-trigger.active{background:0 0}.toolbar-popup .toolbar-dropdown button.active{background:0 0;border:1.5px solid #1e6fff;border-radius:2px}.toolbar-popup .toolbar-trigger .frame-trigger-icon{justify-content:center;align-items:center;width:18px;height:16px;display:flex}.toolbar-popup .toolbar-trigger .frame-trigger-icon svg{width:18px;height:16px}.toolbar-popup .toolbar-trigger .indent-icon,.toolbar-popup .toolbar-dropdown button .indent-icon{justify-content:center;align-items:center;width:14px;height:11px;display:flex}.toolbar-popup .toolbar-trigger .indent-icon svg,.toolbar-popup .toolbar-dropdown button .indent-icon svg{width:14px;height:11px}.toolbar-popup .toolbar-trigger .indent-icon,.toolbar-popup .toolbar-dropdown button .indent-icon{color:#424242}.toolbar-popup .toolbar-sep+.toolbar-trigger[data-tiptap-button=undo]{margin-left:2px}.toolbar-popup .toolbar-dropdown button.frame-btn{cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:3px;width:auto;height:24px;padding:0 6px;display:flex}.toolbar-popup .toolbar-dropdown button.frame-btn svg{flex-shrink:0;width:16px;height:16px}.toolbar-popup .frame-btn-label{white-space:nowrap;font-size:12px;font-weight:400}.toolbar-popup .toolbar-sep{background:#d3d3d3;height:24px;margin:0 4px}.note-image{border-radius:8px;max-width:100%;display:block}.image-wrapper{max-width:100%;margin:8px 0;position:relative}.image-wrapper.selected .note-image{outline-offset:0;outline:2px solid #005cff}.img-cp{z-index:5;touch-action:none;user-select:none;background:#005cff;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(0,0,0,.3)}.img-cp-nw,.img-cp-sw,.img-cp-ne,.img-cp-se{cursor:ew-resize}.image-fullscreen{z-index:10000;touch-action:none;user-select:none;background:rgba(0,0,0,.92);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.image-fullscreen img{will-change:transform;border-radius:4px;max-width:95vw;max-height:90vh}.img-delete-dialog{z-index:10060;user-select:none;background:rgba(0,0,0,.4);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.img-delete-dialog .img-delete-card{background:#fff;border-radius:16px;width:280px;padding:20px 16px 12px;box-shadow:0 8px 24px rgba(0,0,0,.16)}.img-delete-dialog .img-delete-title{color:#1f2329;text-align:center;margin-bottom:8px;font-size:17px;font-weight:600}.img-delete-dialog .img-delete-msg{color:#51565d;text-align:center;margin-bottom:16px;font-size:14px}.img-delete-dialog .img-delete-actions{gap:12px;display:flex}.img-delete-dialog .img-delete-actions button{cursor:pointer;border:1px solid transparent;border-radius:8px;flex:1;padding:9px 0;font-size:15px}.img-delete-dialog .img-delete-cancel{color:#1f2329;background:#f2f2f2}.img-delete-dialog .img-delete-ok{color:#fff;background:#005cff}.img-caret{background:var(--primary,#2563eb);pointer-events:none;z-index:4;width:2px;height:18px;animation:1s step-end infinite img-caret-blink;position:absolute}@keyframes img-caret-blink{0%,to{opacity:1}50%{opacity:0}}.custom-table{border-collapse:collapse;table-layout:fixed;box-sizing:border-box;width:100%;max-width:100%}.table-wrapper tr:first-child{height:var(--table-row-h-0,auto)}.table-wrapper tr:nth-child(2){height:var(--table-row-h-1,auto)}.table-wrapper tr:nth-child(3){height:var(--table-row-h-2,auto)}.table-wrapper tr:nth-child(4){height:var(--table-row-h-3,auto)}.table-wrapper tr:nth-child(5){height:var(--table-row-h-4,auto)}.table-wrapper tr:nth-child(6){height:var(--table-row-h-5,auto)}.table-wrapper tr:nth-child(7){height:var(--table-row-h-6,auto)}.table-wrapper tr:nth-child(8){height:var(--table-row-h-7,auto)}.table-wrapper tr:nth-child(9){height:var(--table-row-h-8,auto)}.table-wrapper tr:nth-child(10){height:var(--table-row-h-9,auto)}.table-wrapper tr:nth-child(11){height:var(--table-row-h-10,auto)}.table-wrapper tr:nth-child(12){height:var(--table-row-h-11,auto)}.table-wrapper tr:nth-child(13){height:var(--table-row-h-12,auto)}.table-wrapper tr:nth-child(14){height:var(--table-row-h-13,auto)}.table-wrapper tr:nth-child(15){height:var(--table-row-h-14,auto)}.table-wrapper tr:nth-child(16){height:var(--table-row-h-15,auto)}.table-wrapper tr:nth-child(17){height:var(--table-row-h-16,auto)}.table-wrapper tr:nth-child(18){height:var(--table-row-h-17,auto)}.table-wrapper tr:nth-child(19){height:var(--table-row-h-18,auto)}.table-wrapper tr:nth-child(20){height:var(--table-row-h-19,auto)}.table-wrapper tr:nth-child(21){height:var(--table-row-h-20,auto)}.table-wrapper tr:nth-child(22){height:var(--table-row-h-21,auto)}.table-wrapper tr:nth-child(23){height:var(--table-row-h-22,auto)}.table-wrapper tr:nth-child(24){height:var(--table-row-h-23,auto)}.table-wrapper tr:nth-child(25){height:var(--table-row-h-24,auto)}.table-wrapper tr:nth-child(26){height:var(--table-row-h-25,auto)}.table-wrapper tr:nth-child(27){height:var(--table-row-h-26,auto)}.table-wrapper tr:nth-child(28){height:var(--table-row-h-27,auto)}.table-wrapper tr:nth-child(29){height:var(--table-row-h-28,auto)}.table-wrapper tr:nth-child(30){height:var(--table-row-h-29,auto)}.table-wrapper tr:nth-child(31){height:var(--table-row-h-30,auto)}.table-wrapper tr:nth-child(32){height:var(--table-row-h-31,auto)}.table-wrapper tr:nth-child(33){height:var(--table-row-h-32,auto)}.table-wrapper tr:nth-child(34){height:var(--table-row-h-33,auto)}.table-wrapper tr:nth-child(35){height:var(--table-row-h-34,auto)}.table-wrapper tr:nth-child(36){height:var(--table-row-h-35,auto)}.table-wrapper tr:nth-child(37){height:var(--table-row-h-36,auto)}.table-wrapper tr:nth-child(38){height:var(--table-row-h-37,auto)}.table-wrapper tr:nth-child(39){height:var(--table-row-h-38,auto)}.table-wrapper tr:nth-child(40){height:var(--table-row-h-39,auto)}.table-wrapper tr:nth-child(41){height:var(--table-row-h-40,auto)}.table-wrapper tr:nth-child(42){height:var(--table-row-h-41,auto)}.table-wrapper tr:nth-child(43){height:var(--table-row-h-42,auto)}.table-wrapper tr:nth-child(44){height:var(--table-row-h-43,auto)}.table-wrapper tr:nth-child(45){height:var(--table-row-h-44,auto)}.table-wrapper tr:nth-child(46){height:var(--table-row-h-45,auto)}.table-wrapper tr:nth-child(47){height:var(--table-row-h-46,auto)}.table-wrapper tr:nth-child(48){height:var(--table-row-h-47,auto)}.table-wrapper tr:nth-child(49){height:var(--table-row-h-48,auto)}.table-wrapper tr:nth-child(50){height:var(--table-row-h-49,auto)}.table-wrapper tr:nth-child(51){height:var(--table-row-h-50,auto)}.table-wrapper tr:nth-child(52){height:var(--table-row-h-51,auto)}.table-wrapper tr:nth-child(53){height:var(--table-row-h-52,auto)}.table-wrapper tr:nth-child(54){height:var(--table-row-h-53,auto)}.table-wrapper tr:nth-child(55){height:var(--table-row-h-54,auto)}.table-wrapper tr:nth-child(56){height:var(--table-row-h-55,auto)}.table-wrapper tr:nth-child(57){height:var(--table-row-h-56,auto)}.table-wrapper tr:nth-child(58){height:var(--table-row-h-57,auto)}.table-wrapper tr:nth-child(59){height:var(--table-row-h-58,auto)}.table-wrapper tr:nth-child(60){height:var(--table-row-h-59,auto)}.custom-table td,.custom-table th{vertical-align:top;box-sizing:border-box;border:1px solid #e5e5e5;padding:6px;overflow:hidden}.custom-table.selected{outline-offset:2px;outline:2px solid #409eff}.custom-table-cell .image-wrapper{justify-content:center;width:100%;padding:0 4px;display:flex}.custom-table-cell img{object-fit:contain;max-width:100%;height:auto;display:block}.table-wrapper{padding:12px 0 0 12px}.table-tools{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.table-tool-corner{box-sizing:border-box;border:1px solid #d3d3d3;border-radius:6px 0 0;width:12px;height:12px;display:none;position:absolute;top:0;left:0}.table-left-tools{box-sizing:border-box;border-right:1px solid #d3d3d3;flex-direction:column;width:12px;display:none;position:absolute;top:12px;bottom:0;left:0}.table-row-tool{box-sizing:border-box;border-bottom:1px solid #d3d3d3;justify-content:center;align-items:center;width:12px;display:flex;position:absolute;left:0}.table-top-tools{box-sizing:border-box;border-bottom:1px solid #d3d3d3;flex-direction:row;height:12px;display:none;position:absolute;top:0;left:12px;right:0}.table-col-tool{box-sizing:border-box;border-left:1px solid #d3d3d3;flex:none;align-items:center;height:12px;display:flex}.table-col-menu,.table-row-menu{pointer-events:auto;color:#686868;cursor:pointer;background:0 0;border:none;border-radius:2px;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.table-col-menu{flex:7 1 0;min-width:0;height:100%}.table-row-menu{width:100%;height:100%}.table-col-menu:hover,.table-row-menu:hover{background:rgba(0,0,0,.08)}.table-col-menu svg,.table-row-menu svg{width:10px;height:10px;display:block}.table-col-grip{pointer-events:auto;cursor:col-resize;color:#686868;touch-action:none;flex:3 1 0;justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.table-col-grip svg{width:9px;height:12px;display:block}.table-col-grip:hover{color:#4285f4;background:rgba(66,133,244,.12)}.table-col-grip.dragging{color:#4285f4;background:rgba(66,133,244,.15)}.table-wrapper.table-tools-active .table-left-tools,.table-wrapper.table-tools-active .table-top-tools,.table-wrapper.table-tools-active .table-tool-corner{background:#f5f7fa;display:flex}.table-wrapper.table-tools-active .table-tool-corner{display:block}.table-col-popup{box-sizing:border-box;z-index:20;pointer-events:auto;flex-direction:row;justify-content:space-between;align-items:center;width:128px;height:32px;display:none;position:absolute}.table-row-popup{box-sizing:border-box;z-index:20;pointer-events:auto;flex-direction:column;justify-content:space-between;align-items:center;width:32px;height:128px;display:none;position:absolute}.table-menu-item{pointer-events:auto;cursor:pointer;background:#fff;border:none;border-radius:50%;outline:none;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;box-shadow:0 0 4px rgba(158,158,158,.62)}.table-menu-item:hover{background:#f2f3f5}.table-menu-item:active{background:#e9eaec}.table-menu-item svg{width:16px;height:16px;display:block}.frame-box{--dash-color:#d6a860;--title-bg:#fff4d8;--title-color:#fff4d8;--content-bg:#fffdf8;z-index:1;background:var(--content-bg);border-radius:5px;margin:16px 0;padding:16px;display:block;position:relative;overflow:hidden}.frame-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.frame-border{fill:none;stroke:var(--dash-color);stroke-width:1.3px;stroke-dasharray:4 3;stroke-linecap:round;stroke-linejoin:round;opacity:.9;vector-effect:non-scaling-stroke;shape-rendering:geometricprecision;stroke-dashoffset:1px}.frame-title{z-index:1;background:var(--title-bg);min-width:60px;min-height:28px;color:var(--title-color);border-radius:6px;align-items:center;margin-bottom:12px;padding:4px 12px;font-weight:600;line-height:1.4;display:inline-flex;position:relative}.frame-title:empty:before{content:var(--frame-placeholder,"重点与难点");color:var(--title-color);opacity:.6;font-weight:600;line-height:1.4}.frame-body{z-index:1;min-height:60px;position:relative}.formula-node{text-align:left;cursor:default;user-select:none;min-height:28px;margin:8px 0;font-size:1.05em;line-height:1.8;position:relative}.formula-node--display{text-align:center;margin:16px 0;font-size:1.15em}.formula-node[data-ali="1"]{text-align:left}.formula-node[data-ali="2"]{text-align:right}.formula-node[data-ali="3"]{text-align:center}.formula-katex{vertical-align:middle;display:inline-block}.formula-node--display .formula-katex{display:block}.formula-katex--placeholder{color:#9aa0a8;cursor:text;user-select:none;background:rgba(0,0,0,.02);border:1px dashed #c9cdd4;border-radius:6px;min-width:88px;padding:2px 12px;font-size:13px;display:inline-block}.formula-katex .katex-error{color:#e53935}.formula-dialog{z-index:10060;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.formula-mask{background:rgba(0,0,0,.45);position:absolute;top:0;bottom:0;left:0;right:0}.formula-card{z-index:1;background:#fff;border-radius:12px;flex-direction:column;width:min(680px,100%);max-height:88vh;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.2)}.formula-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.formula-title{color:#1f2329;font-size:15px;font-weight:600}.formula-close{color:#9e9e9e;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:16px}.formula-preview{overflow-wrap:anywhere;background:#f7f8fa;border-radius:8px;justify-content:center;align-items:center;min-height:64px;max-height:160px;margin:0 16px;padding:12px 16px;font-size:1.15em;line-height:1.6;display:flex;overflow:auto}.formula-preview--display{font-size:1.3em}.formula-preview-empty{color:#9aa0a8;font-size:13px}.formula-preview .katex-error{color:#e53935}.formula-toolbar{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:4px 6px;max-height:180px;padding:10px 16px;display:flex;overflow-y:auto}.formula-tool-group{border-right:1px solid #e5e7eb;align-items:center;gap:4px;margin-right:6px;padding-right:8px;display:inline-flex}.formula-tool-group:last-child{border-right:none;margin-right:0;padding-right:0}.formula-tool-label{color:#9aa0a8;white-space:nowrap;margin-right:2px;font-size:12px}.formula-tool-btn{color:#3c4148;cursor:pointer;background:#fff;border:1px solid #e0e2e6;border-radius:5px;min-width:28px;height:26px;padding:0 7px;font-size:13px;transition:border-color .12s,background .12s}.formula-tool-btn:hover{color:#005cff;background:#f5f9ff;border-color:#005cff}.formula-input{box-sizing:border-box;resize:vertical;color:#1f2329;background:0 0;border:none;outline:none;width:100%;margin:0;padding:10px 16px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;line-height:1.6}.formula-input::placeholder{color:#b0b4bb}.formula-footer{border-top:1px solid #f0f0f0;align-items:center;gap:10px;padding:10px 16px;display:flex}.formula-footer-grow{flex:1}.formula-display-toggle{color:#3c4148;cursor:pointer;user-select:none;align-items:center;gap:6px;font-size:13px;display:inline-flex}.formula-display-toggle input{accent-color:#005cff;cursor:pointer}.formula-footer button{cursor:pointer;border:1px solid transparent;border-radius:6px;padding:7px 20px;font-size:14px}.formula-cancel{color:#1f2329;background:#fff;border-color:#d9d9d9!important}.formula-confirm{color:#fff;background:#1f2329}.formula-confirm:hover{background:#3c4148}.formula-align-menu{z-index:10050;user-select:none;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;align-items:center;gap:4px;padding:6px 8px;display:flex;position:absolute;box-shadow:0 4px 16px rgba(0,0,0,.12)}.formula-align-btn{color:#686868;cursor:pointer;background:0 0;border:1.5px solid transparent;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.formula-align-btn svg{width:20px;height:20px}.formula-align-btn:hover{background:rgba(0,0,0,.06)}.formula-align-btn.active{color:#1e6fff;border-color:#1e6fff}.staff-node{user-select:none;margin:10px 0;position:relative}.staff-node--empty .staff-canvas{min-height:96px}.staff-node--empty .staff-canvas:after{content:"五线谱（双击编辑）";color:#9aa0a8;white-space:nowrap;pointer-events:none;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.staff-node--empty-editing .staff-canvas:after{content:"点击五线谱添加音符（可先选时值/变音/休止/连音）"}.staff-node--readonly .staff-canvas,.staff-node:not(.staff-node--editing) .staff-canvas{cursor:default}.staff-canvas{cursor:crosshair;outline:none;width:100%;position:relative;overflow-x:auto;overflow-y:hidden}.staff-canvas:focus-visible{outline-offset:2px;outline:1px solid rgba(0,92,255,.35)}.staff-canvas svg{max-width:100%;height:auto;display:block}.staff-node--readonly .staff-canvas{cursor:default;overflow:visible}.staff-toolbar{background:#f7f8fa;border:1px solid #ececec;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:6px;padding:6px 8px;display:flex}.staff-toolbar-group{align-items:center;gap:4px;display:inline-flex}.staff-toolbar-group--grow{flex:1}.staff-btn{color:#3c4148;cursor:pointer;background:#fff;border:1px solid #e0e2e6;border-radius:5px;min-width:26px;height:26px;padding:0 7px;font-size:12px;line-height:1;transition:border-color .12s,background .12s,color .12s}.staff-btn:hover{color:#005cff;border-color:#005cff}.staff-btn.active{color:#005cff;background:#eaf2ff;border-color:#005cff;font-weight:600}.staff-advanced{background:#f7f8fa;border:1px solid #ececec;border-radius:8px;margin-top:8px;padding:10px 12px;display:none}.staff-advanced--open{display:block}.staff-advanced-hint{color:#9aa0a8;white-space:pre-wrap;word-break:break-all;margin-bottom:6px;font-size:12px;line-height:1.6}.staff-advanced-input{box-sizing:border-box;resize:vertical;color:#1f2329;background:#fff;border:1px solid #e0e2e6;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6}.staff-advanced-input:focus{border-color:#005cff}.staff-advanced-input--error{border-color:#e53935}.staff-advanced-errors{color:#e53935;white-space:pre-wrap;word-break:break-all;margin-top:6px;font-size:12px;line-height:1.5}.staff-advanced-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}html[data-theme=dark] .staff-toolbar,html[data-theme=dark] .staff-advanced{background:#2a2b30;border-color:#3a3b40}html[data-theme=dark] .staff-btn{color:#d8dbe0;background:#333438;border-color:#45464c}html[data-theme=dark] .staff-btn:hover{color:#60a5fa;border-color:#60a5fa}html[data-theme=dark] .staff-btn.active{color:#60a5fa;background:#1e293b;border-color:#60a5fa}html[data-theme=dark] .staff-advanced-input{color:#e5e7eb;background:#1e1f22;border-color:#45464c}html[data-theme=dark] .staff-advanced-input:focus{border-color:#60a5fa}html[data-theme=dark] .staff-advanced-hint{color:#7d828c}.geometry-node{cursor:default;user-select:none;width:100%;max-width:100%;margin:8px 0;display:flex;position:relative}.geometry-svg{width:100%;max-width:760px}.geometry-svg .geometry-canvas{border:1px solid var(--geo-border,#e8eaee);background:var(--geo-bg,transparent);border-radius:8px;width:100%;height:auto;display:block}.geometry-svg--editable .geometry-canvas{cursor:grab;touch-action:none}.geometry-svg--editable [data-geo-id].dragging{cursor:grabbing}.geometry-node.selected .geometry-svg{outline-offset:2px;outline:2px solid #005cff}.geo-cp{z-index:5;touch-action:none;user-select:none;background:#005cff;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 4px rgba(0,0,0,.3)}.geo-cp-nw,.geo-cp-sw,.geo-cp-ne,.geo-cp-se{cursor:ew-resize}.geometry-svg--placeholder{color:#9aa0a8;cursor:text;user-select:none;background:rgba(0,0,0,.02);border:1px dashed #c9cdd4;border-radius:8px;justify-content:center;align-items:center;max-width:760px;min-height:120px;font-size:13px;display:flex}.geometry-dialog{z-index:10070;outline:none;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.geometry-mask{background:rgba(0,0,0,.45);position:absolute;top:0;bottom:0;left:0;right:0}.geometry-card{z-index:1;background:#fff;border-radius:12px;flex-direction:column;width:min(900px,100%);max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.2)}.geometry-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.geometry-title{color:#1f2329;font-size:15px;font-weight:600}.geometry-close{color:#9e9e9e;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:16px}.geometry-close:hover{color:#1f2329}.geometry-toolbar{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:4px;max-height:96px;padding:8px 12px;display:flex;overflow-y:auto}.geometry-tool-btn,.geometry-act-btn,.geometry-prop-btn,.geometry-color-btn,.geometry-json-btn{color:#3c4148;cursor:pointer;background:#fff;border:1px solid #e0e2e6;border-radius:5px;height:26px;padding:0 9px;font-size:12px;transition:border-color .12s,background .12s,color .12s}.geometry-tool-btn:hover,.geometry-act-btn:hover,.geometry-prop-btn:hover,.geometry-color-btn:hover,.geometry-json-btn:hover{color:#005cff;background:#f5f9ff;border-color:#005cff}.geometry-tool-btn.active,.geometry-prop-btn.active{color:#005cff;background:#eef4ff;border-color:#005cff;font-weight:600}.geometry-act-btn:disabled{opacity:.4;cursor:not-allowed;color:#9aa0a8;background:#fff;border-color:#e0e2e6}.geometry-danger{color:#e53935}.geometry-danger:hover{color:#e53935;background:#fff5f5;border-color:#e53935}.geometry-toolbar-sep{background:#e5e7eb;flex-shrink:0;width:1px;height:18px;margin:0 6px}.geometry-toolbar-grow{flex:1}.geometry-snap-label{color:#3c4148;cursor:pointer;user-select:none;align-items:center;gap:4px;font-size:12px;display:inline-flex}.geometry-snap-label input{accent-color:#005cff;margin:0}.geometry-json-btn{color:#005cff;background:#f7f9ff;border-color:#c9d4e8;font-weight:600}.geometry-stage{box-sizing:border-box;flex:1;justify-content:center;align-items:flex-start;width:100%;min-height:0;margin:0;padding:10px 12px 4px;display:flex;overflow:auto}.geometry-stage .geometry-canvas{border:1px solid var(--geo-border,#e8eaee);background:var(--geo-bg,#fff);touch-action:none;cursor:crosshair;border-radius:6px;width:100%;height:auto;display:block}.geometry-canvas-style{background:#fafbfc;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 12px;display:flex}.geometry-stage .geo-elem{cursor:move}.geo-selection circle{cursor:grab}.geo-selection circle:active{cursor:grabbing}.geometry-props{background:#fafbfc;border-top:1px solid #f0f0f0;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.geometry-prop-label{color:#9aa0a8;white-space:nowrap;margin-right:2px;font-size:12px}.geometry-prop-sep{background:#e5e7eb;width:1px;height:16px;margin:0 6px}.geometry-color-btn{min-width:30px;padding:0 6px;font-size:11px}.geometry-color-btn.active{border-color:#005cff;font-weight:600;box-shadow:inset 0 0 0 1px #005cff}.geometry-text-input{color:#1f2329;background:#fff;border:1px solid #d9d9d9;border-radius:5px;outline:none;width:140px;height:24px;padding:0 8px;font-size:12px}.geometry-text-input:focus{border-color:#005cff}.geometry-font-select{color:#1f2329;background:#fff;border:1px solid #d9d9d9;border-radius:5px;outline:none;height:24px;padding:0 4px;font-size:12px}.geometry-json-panel{background:#fafbfc;border-top:1px solid #f0f0f0;padding:8px 12px}.geometry-json-input{box-sizing:border-box;resize:vertical;color:#1f2329;background:#fff;border:1px solid #d9d9d9;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.5}.geometry-json-input:focus{border-color:#005cff}.geometry-json-actions{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.geometry-json-hint{color:#9aa0a8;font-size:12px}.geometry-json-apply{color:#fff;cursor:pointer;background:#005cff;border:1px solid #005cff;border-radius:5px;height:26px;padding:0 14px;font-size:12px}.geometry-json-apply:hover{background:#1a6bff}.geometry-footer{border-top:1px solid #f0f0f0;align-items:center;gap:10px;padding:10px 16px;display:flex}.geometry-footer-grow{flex:1}.geometry-hint{color:#9aa0a8;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;overflow:hidden}.geometry-footer button{cursor:pointer;border:1px solid transparent;border-radius:6px;padding:7px 20px;font-size:14px}.geometry-cancel{color:#1f2329;background:#fff;border-color:#d9d9d9!important}.geometry-confirm{color:#fff;background:#1f2329}.geometry-confirm:hover{background:#3c4148}.note-ref{color:#1a56db;font-size:inherit;line-height:inherit;cursor:pointer;white-space:nowrap;background:#f2f6fd;border:1px solid #d3ddf0;border-radius:4px;margin:0 1px;padding:0 4px;transition:background-color .15s,border-color .15s,color .15s;display:inline}.note-ref:hover{color:#1748b8;background:#e4edfc;border-color:#9db9ea}.note-ref--invalid{color:#9a9a9a;cursor:default;background:#f7f7f7;border-style:dashed;border-color:#d9d9d9}.note-ref--invalid:hover{color:#9a9a9a;background:#f7f7f7;border-color:#d9d9d9}.ProseMirror[contenteditable=true] .note-ref{cursor:text}.note-ref-suggestion{background:rgba(26,86,219,.08);border-radius:3px;box-shadow:0 0 0 1px rgba(26,86,219,.15)}.note-ref-picker{z-index:10030;box-sizing:border-box;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:220px;max-width:340px;max-height:260px;padding:4px;font-size:14px;position:fixed;overflow-y:auto;box-shadow:0 4px 16px rgba(0,0,0,.08)}.note-ref-picker__item{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;color:#333;user-select:none;border-radius:6px;padding:7px 10px;display:block;overflow:hidden}.note-ref-picker__item:hover,.note-ref-picker__item.is-active{color:#1a56db;background:#eef3ff}.note-ref-picker__empty{color:#999;padding:8px 10px;font-size:13px}.slash-command-decoration{background:rgba(26,86,219,.08);border-radius:3px;box-shadow:0 0 0 1px rgba(26,86,219,.15)}.slash-command-picker{z-index:10030;box-sizing:border-box;text-align:left;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:260px;max-width:320px;max-height:340px;padding:6px;font-size:14px;position:fixed;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.12)}.slash-command-picker::-webkit-scrollbar{width:6px}.slash-command-picker::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.slash-command-picker::-webkit-scrollbar-track{background:0 0}.slash-command-picker__sections{flex-direction:column;gap:2px;display:flex}.slash-command-section{flex-direction:column;gap:1px;display:flex}.slash-command-section__label{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;user-select:none;padding:6px 10px 4px;font-size:11px;font-weight:600}.slash-command-item{cursor:pointer;color:#374151;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:7px 10px;transition:background-color .1s,color .1s;display:flex}.slash-command-item:hover,.slash-command-item.is-active{color:#1a56db;background:#eef3ff}.slash-command-item__icon{color:#6b7280;background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .1s,color .1s;display:flex}.slash-command-item:hover .slash-command-item__icon,.slash-command-item.is-active .slash-command-item__icon{color:#1a56db;background:#dbeafe}.slash-command-item__icon svg{width:18px;height:18px;display:block}.slash-command-item__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.slash-command-item__title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:1.2;overflow:hidden}.slash-command-item__desc{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.2;overflow:hidden}.slash-command-item:hover .slash-command-item__desc,.slash-command-item.is-active .slash-command-item__desc{color:#6b8dd1}.slash-command-picker__empty{text-align:center;color:#9ca3af;padding:14px 10px;font-size:13px}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.4"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .katex-strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .katex-sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .katex-overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .katex-sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.filter-cover-popup{z-index:10000;user-select:none;background:#fff;border-radius:10px;flex-direction:column;align-items:center;width:162px;padding:10px 10px 0;display:flex;position:fixed;box-shadow:0 2px 12px rgba(0,0,0,.12),0 8px 28px rgba(0,0,0,.1)}.fc-title{text-align:center;color:#005cff;border-bottom:.5px solid #ddd;width:100%;margin-bottom:4px;padding:10px 0;font-size:16px;font-weight:600}.fc-grid{grid-template-columns:1fr 1fr;gap:10px 14px;width:100%;padding:8px 4px 10px;display:grid}.fc-item{cursor:pointer;background:#fff;border:1.5px solid transparent;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:56px;height:42px;margin:0 auto;transition:border-color .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 1px 4px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04)}.fc-item:hover{box-shadow:0 2px 6px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06)}.fc-item.selected{border-color:#1e6fff}.fc-item.disabled{opacity:.4;cursor:default}.fc-item-icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.fc-item-icon svg{width:18px;height:18px;display:block}.fc-icon-text{color:#333;line-height:1}.fc-icon-swatch{border:1px solid rgba(0,0,0,.12);border-radius:4px;width:18px;height:18px;display:inline-block;position:relative}.fc-icon-swatch-inner{display:none}.fc-item[data-key$=-bg] .fc-icon-swatch:after{content:"";background:rgba(255,255,255,.5);border-radius:2px;position:absolute;top:2px;bottom:2px;left:2px;right:2px}.fc-item-count{color:#999;text-align:center;margin-top:2px;font-size:10px;line-height:1.1}.fc-exit{text-align:center;color:#005cff;cursor:pointer;border-top:.5px solid #ddd;width:100%;padding:10px 0;font-size:15px;font-weight:500;transition:opacity .15s}.fc-exit:hover{opacity:.7}.filter-hidden{display:none!important}._fTD_cover-line{-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#6f00d2,#6f00d2);background-position:0 calc(100% + 3px);background-repeat:repeat-x;background-size:100% 1.5px;background-origin:content-box;padding-bottom:4px;text-decoration:none}._fTD_cover-masked{background-color:var(--fc-mask-bg,#fff);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:transparent!important}.ProseMirror u ._fTD_cover-masked{box-shadow:0 10px 0 0 var(--fc-mask-bg,#fff)}.ProseMirror.fc-cover-underline ._fTD_1{background-image:none;padding-bottom:0}.ProseMirror.fc-cover-underline u ._fTD_cover-masked{box-shadow:none}#btnCover.cover-active,#btnFocus.filter-active{background:#e8e8e8;border-color:rgba(0,0,0,.1)}.ProseMirror.fc-mode-active{caret-color:transparent!important;cursor:default!important;user-select:none!important}.ProseMirror.fc-mode-active ::selection{background:0 0!important}.ProseMirror.fc-mode-active ::selection{background:0 0!important}.ProseMirror.fc-mode-active .ProseMirror-selectednode{outline:none!important}.note-preview{z-index:10050;background:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.note-preview__header{background:#fff;border-bottom:1px solid #ececec;flex:none;align-items:center;gap:12px;padding:10px 20px;display:flex}.note-preview__back{color:#333;cursor:pointer;background:#fff;border:1px solid #d8dce3;border-radius:6px;flex:none;padding:6px 14px;font-size:14px;transition:background-color .15s,border-color .15s}.note-preview__back:hover{background:#f2f4f7;border-color:#c3c9d4}.note-preview__title{text-overflow:ellipsis;white-space:nowrap;color:#1a1a1a;flex:1;min-width:0;font-size:16px;font-weight:600;overflow:hidden}.note-preview__body{flex:1;min-height:0;padding:24px 0 80px;overflow-y:auto}.note-preview__content{max-width:var(--editor-width,920px);color:#1a1a1a;margin:0 auto;padding:0 24px;font-size:16px;line-height:1.8}.note-preview__error{text-align:center;color:#8a8f98;padding:60px 24px;font-size:15px}.note-preview__content .block-drag-handle{display:none}.recycle-page{flex-direction:column;height:100%;min-height:100%;display:flex}.recycle-loading{height:200px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.recycle-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 12px;display:flex}.recycle-title{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.recycle-empty-btn{color:#d9534f;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:6px 14px;font-size:13px}.recycle-empty-btn:hover{background:#fff2f2}.recycle-list{flex:1;padding:4px 16px 16px;overflow-y:auto}.recycle-item{background:#fff;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.recycle-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.recycle-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.recycle-item-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.recycle-item-time{color:var(--text-secondary);font-size:12px}.recycle-item-actions{flex-shrink:0;gap:8px;display:flex}.recycle-action-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:4px 12px;font-size:12px}.recycle-action-btn.restore{color:#005cff}.recycle-action-btn.restore:hover{background:#f0f6ff}.recycle-action-btn.delete{color:#d9534f}.recycle-action-btn.delete:hover{background:#fff2f2}.recycle-empty{text-align:center;color:var(--text-secondary);padding:48px 16px;font-size:14px}.share-page{background:#fff;width:100%;height:100%;overflow-y:auto}.share-page-header{z-index:10;background:#fff;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:16px 20px;display:flex;position:sticky;top:0}.share-page-back{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;transition:background .12s;display:flex}.share-page-back:hover{background:#f3f4f6}.share-page-back:active{background:#e5e7eb}.share-page-title{color:#1f2937;margin:0;font-size:18px;font-weight:600}.share-page-content{max-width:640px;margin:0 auto;padding:24px 20px 40px}.share-page-section{margin-bottom:32px}.share-page-section:last-child{margin-bottom:0}.share-page-section-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;padding:0;font-size:12px;font-weight:600}.share-page-row{cursor:pointer;border-bottom:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;min-height:48px;margin-left:-8px;margin-right:-8px;padding:14px 8px;transition:background .12s;display:flex}.share-page-row:last-child{border-bottom:none}.share-page-row:hover{background:#f9fafb}.share-page-row:active{background:#f3f4f6}.share-page-row-left{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.share-page-row-label{color:#1f2937;font-size:14px;line-height:1.5}.share-page-row-desc{color:#9ca3af;font-size:12px;line-height:1.4}.share-page-row-right{flex-shrink:0;align-items:center;gap:8px;margin-left:16px;display:flex}.share-page-arrow{color:#d1d5db;flex-shrink:0;font-size:16px}.share-page-empty{text-align:center;color:#9ca3af;padding:32px 16px;font-size:13px}.share-poster-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px;display:grid}.share-poster-thumb{cursor:pointer;aspect-ratio:3/4;background:#f3f4f6;border:2px solid transparent;border-radius:10px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.share-poster-thumb:hover{border-color:#4f46e5;box-shadow:0 2px 12px rgba(79,70,229,.15)}.share-poster-thumb:active{transform:scale(.98)}.share-poster-thumb img{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:768px){.share-poster-grid{grid-template-columns:repeat(4,1fr);gap:16px}}@media (max-width:420px){.share-page-header{padding:12px 14px}.share-page-title{font-size:16px}.share-page-content{padding:16px 14px 32px}.share-poster-grid{grid-template-columns:repeat(2,1fr);gap:10px}}#modalRoot{z-index:9999;position:fixed;top:0;bottom:0;left:0;right:0}.modalRoot{opacity:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.modalRoot.show{opacity:1}.modal-overlay{background:rgba(0,0,0,.35);position:absolute;top:0;bottom:0;left:0;right:0}.modal-content{background:#fff;border-radius:16px;flex-direction:column;width:fit-content;max-width:90vw;height:fit-content;max-height:90vh;transition:transform .2s;display:inline-flex;position:relative;overflow:auto;transform:scale(.95);box-shadow:0 20px 60px rgba(0,0,0,.2)}.modalRoot.show .modal-content{transform:scale(1)}.modal-content[data-size=md]{width:fit-content;max-width:80vw;max-height:80vh}.modal-content[data-size=sm]{border-radius:12px;width:360px;max-width:90vw;max-height:60vh}.modal-content[data-size=lg]{border-radius:16px;width:1100px;max-width:95vw;height:80vh}.modal-content[data-size=fullscreen]{border-radius:0;width:100vw;height:100vh}@media (max-width:768px){.modal-content{max-width:100vw;max-height:100vh;-webkit-overflow-scrolling:touch;border-radius:0;max-height:100dvh;overflow-y:auto}.modal-content[data-size=sm],.modal-content[data-size=md]{border-radius:0;width:100vw;max-width:100vw;max-height:100dvh}.modal-content[data-size=lg]{border-radius:0;width:100vw;max-width:100vw;height:100dvh}}:root{--iv-red:#f55;--iv-blue:#005cff;--iv-green:#01bd33;--iv-yellow:#ffcd1c;--iv-primary:#005cff;--iv-primary-deep:#0047cc;--iv-ink:#1f2329;--iv-ink-2:#4e5969;--iv-ink-3:#86909c;--iv-bg:#f7f8fa;--iv-card:#fff;--iv-line:#e5e6eb;--iv-error:#e8474a}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{color:var(--iv-ink);background:var(--iv-bg);min-height:100vh;font-family:Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6}body:before,body:after{content:"";filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}body:before{background:radial-gradient(circle,rgba(0,92,255,.1),transparent 70%);width:520px;height:520px;top:-120px;left:-160px}body:after{background:radial-gradient(circle,rgba(255,205,28,.12),transparent 70%);width:560px;height:560px;bottom:-140px;right:-180px}.iv-page{z-index:1;flex-direction:column;max-width:960px;min-height:100vh;margin:0 auto;padding:0 20px;display:flex;position:relative}.iv-header{align-items:center;height:64px;display:flex}.iv-logo{color:var(--iv-ink);align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.iv-logo-mark{width:auto;height:30px;display:block}.iv-main{flex-direction:column;flex:1;align-items:center;padding:32px 0 48px;display:flex}.iv-card{background:var(--iv-card);text-align:center;border:1px solid rgba(31,35,41,.04);border-radius:24px;width:100%;max-width:480px;padding:36px 36px 28px;box-shadow:0 20px 60px rgba(31,35,41,.08)}.iv-badge{color:var(--iv-primary);background:#f2f6ff;border-radius:999px;align-items:center;gap:8px;padding:5px 14px;font-size:13px;font-weight:600;display:inline-flex}.iv-dots{gap:3px;display:inline-flex}.iv-dots i{border-radius:2px;width:6px;height:6px}.iv-dots i:first-child{background:var(--iv-red)}.iv-dots i:nth-child(2){background:var(--iv-blue)}.iv-dots i:nth-child(3){background:var(--iv-green)}.iv-dots i:nth-child(4){background:var(--iv-yellow)}.iv-title{letter-spacing:.5px;margin-top:18px;font-size:26px;font-weight:700;line-height:1.4}.iv-title .iv-em{color:var(--iv-primary)}.iv-sub{color:var(--iv-ink-3);margin-top:8px;font-size:14px}.iv-field{text-align:left;margin-top:20px}.iv-label{color:var(--iv-ink-2);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.iv-code{border:1.5px solid var(--iv-line);letter-spacing:10px;text-indent:10px;text-align:center;width:100%;height:54px;color:var(--iv-ink);caret-color:var(--iv-primary);border-radius:12px;outline:none;font-size:22px;font-weight:700;transition:border-color .15s,box-shadow .15s}.iv-code::placeholder{letter-spacing:normal;text-indent:0;color:var(--iv-ink-3);font-size:14px;font-weight:400}.iv-code:focus{border-color:var(--iv-primary);box-shadow:0 0 0 3px rgba(0,92,255,.12)}.iv-input{border:1.5px solid var(--iv-line);width:100%;height:46px;color:var(--iv-ink);border-radius:12px;outline:none;padding:0 14px;font-size:16px;transition:border-color .15s,box-shadow .15s}.iv-input::placeholder{color:var(--iv-ink-3)}.iv-input:focus{border-color:var(--iv-primary);box-shadow:0 0 0 3px rgba(0,92,255,.12)}.iv-sms-row{gap:10px;display:flex}.iv-sms-row .iv-input{flex:1}.iv-sms-btn{width:118px;height:46px;color:var(--iv-primary);cursor:pointer;background:#fff;border:1.5px solid rgba(0,92,255,.35);border-radius:12px;flex-shrink:0;font-size:14px;font-weight:600;transition:all .15s}.iv-sms-btn:hover:not(:disabled){background:#f2f6ff}.iv-sms-btn:disabled{border-color:var(--iv-line);color:var(--iv-ink-3);cursor:not-allowed;background:#f7f8fa}.iv-logged{color:var(--iv-ink-2);background:#f7f8fa;border-radius:10px;margin-top:20px;padding:10px 12px;font-size:13px}.iv-error{min-height:20px;color:var(--iv-error);white-space:pre-line;margin-top:16px;font-size:13px}.iv-shake{animation:.36s iv-shake}@keyframes iv-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.iv-cta{color:#fff;letter-spacing:1px;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2e7bff,#0052e0);border:none;border-radius:14px;width:100%;height:50px;margin-top:20px;font-size:16px;font-weight:700;line-height:50px;text-decoration:none;transition:transform .15s,box-shadow .15s,opacity .15s;display:block;box-shadow:0 8px 20px rgba(0,82,224,.28)}.iv-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,82,224,.34)}.iv-cta:active:not(:disabled){transform:translateY(0)}.iv-cta:disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.iv-cta-link{width:auto;padding:0 36px;display:inline-block}.iv-fineprint{color:var(--iv-ink-3);margin-top:14px;font-size:12px;line-height:1.7}.iv-result{padding:18px 0 6px}.iv-result-ring{background:conic-gradient(var(--iv-red) 0 25%, var(--iv-blue) 0 50%, var(--iv-green) 0 75%, var(--iv-yellow) 0);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:6px auto 0;padding:4px;animation:.45s cubic-bezier(.34,1.56,.64,1) iv-pop;display:flex}.iv-result-ring>svg{background:#fff;border-radius:50%;width:100%;height:100%;display:block}.iv-result-ring-gray{background:conic-gradient(#c9cdd4,#c9cdd4)}@keyframes iv-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.iv-result-title{margin-top:20px;font-size:24px;font-weight:700}.iv-result-sub{color:var(--iv-ink-2);margin-top:8px;font-size:15px}.iv-result-sub b{color:var(--iv-primary)}.iv-result-expire{color:var(--iv-primary);background:#f2f6ff;border-radius:999px;margin-top:10px;padding:5px 14px;font-size:13px;display:inline-block}.iv-steps{grid-template-columns:repeat(3,1fr);gap:14px;width:100%;max-width:760px;margin-top:36px;display:grid}.iv-step{text-align:center;background:rgba(255,255,255,.7);border:1px solid rgba(31,35,41,.05);border-radius:16px;padding:16px 14px}.iv-step-no{width:24px;height:24px;color:var(--iv-primary);background:#f2f6ff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.iv-step:nth-child(2) .iv-step-no{color:#b87a00;background:#fff4e5}.iv-step:nth-child(3) .iv-step-no{color:var(--iv-green);background:#eaf7ee}.iv-step h3{margin-top:8px;font-size:14px;font-weight:600}.iv-step p{color:var(--iv-ink-3);margin-top:4px;font-size:12px;line-height:1.6}.iv-benefits{grid-template-columns:repeat(4,1fr);gap:14px;width:100%;max-width:760px;margin-top:14px;display:grid}.iv-benefit{text-align:center;background:rgba(255,255,255,.7);border:1px solid rgba(31,35,41,.05);border-radius:16px;padding:14px 10px}.iv-benefit b{color:var(--iv-primary);font-size:18px;font-weight:700}.iv-benefit span{color:var(--iv-ink-3);margin-top:2px;font-size:12px;display:block}.iv-footer{text-align:center;color:var(--iv-ink-3);padding:20px 0 28px;font-size:12px;line-height:1.8}.iv-footer-copy{opacity:.75}.iv-confetti{pointer-events:none;z-index:999;width:100vw;height:100vh;position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:640px){.iv-page{padding:0 16px}.iv-main{padding-top:16px}.iv-card{border-radius:20px;padding:28px 22px 24px}.iv-title{font-size:21px}.iv-code{letter-spacing:7px;height:50px;font-size:19px}.iv-steps{grid-template-columns:repeat(3,1fr);gap:8px}.iv-step{padding:12px 8px}.iv-step p{display:none}.iv-benefits{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.iv-cta,.iv-cta:hover:not(:disabled){transition:none;transform:none}.iv-result-ring,.iv-shake{animation:none}}.create-doc-modal{box-sizing:border-box;width:360px;max-width:90vw;padding:24px}.create-doc-header{align-items:center;gap:10px;margin-bottom:18px;display:flex}.create-doc-header-icon{width:32px;height:32px;color:var(--primary);background:rgba(37,99,235,.1);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.create-doc-header h3{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.create-doc-type-tabs{gap:10px;margin-bottom:18px;display:flex}.create-doc-type-tab{border:1.5px solid var(--border);background:var(--bg);cursor:pointer;height:44px;color:var(--text-secondary);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;transition:all .18s;display:flex}.create-doc-type-tab .create-doc-type-icon{opacity:.7;flex-shrink:0}.create-doc-type-tab:hover{border-color:var(--text-secondary);background:var(--hover)}.create-doc-type-tab:hover .create-doc-type-icon{opacity:1}.create-doc-type-tab.active{border-color:var(--primary);color:var(--primary);background:rgba(37,99,235,.08);font-weight:600}.create-doc-type-tab.active .create-doc-type-icon{opacity:1}.create-doc-input-row{margin-bottom:20px}.create-doc-name-input{width:100%;height:42px;color:var(--text-primary);border:1.5px solid var(--border);background:var(--bg-secondary);box-sizing:border-box;border-radius:10px;outline:none;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.create-doc-name-input::placeholder{color:var(--text-secondary);opacity:.7}.create-doc-name-input:focus{background:var(--bg);border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.create-doc-name-input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.create-doc-name-input.error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.15)}.create-doc-error{color:#ef4444;opacity:0;max-height:0;margin:8px 2px 0;font-size:12px;line-height:1.4;transition:max-height .2s,opacity .2s;overflow:hidden}.create-doc-error.show{opacity:1;max-height:40px}.create-doc-actions{justify-content:flex-end;gap:10px;display:flex}.create-doc-btn{cursor:pointer;border:none;border-radius:10px;height:38px;padding:0 22px;font-size:13px;font-weight:500;transition:all .15s}.create-doc-btn.cancel{color:var(--text-secondary);background:0 0}.create-doc-btn.cancel:hover{background:var(--hover);color:var(--text-primary)}.create-doc-btn.cancel:active{transform:scale(.97)}.create-doc-btn.confirm{background:var(--primary);color:#fff;box-shadow:0 2px 8px rgba(37,99,235,.25)}.create-doc-btn.confirm:hover{opacity:.92;box-shadow:0 4px 12px rgba(37,99,235,.3)}.create-doc-btn.confirm:active{transform:scale(.97)}.create-doc-btn.confirm:disabled,.create-doc-btn.confirm.loading{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.history-modal{background:#fff;border-radius:12px;flex-direction:column;max-height:70vh;display:flex;overflow:hidden}.history-modal-header{border-bottom:1px solid var(--border,#ececec);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.history-modal-header h3{color:var(--text-primary,#111827);margin:0;font-size:16px;font-weight:600}.history-modal-save{color:#005cff;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:6px 14px;font-size:13px}.history-modal-save:hover{background:#f0f6ff}.history-modal-body{flex:1;padding:12px 20px 20px;overflow-y:auto}.history-loading,.history-empty{text-align:center;color:var(--text-secondary,#6b7280);padding:24px 0;font-size:13px}.history-version-item{border:1px solid #eee;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.history-version-info{flex:1;min-width:0}.history-version-time{color:var(--text-primary,#111827);font-size:13px}.history-version-words{color:var(--text-secondary,#6b7280);margin-left:8px;font-size:12px}.history-version-preview{color:var(--text-secondary,#6b7280);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.history-version-restore{color:#005cff;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e5;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:12px}.history-version-restore:hover{background:#f0f6ff}[data-theme=dark] .history-modal{background:#2a2b30}[data-theme=dark] .history-modal-header{border-bottom-color:var(--border)}[data-theme=dark] .history-version-item{border-color:var(--border)}[data-theme=dark] .history-modal-save,[data-theme=dark] .history-version-restore{border-color:var(--border);background:#2a2b30}
/*$vite$:1*/