:root{--bg:#f5f7fa;--bg-veil:#f5f7fab8;--surface:#ffffffd1;--surface-solid:#fff;--text:#262b33;--muted:#6b7280;--line:#00000014;--primary:#0284c7;--primary-soft:#0284c71f;--code-bg:#f1f5f9;--shadow:0 6px 24px #141e3214;--radius:14px;--header-h:64px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#171a1f;--bg-veil:#171a1fad;--surface:#20242bdb;--surface-solid:#20242b;--text:#e6e8ec;--muted:#9aa3b2;--line:#ffffff1a;--primary:#38bdf8;--primary-soft:#38bdf829;--code-bg:#0f172a;--shadow:0 6px 24px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#171a1f;--bg-veil:#171a1fad;--surface:#20242bdb;--surface-solid:#20242b;--text:#e6e8ec;--muted:#9aa3b2;--line:#ffffff1a;--primary:#38bdf8;--primary-soft:#38bdf829;--code-bg:#0f172a;--shadow:0 6px 24px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans TC,PingFang TC,Microsoft JhengHei,sans-serif;font-size:16px;line-height:1.7}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}.container{max-width:68rem;margin:0 auto;padding:0 1rem}.muted{color:var(--muted)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px)}.btn{border:1px solid var(--line);background:var(--surface-solid);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:.4em;padding:.5em 1em;line-height:1.3;display:inline-flex;text-decoration:none!important}.btn:hover{border-color:var(--primary);color:var(--primary)}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{filter:brightness(1.08);color:#fff}.btn.danger{color:#dc2626}.btn.danger:hover{border-color:#dc2626}.btn[disabled]{opacity:.5;pointer-events:none}.chip{background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:.1em .7em;font-size:.82em;display:inline-block;text-decoration:none!important}.chip:hover{filter:brightness(.92)}.prose{word-break:break-word;font-size:1.04rem;line-height:1.85}.prose>:first-child{margin-top:0}.prose h1,.prose h2,.prose h3,.prose h4{scroll-margin-top:calc(var(--header-h) + 1rem);margin:1.8em 0 .6em;line-height:1.3;position:relative}.prose h1{font-size:1.9em}.prose h2{font-size:1.5em}.prose h3{font-size:1.25em}.prose h4{font-size:1.1em}.prose h1 .anchor,.prose h2 .anchor,.prose h3 .anchor,.prose h4 .anchor,.prose h5 .anchor,.prose h6 .anchor{color:var(--muted);opacity:0;font-weight:400;text-decoration:none;position:absolute;left:-1.1em}.prose h1:hover .anchor,.prose h2:hover .anchor,.prose h3:hover .anchor,.prose h4:hover .anchor{opacity:.7}.prose p{margin:0 0 1.1em}.prose ul,.prose ol{margin:0 0 1.1em;padding-left:1.5em}.prose li>p{margin:0}.prose blockquote{border-left:4px solid var(--primary);background:var(--primary-soft);color:var(--text);border-radius:0 10px 10px 0;margin:1.2em 0;padding:.4em 1.2em}.prose blockquote p{margin:.3em 0}.prose code{background:var(--code-bg);border-radius:6px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.prose pre{background:var(--code-bg);border:1px solid var(--line);border-radius:12px;margin:1.2em 0;padding:1em 1.2em;line-height:1.55;overflow-x:auto}.prose pre code{background:0 0;padding:0;font-size:.9em}.prose img{border-radius:12px;max-width:100%;height:auto;margin:1.4em auto;display:block}.prose hr{border:0;border-top:1px solid var(--line);margin:2em 0}.prose table{border-collapse:collapse;width:100%;margin:1.2em 0;font-size:.95em;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);text-align:left;padding:.45em .8em}.prose th{background:var(--primary-soft)}.prose iframe{border:0;border-radius:12px;max-width:100%}.prose [data-youtube-video],.prose [data-video]{margin:1.4em 0}.prose .tableWrapper{overflow-x:auto}.hljs{color:var(--text)}.hljs-comment,.hljs-quote{color:#6a737d;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst,.hljs-doctag,.hljs-meta{color:#d73a49}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr,.hljs-attribute{color:#005cc5}.hljs-string,.hljs-regexp,.hljs-addition{color:#22863a}.hljs-title,.hljs-section,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-type,.hljs-class .hljs-title,.hljs-title.class_,.hljs-title.function_{color:#6f42c1}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-built_in,.hljs-builtin-name{color:#e36209}.hljs-deletion{color:#b31d28}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}:root[data-theme=dark] .hljs-keyword,:root[data-theme=dark] .hljs-selector-tag,:root[data-theme=dark] .hljs-subst,:root[data-theme=dark] .hljs-doctag,:root[data-theme=dark] .hljs-meta{color:#ff7b72}:root[data-theme=dark] .hljs-number,:root[data-theme=dark] .hljs-literal,:root[data-theme=dark] .hljs-variable,:root[data-theme=dark] .hljs-attribute,:root[data-theme=dark] .hljs-tag .hljs-attr{color:#79c0ff}:root[data-theme=dark] .hljs-string,:root[data-theme=dark] .hljs-regexp,:root[data-theme=dark] .hljs-addition{color:#a5d6ff}:root[data-theme=dark] .hljs-title,:root[data-theme=dark] .hljs-section,:root[data-theme=dark] .hljs-name,:root[data-theme=dark] .hljs-type,:root[data-theme=dark] .hljs-title.class_,:root[data-theme=dark] .hljs-title.function_{color:#d2a8ff}:root[data-theme=dark] .hljs-built_in,:root[data-theme=dark] .hljs-symbol,:root[data-theme=dark] .hljs-bullet{color:#ffa657}:root[data-theme=dark] .hljs-comment,:root[data-theme=dark] .hljs-quote{color:#8b949e}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .hljs-keyword,:root:not([data-theme=light]) .hljs-selector-tag,:root:not([data-theme=light]) .hljs-subst,:root:not([data-theme=light]) .hljs-doctag,:root:not([data-theme=light]) .hljs-meta{color:#ff7b72}:root:not([data-theme=light]) .hljs-number,:root:not([data-theme=light]) .hljs-literal,:root:not([data-theme=light]) .hljs-variable,:root:not([data-theme=light]) .hljs-attribute,:root:not([data-theme=light]) .hljs-tag .hljs-attr{color:#79c0ff}:root:not([data-theme=light]) .hljs-string,:root:not([data-theme=light]) .hljs-regexp,:root:not([data-theme=light]) .hljs-addition{color:#a5d6ff}:root:not([data-theme=light]) .hljs-title,:root:not([data-theme=light]) .hljs-section,:root:not([data-theme=light]) .hljs-name,:root:not([data-theme=light]) .hljs-type,:root:not([data-theme=light]) .hljs-title.class_,:root:not([data-theme=light]) .hljs-title.function_{color:#d2a8ff}:root:not([data-theme=light]) .hljs-built_in,:root:not([data-theme=light]) .hljs-symbol,:root:not([data-theme=light]) .hljs-bullet{color:#ffa657}:root:not([data-theme=light]) .hljs-comment,:root:not([data-theme=light]) .hljs-quote{color:#8b949e}}.field{flex-direction:column;gap:.3em;margin-bottom:1em;display:flex}.field label{color:var(--muted);font-size:.88em}.input,.textarea,.select{border:1px solid var(--line);background:var(--surface-solid);width:100%;color:var(--text);border-radius:10px;padding:.55em .8em}.input:focus,.textarea:focus,.select:focus{outline:2px solid var(--primary-soft);border-color:var(--primary)}.textarea{resize:vertical;min-height:6em}.site-bg.svelte-12qhfyh{object-fit:cover;z-index:-2;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.site-veil.svelte-12qhfyh{z-index:-1;background:var(--bg-veil);-webkit-backdrop-filter:blur(22px);pointer-events:none;position:fixed;inset:0}
