:root{--teal:#0F6E6B;--teal-deep:#0B4F4D;--teal-tint:#E6F2F1;--teal-line:#B9D8D6;--orange:#E8792B;--orange-tint:#FDEEDF;--orange-deep:#B85A17;--ink:#1F2A2A;--ink-2:#5B6B6A;--ink-3:#8A9796;--line:#DCE4E3;--bg:#F5F8F7;--card:#FFFFFF;--notice:#2F4F86;--notice-tint:#EAF0FA;--transit:#2E7D4F;--transit-tint:#E8F5EA;--radius:10px;--radius-s:6px;--font:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Heiti TC",system-ui,sans-serif;--shadow:0 1px 2px rgba(15,42,42,.06),0 2px 8px rgba(15,42,42,.05)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.8;font-size:15px;font-feature-settings:"palt" 0}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}img,svg{display:block;max-width:100%}:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:4px}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sr-only,.tag{white-space:nowrap}.tag{display:inline-block;font-size:12px;line-height:1;padding:5px 8px;border-radius:999px;background:var(--teal-tint);color:var(--teal-deep);font-weight:500}.tag--orange{background:var(--orange-tint);color:var(--orange-deep)}.tag--notice{background:var(--notice-tint);color:var(--notice)}.tag--transit{background:var(--transit-tint);color:var(--transit)}.tag--gray{background:#EEF2F1;color:var(--ink-2)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:var(--radius-s);font-weight:500;font-size:14px;line-height:1.4;border:1px solid var(--line);background:#fff;color:var(--ink);transition:background .15s,border-color .15s}.btn:hover{background:var(--bg);border-color:var(--teal-line)}.btn--primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-deep);border-color:var(--orange-deep)}.btn--teal{background:var(--teal);border-color:var(--teal);color:#fff}.btn--teal:hover{background:var(--teal-deep);border-color:var(--teal-deep)}.section{padding:40px 0 8px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.section-head h2{font-size:22px;font-weight:700;letter-spacing:.02em;line-height:1.4;display:flex;align-items:center;gap:10px}.section-head h2:before{content:"";width:5px;height:22px;background:var(--teal);border-radius:3px}.section-head p{color:var(--ink-2);font-size:14px}.section-head .more{font-size:14px;color:var(--teal);font-weight:500;display:inline-flex;align-items:center;gap:4px}.section-head .more:hover{text-decoration:underline}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.tags{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:6px}.ph,.tags{display:flex}.ph{position:relative;background:linear-gradient(135deg,#DCEBEA,#C6DEDC);color:var(--teal-deep);overflow:hidden;align-items:flex-end}.ph:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.55) 0,transparent 40%),radial-gradient(circle at 80% 70%,rgba(15,110,107,.12) 0,transparent 45%)}.ph>svg{position:absolute;top:50%;left:50%;width:36px;height:36px;transform:translate(-50%,-60%);opacity:.5}.ph small{position:relative;font-size:11px;padding:6px 8px;background:rgba(255,255,255,.75);border-radius:4px;margin:8px;line-height:1.3}.ph--food{background:linear-gradient(135deg,#F7E4D2,#F0CDB0);color:var(--orange-deep)}.ph--people{background:linear-gradient(135deg,#E5E9F3,#CCD5E8);color:var(--notice)}body[data-mode=resident] .for-visitor,body[data-mode=visitor] .for-resident{display:none}.page-head{padding:32px 0 8px}.page-head h1{font-size:28px;font-weight:700;letter-spacing:.03em;line-height:1.35}.page-head .lead{color:var(--ink-2);font-size:15px;margin-top:6px;max-width:720px}.crumbs{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--ink-3);padding:14px 0 0}.crumbs a{color:var(--teal)}.crumbs a:hover{text-decoration:underline}.crumbs li+li:before{content:"／";margin-right:6px;color:var(--ink-3)}.prose{font-size:15px;line-height:1.9;color:var(--ink)}.prose p+p{margin-top:12px}.prose h2{font-size:19px;font-weight:700;margin:28px 0 10px;display:flex;align-items:center;gap:10px}.prose h2:before{content:"";width:4px;height:18px;background:var(--teal);border-radius:2px}.prose ul{list-style:disc;padding-left:22px}.prose li+li{margin-top:4px}.prose a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.todo{color:var(--orange-deep);background:var(--orange-tint);border-radius:4px;padding:0 5px;font-size:.92em}.ext:after{content:" ↗";font-size:.85em;color:var(--ink-3)}@media (max-width:768px){.section{padding:32px 0 4px}.page-head h1{font-size:24px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}.Footer_footer__pQtti{margin-top:48px;background:var(--teal-deep);color:rgba(255,255,255,.85);font-size:14px}.Footer_top__YBhK_{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;grid-gap:24px;gap:24px;padding:40px 0 28px;border-bottom:1px solid rgba(255,255,255,.14)}.Footer_footer__pQtti h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:10px}.Footer_footer__pQtti li{margin:4px 0}.Footer_footer__pQtti li a:hover{color:#fff;text-decoration:underline}.Footer_brand__0rdww{display:flex;align-items:center;gap:10px}.Footer_brandMark__wfwUY{width:38px;height:38px;border-radius:9px;background:#fff;color:var(--teal);display:grid;place-items:center}.Footer_brandText__BZIuX b{display:block;font-size:19px;font-weight:900;letter-spacing:.06em;line-height:1.2;color:#fff}.Footer_brandText__BZIuX span{display:block;font-size:10px;letter-spacing:.22em;color:rgba(255,255,255,.6);line-height:1.2}.Footer_about__NUgf4{font-size:13px;line-height:1.8;margin-top:12px;max-width:340px;opacity:.85}.Footer_bottom__wxP7Z{display:flex;justify-content:space-between;gap:12px;padding:16px 0;font-size:12px;opacity:.75;flex-wrap:wrap}@media (max-width:1024px){.Footer_top__YBhK_{grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.Footer_top__YBhK_{grid-template-columns:1fr 1fr}}@media (max-width:420px){.Footer_top__YBhK_{grid-template-columns:1fr}}.Header_header__KwdYD{background:#fff;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20}.Header_inner__DLT3k{display:flex;align-items:center;gap:24px;min-height:64px;position:relative}.Header_brand__fkyv5{display:flex;align-items:center;gap:10px;flex-shrink:0}.Header_brandMark__w5wIs{width:38px;height:38px;border-radius:9px;background:var(--teal);display:grid;place-items:center}.Header_brandText__9ED4V b{display:block;font-size:19px;font-weight:900;letter-spacing:.06em;line-height:1.2}.Header_brandText__9ED4V span{display:block;font-size:10px;letter-spacing:.22em;color:var(--ink-3);line-height:1.2}.Header_nav__tNWGY{display:flex;gap:2px;flex:1 1}.Header_nav__tNWGY a{padding:8px 12px;font-size:15px;font-weight:500;border-radius:var(--radius-s);position:relative}.Header_nav__tNWGY a:hover{background:var(--bg)}.Header_nav__tNWGY a[aria-current=page]{color:var(--teal)}.Header_nav__tNWGY a[aria-current=page]:after{content:"";position:absolute;left:12px;right:12px;bottom:-9px;height:3px;background:var(--teal);border-radius:2px}.Header_actions__dQYHE{display:flex;align-items:center;gap:8px;margin-left:auto}.Header_search__i7Buy{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--bg);height:38px;width:230px}.Header_search__i7Buy input{border:0;background:transparent;flex:1 1;padding:0 10px;font:inherit;font-size:14px;min-width:0;outline:none}.Header_search__i7Buy:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-tint)}.Header_search__i7Buy button{width:38px;height:38px;display:grid;place-items:center;color:var(--ink-2)}.Header_menuBtn__4zUe8{display:none;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:var(--radius-s)}@media (max-width:1024px){.Header_search__i7Buy{width:180px}.Header_nav__tNWGY a{padding:8px 9px;font-size:14px}}@media (max-width:768px){.Header_inner__DLT3k{gap:12px}.Header_nav__tNWGY{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;padding:8px 12px 12px;box-shadow:0 8px 20px rgba(0,0,0,.08)}.Header_nav__tNWGY.Header_open__J2_dJ{display:flex}.Header_nav__tNWGY a[aria-current=page]:after,.Header_search__i7Buy{display:none}.Header_menuBtn__4zUe8{display:grid}.Header_week__ZR3Gn{display:none}}.Utility_utility__tC3u_{background:var(--teal-deep);color:#fff;font-size:13px}.Utility_inner__pOFLD{display:flex;align-items:center;justify-content:space-between;min-height:34px;gap:12px}.Utility_left__k7JkR{display:flex;align-items:center;gap:14px;opacity:.9}.Utility_modes__Oe0lc{display:flex;background:rgba(255,255,255,.12);border-radius:999px;padding:3px}.Utility_modes__Oe0lc button{padding:3px 14px;border-radius:999px;font-size:13px;color:rgba(255,255,255,.85);line-height:1.5}.Utility_modes__Oe0lc button[aria-pressed=true]{background:#fff;color:var(--teal-deep);font-weight:500}.Utility_right__rwOT3{display:flex;gap:14px;opacity:.9}@media (max-width:768px){.Utility_right__rwOT3{display:none}}