:root{--bg: #f7fbf9;--surface: #ffffff;--surface-strong: #ecfdf5;--ink: #13201d;--muted: #5c6f6a;--line: #d8e7e2;--accent: #0f766e;--accent-dark: #0b4f49;--sun: #facc15;--orange: #f97316;--blue: #2563eb;--shadow: 0 18px 48px rgba(15, 71, 66, .12);--radius: 8px;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.72}a{color:var(--accent-dark);text-decoration-thickness:1px;text-underline-offset:.18em}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem clamp(1rem,3vw,2rem);background:#f7fbf9f0;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand,.footer-brand{color:var(--ink);text-decoration:none}.brand{display:inline-flex;align-items:center;gap:.7rem;min-width:15rem}.brand-mark{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:800}.brand strong,.footer-brand{display:block;font-size:1rem;font-weight:800;line-height:1.2}.brand small{display:block;color:var(--muted);font-size:.76rem;line-height:1.3}.main-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.2rem}.main-nav a{border-radius:999px;color:var(--ink);font-size:.92rem;font-weight:700;padding:.45rem .7rem;text-decoration:none}.main-nav a:hover,.main-nav a:focus-visible{background:var(--surface-strong);outline:none}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.narrow{width:min(820px,calc(100% - 2rem))}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.8fr);gap:clamp(1.5rem,5vw,4rem);align-items:center;min-height:min(700px,calc(100vh - 72px));padding:clamp(2rem,5vw,4rem) 0}.hero h1,.page-hero h1{margin:0;color:var(--ink);font-size:clamp(2.1rem,5.4vw,4.25rem);line-height:1.08;letter-spacing:0}.hero p,.page-hero p{max-width:44rem;color:var(--muted);font-size:1.1rem}.hero-actions,.quick-links,.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}.button,.link-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--accent-dark);font-weight:800;padding:.62rem .95rem;text-decoration:none}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.hero-visual{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#35a884;box-shadow:var(--shadow)}.hero-visual img{width:100%;height:clamp(430px,44vw,560px);background:#35a884;object-fit:contain}.section,.page-hero{padding:clamp(2.4rem,6vw,4.5rem) 0}.band{border-block:1px solid var(--line);background:var(--surface);padding:clamp(2.4rem,6vw,4.5rem) 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.section-header h2,.article-body h2,.card h2,.content-panel h2{margin:0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.25;letter-spacing:0}.section-header p{max-width:38rem;margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.content-panel,.article-card,.court-card,.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.card,.article-card,.court-card,.faq-item{padding:1.2rem}.card h3,.article-card h2,.article-card h3,.court-card h2,.court-card h3,.faq-item h2,.faq-item h3{margin:0 0 .45rem;font-size:1.1rem;line-height:1.35}.card p,.article-card p,.court-card p,.faq-item p,.content-panel p{margin:0;color:var(--muted)}.article-card,.court-card{color:inherit;text-decoration:none}.article-card:hover,.court-card:hover{border-color:#94d5cb;box-shadow:0 10px 30px #0f766e1a}.tag{display:inline-block;margin-bottom:.6rem;color:var(--accent-dark);font-size:.82rem;font-weight:800}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:2rem;align-items:start;padding-bottom:4rem}.article-body{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(1.2rem,4vw,2.2rem);overflow-wrap:anywhere}.article-body h2{margin-top:2.2rem}.article-body h2:first-child{margin-top:0}.article-body h3{margin-top:1.6rem;font-size:1.18rem}.article-body p,.article-body li{color:#273a36}.article-body table,.data-table{width:100%;border-collapse:collapse;margin:1rem 0 1.4rem;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);font-size:.95rem}.article-body th,.article-body td,.data-table th,.data-table td{border-bottom:1px solid var(--line);overflow-wrap:normal;padding:.75rem;text-align:left;vertical-align:top;word-break:keep-all}.article-body table:not(.data-table){table-layout:fixed}.article-body table:not(.data-table) th,.article-body table:not(.data-table) td{line-height:1.65;overflow-wrap:anywhere;word-break:normal}.table-wrap{max-width:100%;overflow-x:auto}.table-wrap .data-table{min-width:980px}.article-body th,.data-table th{background:var(--surface-strong)}.content-panel{position:sticky;top:5.5rem;padding:1rem}.content-panel a{display:block;border-top:1px solid var(--line);padding:.65rem 0;color:var(--accent-dark);font-weight:700;text-decoration:none}.content-panel a:first-of-type{margin-top:.5rem}.meta-line{color:var(--muted);font-size:.92rem}.notice{border-left:4px solid var(--accent);background:var(--surface-strong);padding:1rem}.site-footer{border-top:1px solid var(--line);background:#0b3430;color:#dff7f2;padding:2.4rem clamp(1rem,3vw,2rem)}.site-footer a{display:block;color:#f8fafc;text-decoration:none}.site-footer h2{margin:0 0 .7rem;color:#fff;font-size:.95rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem;width:min(1120px,100%);margin-inline:auto}.fine-print{width:min(1120px,100%);margin:2rem auto 0;color:#b7ddd6;font-size:.9rem}@media(max-width:1080px){.article-layout{grid-template-columns:1fr}.content-panel{position:static}.article-body table:not(.data-table){font-size:.9rem}}@media(max-width:860px){.site-header,.section-header{align-items:flex-start;flex-direction:column}.main-nav{justify-content:flex-start}.hero,.article-layout,.footer-grid{grid-template-columns:1fr}.hero{min-height:auto;padding-top:2rem}.hero-visual{width:min(100%,340px);margin-inline:auto}.hero-visual img{height:420px}.grid,.grid.two{grid-template-columns:1fr}.content-panel{position:static}.article-body table:not(.data-table){display:table;max-width:100%;min-width:0;table-layout:fixed;font-size:.86rem}.article-body table:not(.data-table) th,.article-body table:not(.data-table) td{min-width:0;overflow-wrap:anywhere;padding:.52rem;word-break:normal}.table-wrap .data-table{display:table;min-width:980px}.brand{min-width:0}}@media(max-width:520px){.site-header{padding-inline:.85rem}.main-nav a{padding-inline:.55rem}.hero h1,.page-hero h1{font-size:2.25rem}}
