:root{--ink:#363636;--green-500:#62e111;--green-50:#eefbe2;--green-100:#d8f7bc;--green-200:#b6ed82;--green-300:#93e34b;--green-400:#78db28;--green-450:#68ed12;--green-600:#4fbf05;--green-700:#3d9a04;--green-800:#2e7504;--green-900:#1f4f03;--ink-950:#0e0e0d;--ink-900:#1a1a19;--ink-800:#262624;--ink-700:#363636;--ink-600:#4f4f4e;--ink-500:#6b6b69;--ink-400:#8b8b88;--ink-300:#aeaeab;--ink-200:#d0d0cc;--ink-100:#e8e8e4;--ink-50:#f3f3ef;--ink-25:#fafaf7;--ink-a-04:rgba(54,54,54,.04);--ink-a-08:rgba(54,54,54,.08);--ink-a-12:rgba(54,54,54,.12);--ink-a-24:rgba(54,54,54,.24);--ink-a-40:rgba(54,54,54,.4);--ink-a-64:rgba(54,54,54,.64);--sky-500:#1e90d9;--sky-50:#e6f2fb;--amber-500:#e8a317;--amber-50:#fbf1db;--red-500:#d93b2e;--red-50:#fbe7e4;--bg:var(--ink-25);--bg-dark:var(--ink-950);--surface-1:#fff;--surface-2:var(--ink-50);--border:var(--ink-a-12);--border-strong:var(--ink-a-24);--fg-1:var(--ink);--fg-2:var(--ink-600);--fg-3:var(--ink-500);--fg-4:var(--ink-400);--fg-on-green:var(--ink);--fg-on-ink:#fff;--accent:var(--green-500);--accent-hover:var(--green-600);--link:var(--green-700);--link-hover:var(--green-800);--success:var(--green-600);--warning:var(--amber-500);--danger:var(--red-500);--info:var(--sky-500);--font-display:"Inter","Noto Sans TC",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-sans:"Inter","Noto Sans TC",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-mono:"JetBrains Mono","Menlo","Consolas","Noto Sans TC",monospace;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-md:18px;--text-lg:20px;--text-xl:24px;--text-2xl:30px;--text-3xl:38px;--text-4xl:48px;--text-5xl:60px;--text-6xl:76px;--text-7xl:96px;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--lh-tight:1.05;--lh-snug:1.15;--lh-normal:1.4;--lh-relaxed:1.6;--tracking-tight:-.02em;--tracking-snug:-.01em;--tracking-normal:0em;--tracking-wide:.04em;--tracking-caps:.08em;--sp-0:0;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sp-24:96px;--sp-32:128px;--r-none:0;--r-sm:4px;--r-md:8px;--r-lg:16px;--r-full:9999px;--shadow-1:0 1px 2px rgba(14,14,13,.04),0 1px 1px rgba(14,14,13,.03);--shadow-2:0 4px 12px rgba(14,14,13,.06),0 2px 4px rgba(14,14,13,.04);--shadow-3:0 12px 32px rgba(14,14,13,.1),0 4px 8px rgba(14,14,13,.05);--focus-ring:0 0 0 2px var(--bg),0 0 0 4px var(--green-500);--ease:cubic-bezier(.2,0,0,1);--duration-fast:.12s;--duration-base:.2s;--duration-slow:.32s;--max-content:1200px;--header-h:64px}*{box-sizing:border-box}html{font-size:var(--text-base);line-height:var(--lh-relaxed);scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) - 1px);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,html{background:var(--bg);color:var(--fg-1);font-family:var(--font-sans)}body{margin:0}h1,h2,h3,h4,h5,h6{color:var(--fg-1);font-family:var(--font-display);font-weight:var(--weight-bold);letter-spacing:var(--tracking-tight);line-height:var(--lh-tight);margin:0 0 var(--sp-4)}h1{font-size:var(--text-6xl)}h2{font-size:var(--text-4xl);line-height:var(--lh-snug)}h3{font-size:var(--text-2xl)}h3,h4{letter-spacing:var(--tracking-snug);line-height:var(--lh-snug)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg);letter-spacing:0;line-height:var(--lh-snug)}h5,h6{font-weight:var(--weight-semibold)}h6{color:var(--fg-2);font-size:var(--text-sm);letter-spacing:var(--tracking-caps);text-transform:uppercase}p{color:var(--fg-1);line-height:var(--lh-relaxed);margin:0 0 var(--sp-4)}small{color:var(--fg-2);font-size:var(--text-sm)}a{color:var(--link);cursor:pointer;font-weight:var(--weight-medium);text-decoration:none;transition:color var(--duration-fast) var(--ease)}a:hover{color:var(--link-hover)}a:focus-visible{border-radius:var(--r-sm);box-shadow:var(--focus-ring);outline:none}code,kbd,pre,samp{font-family:var(--font-mono);font-size:.92em}code{background:var(--ink-50);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--ink-800);padding:2px 6px}::-moz-selection{background:var(--green-200);color:var(--ink)}::selection{background:var(--green-200);color:var(--ink)}:lang(zh),:lang(zh) h1,:lang(zh) h2,:lang(zh) h3,:lang(zh) h4,:lang(zh-TW),:lang(zh-TW) h1,:lang(zh-TW) h2,:lang(zh-TW) h3,:lang(zh-TW) h4{letter-spacing:.03em}:root{--eyebrow-color:var(--fg-2);--section-title-color:var(--fg-1);--big-copy-color:var(--fg-1);--body-copy-color:var(--fg-2);--footnote-color:var(--fg-2);--card-title-color:var(--ink);--card-desc-color:var(--fg-2)}.bc-section--dark{--eyebrow-color:var(--green-400);--section-title-color:var(--ink-50);--big-copy-color:var(--ink-200);--body-copy-color:var(--ink-200);--footnote-color:var(--ink-200);--card-title-color:var(--ink-50);--card-desc-color:var(--ink-200)}.bc-eyebrow{color:var(--eyebrow-color);display:inline-block;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:var(--sp-4);text-transform:uppercase}.bc-section-title{color:var(--section-title-color);font-size:clamp(32px,4vw,48px);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:6px 0 var(--sp-10);max-width:780px}.bc-section-title--flush{margin-bottom:0}.bc-section-title--tight{margin-bottom:var(--sp-6)}.bc-big-copy{color:var(--big-copy-color);font-size:20px;line-height:1.55;margin:0 0 var(--sp-5);max-width:680px}@media(max-width:860px){.bc-big-copy{font-size:18px;margin:0 0 var(--sp-4)}}.bc-body-copy{color:var(--body-copy-color);font-size:16px;line-height:1.7;margin:0;max-width:600px}.bc-t-card-title{color:var(--card-title-color);font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.25;margin:0}.bc-t-card-desc{color:var(--card-desc-color);font-size:14px;line-height:1.7;margin:0}.text-ink{color:var(--ink)}.text-fg-1{color:var(--fg-1)}.text-fg-2{color:var(--fg-2)}.text-fg-3{color:var(--fg-3)}.text-fg-4{color:var(--fg-4)}.text-ink-50{color:var(--ink-50)}.text-ink-100{color:var(--ink-100)}.text-ink-200{color:var(--ink-200)}.text-ink-300{color:var(--ink-300)}.text-ink-400{color:var(--ink-400)}.text-ink-500{color:var(--ink-500)}.text-ink-600{color:var(--ink-600)}.text-ink-700{color:var(--ink-700)}.text-ink-800{color:var(--ink-800)}.text-green-300{color:var(--green-300)}.text-green-400{color:var(--green-400)}.text-green-500{color:var(--green-500)}.text-green-600{color:var(--green-600)}.text-green-700{color:var(--green-700)}.text-green-800{color:var(--green-800)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.text-link{color:var(--link)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.d-inline-block{display:inline-block}@media(max-width:860px){.d-mb-none{display:none}}.img{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block}html.anims-armed .bc-reveal-init{opacity:0;transform:translateY(24px);will-change:opacity,transform}html.anims-armed .hero-fade-init{opacity:0}html.anims-armed .principle{--bc-line-scale:0}html.anims-armed .step{opacity:0;transform:translateY(24px);will-change:opacity,transform}.bc-container{margin:0 auto;max-width:var(--max-content);padding:0 var(--sp-8)}main{min-height:70vh}.bc-section{border-top:1px solid var(--border);padding:var(--sp-24) 0}@media(max-width:860px){.bc-section{padding:var(--sp-16) 0}}.bc-section+.bc-section--alt,.bc-section+.bc-section--dark{border-top:0}.bc-section--alt{background:var(--ink-50)}.bc-section--alt+.bc-section{border-top:0}.bc-section--alt+.bc-section--alt{padding-top:var(--sp-10)}.bc-section--alt:has(+.bc-section--alt){padding-bottom:var(--sp-10)}.bc-section--dark{background:var(--ink-800);border:0;color:var(--ink-100)}.bc-section--dark+.bc-section{border-top:0}.bc-section--dark+.bc-section--dark{padding-top:var(--sp-10)}.bc-section--dark:has(+.bc-section--dark){padding-bottom:var(--sp-10)}.bc-btn{align-items:center;border:1px solid transparent;border-radius:var(--r-md);cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:600;gap:6px;line-height:1;padding:11px 18px;text-decoration:none;transition:all var(--duration-fast) var(--ease)}.bc-btn--primary{background:var(--green-450);color:var(--ink)}.bc-btn--primary:hover{background:var(--green-500);color:var(--ink)}.bc-btn--primary:active{transform:scale(.98)}.bc-btn--ghost{background:transparent;color:var(--ink)}.bc-btn--ghost:hover{background:var(--ink-a-04);color:var(--ink)}.arr{font-family:var(--font-mono);font-weight:400}.hero-pattern{content-visibility:auto;display:block;height:100%;inset:0;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.error{justify-content:center;min-height:100vh;padding:var(--sp-12) var(--sp-6)}.error,.error-content{align-items:center;display:flex;position:relative}.error-content{flex-direction:column;text-align:center;z-index:1}h1.error-title{color:var(--ink);cursor:default;font-family:var(--font-mono);font-size:clamp(36px,10vw,128px);font-weight:600;letter-spacing:0;line-height:1;margin:0}.error-title-canvas{display:block}.error-msg{color:var(--fg-2);font-size:var(--text-lg);margin:var(--sp-6) 0}
