:root{--bg: #f6f1e8;--surface: rgba(255, 251, 245, .84);--line: rgba(19, 50, 47, .12);--ink: #15302d;--ink-soft: #536b67;--brand: #0d6c63;--brand-deep: #0a4d46;--accent: #df6d42;--shadow: 0 24px 60px rgba(21, 48, 45, .12);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--max-width: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:Noto Sans TC,sans-serif;background:radial-gradient(circle at top left,rgba(13,108,99,.16),transparent 28%),radial-gradient(circle at top right,rgba(223,109,66,.14),transparent 24%),linear-gradient(180deg,#fbf6ee,#f4ede3)}a{color:inherit;text-decoration:none}.site-shell{width:min(100%,calc(var(--max-width) + 48px));margin:0 auto;padding:20px 24px 48px}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.brand-lockup{display:inline-flex;align-items:center;gap:14px}.brand-lockup strong,.footer-brand{display:block;font-weight:900;letter-spacing:.04em}.brand-lockup strong{font-size:1rem}.footer-brand{font-size:1.15rem}.brand-lockup small,.footer-copy,.muted,.support-note,.page-meta,.article-card time{color:var(--ink-soft)}.brand-badge{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;color:#fff;font-family:"Noto Serif TC",serif;font-size:1.4rem;background:linear-gradient(135deg,var(--brand) 0%,#139889 100%);box-shadow:0 16px 32px #0d6c6340}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.nav-link,.nav-cta,.button,.button-secondary{border-radius:999px;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.nav-link{padding:12px 16px;color:var(--ink-soft)}.nav-link:hover,.nav-cta:hover,.button:hover,.button-secondary:hover{transform:translateY(-1px)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-deep) 100%);box-shadow:0 18px 36px #0d6c633d}.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border:1px solid var(--line);color:var(--ink);background:#ffffffad}.page-shell{display:flex;flex-direction:column;gap:24px}.hero,.section,.panel,.cta-banner,.article-shell{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(14px)}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding:44px}.eyebrow,.tag{display:inline-flex;align-items:center;width:fit-content;padding:8px 14px;border-radius:999px;color:var(--brand-deep);font-weight:700;background:#0d6c631f}.hero-title,.section-title,.page-title,.article-title{margin:16px 0 12px;line-height:1.15;font-family:"Noto Serif TC",serif;font-weight:900}.hero-title{max-width:none;white-space:nowrap;font-size:clamp(1.8rem,3vw,3.2rem)}.hero-body,.section-copy,.page-copy,.prose{color:var(--ink-soft);font-size:1.02rem;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-panel,.panel,.metric-card,.card,.article-card,.faq-item,.info-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffbd}.hero-panel,.panel{background:linear-gradient(180deg,#fffcf7eb,#e9f7f4d1)}.metric-grid,.card-grid,.article-list,.grid-two,.grid-three,.faq-list,.timeline{display:grid;gap:18px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.metric-value{display:block;margin-bottom:6px;color:var(--brand-deep);font-family:"Noto Serif TC",serif;font-size:1.7rem;font-weight:900}.section,.article-shell{padding:34px}.section-title,.page-title{font-size:clamp(1.8rem,2vw,3rem)}.card-grid,.grid-three,.article-list{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.list,.detail-list{display:grid;gap:10px;padding-left:20px}.pill-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding-left:0;list-style:none}.pill{padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(13,108,99,.14);background:#e6f6f2c7}.timeline-item{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start}.timeline-index{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--accent) 0%,#f09863 100%)}.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 34px;background:radial-gradient(circle at top right,rgba(223,109,66,.22),transparent 35%),linear-gradient(135deg,#0d6c63f5,#0a4d46f5);color:#fff}.cta-banner .section-copy,.cta-banner .support-note{color:#ffffffd1}.cta-banner .button-secondary{border-color:#ffffff38;color:#fff;background:#ffffff14}.prose h2,.prose h3{color:var(--ink);font-family:"Noto Serif TC",serif}.footer-meta{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;color:var(--ink-soft)}@media(max-width:960px){.hero,.grid-two,.grid-three,.card-grid,.article-list,.metric-grid{grid-template-columns:1fr}.cta-banner,.site-header,.site-footer{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.site-shell{padding:16px 16px 36px}.hero,.section,.article-shell,.cta-banner{padding:24px}.hero-title{max-width:none;white-space:normal}.brand-lockup strong{font-size:.92rem}.footer-brand{font-size:1.05rem}.site-nav{justify-content:flex-start}}
