:root{--ink:#12324a;--muted:#60798b;--sky:#e9f6ff;--blue:#176b9b;--deep:#0d496b;--card:rgba(255,255,255,.82);--line:rgba(34,103,139,.14);--shadow:0 18px 50px rgba(23,75,105,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--ink);font-family:"Segoe UI","Noto Sans TC",system-ui,sans-serif;background:linear-gradient(155deg,#f8fcff 0%,#e8f6ff 48%,#f2fbf8 100%);line-height:1.55}.weather-scene{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:-1}.sun{position:absolute;right:8%;top:11%;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,#fff8c5 15%,#ffd96a 50%,rgba(255,217,106,0) 72%);animation:pulse 7s ease-in-out infinite}.cloud{position:absolute;width:180px;height:50px;border-radius:50px;background:rgba(255,255,255,.55);filter:blur(1px);animation:drift 25s linear infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.cloud:before{width:70px;height:70px;left:35px;top:-30px}.cloud:after{width:90px;height:90px;right:25px;top:-45px}.cloud-a{top:18%;left:-220px}.cloud-b{top:62%;left:-260px;animation-duration:35s;animation-delay:-12s;transform:scale(.75)}@keyframes drift{to{left:110%}}@keyframes pulse{50%{transform:scale(1.07);opacity:.82}}
.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:rgba(250,253,255,.78);backdrop-filter:blur(18px);position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:10px;color:var(--deep);font-weight:800;text-decoration:none;font-size:1.06rem}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#d7efff}.topbar nav{display:flex;gap:6px}.nav-link{border:0;background:transparent;color:var(--muted);padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.nav-link:hover,.nav-link.active{background:#dff2ff;color:var(--deep)}main{width:min(1160px,92vw);margin:0 auto;padding:54px 0 72px}.page{display:none;animation:fade .3s ease}.page.active{display:block}@keyframes fade{from{opacity:0;transform:translateY(8px)}}h1,h2,p{margin-top:0}h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:18px}h2{line-height:1.25}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:32px;align-items:end;margin-bottom:28px}.hero>div:first-child>p:last-child,.section-heading>p:last-child{color:var(--muted);font-size:1.08rem;max-width:640px}.eyebrow{color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.16em;margin-bottom:8px}.card{background:var(--card);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:28px;padding:28px;backdrop-filter:blur(18px)}.compact{padding:22px}.location-form,.form-card{display:grid;gap:14px}label{display:grid;gap:6px;color:var(--muted);font-size:.88rem;font-weight:700}select,input{width:100%;border:1px solid #cddfe9;border-radius:13px;background:white;color:var(--ink);padding:11px 12px;font:inherit;outline:none}select:focus,input:focus{border-color:#44a3d5;box-shadow:0 0 0 3px rgba(68,163,213,.15)}button{font:inherit}.primary,.secondary{border:0;border-radius:13px;padding:12px 16px;font-weight:800;cursor:pointer}.primary{background:linear-gradient(135deg,#176b9b,#1c89b8);color:white;box-shadow:0 8px 20px rgba(23,107,155,.2)}.secondary{background:#e7f4fb;color:var(--deep)}.primary:hover,.secondary:hover{transform:translateY(-1px)}.dashboard-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.card-heading{display:flex;justify-content:space-between}.weather-icon{font-size:3.4rem;filter:drop-shadow(0 8px 10px rgba(23,107,155,.15))}.temperature{display:flex;align-items:start;margin:22px 0 0}.temperature strong{font-size:5.2rem;line-height:.95;letter-spacing:-.07em}.temperature span{font-size:1.4rem;margin:8px}.weather-label{font-size:1.35rem;font-weight:800;margin:16px 0 4px}.rain-now{color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0 0}.metrics div{background:rgba(231,246,255,.68);padding:14px;border-radius:15px}.metrics dt{font-size:.77rem;color:var(--muted)}.metrics dd{font-size:1.08rem;font-weight:800;margin:3px 0 0}.forecast-card{background:linear-gradient(145deg,rgba(14,75,109,.94),rgba(22,112,153,.91));color:white}.forecast-card .eyebrow,.forecast-card .muted,.forecast-card .fine-print{color:#ccecff}.forecast-value{display:flex;align-items:end;gap:8px;margin:32px 0 12px}.forecast-value strong{font-size:5rem;line-height:.85;letter-spacing:-.07em}.forecast-value span{font-size:1.2rem}.rain-pill{display:inline-block;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.17);font-weight:800}.advice{margin-top:25px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.09)}.advice span{font-size:.75rem;color:#ccecff}.advice p{margin:5px 0 0;font-weight:700}.source-line{display:flex;gap:22px;flex-wrap:wrap;color:var(--muted);font-size:.84rem;padding:15px 8px}.warning{background:#fff4d2;border:1px solid #f5d77d;color:#735b10;padding:11px 15px;border-radius:14px;margin-bottom:14px}.status-message{text-align:center;color:var(--muted);padding:28px}.error{color:#9d2d2d;background:#fff0f0;border-radius:14px}.hidden{display:none!important}.section-heading{margin-bottom:28px}.section-heading h1{margin-bottom:12px}.two-column{display:grid;grid-template-columns:400px 1fr;gap:28px}.switch-row{display:flex;align-items:center;gap:10px}.switch-row input{width:auto}.reminder-list{display:grid;gap:12px}.reminder-item{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.reminder-item h3{margin:0 0 3px}.reminder-item p{color:var(--muted);margin:0;font-size:.9rem}.reminder-actions{display:flex;gap:7px}.small-btn{border:0;padding:8px 10px;border-radius:10px;background:#e7f4fb;color:var(--deep);cursor:pointer}.small-btn.danger{background:#fff0f0;color:#a33}.disabled-item{opacity:.55}.fine-print{font-size:.76rem;color:var(--muted);margin:12px 0 0}.map-legend{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:12px;font-size:.82rem;color:var(--muted)}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px}.dry{background:#f6b93b}.light{background:#4dabf7}.medium{background:#2369c9}.heavy{background:#7c3aed}.missing{background:#8898a5}.map-container{height:590px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);border:5px solid rgba(255,255,255,.8)}.weather-marker{display:grid;place-items:center;width:30px!important;height:30px!important;border-radius:50% 50% 50% 8px;transform:rotate(-45deg);border:2px solid white;box-shadow:0 4px 10px rgba(0,0,0,.25)}.weather-marker span{transform:rotate(45deg);font-size:14px}.marker-dry{background:#f6b93b}.marker-light{background:#4dabf7}.marker-medium{background:#2369c9}.marker-heavy{background:#7c3aed}.marker-missing{background:#8898a5}.popup-grid{min-width:210px}.popup-grid h3{margin:0 0 8px}.popup-grid p{margin:3px 0}.popup-grid strong{color:var(--deep)}footer{text-align:center;color:var(--muted);font-size:.82rem;padding:24px;border-top:1px solid var(--line);background:rgba(255,255,255,.45)}
@media(max-width:780px){.topbar{height:auto;min-height:68px;align-items:flex-start;gap:10px;padding:14px 4vw;flex-direction:column}.brand{font-size:.95rem}.topbar nav{width:100%;overflow:auto}.nav-link{flex:1;white-space:nowrap;padding:8px}main{padding-top:34px}.hero,.dashboard-grid,.two-column{grid-template-columns:1fr}.hero{gap:18px}.card{padding:21px;border-radius:22px}.temperature strong,.forecast-value strong{font-size:4.2rem}.metrics{grid-template-columns:1fr 1fr}.map-container{height:62vh;min-height:430px}.sun{width:110px;height:110px}.source-line{display:grid;gap:4px}h1{font-size:2.45rem}}
.trigger-status{margin-top:5px!important;font-size:.78rem!important}.trigger-status.match{color:#087957!important;font-weight:800}
.map-toolbar{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:12px 0 18px}.map-toolbar label{width:min(320px,100%)}.county-explorer{display:grid;grid-template-columns:minmax(430px,.95fr) minmax(420px,1.05fr);gap:22px;align-items:start}.taiwan-map-card{position:relative;min-height:720px;border-radius:28px;background:linear-gradient(155deg,rgba(224,245,255,.92),rgba(241,252,248,.95));border:1px solid rgba(255,255,255,.85);box-shadow:var(--shadow);overflow:hidden}.taiwan-map-card:before{content:"";position:absolute;inset:20px;border:1px solid rgba(23,107,155,.08);border-radius:22px;pointer-events:none}#taiwan-map{display:block;width:100%;height:700px;touch-action:manipulation}.county-shape{stroke:#fff;stroke-width:2.2;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .25s ease,filter .25s ease,opacity .25s ease}.county-shape:hover,.county-shape:focus{filter:drop-shadow(0 5px 6px rgba(12,65,94,.35));opacity:.9;outline:none}.county-shape.selected{stroke:#0d496b;stroke-width:4;filter:drop-shadow(0 7px 8px rgba(12,65,94,.38))}.county-dry{fill:#f6c453}.county-light{fill:#63b9e9}.county-medium{fill:#3679c9}.county-heavy{fill:#7c4dcc}.county-missing{fill:#9aaaae}.map-tooltip{position:absolute;z-index:4;pointer-events:none;background:#0d496b;color:#fff;border-radius:12px;padding:8px 11px;font-size:.82rem;box-shadow:0 8px 20px rgba(13,73,107,.25);transform:translate(12px,-110%)}.map-credit{position:absolute;bottom:12px;left:18px;margin:0;color:#718999;font-size:.68rem}.county-panel{min-height:720px;position:sticky;top:90px}.county-placeholder{display:grid;place-items:center;text-align:center;min-height:620px;color:var(--muted)}.county-placeholder span{font-size:4rem;color:#77badc}.county-placeholder h2{margin:10px 0 4px}.county-weather-visual{float:right;display:grid;place-items:center;width:76px;height:76px;border-radius:24px;background:#e9f7ff;overflow:hidden}.county-weather-visual span{font-size:2.8rem;animation:pulse 3.5s ease-in-out infinite}.county-weather-visual.rainy:after{content:"⋮ ⋮ ⋮";position:absolute;color:#3e8ec2;font-size:1.25rem;letter-spacing:2px;animation:rainDrop 1.2s linear infinite}.county-temperature{display:flex;align-items:center;gap:5px;margin:18px 0}.county-temperature strong{font-size:4rem;line-height:1;letter-spacing:-.06em}.county-temperature span{font-size:1.1rem;align-self:flex-start;margin-top:7px}.county-temperature em{font-style:normal;font-weight:800;margin-left:10px;color:var(--blue)}.county-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0}.county-metrics div{background:#eef8fd;border-radius:13px;padding:10px}.county-metrics dt{font-size:.7rem;color:var(--muted)}.county-metrics dd{font-size:.9rem;font-weight:800;margin:4px 0 0}.county-forecast{margin:20px 0 0;background:linear-gradient(135deg,#0f547a,#197fa9);color:#fff;border-radius:18px;padding:18px}.county-forecast .eyebrow,.county-forecast .muted{color:#ccecff}.county-forecast h3{margin:0 0 10px;font-size:1.35rem}.county-forecast h3 strong{font-size:2rem}.county-forecast p:last-child{margin:0}.travel-section{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.travel-section h3{font-size:1.35rem;margin-bottom:6px}.travel-list{display:grid;gap:9px}.travel-card{display:grid;grid-template-columns:42px 1fr;gap:11px;background:#f4fafe;border:1px solid var(--line);border-radius:15px;padding:12px}.travel-card-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#dff1fb;font-size:1.35rem}.travel-card h4{margin:0;font-size:.98rem}.travel-card p{margin:2px 0 0;color:var(--muted);font-size:.76rem}.travel-meta{display:flex;gap:6px;align-items:center}.travel-badge{font-size:.65rem;font-weight:900;text-transform:uppercase;padding:2px 6px;border-radius:999px;background:#dceef8;color:#176b9b}@keyframes rainDrop{from{transform:translateY(-8px);opacity:.3}to{transform:translateY(12px);opacity:0}}
@media(max-width:900px){.county-explorer{grid-template-columns:1fr}.county-panel{position:static;min-height:0}.county-placeholder{min-height:260px}.taiwan-map-card{min-height:610px}#taiwan-map{height:590px}.county-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.map-toolbar{align-items:stretch;flex-direction:column}.map-toolbar label{width:100%}.county-explorer{gap:15px}.taiwan-map-card{min-height:510px;border-radius:22px}#taiwan-map{height:490px}.county-panel{padding:20px}.county-temperature strong{font-size:3.3rem}.travel-card{grid-template-columns:38px 1fr}.map-credit{font-size:.6rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
.weekday-fieldset{border:0;padding:0;margin:0}.weekday-fieldset legend{color:var(--muted);font-size:.88rem;font-weight:700;margin-bottom:7px}.weekday-options{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.weekday-options label{display:block;cursor:pointer}.weekday-options input{position:absolute;opacity:0;pointer-events:none;width:1px}.weekday-options span{display:grid;place-items:center;min-height:38px;border:1px solid #cddfe9;border-radius:11px;background:#fff;color:var(--muted);transition:.18s ease}.weekday-options input:checked+span{border-color:var(--blue);background:#dff2ff;color:var(--deep);font-weight:900}.weekday-options input:focus-visible+span{box-shadow:0 0 0 3px rgba(68,163,213,.2)}
.planning-section{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.planning-section h3{margin:0 0 12px}.rain-timeline{display:grid;grid-template-columns:repeat(4,minmax(105px,1fr));gap:8px;overflow-x:auto;padding-bottom:3px}.timeline-item{position:relative;min-width:105px;padding:11px;border-radius:14px;border:1px solid var(--line);background:#f5fafe}.timeline-item:before{content:"";display:block;height:5px;border-radius:999px;margin:-3px 0 9px;background:#8898a5}.timeline-dry:before{background:#f6b93b}.timeline-light:before{background:#4dabf7}.timeline-medium:before{background:#2369c9}.timeline-heavy:before{background:#7c3aed}.timeline-time{font-size:.7rem;color:var(--muted);font-weight:800}.timeline-level{display:flex;align-items:center;gap:5px;margin:4px 0}.timeline-level span{font-size:1.15rem}.timeline-level strong{font-size:.88rem}.timeline-item small{display:block;color:var(--muted);font-size:.63rem}.outing-card{display:flex;align-items:center;gap:12px;margin-top:13px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#fff7d9,#eaf9f2);border:1px solid rgba(230,190,80,.25)}.outing-card>span{font-size:2rem}.outing-card small{display:block;color:var(--muted)}.outing-card strong{display:block;font-size:1.02rem}.outing-card p{margin:2px 0 0;color:var(--muted);font-size:.76rem}.favorites-section{margin-top:24px}.favorites-heading h2{margin-bottom:4px}.favorites-heading p:last-child{color:var(--muted);margin-bottom:18px}.favorite-form{display:grid;grid-template-columns:.7fr 1fr 1fr auto;align-items:end;gap:10px}.favorite-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.favorite-card{padding:17px;border:1px solid var(--line);border-radius:18px;background:#f8fcff}.favorite-card-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.favorite-card-head>span{font-size:1.8rem}.favorite-card-head small{color:var(--muted)}.favorite-card h3{font-size:1rem;margin:0}.favorite-weather{display:flex;justify-content:space-between;align-items:center;margin:18px 0 10px}.favorite-weather strong{font-size:1.25rem}.favorite-weather span{color:var(--blue);font-weight:800}.favorite-card dl{display:grid;gap:7px;margin:0}.favorite-card dl div{display:flex;justify-content:space-between;gap:10px}.favorite-card dt{color:var(--muted);font-size:.76rem}.favorite-card dd{margin:0;font-size:.78rem;font-weight:800;text-align:right}.privacy-note{margin:16px 0 0;padding:10px 12px;border-radius:12px;background:#edf8f3;color:#35725a;font-size:.76rem}
@media(max-width:900px){.favorite-form{grid-template-columns:1fr 1fr}.favorite-list{grid-template-columns:1fr}.rain-timeline{grid-template-columns:repeat(4,minmax(125px,1fr))}}
@media(max-width:560px){.favorite-form{grid-template-columns:1fr}.rain-timeline{margin-right:-20px;padding-right:20px}.favorites-section{padding:20px}}
.map-left-column{display:grid;gap:22px;min-width:0}.map-left-column .favorites-section{margin-top:0}.map-left-column .favorite-form{grid-template-columns:1fr 1fr}.map-left-column .favorite-form .primary{grid-column:1/-1}.map-left-column .favorite-list{grid-template-columns:1fr}.taiwan-map-card,#taiwan-map{transition:min-height .42s ease,height .42s ease}.county-explorer.has-selection .taiwan-map-card{min-height:480px}.county-explorer.has-selection #taiwan-map{height:460px}
@media(max-width:900px){.map-left-column{display:contents}.taiwan-map-card{order:1}.county-panel{order:2}.favorites-section{order:3}.county-explorer.has-selection .taiwan-map-card{min-height:610px}.county-explorer.has-selection #taiwan-map{height:590px}.map-left-column .favorite-form{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.county-explorer.has-selection .taiwan-map-card{min-height:510px}.county-explorer.has-selection #taiwan-map{height:490px}.map-left-column .favorite-form{grid-template-columns:1fr}}
.county-explorer,.county-panel,.map-left-column{min-width:0}.rain-timeline{max-width:100%}
