#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--text-color:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-color:#f9fafb;--card-bg:#fff;--border-color:#e5e7eb;--max-width:1200px;--content-width:800px;--sidebar-width:320px;--header-height:60px;--radius:8px;--shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-lg:0 4px 12px #00000014}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-color);background:var(--bg-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans SC,sans-serif;line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}img{max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;padding:24px}.card-title{border-bottom:1px solid var(--border-color);margin-bottom:16px;padding-bottom:12px;font-size:16px;font-weight:600}#nprogress .bar{background:var(--primary-color)!important}@media (width<=768px){.container{padding:0 12px}.card{padding:16px}}.markdown-body{color:var(--text-color);word-break:break-word;font-size:16px;line-height:1.8}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:12px;font-weight:600;line-height:1.4}.markdown-body h1{border-bottom:1px solid var(--border-color);padding-bottom:8px;font-size:1.8em}.markdown-body h2{border-bottom:1px solid var(--border-color);padding-bottom:6px;font-size:1.5em}.markdown-body h3{font-size:1.25em}.markdown-body p{margin-bottom:16px}.markdown-body blockquote{border-left:4px solid var(--primary-color);color:var(--text-secondary);border-radius:0 var(--radius) var(--radius) 0;background:#f0f7ff;margin:16px 0;padding:12px 20px}.markdown-body pre{border-radius:var(--radius);background:#1e293b;margin:16px 0;padding:16px;overflow-x:auto}.markdown-body code{font-family:Fira Code,JetBrains Mono,Consolas,monospace;font-size:.9em}.markdown-body :not(pre)>code{color:#e11d48;background:#f1f5f9;border-radius:4px;padding:2px 6px}.markdown-body img{border-radius:var(--radius);box-shadow:var(--shadow);margin:16px 0}.markdown-body table{border-collapse:collapse;width:100%;margin:16px 0}.markdown-body th,.markdown-body td{border:1px solid var(--border-color);text-align:left;padding:8px 12px}.markdown-body th{background:var(--bg-color);font-weight:600}.markdown-body ul,.markdown-body ol{margin-bottom:16px;padding-left:24px}.markdown-body li{margin-bottom:4px}.markdown-body hr{border:none;border-top:1px solid var(--border-color);margin:24px 0}
