@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600&family=Noto+Serif+TC:wght@400;500&family=Noto+Sans+TC:wght@400;500&family=JetBrains+Mono:wght@400;500&display=swap";
:where(.default-root){--dt-bg:#fff;--dt-surface:#f9fafb;--dt-line:#e5e7eb;--dt-line-strong:#d1d5db;--dt-fg:#0a0a0b;--dt-fg-dim:#4b5563;--dt-fg-mute:#9ca3af;--dt-accent:#0a0a0b;--st-bg:var(--dt-bg);--st-bg-elev:#fff;--st-bg-overlay:var(--dt-surface);--st-fg:var(--dt-fg);--st-fg-muted:var(--dt-fg-dim);--st-fg-subtle:var(--dt-fg-mute);--st-line:var(--dt-line);--st-brand:var(--dt-accent);--st-on-brand:#fff;--st-success:#16a34a;--st-on-success:#fff;--st-warning:#d97706;--st-on-warning:#fff;--st-danger:#dc2626;--st-on-danger:#fff;background:var(--dt-bg);color:var(--dt-fg);font-family:"Inter", var(--font-noto-sans-tc), "Noto Sans TC", ui-sans-serif, system-ui, sans-serif;-webkit-font-smoothing:antialiased}body:has(:where(.default-root)){background:#fff;margin:0;padding:0;overflow-x:visible}:where(.default-root) .default-nav{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--dt-line);background:#ffffffe6;position:sticky;top:0}:where(.default-root) .default-container{max-width:1120px;margin:0 auto;padding:0 24px}:where(.default-root) .default-btn{border:1px solid var(--dt-line-strong);background:var(--dt-bg);color:var(--dt-fg);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}:where(.default-root) .default-btn:hover{background:var(--dt-surface)}:where(.default-root) .default-btn-primary{background:var(--dt-fg);color:#fff;border-color:var(--dt-fg)}:where(.default-root) .default-btn-primary:hover{background:#000}:where(.default-root) h1,:where(.default-root) h2,:where(.default-root) h3{letter-spacing:-.02em;color:var(--dt-fg);font-family:Inter,Noto Serif TC,serif}:where(.default-root) section{padding:80px 0}:where(.default-root) .default-card{border:1px solid var(--dt-line);background:var(--dt-bg);border-radius:10px;padding:24px}:where(.default-root) .default-nav-list{gap:24px;margin:0;padding:0;list-style:none;display:flex}:where(.default-root) .default-nav-link{color:var(--dt-fg-dim);align-items:center;gap:4px;padding:4px 0;font-size:14px;text-decoration:none;display:inline-flex}:where(.default-root) .default-nav-link:hover{color:var(--dt-fg)}:where(.default-root) .default-nav-caret{opacity:.7;font-size:10px}:where(.default-root) .default-nav-entry{position:relative}:where(.default-root) .default-nav-dropdown{background:var(--dt-bg);border:1px solid var(--dt-line);opacity:0;visibility:hidden;border-radius:8px;min-width:180px;margin:8px 0 0;padding:6px;list-style:none;transition:opacity .12s,transform .12s,visibility 0s .12s;position:absolute;top:100%;left:0;transform:translateY(-4px);box-shadow:0 12px 28px #00000014}:where(.default-root) .default-nav-entry:hover>.default-nav-dropdown,:where(.default-root) .default-nav-subentry:hover>.default-nav-dropdown{opacity:1;visibility:visible;transition:opacity .12s,transform .12s;transform:none}:where(.default-root) .default-nav-dropdown-sub{margin:0;top:-6px;left:100%}:where(.default-root) .default-nav-subentry{position:relative}:where(.default-root) .default-nav-sublink{color:var(--dt-fg);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:6px 10px;font-size:13px;text-decoration:none;display:flex}:where(.default-root) .default-nav-sublink:hover{background:var(--dt-surface);color:var(--dt-fg)}@media (max-width:767px){:where(.default-root) .default-nav-dropdown{box-shadow:none;opacity:1;visibility:visible;border:none;margin:4px 0 4px 14px;padding:0;position:static;transform:none}}
:where(.hedera-studio-root){--hd-bg:#f3eee4;--hd-bg-2:#ebe5d7;--hd-card:#fbf8f1;--hd-ink:#1c1a17;--hd-ink-2:#3c3934;--hd-muted:#7a7569;--hd-line:#1c1a171a;--hd-line-2:#1c1a1733;--hd-accent:#c46a3d;--hd-accent-ink:#fff;--hd-tag-bg:#1c1a170d;--hd-sans:"Plus Jakarta Sans", "Noto Sans TC", system-ui, sans-serif;--hd-serif:"Instrument Serif", "Noto Serif TC", Georgia, serif;--hd-tc:"Noto Serif TC", "Instrument Serif", serif;--hd-mono:"JetBrains Mono", ui-monospace, monospace;--st-bg:var(--hd-bg);--st-bg-elev:var(--hd-card);--st-bg-overlay:var(--hd-bg-2);--st-fg:var(--hd-ink);--st-fg-muted:var(--hd-ink-2);--st-fg-subtle:var(--hd-muted);--st-line:var(--hd-line);--st-brand:var(--hd-accent);--st-on-brand:var(--hd-accent-ink);--st-success:#2e8f5d;--st-on-success:#fff;--st-warning:#c79836;--st-on-warning:#fff;--st-danger:#c0392b;--st-on-danger:#fff;--font-display:var(--hd-serif);--font-body:var(--hd-sans);background:var(--hd-bg);color:var(--hd-ink);font-family:var(--hd-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:15.5px;line-height:1.55}:where(.hedera-studio-root) *,:where(.hedera-studio-root) :before,:where(.hedera-studio-root) :after{box-sizing:border-box}:where(.hedera-studio-root) a{color:inherit;text-decoration:none}:where(.hedera-studio-root) button{font:inherit;color:inherit}:where(.hedera-studio-root) img{max-width:100%;display:block}:where(.hedera-studio-root) ::-moz-selection{background:var(--hd-accent);color:var(--hd-accent-ink)}:where(.hedera-studio-root) ::selection{background:var(--hd-accent);color:var(--hd-accent-ink)}:where(.hedera-studio-root) .hd-wrap{max-width:1280px;margin:0 auto;padding:0 36px}:where(.hedera-studio-root) .hd-wrap-narrow{max-width:980px;margin:0 auto;padding:0 36px}:where(.hedera-studio-root) .hd-hr{background:var(--hd-line);width:100%;height:1px}:where(.hedera-studio-root) .hd-mono{font-family:var(--hd-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--hd-muted);font-size:11px}:where(.hedera-studio-root) .hd-serif{font-family:var(--hd-serif);font-weight:400}:where(.hedera-studio-root) .hd-serif-i{font-family:var(--hd-serif);font-style:italic;font-weight:400}:where(.hedera-studio-root) .hd-eyebrow{font-family:var(--hd-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--hd-muted);align-items:center;gap:10px;font-size:11px;display:inline-flex}:where(.hedera-studio-root) .hd-eyebrow:before{content:"";background:var(--hd-ink);opacity:.5;width:22px;height:1px;display:inline-block}:where(.hedera-studio-root) .hd-nav{z-index:50;-webkit-backdrop-filter:blur(14px)saturate(140%);background:color-mix(in oklab, var(--hd-bg) 78%, transparent);border-bottom:1px solid var(--hd-line);position:sticky;top:0}:where(.hedera-studio-root) .hd-nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}:where(.hedera-studio-root) .hd-brand{align-items:baseline;gap:10px;display:flex}:where(.hedera-studio-root) .hd-brand-mark{font-family:var(--hd-serif);letter-spacing:-.01em;font-size:24px;line-height:1}:where(.hedera-studio-root) .hd-brand-mark em{color:var(--hd-accent);font-style:italic}:where(.hedera-studio-root) .hd-brand-sub{font-family:var(--hd-mono);letter-spacing:.14em;color:var(--hd-muted);text-transform:uppercase;font-size:10.5px}:where(.hedera-studio-root) .hd-nav-links{align-items:center;gap:28px;display:flex}:where(.hedera-studio-root) .hd-nav-links a{color:var(--hd-ink-2);font-size:14px;transition:color .15s}:where(.hedera-studio-root) .hd-nav-links a:hover,:where(.hedera-studio-root) .hd-nav-links a.active{color:var(--hd-ink)}:where(.hedera-studio-root) .hd-nav-cta{background:var(--hd-ink);color:var(--hd-bg);border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;transition:transform .15s,background .15s;display:inline-flex}:where(.hedera-studio-root) .hd-nav-cta:hover{background:var(--hd-accent);transform:translateY(-1px)}:where(.hedera-studio-root) .hd-nav-cta .hd-dot{background:#6dd58c;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #6dd58c40}:where(.hedera-studio-root) .hd-footer{border-top:1px solid var(--hd-line);padding:80px 0 32px}:where(.hedera-studio-root) .hd-footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:48px;margin-bottom:64px;display:grid}:where(.hedera-studio-root) .hd-footer h4{font-family:var(--hd-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--hd-muted);margin:0 0 18px;font-size:11px;font-weight:500}:where(.hedera-studio-root) .hd-footer ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}:where(.hedera-studio-root) .hd-footer ul a{color:var(--hd-ink-2);font-size:14px;transition:color .15s}:where(.hedera-studio-root) .hd-footer ul a:hover{color:var(--hd-accent)}:where(.hedera-studio-root) .hd-footer-bottom{border-top:1px solid var(--hd-line);font-family:var(--hd-mono);letter-spacing:.08em;color:var(--hd-muted);text-transform:uppercase;justify-content:space-between;align-items:center;padding-top:32px;font-size:11px;display:flex}:where(.hedera-studio-root) .hd-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:13px 22px;font-size:14px;font-weight:500;transition:transform .15s,background .15s,color .15s,border-color .15s;display:inline-flex}:where(.hedera-studio-root) .hd-btn-primary{background:var(--hd-ink);color:var(--hd-bg)}:where(.hedera-studio-root) .hd-btn-primary:hover{background:var(--hd-accent);transform:translateY(-1px)}:where(.hedera-studio-root) .hd-btn-ghost{border-color:var(--hd-line-2);color:var(--hd-ink);background:0 0}:where(.hedera-studio-root) .hd-btn-ghost:hover{background:var(--hd-ink);color:var(--hd-bg);border-color:var(--hd-ink)}:where(.hedera-studio-root) .hd-btn .hd-arrow{transition:transform .2s}:where(.hedera-studio-root) .hd-btn:hover .hd-arrow{transform:translate(3px)}:where(.hedera-studio-root) .hd-section{border-top:1px solid var(--hd-line);padding:90px 0}:where(.hedera-studio-root) .hd-section.hd-no-line{border-top:0}:where(.hedera-studio-root) .hd-sec-head{justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px;display:flex}:where(.hedera-studio-root) .hd-sec-head h2{font-family:var(--hd-serif);letter-spacing:-.015em;margin:14px 0 0;font-size:clamp(38px,4.5vw,58px);font-weight:400;line-height:1.05}:where(.hedera-studio-root) .hd-sec-head h2 em{color:var(--hd-accent);font-style:italic}:where(.hedera-studio-root) .hd-sec-head .hd-right{text-align:right;max-width:360px;color:var(--hd-ink-2);flex-shrink:0;font-size:14px;line-height:1.6}:where(.hedera-studio-root) .hd-img-placeholder{background:var(--hd-bg-2);position:relative;overflow:hidden}:where(.hedera-studio-root) .hd-img-placeholder:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#c46a3d14,#0000 60%);position:absolute;inset:0}:where(.hedera-studio-root) .hd-hero{padding:56px 0 80px}:where(.hedera-studio-root) .hd-hero-grid{grid-template-columns:1.5fr 1fr;align-items:end;gap:60px;display:grid}:where(.hedera-studio-root) .hd-hero h1{font-family:var(--hd-serif);letter-spacing:-.02em;color:var(--hd-ink);margin:22px 0 0;font-size:clamp(56px,7vw,104px);font-weight:400;line-height:1.02}:where(.hedera-studio-root) .hd-hero h1 em{color:var(--hd-accent);font-style:italic}:where(.hedera-studio-root) .hd-hero h1 .hd-tc{font-family:var(--hd-tc);letter-spacing:.02em;margin-top:8px;font-size:.68em;font-weight:500;display:block}:where(.hedera-studio-root) .hd-hero-side{padding-bottom:12px}:where(.hedera-studio-root) .hd-hero-side p{color:var(--hd-ink-2);max-width:36ch;margin:0 0 24px;font-size:16px;line-height:1.65}:where(.hedera-studio-root) .hd-hero-meta{flex-wrap:wrap;gap:28px;margin-top:56px;display:flex}:where(.hedera-studio-root) .hd-meta-item{flex-direction:column;gap:4px;display:flex}:where(.hedera-studio-root) .hd-meta-item b{font-family:var(--hd-serif);font-size:32px;font-weight:400}:where(.hedera-studio-root) .hd-meta-item span{color:var(--hd-muted);font-size:12px}:where(.hedera-studio-root) .hd-card{cursor:pointer;transition:transform .2s}:where(.hedera-studio-root) .hd-card:hover{transform:translateY(-3px)}:where(.hedera-studio-root) .hd-card-img{aspect-ratio:4/5;background:var(--hd-bg-2);border-radius:4px;position:relative;overflow:hidden}:where(.hedera-studio-root) .hd-card-img--wide{aspect-ratio:16/10}:where(.hedera-studio-root) .hd-card-img--tall{aspect-ratio:4/5}:where(.hedera-studio-root) .hd-card-img--feature{aspect-ratio:21/9}:where(.hedera-studio-root) .hd-tag{background:var(--hd-card);font-size:11px;font-family:var(--hd-mono);letter-spacing:.08em;color:var(--hd-ink-2);text-transform:uppercase;border-radius:999px;padding:5px 10px;position:absolute;top:14px;left:14px}:where(.hedera-studio-root) .hd-card-info{justify-content:space-between;align-items:baseline;gap:16px;padding-top:16px;display:flex}:where(.hedera-studio-root) .hd-card-info h3{font-family:var(--hd-serif);letter-spacing:-.005em;margin:0 0 4px;font-size:22px;font-weight:400}:where(.hedera-studio-root) .hd-card-info .hd-sub{color:var(--hd-muted);font-size:12.5px}:where(.hedera-studio-root) .hd-card-info .hd-price{font-family:var(--hd-mono);white-space:nowrap;font-size:13px}:where(.hedera-studio-root) .hd-filters{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}:where(.hedera-studio-root) .hd-chip{border:1px solid var(--hd-line-2);cursor:pointer;color:var(--hd-ink-2);background:0 0;border-radius:999px;padding:8px 16px;font-size:13px;transition:all .15s}:where(.hedera-studio-root) .hd-chip:hover{border-color:var(--hd-ink)}:where(.hedera-studio-root) .hd-chip.hd-on{background:var(--hd-ink);color:var(--hd-bg);border-color:var(--hd-ink)}:where(.hedera-studio-root) .hd-chip .hd-count{opacity:.55;font-family:var(--hd-mono);margin-left:4px;font-size:11px}:where(.hedera-studio-root) .hd-grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}:where(.hedera-studio-root) .hd-grid-2{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}:where(.hedera-studio-root) .hd-portfolio-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}:where(.hedera-studio-root) .hd-portfolio-grid>*{grid-column:span 6}:where(.hedera-studio-root) .hd-portfolio-grid>.hd-span-tall{grid-row:span 2}:where(.hedera-studio-root) .hd-portfolio-grid>.hd-span-feature{grid-column:span 12}:where(.hedera-studio-root) .hd-article{cursor:pointer;flex-direction:column;gap:14px;display:flex}:where(.hedera-studio-root) .hd-article-meta{font-family:var(--hd-mono);letter-spacing:.08em;color:var(--hd-muted);text-transform:uppercase;gap:14px;font-size:11px;display:flex}:where(.hedera-studio-root) .hd-article h3{font-family:var(--hd-serif);letter-spacing:-.01em;margin:0;font-size:26px;font-weight:400;line-height:1.2}:where(.hedera-studio-root) .hd-article p{color:var(--hd-ink-2);margin:0;font-size:14px;line-height:1.6}:where(.hedera-studio-root) .hd-read{font-family:var(--hd-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--hd-accent);align-items:center;gap:8px;margin-top:4px;font-size:11px;display:inline-flex}:where(.hedera-studio-root) .hd-course{border:1px solid var(--hd-line);background:var(--hd-card);border-radius:4px;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:28px;transition:border-color .15s,transform .15s;display:grid}:where(.hedera-studio-root) .hd-course:hover{border-color:var(--hd-ink);transform:translateY(-2px)}:where(.hedera-studio-root) .hd-course .hd-course-num{font-family:var(--hd-mono);color:var(--hd-accent);letter-spacing:.04em;font-size:32px}:where(.hedera-studio-root) .hd-course h3{font-family:var(--hd-serif);margin:0 0 6px;font-size:24px;font-weight:400}:where(.hedera-studio-root) .hd-course-desc{color:var(--hd-ink-2);font-size:14px;line-height:1.55}:where(.hedera-studio-root) .hd-course-meta{font-family:var(--hd-mono);letter-spacing:.08em;color:var(--hd-muted);text-transform:uppercase;margin-top:8px;font-size:11px}:where(.hedera-studio-root) .hd-testi{background:var(--hd-card);border-radius:4px;flex-direction:column;gap:28px;padding:36px;display:flex}:where(.hedera-studio-root) .hd-testi blockquote{font-family:var(--hd-serif);color:var(--hd-ink);margin:0;font-size:20px;line-height:1.45}:where(.hedera-studio-root) .hd-testi-author{align-items:center;gap:14px;display:flex}:where(.hedera-studio-root) .hd-testi-avatar{background:var(--hd-bg-2);width:40px;height:40px;font-family:var(--hd-serif);color:var(--hd-ink);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}:where(.hedera-studio-root) .hd-testi-name{font-size:14px;font-weight:500}:where(.hedera-studio-root) .hd-testi-role{color:var(--hd-muted);font-size:12px}:where(.hedera-studio-root) .hd-contact-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}:where(.hedera-studio-root) .hd-form{flex-direction:column;gap:18px;display:flex}:where(.hedera-studio-root) .hd-form label{font-family:var(--hd-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--hd-muted);margin-bottom:6px;font-size:11px;display:block}:where(.hedera-studio-root) .hd-form input,:where(.hedera-studio-root) .hd-form textarea,:where(.hedera-studio-root) .hd-form select{background:var(--hd-card);border:1px solid var(--hd-line);width:100%;color:var(--hd-ink);border-radius:4px;padding:14px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}:where(.hedera-studio-root) .hd-form input:focus,:where(.hedera-studio-root) .hd-form textarea:focus,:where(.hedera-studio-root) .hd-form select:focus{border-color:var(--hd-accent);outline:none}@media (max-width:1024px){:where(.hedera-studio-root) .hd-hero-grid,:where(.hedera-studio-root) .hd-contact-grid{grid-template-columns:1fr}:where(.hedera-studio-root) .hd-grid-3{grid-template-columns:repeat(2,1fr)}:where(.hedera-studio-root) .hd-portfolio-grid>*{grid-column:span 12}:where(.hedera-studio-root) .hd-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){:where(.hedera-studio-root) .hd-wrap{padding:0 20px}:where(.hedera-studio-root) .hd-grid-3{grid-template-columns:1fr}:where(.hedera-studio-root) .hd-section{padding:60px 0}:where(.hedera-studio-root) .hd-sec-head{flex-direction:column;align-items:start}:where(.hedera-studio-root) .hd-sec-head .hd-right{text-align:left}:where(.hedera-studio-root) .hd-footer-grid{grid-template-columns:1fr;gap:32px}}
