:root{--bg:#fafbfd;--surface:#fff;--surface-2:#eef2f7;--text:#1b2734;--muted:#5a6878;--border:#dbe3ee;--accent:#2c80de;--accent-ink:#fff;--accent-2:#1a5cae;--footer-bg:#13294d;--footer-fg:#d7e2f1;--footer-muted:#9fb2cd;--radius:14px;--radius-sm:9px;--maxw:1080px;--shadow:0 1px 2px #0000000a, 0 6px 22px #0000000d;--font:ui-sans-serif, system-ui, -apple-system, "Segoe UI", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif}@media (prefers-color-scheme:dark){:root{--bg:#0d1520;--surface:#16202d;--surface-2:#1e2a3a;--text:#e9eef5;--muted:#97a5b4;--border:#283445;--accent:#5aa0f0;--accent-ink:#0d1520;--accent-2:#8fbdf4;--shadow:0 1px 2px #0000004d, 0 8px 26px #00000059}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}section{padding:46px 0}section.band{background:var(--surface-2)}section.feature{color:#fff;background:linear-gradient(160deg,#2f86e4,#1c63c0)}section.feature .section-head h2,section.feature .section-head a{color:#fff}section.feature .section-head a:hover{opacity:.85;text-decoration:none}.section-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:22px;display:flex}.section-head h2{letter-spacing:.01em;margin:0;font-size:1.5rem}.section-head a{font-size:.95rem}.site-header{z-index:1000;background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;height:64px;display:flex}.brand{color:var(--text);letter-spacing:.02em;font-size:1.05rem;font-weight:800}.brand:hover{color:var(--accent);text-decoration:none}.nav{flex-wrap:wrap;gap:6px;display:flex}.nav a{color:var(--text);border-radius:999px;padding:7px 11px;font-size:.95rem}.nav a:hover{background:var(--surface-2);text-decoration:none}.nav a[aria-current=page]{background:var(--accent);color:var(--accent-ink)}@media (width<=560px){.site-header .wrap{flex-direction:column;gap:8px;height:auto;padding-top:10px;padding-bottom:10px}.site-header .nav{justify-content:center}}.hero{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 14%, var(--bg)) 0%, var(--bg) 62%);padding:64px 0 36px}.hero .kicker{color:var(--accent-2);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}.hero h1{letter-spacing:-.01em;margin:12px 0 14px;font-size:clamp(2rem,5vw,3.1rem);line-height:1.12}.hero p.lead{color:var(--muted);max-width:56ch;margin:0 0 24px;font-size:1.15rem}.cta-row{flex-wrap:wrap;gap:12px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:.97rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover{filter:brightness(1.05);text-decoration:none}.btn-ghost{color:var(--text);border-color:var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-2);text-decoration:none}.soc{color:#fff;border:none}.soc:hover{filter:brightness(1.06);color:#fff;text-decoration:none}.soc-youtube{background:red}.soc-facebook{background:#1877f2}.soc-instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.grid{gap:18px;display:grid}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-2{grid-template-columns:repeat(2,1fr)}@media (width<=880px){.grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.grid.cols-3,.grid.cols-2{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.card .thumb{aspect-ratio:16/9;background:var(--surface-2);object-fit:cover;width:100%}.card .body{padding:14px 16px 18px}.card h3{margin:0 0 6px;font-size:1.05rem;line-height:1.35}.card .meta{color:var(--muted);margin:0 0 8px;font-size:.85rem}.card p{color:var(--muted);margin:0;font-size:.95rem}.card a.cover-link{color:inherit;display:block}.card a.cover-link:hover{text-decoration:none}.tag{color:var(--accent-2);background:color-mix(in srgb, var(--accent-2) 12%, transparent);border-radius:999px;margin-right:6px;padding:2px 9px;font-size:.78rem;display:inline-block}.video-card{position:relative}.video-card .play{color:#fff;place-items:center;display:grid;position:absolute;inset:0}.video-card .play span{background:#14100c8c;border-radius:50%;place-items:center;width:52px;height:52px;font-size:1.2rem;display:grid}#travel-map,.travel-map{border-radius:var(--radius);border:1px solid var(--border);z-index:0;width:100%}.leaflet-popup-content{font-family:var(--font);margin:10px 12px}.leaflet-popup-content h4{margin:0 0 4px;font-size:1rem}.leaflet-popup-content .pop-meta{color:#5a6878;margin:0 0 6px;font-size:.8rem}.leaflet-popup-content img{border-radius:8px;margin-bottom:6px}.map-pin{background:var(--accent);border:3px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 5px #0006}.place{scroll-margin-top:84px}.prose{max-width:72ch;margin:0 auto}.prose h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.prose img{border-radius:var(--radius);margin:18px 0}.prose p{margin:1em 0}.article-meta{color:var(--muted);margin-bottom:6px;font-size:.92rem}.field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.field label{font-size:.9rem;font-weight:600}.field input,.field textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;padding:10px 12px;font-size:.95rem}.field textarea{resize:vertical;min-height:120px}.field .hint{color:var(--muted);font-size:.8rem}.row2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=560px){.row2{grid-template-columns:1fr}}pre.output{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-word;padding:16px;font-size:.85rem;line-height:1.5;overflow:auto}.site-footer{background:var(--footer-bg);color:var(--footer-fg);margin-top:56px;padding:42px 0 48px}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.site-footer .brand{color:#fff}.site-footer .muted,.site-footer small{color:var(--footer-muted)}.site-footer .admin-link{color:var(--footer-muted);text-underline-offset:2px;text-decoration:underline}.site-footer .admin-link:hover{color:#fff}.muted{color:var(--muted)}.center{text-align:center}
