@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";.navbar[data-v-29c3fc7a]{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100}.nav-inner[data-v-29c3fc7a]{display:flex;align-items:center;justify-content:space-between;height:100%}.logo[data-v-29c3fc7a]{display:flex;align-items:center;gap:10px;font-family:var(--font-serif);font-size:20px;font-weight:600;color:var(--text-primary)}.logo[data-v-29c3fc7a]:hover{color:var(--text-primary)}.nav-links[data-v-29c3fc7a]{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.nav-links a[data-v-29c3fc7a]{color:var(--text-secondary);padding:6px 12px;border-radius:var(--radius-sm);transition:all .15s}.nav-links a[data-v-29c3fc7a]:hover{color:var(--text-primary);background:var(--bg-secondary)}.nav-admin[data-v-29c3fc7a]{display:flex;align-items:center;gap:4px}.nav-warn[data-v-29c3fc7a],.nav-warn[data-v-29c3fc7a]:hover{color:#d4380d!important}.warn-icon[data-v-29c3fc7a]{margin-left:4px;font-size:12px}.nav-user[data-v-29c3fc7a]{display:flex;align-items:center;gap:8px;margin-left:8px;padding-left:16px;border-left:1px solid var(--border)}.user-avatar[data-v-29c3fc7a]{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.username[data-v-29c3fc7a]{font-size:13px;color:var(--text-secondary)}.btn-sm[data-v-29c3fc7a]{padding:5px 12px;font-size:13px}.btn-ghost[data-v-29c3fc7a]{background:transparent;color:var(--text-secondary);border:none}.btn-ghost[data-v-29c3fc7a]:hover{background:var(--bg-secondary);color:var(--text-primary)}.footer[data-v-ae725d25]{background:var(--bg-secondary);border-top:1px solid var(--border-light);padding:40px 0;margin-top:80px}.footer-inner[data-v-ae725d25]{text-align:center}.footer-brand[data-v-ae725d25]{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-serif);font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.footer-copy[data-v-ae725d25]{font-size:13px;color:var(--text-tertiary);margin-bottom:6px}.footer-link[data-v-ae725d25]{color:var(--text-secondary);text-decoration:none;border-bottom:1px dashed var(--border)}.footer-link[data-v-ae725d25]:hover{color:var(--accent);border-bottom-color:var(--accent)}:root{--bg: #ffffff;--bg-secondary: #f7f7f5;--text-primary: #1a1a1a;--text-secondary: #6b6b6b;--text-tertiary: #9b9b9b;--border: #e8e8e6;--border-light: #f0f0ee;--accent: #0066cc;--accent-light: #e8f0ff;--tag-blue: #e8f0ff;--tag-blue-text: #0066cc;--tag-green: #e8f7ee;--tag-green-text: #16a34a;--tag-yellow: #fef9e8;--tag-yellow-text: #d97706;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.08);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--font-serif: "Newsreader", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--max-w-reading: 680px;--max-w-wide: 1100px;--nav-h: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-primary{background:var(--text-primary);color:#fff}.btn-primary:hover{background:#333;color:#fff}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border-light)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-secondary);color:var(--text-primary)}.btn:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:var(--font-sans);width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;color:var(--text-primary);background:var(--bg);outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}textarea{resize:vertical;min-height:200px;font-family:var(--font-mono);font-size:14px;line-height:1.7}label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--text-secondary)}.form-group{margin-bottom:20px}.main-content{min-height:calc(100vh - 120px);padding-top:var(--nav-h)}.container{max-width:var(--max-w-wide);margin:0 auto;padding:0 24px}.container-narrow{max-width:var(--max-w-reading);margin:0 auto;padding:0 24px}.markdown-body{font-size:17px;line-height:1.75;color:var(--text-primary)}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-family:var(--font-serif);font-weight:600;line-height:1.3;margin:2em 0 .8em}.markdown-body h1{font-size:2em}.markdown-body h2{font-size:1.5em}.markdown-body h3{font-size:1.2em}.markdown-body p{margin-bottom:1.2em}.markdown-body a{color:var(--accent)}.markdown-body a:hover{text-decoration:underline}.markdown-body pre{background:#f7f7f5;border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 20px;overflow-x:auto;margin:1.5em 0;font-family:var(--font-mono);font-size:14px;line-height:1.7}.markdown-body code{font-family:var(--font-mono);font-size:.9em;background:#f3f4f6;padding:2px 6px;border-radius:4px}.markdown-body pre code{background:none;padding:0;font-size:14px}.markdown-body blockquote{border-left:3px solid var(--border);padding-left:20px;color:var(--text-secondary);margin:1.5em 0;font-style:italic}.markdown-body ul,.markdown-body ol{padding-left:24px;margin-bottom:1.2em}.markdown-body li{margin-bottom:.4em}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:2em 0}.markdown-body table{width:100%;border-collapse:collapse;margin:1.5em 0}.markdown-body th,.markdown-body td{padding:10px 14px;border:1px solid var(--border);text-align:left}.markdown-body th{background:var(--bg-secondary);font-weight:600}.markdown-body img{max-width:100%;border-radius:var(--radius-md)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.post-card[data-v-3322559f]{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;overflow:hidden}.post-card[data-v-3322559f]:hover{border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-inner[data-v-3322559f]{padding:28px 32px}.card-cover[data-v-3322559f]{margin-bottom:20px;border-radius:var(--radius-md);overflow:hidden;height:180px}.card-cover img[data-v-3322559f]{width:100%;height:100%;object-fit:cover}.card-meta[data-v-3322559f]{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.tags[data-v-3322559f]{display:flex;gap:6px;flex-wrap:wrap}.tag[data-v-3322559f]{font-size:12px;font-weight:500;padding:3px 10px;background:var(--tag-blue);color:var(--tag-blue-text);border-radius:20px;transition:opacity .15s}.tag[data-v-3322559f]:hover{opacity:.8}.date[data-v-3322559f]{font-size:13px;color:var(--text-tertiary)}.card-title[data-v-3322559f]{font-family:var(--font-serif);font-size:22px;font-weight:600;line-height:1.35;color:var(--text-primary);margin-bottom:10px;letter-spacing:-.02em}.post-card:hover .card-title[data-v-3322559f]{color:var(--accent)}.card-excerpt[data-v-3322559f]{font-size:15px;color:var(--text-secondary);line-height:1.65;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-footer[data-v-3322559f]{display:flex;align-items:center;justify-content:space-between}.read-more[data-v-3322559f]{font-size:14px;font-weight:500;color:var(--accent);opacity:0;transition:opacity .15s}.post-card:hover .read-more[data-v-3322559f]{opacity:1}.footer-left[data-v-3322559f]{display:flex;align-items:center;gap:12px}.views[data-v-3322559f]{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-tertiary)}.visibility[data-v-3322559f]{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--tag-yellow-text);background:var(--tag-yellow);padding:3px 8px;border-radius:20px}.home-page[data-v-56fe59fc]{padding:48px 0 80px}.hero[data-v-56fe59fc]{text-align:center;padding:60px 0 56px}.hero-badge[data-v-56fe59fc]{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--accent);background:var(--accent-light);padding:6px 14px;border-radius:20px;margin-bottom:24px}.hero-title[data-v-56fe59fc]{font-family:var(--font-serif);font-size:48px;font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px}.hero-desc[data-v-56fe59fc]{font-size:18px;color:var(--text-secondary)}.search-bar[data-v-56fe59fc]{display:flex;align-items:center;gap:10px;max-width:520px;margin:32px auto 0;background:var(--bg);border:1px solid var(--border);border-radius:24px;padding:10px 18px;transition:border-color .15s}.search-bar[data-v-56fe59fc]:focus-within{border-color:var(--accent)}.search-bar svg[data-v-56fe59fc]{color:var(--text-tertiary);flex-shrink:0}.search-input[data-v-56fe59fc]{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:var(--text-primary);font-family:inherit}.search-input[data-v-56fe59fc]::placeholder{color:var(--text-tertiary)}.search-clear[data-v-56fe59fc]{background:var(--bg-secondary);border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.search-clear[data-v-56fe59fc]:hover{background:var(--border);color:var(--text-primary)}.filter-bar[data-v-56fe59fc]{display:flex;gap:6px;margin-bottom:40px;border-bottom:1px solid var(--border-light);padding-bottom:1px}.filter-btn[data-v-56fe59fc]{padding:8px 16px;font-size:14px;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);cursor:pointer;transition:all .15s;margin-bottom:-1px}.filter-btn[data-v-56fe59fc]:hover{color:var(--text-primary)}.filter-btn.active[data-v-56fe59fc]{color:var(--accent);border-bottom-color:var(--accent)}.post-list[data-v-56fe59fc],.loading-state[data-v-56fe59fc]{display:flex;flex-direction:column;gap:16px}.skeleton[data-v-56fe59fc]{height:140px;background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--border-light) 50%,var(--bg-secondary) 75%);background-size:200% 100%;border-radius:var(--radius-lg);animation:shimmer-56fe59fc 1.5s infinite}@keyframes shimmer-56fe59fc{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state[data-v-56fe59fc]{text-align:center;padding:80px 0;color:var(--text-tertiary)}.empty-state svg[data-v-56fe59fc]{margin-bottom:16px}.empty-state p[data-v-56fe59fc]{font-size:15px}.empty-state span[data-v-56fe59fc]{color:var(--accent);cursor:pointer}.empty-state span[data-v-56fe59fc]:hover{text-decoration:underline}.empty-link[data-v-56fe59fc]{color:var(--accent);font-weight:500;text-decoration:none;margin:0 2px}.empty-link[data-v-56fe59fc]:hover{text-decoration:underline}.pagination[data-v-56fe59fc]{display:flex;justify-content:center;gap:6px;margin-top:48px}.page-btn[data-v-56fe59fc]{width:36px;height:36px;border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-sm);font-size:14px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.page-btn[data-v-56fe59fc]:hover{border-color:var(--accent);color:var(--accent)}.page-btn.active[data-v-56fe59fc]{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.back-to-all[data-v-56fe59fc]{text-align:center;margin-top:24px;display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.back-to-all .btn-ghost[data-v-56fe59fc]{font-size:14px;color:var(--text-secondary)}.back-to-all .btn-ghost[data-v-56fe59fc]:hover{color:var(--accent)}.filter-tag-notice[data-v-56fe59fc]{display:inline-flex;align-items:center;gap:6px;background:var(--tag-blue);color:var(--tag-blue-text);padding:4px 8px 4px 14px;border-radius:20px;font-size:13px}.filter-tag-notice strong[data-v-56fe59fc]{font-weight:600}.filter-tag-notice .btn-ghost[data-v-56fe59fc]{color:inherit;padding:0 4px}.back-to-top[data-v-56fe59fc]{position:fixed;right:32px;bottom:48px;width:44px;height:44px;border-radius:50%;background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow-md);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:50}.back-to-top[data-v-56fe59fc]:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.post-page[data-v-52c775c8]{padding:56px 0 80px}.post-layout[data-v-52c775c8]{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,720px) 280px;gap:40px;justify-content:center;align-items:start}.sidebar[data-v-52c775c8]{position:sticky;top:calc(var(--nav-h) + 24px);align-self:start}.post-main[data-v-52c775c8]{min-width:0}.rec-block[data-v-52c775c8]{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px}.rec-title[data-v-52c775c8]{font-family:var(--font-serif);font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.rec-list[data-v-52c775c8]{list-style:none;display:flex;flex-direction:column;gap:14px}.rec-item[data-v-52c775c8]{line-height:1.4}.rec-link[data-v-52c775c8]{display:flex;flex-direction:column;gap:4px}.rec-item-title[data-v-52c775c8]{font-size:14px;font-weight:500;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rec-link:hover .rec-item-title[data-v-52c775c8]{color:var(--accent)}.rec-item-date[data-v-52c775c8]{font-size:12px;color:var(--text-tertiary)}.rec-empty[data-v-52c775c8]{font-size:13px;color:var(--text-tertiary)}.post-article[data-v-52c775c8]{position:relative}.post-header[data-v-52c775c8]{margin-bottom:40px}.post-meta-top[data-v-52c775c8]{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.tags[data-v-52c775c8]{display:flex;gap:6px;flex-wrap:wrap}.tag[data-v-52c775c8]{font-size:12px;font-weight:500;padding:3px 10px;background:var(--tag-blue);color:var(--tag-blue-text);border-radius:20px}.date[data-v-52c775c8]{font-size:13px;color:var(--text-tertiary)}.date .views[data-v-52c775c8]{display:inline-flex;align-items:center;gap:4px}.post-title[data-v-52c775c8]{font-family:var(--font-serif);font-size:42px;font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px}.post-excerpt[data-v-52c775c8]{font-size:20px;color:var(--text-secondary);line-height:1.6;border-left:3px solid var(--border);padding-left:20px}.post-author[data-v-52c775c8]{margin-top:16px;font-size:14px;color:var(--text-secondary)}.author-label[data-v-52c775c8]{color:var(--text-tertiary);margin-right:4px}.author-link[data-v-52c775c8]{color:var(--text-primary);font-weight:500}.author-link[data-v-52c775c8]:hover{color:var(--accent)}.author-name[data-v-52c775c8]{color:var(--text-primary);font-weight:500}.post-cover[data-v-52c775c8]{width:100%;max-height:480px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:48px;box-shadow:var(--shadow-md)}.post-content[data-v-52c775c8]{padding-bottom:40px}.paywall-card[data-v-52c775c8]{position:relative;text-align:center;padding:40px 32px;margin-top:32px;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.paywall-card svg[data-v-52c775c8]{margin-bottom:16px}.paywall-card h3[data-v-52c775c8]{font-family:var(--font-serif);font-size:22px;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.paywall-card p[data-v-52c775c8]{font-size:15px;color:var(--text-secondary);margin-bottom:24px}.paywall-actions[data-v-52c775c8]{display:flex;gap:12px;justify-content:center}.post-content+.paywall-card[data-v-52c775c8]:before{content:"";position:absolute;top:-80px;left:0;right:0;height:80px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--bg) 100%);pointer-events:none}.back-link[data-v-52c775c8]{margin-top:48px;padding-top:32px;border-top:1px solid var(--border-light)}.back-link a[data-v-52c775c8]{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text-secondary)}.back-link a[data-v-52c775c8]:hover{color:var(--accent)}.loading-page[data-v-52c775c8]{padding-top:0}.loading-inner[data-v-52c775c8]{max-width:720px;margin:0 auto;padding:0 24px}.skeleton-title[data-v-52c775c8]{height:52px;background:var(--bg-secondary);border-radius:var(--radius-md);margin-bottom:16px;width:75%}.skeleton-meta[data-v-52c775c8]{height:20px;background:var(--bg-secondary);border-radius:var(--radius-sm);width:40%;margin-bottom:48px}.skeleton-content[data-v-52c775c8]{height:18px;background:var(--bg-secondary);border-radius:var(--radius-sm);margin-bottom:12px}.skeleton-content[data-v-52c775c8]:last-child{width:60%}@media (max-width: 959px){.post-layout[data-v-52c775c8]{grid-template-columns:1fr;max-width:720px}.sidebar-right[data-v-52c775c8]{position:static}}@media (max-width: 600px){.post-title[data-v-52c775c8]{font-size:32px}.post-excerpt[data-v-52c775c8]{font-size:17px}}.auth-page[data-v-6e831591]{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:48px 24px}.auth-card[data-v-6e831591]{width:100%;max-width:400px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg)}.auth-header[data-v-6e831591]{text-align:center;margin-bottom:32px}.auth-title[data-v-6e831591]{font-family:var(--font-serif);font-size:28px;font-weight:700;margin-bottom:8px}.auth-sub[data-v-6e831591]{font-size:15px;color:var(--text-secondary)}.auth-form[data-v-6e831591]{margin-bottom:24px}.btn-full[data-v-6e831591]{width:100%;justify-content:center;padding:12px;font-size:15px}.error-msg[data-v-6e831591]{display:flex;align-items:center;gap:6px;color:#dc2626;font-size:14px;margin-bottom:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:10px 14px}.auth-switch[data-v-6e831591]{text-align:center;font-size:14px;color:var(--text-secondary)}.auth-switch a[data-v-6e831591]{color:var(--accent);font-weight:500}.auth-switch a[data-v-6e831591]:hover{text-decoration:underline}.auth-page[data-v-4158c8d7]{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:48px 24px}.auth-card[data-v-4158c8d7]{width:100%;max-width:400px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg)}.auth-header[data-v-4158c8d7]{text-align:center;margin-bottom:32px}.auth-title[data-v-4158c8d7]{font-family:var(--font-serif);font-size:28px;font-weight:700;margin-bottom:8px}.auth-sub[data-v-4158c8d7]{font-size:15px;color:var(--text-secondary)}.auth-form[data-v-4158c8d7]{margin-bottom:24px}.btn-full[data-v-4158c8d7]{width:100%;justify-content:center;padding:12px;font-size:15px}.error-msg[data-v-4158c8d7]{display:flex;align-items:center;gap:6px;color:#dc2626;font-size:14px;margin-bottom:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:10px 14px}.auth-switch[data-v-4158c8d7]{text-align:center;font-size:14px;color:var(--text-secondary)}.auth-switch a[data-v-4158c8d7]{color:var(--accent);font-weight:500}.auth-switch a[data-v-4158c8d7]:hover{text-decoration:underline}.membership-page[data-v-b393d72b]{padding:64px 0 80px}.page-header[data-v-b393d72b]{text-align:center;margin-bottom:48px}.page-badge[data-v-b393d72b]{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--tag-yellow-text);background:var(--tag-yellow);padding:6px 14px;border-radius:20px;margin-bottom:20px}.page-title[data-v-b393d72b]{font-family:var(--font-serif);font-size:40px;font-weight:700;margin-bottom:12px}.page-desc[data-v-b393d72b]{font-size:17px;color:var(--text-secondary)}.member-active-card[data-v-b393d72b]{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:var(--radius-lg);padding:28px 32px;margin-bottom:32px}.member-icon[data-v-b393d72b]{width:52px;height:52px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.member-info h3[data-v-b393d72b]{font-family:var(--font-serif);font-size:22px;font-weight:600;margin-bottom:4px}.member-info p[data-v-b393d72b]{font-size:15px;color:var(--text-secondary)}.activate-card[data-v-b393d72b]{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-bottom:32px;box-shadow:var(--shadow-sm)}.activate-title[data-v-b393d72b]{font-family:var(--font-serif);font-size:20px;font-weight:600;margin-bottom:20px}.input-group[data-v-b393d72b]{display:flex;gap:10px}.code-input[data-v-b393d72b]{flex:1;font-family:var(--font-mono);letter-spacing:.1em;text-align:center;font-size:18px}.error-msg[data-v-b393d72b]{color:#dc2626;font-size:14px;margin-top:12px}.success-msg[data-v-b393d72b]{display:flex;align-items:center;gap:6px;color:#16a34a;font-size:14px;margin-top:12px}.activate-hint[data-v-b393d72b]{font-size:13px;color:var(--text-tertiary);margin-top:16px;text-align:center}.login-prompt[data-v-b393d72b]{text-align:center;padding:40px;background:var(--bg-secondary);border-radius:var(--radius-lg);font-size:15px;color:var(--text-secondary)}.login-prompt a[data-v-b393d72b]{color:var(--accent);font-weight:500}.tiers-grid[data-v-b393d72b]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.expiry-warn[data-v-b393d72b]{display:flex;align-items:center;gap:10px;background:#fff7e6;border:1px solid #ffd591;color:#d4380d;border-radius:var(--radius-lg);padding:14px 20px;margin-bottom:24px;font-size:14px}.expiry-warn svg[data-v-b393d72b]{flex-shrink:0}.tier-card[data-v-b393d72b]{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px;text-align:center}.tier-name[data-v-b393d72b]{font-weight:600;margin-bottom:4px}.tier-duration[data-v-b393d72b]{font-size:13px;color:var(--text-secondary)}.admin-page[data-v-199f8f29]{padding:48px 0 80px}.admin-header[data-v-199f8f29]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.stats-row[data-v-199f8f29]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}.stat-card[data-v-199f8f29]{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:18px 20px}.stat-num[data-v-199f8f29]{font-family:var(--font-serif);font-size:30px;font-weight:700;color:var(--text-primary);line-height:1.1}.stat-label[data-v-199f8f29]{font-size:13px;color:var(--text-secondary);margin-top:4px}.stat-sub[data-v-199f8f29]{font-size:12px;color:var(--text-tertiary);margin-top:6px}.page-title[data-v-199f8f29]{font-family:var(--font-serif);font-size:32px;font-weight:700;margin-bottom:4px}.page-sub[data-v-199f8f29]{font-size:14px;color:var(--text-secondary)}.tabs[data-v-199f8f29]{display:flex;gap:4px;border-bottom:1px solid var(--border-light);margin-bottom:32px}.tab[data-v-199f8f29]{padding:10px 20px;font-size:14px;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-secondary);margin-bottom:-1px;transition:all .15s}.tab[data-v-199f8f29]:hover{color:var(--text-primary)}.tab.active[data-v-199f8f29]{color:var(--accent);border-bottom-color:var(--accent)}.admin-table[data-v-199f8f29]{width:100%;border-collapse:collapse}.admin-table th[data-v-199f8f29]{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);border-bottom:1px solid var(--border)}.admin-table td[data-v-199f8f29]{padding:16px;border-bottom:1px solid var(--border-light);font-size:14px}.admin-table tr:hover td[data-v-199f8f29]{background:var(--bg-secondary)}.post-title-cell[data-v-199f8f29]{font-weight:500;color:var(--text-primary)}.date-cell[data-v-199f8f29]{color:var(--text-tertiary);white-space:nowrap}.action-cell[data-v-199f8f29]{display:flex;gap:4px}.btn-xs[data-v-199f8f29]{padding:4px 10px;font-size:13px}.badge[data-v-199f8f29]{font-size:12px;font-weight:500;padding:3px 10px;border-radius:20px}.badge-public[data-v-199f8f29]{background:var(--tag-blue);color:var(--tag-blue-text)}.pin-badge[data-v-199f8f29]{margin-right:6px}.badge-registered[data-v-199f8f29]{background:var(--tag-yellow);color:var(--tag-yellow-text)}.badge-member[data-v-199f8f29]{background:#fce7f3;color:#be185d}.loading[data-v-199f8f29]{text-align:center;padding:48px;color:var(--text-tertiary)}.codes-form[data-v-199f8f29]{display:flex;gap:10px;margin-bottom:32px;align-items:center}.tier-select[data-v-199f8f29]{width:auto;padding:8px 12px}.qty-input[data-v-199f8f29]{width:80px}.codes-hint[data-v-199f8f29]{font-size:14px;color:var(--text-secondary);margin-bottom:16px}.codes-result[data-v-199f8f29]{margin-bottom:24px;padding:16px;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-md)}.codes-result .codes-hint[data-v-199f8f29]{margin-bottom:12px}.codes-grid[data-v-199f8f29]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.code-item[data-v-199f8f29]{display:flex;align-items:center;justify-content:space-between;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px}.code-item code[data-v-199f8f29]{font-family:var(--font-mono);font-size:14px;letter-spacing:.05em}.code-tier[data-v-199f8f29]{font-size:12px;color:var(--text-tertiary)}.codes-list-section[data-v-199f8f29]{margin-top:16px}.list-toolbar[data-v-199f8f29]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.code-search[data-v-199f8f29]{width:240px;padding:8px 12px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary)}.code-search[data-v-199f8f29]:focus{outline:none;border-color:var(--accent)}.tier-filter[data-v-199f8f29],.status-filter[data-v-199f8f29]{display:flex;gap:4px}.filter-row[data-v-199f8f29]{margin-bottom:12px}.filter-btn[data-v-199f8f29]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.filter-btn[data-v-199f8f29]:hover{background:var(--bg-secondary);color:var(--text-primary)}.filter-btn.active[data-v-199f8f29]{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.filter-count[data-v-199f8f29]{font-size:11px;padding:1px 6px;border-radius:10px;background:var(--bg-secondary);color:var(--text-tertiary)}.filter-btn.active .filter-count[data-v-199f8f29]{background:#fff3;color:#fff}.clickable-code[data-v-199f8f29]{font-family:var(--font-mono);font-size:13px;padding:3px 8px;background:var(--bg-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.clickable-code[data-v-199f8f29]:hover{background:var(--border)}.badge-used[data-v-199f8f29]{background:var(--bg-secondary);color:var(--text-tertiary)}.badge-unused[data-v-199f8f29],.badge-published[data-v-199f8f29]{background:#22c55e1a;color:#16a34a}.badge-draft[data-v-199f8f29]{background:#dc26261a;color:#dc2626}.post-filters[data-v-199f8f29]{display:flex;gap:4px;margin-bottom:16px}.media-grid[data-v-199f8f29]{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.media-card[data-v-199f8f29]{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:all .15s}.media-card[data-v-199f8f29]:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.media-thumb[data-v-199f8f29]{aspect-ratio:1 / 1;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;overflow:hidden}.media-thumb img[data-v-199f8f29]{width:100%;height:100%;object-fit:cover}.media-file[data-v-199f8f29]{font-size:40px}.media-meta[data-v-199f8f29]{padding:8px 10px}.media-name[data-v-199f8f29]{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-sub[data-v-199f8f29]{font-size:11px;color:var(--text-tertiary);margin-top:2px}.ref-tag[data-v-199f8f29]{color:var(--accent)}.media-preview[data-v-199f8f29]{background:var(--bg-secondary);border-radius:var(--radius-sm);margin-bottom:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:200px}.media-preview img[data-v-199f8f29]{max-width:100%;max-height:400px;object-fit:contain}.media-detail[data-v-199f8f29]{font-size:13px;line-height:1.8;color:var(--text-secondary)}.media-detail code[data-v-199f8f29]{font-family:var(--font-mono);font-size:12px;background:var(--bg-secondary);padding:2px 6px;border-radius:4px}.usage-list[data-v-199f8f29]{margin:8px 0 0;padding-left:20px}.usage-list a[data-v-199f8f29]{color:var(--accent)}.tier-row[data-v-199f8f29]{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.tier-chip[data-v-199f8f29]{position:relative;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:12px 18px;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;align-items:center;min-width:100px}.tier-chip[data-v-199f8f29]:hover{border-color:var(--accent);background:var(--bg)}.tier-chip-name[data-v-199f8f29]{font-weight:600;font-size:14px}.tier-chip-days[data-v-199f8f29]{font-size:12px;color:var(--text-tertiary);margin-top:2px}.tier-chip-del[data-v-199f8f29]{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .15s}.tier-chip:hover .tier-chip-del[data-v-199f8f29]{opacity:1}.tier-chip-del[data-v-199f8f29]:hover{background:#dc2626;color:#fff}.tier-chip-add[data-v-199f8f29]{border-style:dashed;color:var(--text-tertiary);font-weight:500;justify-content:center;min-width:100px}.tier-chip-add[data-v-199f8f29]:hover{color:var(--accent);border-color:var(--accent)}.empty-tip[data-v-199f8f29]{text-align:center;padding:48px 0;color:var(--text-tertiary);font-size:14px}.settings-modal[data-v-199f8f29]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.settings-card[data-v-199f8f29]{background:var(--bg);border-radius:var(--radius-lg);width:100%;max-height:86vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.settings-header[data-v-199f8f29]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-light)}.settings-header h3[data-v-199f8f29]{font-family:var(--font-serif);font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.close-btn[data-v-199f8f29]{background:transparent;border:none;cursor:pointer;padding:4px;color:var(--text-tertiary);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.close-btn[data-v-199f8f29]:hover{background:var(--bg-secondary);color:var(--text-primary)}.settings-body[data-v-199f8f29]{padding:20px 24px;overflow-y:auto}.field[data-v-199f8f29]{margin-bottom:20px}.field[data-v-199f8f29]:last-child{margin-bottom:0}.field label[data-v-199f8f29]{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.field input[data-v-199f8f29],.field textarea[data-v-199f8f29]{width:100%;padding:9px 12px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary);font-family:inherit}.field input[data-v-199f8f29]:focus,.field textarea[data-v-199f8f29]:focus{outline:none;border-color:var(--accent)}.settings-footer[data-v-199f8f29]{padding:14px 24px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;align-items:center;gap:8px}.settings-footer .btn-ghost[data-v-199f8f29]{font-size:14px;padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius-sm)}.settings-footer .btn-ghost[data-v-199f8f29]:hover{background:var(--bg-secondary)}.user-cell[data-v-199f8f29]{display:flex;align-items:center;gap:8px}.admin-tag[data-v-199f8f29]{font-size:11px;font-weight:500;padding:2px 8px;border-radius:10px;background:var(--bg-secondary);color:var(--text-secondary)}.email-cell[data-v-199f8f29]{color:var(--text-secondary);font-size:13px}.text-muted[data-v-199f8f29]{color:var(--text-tertiary);font-size:13px}.modal-hint[data-v-199f8f29]{font-size:14px;color:var(--text-secondary);margin-bottom:20px;line-height:1.6}.dt-input[data-v-199f8f29]{width:100%;padding:9px 12px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary);font-family:inherit}.dt-input[data-v-199f8f29]:focus{outline:none;border-color:var(--accent)}.settings-footer .btn.danger[data-v-199f8f29]{color:#dc2626}.settings-footer .btn.danger[data-v-199f8f29]:hover{background:#dc262614}.th-action[data-v-199f8f29]{width:80px}.export-wrap[data-v-199f8f29]{position:relative}.export-wrap .btn-sm[data-v-199f8f29]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.export-wrap .btn-sm[data-v-199f8f29]:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.export-wrap .btn-sm[data-v-199f8f29]:disabled{opacity:.5;cursor:not-allowed}.export-menu[data-v-199f8f29]{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 4px 12px #00000014;min-width:200px;z-index:50;padding:4px;display:flex;flex-direction:column}.export-menu button[data-v-199f8f29]{text-align:left;padding:8px 12px;font-size:13px;background:transparent;border:none;cursor:pointer;color:var(--text-primary);border-radius:var(--radius-sm)}.export-menu button[data-v-199f8f29]:hover{background:var(--bg-secondary)}/*!
 * Vditor v3.11.2 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */.vditor{--border-color: #d1d5da;--second-color: rgba(88, 96, 105, .36);--panel-background-color: #fff;--panel-shadow: 0 1px 2px rgba(0, 0, 0, .2);--toolbar-background-color: #f6f8fa;--toolbar-icon-color: #586069;--toolbar-icon-hover-color: #4285f4;--toolbar-height: 35px;--toolbar-divider-margin-top: 8px;--textarea-background-color: #fafbfc;--textarea-text-color: #24292e;--resize-icon-color: var(--toolbar-icon-color);--resize-background-color: var(--toolbar-background-color);--resize-hover-icon-color: var(--panel-background-color);--resize-hover-background-color: var(--toolbar-icon-hover-color);--count-background-color: rgba(27, 31, 35, .05);--heading-border-color: #eaecef;--blockquote-color: #6a737d;--ir-heading-color: #660e7a;--ir-title-color: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .2);--toolbar-background-color: #1d2125;--toolbar-icon-color: #b9b9b9;--toolbar-icon-hover-color: #fff;--textarea-background-color: #2f363d;--textarea-text-color: #d1d5da;--resize-icon-color: var(--border-color);--resize-background-color: var(--second-color);--resize-hover-icon-color: var(--toolbar-icon-hover-color);--resize-hover-background-color: rgba(185, 185, 185, .86);--count-background-color: rgba(66, 133, 244, .36);--heading-border-color: var(--textarea-text-color);--blockquote-color: var(--toolbar-icon-color);--ir-heading-color: #9876aa;--ir-title-color: #808080;--ir-bi-color: #cc7832;--ir-link-color: #ffc66d;--ir-bracket-color: #287bde;--ir-paren-color: #6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@media screen and (max-width: 520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;padding:0!important;height:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{height:20px;width:20px;float:left;margin:3px 0 0 3px}@media screen and (max-width: 520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover: hover) and (pointer: fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols}.vditor--fullscreen{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);transition:all .15s ease-in-out}.vditor-resize:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ul,.vditor-reset ol{padding-left:2em;margin-top:0;margin-bottom:16px}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);word-break:initial;word-wrap:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-smiles,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{outline:none;cursor:context-menu}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:1em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:#5860695c}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width: 520px){.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width: 520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.editor-page[data-v-09eca826]{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.editor-topbar[data-v-09eca826]{position:sticky;top:0;height:56px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:100}.back-btn[data-v-09eca826]{padding:8px}.topbar-center[data-v-09eca826]{flex:1;text-align:center}.edit-badge[data-v-09eca826]{font-size:12px;font-weight:500;color:var(--text-tertiary);background:var(--bg-secondary);padding:4px 12px;border-radius:20px}.topbar-right[data-v-09eca826]{display:flex;align-items:center;gap:10px}.btn-ghost[data-v-09eca826]{background:transparent;color:var(--text-secondary);border:none;cursor:pointer}.btn-ghost[data-v-09eca826]:hover{color:var(--text-primary)}.btn-primary[data-v-09eca826]{background:var(--text-primary);color:#fff;border:none;padding:8px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}.btn-primary[data-v-09eca826]:disabled{opacity:.5;cursor:not-allowed}.editor-body[data-v-09eca826]{flex:1;padding:32px 40px 88px;display:flex;justify-content:center}.editor-content[data-v-09eca826]{width:100%;max-width:880px}.title-input[data-v-09eca826]{width:100%;font-family:var(--font-serif);font-size:40px;font-weight:700;color:var(--text-primary);border:none;outline:none;background:transparent;margin-bottom:24px;padding:0;letter-spacing:-.02em;line-height:1.2}.title-input[data-v-09eca826]::placeholder{color:var(--text-tertiary)}.vditor-mount[data-v-09eca826]{border-radius:var(--radius-md)}.bottom-bar[data-v-09eca826]{position:fixed;bottom:0;left:0;right:0;height:56px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-light);padding:0 24px;display:flex;align-items:center;justify-content:space-between;z-index:100}.bottom-left[data-v-09eca826]{display:flex;align-items:center;gap:12px}.bottom-right[data-v-09eca826]{display:flex;align-items:center;gap:8px}.word-count[data-v-09eca826]{font-size:12px;color:var(--text-tertiary);white-space:nowrap}.vis-tag[data-v-09eca826]{font-size:12px;font-weight:500;padding:3px 10px;border-radius:20px;background:var(--bg-secondary);color:var(--text-secondary)}.vis-tag.vis-member[data-v-09eca826]{background:#d4380d14;color:#d4380d}.vis-tag.vis-public[data-v-09eca826]{background:#228be614;color:#228be6}.settings-trigger[data-v-09eca826]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;border:1px solid var(--border);border-radius:var(--radius-sm)}.settings-trigger[data-v-09eca826]:hover{background:var(--bg-secondary);color:var(--text-primary)}.btn-draft[data-v-09eca826]{border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-weight:500;padding:8px 16px}.btn-draft[data-v-09eca826]:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.settings-modal[data-v-09eca826]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.settings-card[data-v-09eca826]{background:var(--bg);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:86vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.settings-header[data-v-09eca826]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-light)}.settings-header h3[data-v-09eca826]{font-family:var(--font-serif);font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.close-btn[data-v-09eca826]{background:transparent;border:none;cursor:pointer;padding:4px;color:var(--text-tertiary);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.close-btn[data-v-09eca826]:hover{background:var(--bg-secondary);color:var(--text-primary)}.settings-body[data-v-09eca826]{padding:20px 24px;overflow-y:auto}.field[data-v-09eca826]{margin-bottom:20px}.field[data-v-09eca826]:last-child{margin-bottom:0}.field label[data-v-09eca826]{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.field input[data-v-09eca826],.field textarea[data-v-09eca826]{width:100%;padding:9px 12px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary);font-family:inherit}.field input[data-v-09eca826]:focus,.field textarea[data-v-09eca826]:focus{outline:none;border-color:var(--accent)}.field textarea[data-v-09eca826]{resize:vertical;min-height:60px}.vis-options[data-v-09eca826]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.vis-option[data-v-09eca826]{display:flex;flex-direction:column;align-items:flex-start;padding:12px 14px;cursor:pointer;background:var(--bg-secondary);border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-primary);text-align:left;transition:all .15s}.vis-option[data-v-09eca826]:hover{background:var(--bg);border-color:var(--border)}.vis-option.active[data-v-09eca826]{background:var(--bg);border-color:var(--text-primary);box-shadow:0 0 0 1px var(--text-primary)}.vis-option .hint[data-v-09eca826]{font-size:11px;font-weight:400;color:var(--text-tertiary);margin-top:4px}.cover-row[data-v-09eca826]{display:flex;gap:8px}.cover-row input[data-v-09eca826]{flex:1}.upload-btn[data-v-09eca826]{display:inline-flex;align-items:center;gap:4px;padding:9px 12px;font-size:13px;font-weight:500;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap}.upload-btn[data-v-09eca826]:hover{background:var(--bg);color:var(--text-primary)}.cover-preview[data-v-09eca826]{margin-top:10px;max-width:100%;max-height:140px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-light)}.settings-footer[data-v-09eca826]{padding:14px 24px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end}.settings-footer .btn-ghost[data-v-09eca826]{font-size:14px;padding:8px 16px;border:1px solid var(--border);border-radius:var(--radius-sm)}.settings-footer .btn-ghost[data-v-09eca826]:hover{background:var(--bg-secondary)}.checkbox-label[data-v-09eca826]{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text-primary);margin-bottom:0}.checkbox-label input[data-v-09eca826]{width:auto}.vditor{border:1px solid var(--border)!important;border-radius:var(--radius-md)!important;overflow:visible!important}.vditor-toolbar{position:sticky!important;top:56px;z-index:50;background:var(--bg-secondary)!important;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.settings-page[data-v-375915a3]{padding:64px 0 80px}.container-narrow[data-v-375915a3]{max-width:560px;margin:0 auto;padding:0 24px}.page-header[data-v-375915a3]{text-align:center;margin-bottom:40px}.page-title[data-v-375915a3]{font-family:var(--font-serif);font-size:36px;font-weight:700;margin-bottom:8px}.page-sub[data-v-375915a3]{font-size:15px;color:var(--text-secondary)}.settings-section[data-v-375915a3]{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px 32px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.settings-section h2[data-v-375915a3]{font-family:var(--font-serif);font-size:18px;font-weight:600;margin:0 0 20px;color:var(--text-primary);padding-bottom:12px;border-bottom:1px solid var(--border-light)}.form-row[data-v-375915a3]{margin-bottom:16px}.form-row label[data-v-375915a3]{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:6px}.form-row .required[data-v-375915a3]{color:#dc2626}.form-row input[data-v-375915a3]{width:100%;padding:9px 12px;font-size:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-primary);font-family:inherit}.form-row input[data-v-375915a3]:focus{outline:none;border-color:var(--accent)}.form-row input[data-v-375915a3]:disabled{opacity:.6}.form-actions[data-v-375915a3]{display:flex;justify-content:flex-end;margin-top:8px}.btn-primary[data-v-375915a3]{padding:8px 20px;font-size:14px}.btn-primary[data-v-375915a3]:disabled{opacity:.5;cursor:not-allowed}.msg[data-v-375915a3]{font-size:13px;margin:8px 0 0}.msg-error[data-v-375915a3]{color:#dc2626}.msg-success[data-v-375915a3]{color:#16a34a}.msg-info[data-v-375915a3]{color:var(--text-secondary)}.user-posts-page[data-v-b5d5acb2]{padding:56px 0 80px}.user-header[data-v-b5d5acb2]{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.author-name[data-v-b5d5acb2]{font-family:var(--font-serif);font-size:30px;font-weight:700;margin-bottom:4px}.author-meta[data-v-b5d5acb2]{font-size:14px;color:var(--text-secondary)}.post-list[data-v-b5d5acb2]{display:flex;flex-direction:column;gap:16px}.empty-tip[data-v-b5d5acb2]{text-align:center;padding:60px 0;color:var(--text-tertiary)}.loading[data-v-b5d5acb2]{text-align:center;padding:80px 0;color:var(--text-tertiary)}
