@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Noto+Serif+SC:wght@400;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.graph-node[data-v-ce61bbe2]{cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;min-width:140px;padding:12px 16px;transition:all .3s;display:flex;position:absolute}.graph-node[data-v-ce61bbe2]:hover{transform:translate(-50%,-50%)scale(1.05)}.node-icon[data-v-ce61bbe2]{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.node-content[data-v-ce61bbe2]{flex-direction:column;gap:4px;display:flex}.node-label[data-v-ce61bbe2]{color:#f1f5f9;font-size:14px;font-weight:600}.node-formula[data-v-ce61bbe2]{color:#94a3b8;font-size:12px;line-height:1.4}.knowledge-graph[data-v-6cec2689]{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;padding:24px}.graph-header[data-v-6cec2689]{text-align:center;margin-bottom:20px}.graph-title[data-v-6cec2689]{color:#f1f5f9;margin-bottom:8px;font-size:28px;font-weight:700}.graph-subtitle[data-v-6cec2689]{color:#94a3b8;font-size:14px}.graph-controls[data-v-6cec2689]{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.path-btn[data-v-6cec2689]{color:#cbd5e1;cursor:pointer;background:#334155;border:none;border-radius:20px;padding:8px 20px;font-size:13px;transition:all .3s}.path-btn[data-v-6cec2689]:hover{background:#475569}.path-btn.active[data-v-6cec2689]{color:#fff;background:#3b82f6}.graph-main[data-v-6cec2689]{gap:24px;max-width:1400px;margin:0 auto;display:flex}.graph-container[data-v-6cec2689]{background:radial-gradient(circle,#1e293b 0%,#0f172a 100%);border-radius:16px;flex:1;width:800px;height:600px;position:relative;overflow:hidden;box-shadow:0 0 40px #3b82f61a}.graph-svg[data-v-6cec2689]{pointer-events:none;width:100%;height:100%;position:absolute}.edge-line[data-v-6cec2689]{transition:all .3s}.edge-highlight[data-v-6cec2689]{filter:drop-shadow(0 0 4px)}.edge-label[data-v-6cec2689]{pointer-events:none;background:#0f172acc;border-radius:4px;padding:2px 6px}.side-panel[data-v-6cec2689]{flex-direction:column;gap:16px;width:340px;display:flex}.node-detail-panel[data-v-6cec2689]{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:1px solid #475569;border-radius:16px;padding:20px;box-shadow:0 0 40px #0000004d}.detail-header[data-v-6cec2689]{align-items:center;gap:12px;margin-bottom:16px;display:flex}.detail-icon[data-v-6cec2689]{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.detail-title[data-v-6cec2689]{flex:1}.detail-title h3[data-v-6cec2689]{color:#f1f5f9;margin:0 0 4px;font-size:18px;font-weight:600}.detail-type[data-v-6cec2689]{color:#94a3b8;background:#475569;border-radius:4px;margin-right:8px;padding:2px 8px;font-size:12px}.mastery-badge[data-v-6cec2689]{color:#10b981;background:#10b9811a;border-radius:4px;padding:2px 8px;font-size:12px}.detail-content[data-v-6cec2689]{flex-direction:column;gap:12px;display:flex}.detail-description[data-v-6cec2689]{color:#cbd5e1;margin:0;font-size:14px;line-height:1.6}.detail-formula[data-v-6cec2689]{color:#94a3b8;background:#0f172a;border-radius:8px;padding:12px;font-size:14px}.formula-label[data-v-6cec2689]{margin-right:8px}.detail-prerequisites h4[data-v-6cec2689],.detail-relations h4[data-v-6cec2689]{color:#f1f5f9;margin:0 0 8px;font-size:14px;font-weight:600}.prereq-list[data-v-6cec2689]{flex-wrap:wrap;gap:8px;display:flex}.prereq-tag[data-v-6cec2689]{color:#94a3b8;cursor:pointer;background:#0f172a;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .3s}.prereq-tag.unlocked[data-v-6cec2689]{color:#10b981;background:#10b9811a}.prereq-tag[data-v-6cec2689]:hover{background:#475569}.relation-list[data-v-6cec2689]{flex-direction:column;gap:8px;display:flex}.relation-item[data-v-6cec2689]{cursor:pointer;background:#0f172a;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;transition:all .3s;display:flex}.relation-item[data-v-6cec2689]:hover{background:#1e293b}.relation-item span[data-v-6cec2689]:first-child{font-size:13px;font-weight:500}.relation-type[data-v-6cec2689]{color:#94a3b8;background:#475569;border-radius:4px;padding:2px 8px;font-size:12px}.learn-btn[data-v-6cec2689]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;margin-top:8px;padding:12px;font-size:14px;font-weight:600;transition:all .3s}.learn-btn[data-v-6cec2689]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.welcome-panel[data-v-6cec2689]{text-align:center;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:16px;padding:24px}.welcome-panel h3[data-v-6cec2689]{color:#f1f5f9;margin:0 0 8px;font-size:16px}.welcome-panel p[data-v-6cec2689]{color:#94a3b8;margin:0 0 16px;font-size:13px}.progress-summary[data-v-6cec2689]{flex-direction:column;gap:8px;display:flex}.progress-bar[data-v-6cec2689]{background:#334155;border-radius:4px;height:8px;overflow:hidden}.progress-fill[data-v-6cec2689]{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);border-radius:4px;height:100%;transition:width .5s}.progress-summary span[data-v-6cec2689]{color:#94a3b8;font-size:13px}.legend[data-v-6cec2689]{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:16px;padding:16px}.legend-title[data-v-6cec2689]{color:#f1f5f9;margin-bottom:12px;font-size:13px;font-weight:600}.legend-item[data-v-6cec2689]{color:#94a3b8;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.legend-item[data-v-6cec2689]:last-child{margin-bottom:0}.legend-icon[data-v-6cec2689]{border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:flex}.legend-icon.category[data-v-6cec2689]{background:#6366f1}.legend-icon.concept[data-v-6cec2689]{background:#3b82f6}.legend-line[data-v-6cec2689]{border-radius:2px;width:20px;height:3px}.legend-line.prerequisite[data-v-6cec2689]{background:#3b82f6}.legend-line.connects[data-v-6cec2689]{background:#8b5cf6}.progress-bar{--un-bg-opacity:1;background-color:rgb(229 231 235/var(--un-bg-opacity)) ;border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{background-image:linear-gradient(90deg,#3b82f6,#8b5cf6);height:100%;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .progress-bar{--un-bg-opacity:1;background-color:rgb(64 64 64/var(--un-bg-opacity)) }.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.z-50{z-index:50}.grid{display:grid}.col-span-2{grid-column:span 2/span 2}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h3{height:.75rem}.h4{height:1rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-none{max-width:none}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.flex{display:flex}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer{cursor:pointer}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-blue-200{--un-border-opacity:1;border-color:rgb(191 219 254/var(--un-border-opacity))}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246/var(--un-border-opacity))}.border-gray-100{--un-border-opacity:1;border-color:rgb(243 244 246/var(--un-border-opacity))}.border-gray-200{--un-border-opacity:1;border-color:rgb(229 231 235/var(--un-border-opacity))}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219/var(--un-border-opacity))}.border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81/var(--un-border-opacity))}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.bg-blue-100{--un-bg-opacity:1;background-color:rgb(219 234 254/var(--un-bg-opacity)) }.bg-blue-50{--un-bg-opacity:1;background-color:rgb(239 246 255/var(--un-bg-opacity)) }.bg-blue-500{--un-bg-opacity:1;background-color:rgb(59 130 246/var(--un-bg-opacity)) }.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity)) }.bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55/var(--un-bg-opacity)) }.bg-green-100{--un-bg-opacity:1;background-color:rgb(220 252 231/var(--un-bg-opacity)) }.bg-purple-100{--un-bg-opacity:1;background-color:rgb(243 232 255/var(--un-bg-opacity)) }.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.hover\:bg-blue-50:hover{--un-bg-opacity:1;background-color:rgb(239 246 255/var(--un-bg-opacity)) }.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246/var(--un-bg-opacity)) }.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px,.px-4{padding-left:1rem;padding-right:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-20{padding-bottom:5rem}.pl-4{padding-left:1rem}.pt-28{padding-top:7rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246/var(--un-text-opacity)) }.text-blue-600{--un-text-opacity:1;color:rgb(37 99 235/var(--un-text-opacity)) }.text-blue-700{--un-text-opacity:1;color:rgb(29 78 216/var(--un-text-opacity)) }.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity)) }.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity)) }.text-gray-800{--un-text-opacity:1;color:rgb(31 41 55/var(--un-text-opacity)) }.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39/var(--un-text-opacity)) }.text-green-500{--un-text-opacity:1;color:rgb(34 197 94/var(--un-text-opacity)) }.text-purple-500{--un-text-opacity:1;color:rgb(168 85 247/var(--un-text-opacity)) }.text-red-500{--un-text-opacity:1;color:rgb(239 68 68/var(--un-text-opacity)) }.text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8/var(--un-text-opacity)) }.hover\:text-blue-500:hover{--un-text-opacity:1;color:rgb(59 130 246/var(--un-text-opacity)) }.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235/var(--un-text-opacity)) }.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.hover\:underline:hover{text-decoration-line:underline}.opacity-90,.hover\:opacity-90:hover{opacity:.9}.shadow-inner{--un-shadow:inset 0 2px 4px 0 var(--un-shadow-color,#0000000d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-lg{--un-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-sm{--un-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-md:hover{--un-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:hidden{display:none}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (width>=1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}:root{--color-bg:#fff;--color-bg-secondary:#f8fafc;--color-bg-tertiary:#f1f5f9;--color-text:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-card:#fff;--color-card-hover:#f8fafc;--color-primary:#3b82f6;--color-primary-hover:#2563eb;--color-primary-light:#eff6ff;--color-secondary:#8b5cf6;--color-secondary-hover:#7c3aed;--color-secondary-light:#f5f3ff;--color-success:#22c55e;--color-success-light:#f0fdf4;--color-warning:#f59e0b;--color-warning-light:#fffbeb;--color-danger:#ef4444;--color-danger-light:#fef2f2;--color-info:#0ea5e9;--color-info-light:#f0f9ff}.dark{--color-bg:#0f172a;--color-bg-secondary:#1e293b;--color-bg-tertiary:#334155;--color-text:#f1f5f9;--color-text-secondary:#cbd5e1;--color-text-muted:#94a3b8;--color-border:#334155;--color-border-light:#1e293b;--color-card:#1e293b;--color-card-hover:#334155;--color-primary:#60a5fa;--color-primary-hover:#93c5fd;--color-primary-light:#1e3a5f;--color-secondary:#a78bfa;--color-secondary-hover:#c4b5fd;--color-secondary-light:#2d1f4e;--color-success:#4ade80;--color-success-light:#064e3b;--color-warning:#fbbf24;--color-warning-light:#451a03;--color-danger:#f87171;--color-danger-light:#450a0a;--color-info:#38bdf8;--color-info-light:#0c4a6e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans,"Noto Sans SC", sans-serif);background-color:var(--color-bg,#fff);color:var(--color-text,#1e293b);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;border-spacing:0}blockquote{margin:0;padding:0}.katex{font-family:KaTeX_Main,Times New Roman,serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary,#f8fafc)}::-webkit-scrollbar-thumb{background:var(--color-border,#e2e8f0);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted,#94a3b8)}.dark ::-webkit-scrollbar-track{background:var(--color-bg-secondary,#1e293b)}.dark ::-webkit-scrollbar-thumb{background:var(--color-border,#334155)}.dark ::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted,#94a3b8)}
