@charset "UTF-8";
:root{--blue:#1239bb;--ink:#12203b;--muted:#526179;--line:#dce2ee;--paper:#f3f5fa;--red:#d33f42;--yellow:#fff2ca;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 -apple-system,BlinkMacSystemFont,"Noto Sans TC","Microsoft JhengHei",sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--blue);text-underline-offset:3px}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #e7a629;outline-offset:3px}button{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:44px;padding:9px 14px;color:var(--ink)}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:12px 24px;gap:10px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:800}.brandmark{display:grid;place-items:center;background:var(--blue);color:white;width:43px;height:43px;border-radius:12px;font-size:28px}.brand small{display:block;font-size:12px;font-weight:600;letter-spacing:1px;color:var(--muted)}.status{font-size:12px;border-radius:30px;min-height:36px;padding:6px 12px;color:var(--blue);background:#e8edff;white-space:nowrap}.status.ready{background:#e4f3ef;color:#146146}main{max-width:1120px;margin:auto;padding:6px 24px 130px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:750;color:var(--blue)}h1{font-size:clamp(27px,4vw,42px);line-height:1.25;letter-spacing:-.7px;margin:9px 0 13px}h2{font-size:23px;line-height:1.4;margin:0 0 14px}h3{font-size:19px;line-height:1.4;margin:0 0 8px}p{margin:8px 0 14px}small,.small{font-size:14px;color:var(--muted)}.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:1.3fr 1fr;background:var(--blue);color:white;border-radius:24px;overflow:hidden;margin-bottom:20px}.heroText{padding:25px 28px}.hero h1{font-size:31px}.hero .eyebrow,.hero .small{color:#dbe4ff}.hero img{width:100%;height:100%;max-height:210px;object-fit:cover}.hero p{margin:0;font-size:15px}.datewrap{position:sticky;top:0;background:var(--paper);padding:9px 0 12px;z-index:12}.dates{display:flex;gap:8px;overflow:auto;scrollbar-width:thin;padding:2px 1px 7px}.date{display:flex;flex-direction:column;align-items:center;flex:1;min-width:73px;border:1px solid var(--line);border-radius:15px;padding:10px 8px;color:var(--muted);text-decoration:none;background:white;line-height:1.4;position:relative}.date b{font-size:19px;color:var(--ink)}.date span{font-size:12px}.date.active{background:var(--blue);border-color:var(--blue);color:white;box-shadow:0 4px 10px #1239bb26}.date.active b{color:white}.dayhead{display:flex;justify-content:space-between;align-items:start;gap:15px;margin:14px 0}.dayhead h1{margin:4px 0 8px}.pills{display:flex;gap:7px;flex-wrap:wrap}.pill{display:inline-block;background:#e9eefb;color:#29468b;font-size:13px;border-radius:20px;padding:3px 10px}.pill.red{background:#fff0ed;color:#a8332f}.pill.green{background:#e5f3ee;color:#196247}.layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr);gap:24px;align-items:start}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:16px}.alert{background:var(--yellow);border:1px solid #efda98;border-radius:14px;padding:13px 16px;margin:12px 0 20px;font-size:15px}.alert b{display:block;color:#79521a}.sectionlabel{display:flex;justify-content:space-between;align-items:center;margin:15px 0 12px}.sectionlabel h2{margin:0}.timeline{border-left:2px solid #cdd7f0;margin-left:12px;padding-left:24px}.stop{position:relative;margin-bottom:18px}.stop:before{content:"";width:12px;height:12px;background:var(--blue);border:4px solid var(--paper);box-sizing:content-box;position:absolute;left:-35px;top:8px;border-radius:50%}.time{font-size:14px;font-weight:800;color:var(--blue);margin-bottom:6px;letter-spacing:.2px}.stop .card{padding:19px;margin:0}.stop h3{margin-top:3px}.stop ul,.card ul,.panel ul{padding-left:21px;margin:9px 0}.stop li,.card li{margin:6px 0}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.actions a,.actions button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--blue);text-decoration:none;font-weight:650;font-size:14px}.actions .primary,.btn.primary{background:var(--blue);border-color:var(--blue);color:white}.address{font-size:14px;background:#f5f7fb;border-radius:9px;padding:9px 11px;margin:10px 0;overflow-wrap:anywhere}.address strong{display:block;color:var(--ink);font-size:16px}.hotel{border-top:4px solid var(--blue)}.hotel h3{margin-top:6px}.details{border:1px solid var(--line);border-radius:13px;background:white;margin:10px 0;overflow:hidden}.details summary{cursor:pointer;min-height:48px;font-weight:700;padding:13px 15px;list-style-position:inside}.details[open] summary{border-bottom:1px solid var(--line)}.detailbody{padding:14px 16px}.detailbody p:last-child{margin-bottom:0}.route{background:#f1f5ff;border-radius:12px;padding:13px;margin:10px 0}.route ol{padding-left:23px;margin:0}.route li{padding:4px 0}.meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:14px}.bottomnav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(620px,100%);display:grid;grid-template-columns:repeat(5,1fr);z-index:30;background:#fff;box-shadow:0 -5px 25px #12203b12;border:1px solid var(--line);border-bottom:0;border-radius:20px 20px 0 0;padding:7px 8px calc(7px + env(safe-area-inset-bottom));}.bottomnav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--muted);font-size:13px;font-weight:650;min-height:54px;border-radius:12px}.bottomnav a>span{font-size:23px;line-height:1.2;margin-bottom:3px}.bottomnav a.active{background:#eaf0ff;color:var(--blue)}.totop{position:fixed;bottom:calc(95px + env(safe-area-inset-bottom));right:max(18px,calc((100vw - 1130px)/2));width:44px;padding:0;border-radius:50%;box-shadow:0 4px 16px #12203b15;z-index:18}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin:16px 0}.tabs button{white-space:nowrap;flex-shrink:0}.tabs .active{background:var(--blue);color:white;border-color:var(--blue)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid .card{margin-bottom:0}.foodcard{position:relative}.foodcard .tag{color:var(--red);font-size:13px;font-weight:750;margin-bottom:7px}.price{font-size:15px;font-weight:700;color:var(--blue)}.check{display:flex;gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid #edf0f6;cursor:pointer}.check:last-child{border:0}.check input{width:23px;height:23px;accent-color:var(--blue);flex-shrink:0;margin-top:3px}.check.done .checktext{text-decoration:line-through;color:#69768a}.checktext small{display:block;text-decoration:none}.progress{height:6px;background:#e5eaf4;border-radius:6px;overflow:hidden;margin:12px 0 6px}.progress i{height:100%;display:block;background:var(--blue)}textarea,input[type=text]{width:100%;border:1px solid #bec8da;border-radius:10px;padding:12px;background:#fff;color:var(--ink)}textarea{min-height:130px;resize:vertical}label.field{display:block;margin:13px 0;font-weight:650}label.field input{margin-top:5px}.note{font-size:14px;color:var(--muted);margin-top:9px}.bigkorean{font-size:25px;line-height:1.65;font-weight:700;word-break:keep-all;overflow-wrap:anywhere}.emergency{border-top:4px solid var(--red)}.phone{font-size:28px;font-weight:800;color:var(--red);text-decoration:none}.pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.panel{max-width:780px}#toast{position:fixed;bottom:calc(90px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);background:#12203b;color:white;border-radius:12px;padding:10px 18px;z-index:80;display:none;max-width:90%;font-size:14px}dialog{width:min(550px,calc(100% - 28px));max-height:85dvh;border:0;border-radius:22px;padding:22px;color:var(--ink);box-shadow:0 20px 80px #0004}dialog::backdrop{background:#13204088}.dialoghead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.dialoghead button{min-width:44px;padding:7px}.skip{position:fixed;top:-100px;left:10px;z-index:100;background:white;padding:10px}.skip:focus{top:10px}.footer{font-size:13px;color:var(--muted);margin-top:28px;border-top:1px solid var(--line);padding-top:15px}.footer a{color:var(--muted)}.printonly{display:none}.empty{padding:30px;text-align:center}.sourceitem{padding:12px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.todaybtn{white-space:nowrap}.offlinebanner{background:#e9eefb;padding:12px;border-radius:12px}.daypager{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.daypager a{max-width:48%;}.miniheading{font-size:14px;font-weight:800;color:var(--muted);margin:15px 0 6px}.installbox{border:1px solid #c5d2fa;background:#f1f5ff}.photo-credit{font-size:12px}.locked{color:#a8332f;font-weight:750}.checkcount{font-size:15px;font-weight:750;color:var(--blue)}
@media(max-width:760px){.topbar{height:76px;padding:12px 16px}.brand{font-size:16px}.brand small{font-size:10px}.brandmark{width:36px;height:36px;font-size:25px}.status{font-size:11px;padding:6px 9px}main{padding:4px 16px 125px}.hero{grid-template-columns:1.5fr 1fr;border-radius:18px;margin-bottom:10px}.heroText{padding:17px}.hero h1{font-size:23px;margin:6px 0}.hero p{font-size:13px}.hero .eyebrow{font-size:11px;letter-spacing:1px}.hero img{min-height:147px;max-height:160px}.layout{display:flex;flex-direction:column;gap:10px}.layout>section,.layout>aside{width:100%}.dayhead{margin-top:10px}.dayhead h1{font-size:28px}.date{min-width:64px;padding:8px 5px}.date b{font-size:18px}.datewrap{margin-right:-16px;padding-right:0}.dates{padding-right:16px}.card{padding:18px}.timeline{padding-left:20px;margin-left:9px}.stop:before{left:-31px}.stop .card{padding:16px}.grid{grid-template-columns:1fr}.pair{grid-template-columns:1fr}.dayhead .todaybtn{font-size:13px;padding:7px 10px}.totop{right:14px}.alert{font-size:14px}.foodcard h3{font-size:20px}.bigkorean{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.topbar,.bottomnav,.datewrap,.totop,.tabs,.actions,button,.hero,.footer,#toast{display:none!important}body{background:white;font-size:12pt}main{padding:0;max-width:none}.layout,.grid{display:block}.card,.details{break-inside:avoid;box-shadow:none}details:not([open])>*{display:block}h1{font-size:23pt}.printonly{display:block}}
