@layer reset,base,components,responsive;
@layer reset{*{box-sizing:border-box}html,body{margin:0;height:100%;overscroll-behavior:none}body{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0;background:none}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button:disabled{opacity:.5;cursor:wait}img{max-width:100%;display:block}svg{display:block}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}[hidden]{display:none!important}}
@layer base{
:root{--paper:oklch(96.3% .009 105);--surface:oklch(99% .005 95);--ink:oklch(26% .018 158);--muted:oklch(50% .018 135);--line:oklch(86% .018 108);--soft:oklch(92% .016 108);--accent:oklch(49% .118 42);--accent-soft:oklch(93% .028 57);--green:oklch(35% .035 157);--white:oklch(99% .003 95);--radius:18px;--ease:cubic-bezier(.22,1,.36,1)}
body{background:var(--paper);color:var(--ink);font:15px/1.5 -apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;-webkit-font-smoothing:antialiased}button{line-height:1.4}h1,h2,h3{font-weight:600;letter-spacing:-.025em}h1{font-size:26px}h2{font-size:21px}h3{font-size:16px}p{line-height:1.75}small{font-size:12px}.icon{width:22px;height:22px;flex-shrink:0}button,.button{touch-action:manipulation}.app-shell{height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-width:1600px;margin:auto;background:var(--paper)}.app-header{height:76px;padding:calc(10px + env(safe-area-inset-top)) 22px 10px;display:flex;align-items:center;justify-content:space-between}.wordmark{display:flex;gap:11px;align-items:center;padding:0;text-align:left;min-height:44px;font-size:21px;font-weight:650;letter-spacing:.05em}.wordmark small{display:block;font-size:10px;color:var(--muted);font-weight:400;letter-spacing:.04em;margin-top:2px}.brand-mark{display:grid;place-content:center;font-family:'Songti SC',SimSun,serif;border:1px solid var(--ink);border-radius:50% 50% 5px 5px;width:32px;height:38px;font-size:21px;font-weight:400}.header-actions{display:flex;gap:7px}.icon-button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;position:relative}.icon-button:hover{background:var(--soft)}.header-actions .icon-button:last-child{border:1px solid var(--line)}#screen{min-height:0;min-width:0;overflow:hidden;outline:none}#screen>div{animation:enter .24s var(--ease)}.desktop-brand,.desktop-caption{display:none}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-top:1px solid var(--line);background:var(--surface);padding:6px 15px calc(8px + env(safe-area-inset-bottom));gap:12px;z-index:500}.bottom-nav button{height:54px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;position:relative;color:var(--muted);border-radius:14px;transition:color .18s,background .18s,transform .18s}.bottom-nav button span{font-size:11px;font-weight:550}.bottom-nav button[aria-current=page]{color:var(--accent);background:var(--accent-soft)}.bottom-nav button .icon{width:21px;height:21px}.bottom-nav button:active{transform:scale(.95)}.eyebrow{font-size:10px;letter-spacing:.1em;color:var(--muted);display:inline-flex;align-items:center;gap:7px}.section-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.two-line{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.button{min-height:46px;padding:11px 17px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:550;transition:transform .18s var(--ease),background .18s}.button:active{transform:scale(.98)}.primary{background:var(--ink);color:var(--white)}.primary:hover{background:var(--green)}.secondary{background:var(--soft);color:var(--ink)}.subtle{color:var(--muted);background:transparent}.text-link{text-decoration:underline;text-underline-offset:4px;color:var(--accent)}.text-button{min-height:44px;color:var(--accent);font-size:13px}.skip{position:absolute;left:12px;top:-100px;background:var(--surface);padding:12px;z-index:1000}.skip:focus{top:5px}#toast{position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));max-width:calc(100% - 40px);width:max-content;padding:12px 20px;border-radius:12px;background:var(--ink);color:var(--white);box-shadow:0 7px 25px oklch(20% .01 150 / .18);font-size:13px;z-index:9999;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:opacity .2s,transform .2s}#toast.visible{opacity:1;transform:translate(-50%,0)}#print-content{display:none}.live-dot,.active-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.active-dot{position:absolute;right:8px;top:8px}.fine-print{font-size:12px;color:var(--muted);line-height:1.8;margin:18px 0}.empty-state{text-align:center;padding:45px 20px;color:var(--muted)}.empty-state p{font-size:13px;margin-top:8px}@keyframes enter{from{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
}
@layer components{
.now-screen{height:100%;display:flex;flex-direction:column;gap:12px;padding:0 20px 10px;overflow-y:auto}.landscape{flex:1;min-height:148px;max-height:245px;position:relative}.landscape-image{height:100%;position:relative;border-radius:24px 24px 6px 6px;overflow:hidden;color:var(--white)}.landscape-image>img{height:100%;width:100%;object-fit:cover;object-position:50% 60%}.landscape-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,oklch(19% .02 158 / .66),transparent 90%),linear-gradient(0deg,oklch(19% .02 158 / .7),transparent 40%)}.image-coordinate{position:absolute;right:18px;top:16px;font-size:8px;letter-spacing:.18em;z-index:1;writing-mode:vertical-rl}.landscape-title{position:absolute;left:22px;top:20px;z-index:1}.landscape-title>span{font-size:9px;letter-spacing:.2em;opacity:.85}.landscape-title h1{font-family:'Songti SC','STSong',SimSun,serif;font-size:29px;font-weight:400;letter-spacing:.11em;line-height:1.65;margin-top:6px}.landscape-title em{font-size:22px;font-weight:400;font-style:normal}.trip-thread{position:absolute;left:22px;right:22px;bottom:15px;display:flex;align-items:center;gap:8px;z-index:1;font-size:10px}.trip-thread i{height:1px;width:15px;background:currentColor;opacity:.4}.trip-thread b{margin-left:auto;font-size:9px;letter-spacing:.03em;font-weight:400;opacity:.8}.live-plan{flex-shrink:0;background:var(--surface);border-radius:6px 6px 20px 20px;padding:18px 20px 0;position:relative;margin-top:-6px;box-shadow:0 7px 15px oklch(30% .02 130 / .03)}.live-plan:before,.live-plan:after{content:'';position:absolute;top:-5px;width:10px;height:10px;background:var(--paper);border-radius:50%}.live-plan:before{left:-5px}.live-plan:after{right:-5px}.live-plan h2{font-size:20px;line-height:1.5;margin:10px 0 6px}.live-plan p{font-size:13px;color:var(--muted);line-height:1.65}.clock-label{font-size:11px;font-variant-numeric:tabular-nums;color:var(--muted)}.live-actions{display:flex;align-items:center;gap:6px;margin-top:15px}.live-actions>.primary{flex:1}.live-actions>.subtle{flex:1;padding-left:7px;padding-right:7px;font-size:13px}.next-ribbon{width:100%;display:grid;grid-template-columns:90px minmax(0,1fr) 14px;gap:12px;align-items:center;border-top:1px dashed var(--line);margin-top:18px;padding:13px 0;text-align:left}.next-ribbon>span{font-size:9px;color:var(--muted)}.next-ribbon b{display:block;font-size:10px;font-weight:500;margin-top:3px}.next-ribbon>strong{font-size:12px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.next-ribbon>.icon{width:14px;height:14px}.urgent{background:var(--accent-soft)}.weather-peek{width:100%;display:flex;gap:10px;align-items:center;padding:0 6px;min-height:42px;font-size:12px}.weather-peek>span{flex:1;text-align:left}.weather-peek>b{font-family:Georgia,serif;font-size:21px;font-weight:400}.weather-peek>.icon:first-child{color:var(--accent);width:24px;height:24px}.weather-peek>.icon:last-child{width:14px;height:14px}.weather-peek em{font-size:9px;color:var(--accent);font-style:normal}.quick-actions{display:grid;grid-template-columns:1fr 1fr;flex-shrink:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0}.quick-actions>button{display:grid;grid-template-columns:1fr 17px;gap:7px;text-align:left;padding:0 10px}.quick-actions>button:first-child{border-right:1px solid var(--line);padding-left:4px}.quick-symbol{grid-column:1/-1;color:var(--green)}.quick-symbol .icon{width:20px;height:20px}.quick-actions strong{font-size:13px;font-weight:600;display:block}.quick-actions small{display:block;font-size:9px;color:var(--muted);margin-top:4px;white-space:nowrap}.quick-actions>button>.icon{width:16px;height:16px;align-self:center}.quiet-reminder{display:flex;align-items:center;gap:8px;min-height:28px;font-size:10px;color:var(--muted);padding:0 4px;flex-shrink:0}.quiet-reminder .icon{width:13px;height:13px;margin-left:auto}.reminder-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}
.route-screen,.food-screen,.map-screen{height:100%;display:flex;flex-direction:column;min-height:0}.day-picker{display:flex;gap:7px;overflow-x:auto;flex-shrink:0;padding:4px 20px 14px;scrollbar-width:none;scroll-snap-type:x proximity}.day-picker::-webkit-scrollbar{display:none}.day-picker button{min-width:64px;flex-shrink:0;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:16px;color:var(--muted);scroll-snap-align:center;transition:background .18s,color .18s}.day-picker small{font-size:10px}.day-picker strong{font-size:19px;letter-spacing:-.05em;font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}.day-picker span{font-size:8px;letter-spacing:.05em}.day-picker button[aria-pressed=true]{background:var(--ink);color:var(--white)}.day-overview{display:flex;gap:16px;align-items:center;margin:0 20px 18px;flex-shrink:0}.day-overview>img{width:76px;height:85px;object-fit:cover;border-radius:40px 40px 8px 8px}.day-overview>div{flex:1;min-width:0}.day-overview h1{font-size:21px;line-height:1.5;margin:3px 0 1px}.day-overview button{min-height:32px;display:flex;align-items:center;gap:4px;font-size:11px;color:var(--muted);padding:0}.day-overview .icon{width:13px;height:13px}.route-tools{display:flex;align-items:center;gap:12px;margin:0 20px;flex-shrink:0}.segments{display:flex;gap:3px;background:var(--soft);padding:4px;border-radius:13px;flex:1}.segments button{flex:1;min-height:40px;display:flex;gap:6px;align-items:center;justify-content:center;padding:5px 7px;border-radius:10px;font-size:13px;white-space:nowrap;color:var(--muted);transition:background .2s,color .2s}.segments button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:0 2px 4px oklch(20% .01 140 / .04)}.segments small{font-size:9px;opacity:.7}.scenario-button{font-size:12px;min-height:44px;padding:0 2px;display:flex;align-items:center;gap:7px}.scenario-button .icon{width:15px;height:15px}.scenario-button.active{color:var(--accent);max-width:95px}.period-meta{display:flex;align-items:center;justify-content:space-between;margin:13px 22px 7px;font-size:10px;color:var(--muted);flex-shrink:0}.event-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;flex:1;padding:0 20px;touch-action:pan-y}.event-row{width:100%;display:grid;grid-template-columns:45px 28px minmax(0,1fr) 17px;gap:10px;align-items:center;padding:17px 0;text-align:left;border-bottom:1px solid var(--line);position:relative}.event-time{font-size:15px;font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-weight:550}.event-time small{display:block;font-size:10px;color:var(--muted);font-weight:400;margin-top:3px;letter-spacing:0}.event-symbol{display:grid;place-items:center;color:var(--muted);height:28px;width:28px;border:1px solid var(--line);border-radius:50%;background:var(--paper)}.event-symbol .icon{width:14px;height:14px}.event-symbol.visit,.event-symbol.meal{color:var(--accent);background:var(--accent-soft);border-color:transparent}.event-copy{min-width:0}.event-copy strong{font-size:14px;font-weight:550;line-height:1.5;display:block}.event-copy small{font-size:10px;display:block;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-row>.icon{width:13px;height:13px;color:var(--muted)}.fixed-dot{font-size:8px;color:var(--accent);white-space:nowrap}.event-row.done .event-copy{opacity:.55}.event-row.done .event-symbol{background:var(--green);color:var(--white)}.event-row.is-current{background:var(--accent-soft);border-radius:10px;padding-left:8px;padding-right:8px}.route-bottom{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted);padding:5px 20px 4px;border-top:1px solid var(--line);flex-shrink:0}.route-bottom button{min-height:38px;display:flex;align-items:center;gap:5px;font-size:11px}.route-bottom .icon{width:14px;height:14px}.pending-banner{display:flex;align-items:center;justify-content:space-between;margin:0 20px 5px;padding:10px 12px;min-height:44px;background:var(--accent-soft);font-size:11px;text-align:left;border-radius:10px;flex-shrink:0}.pending-banner .icon{width:14px;height:14px}
.map-screen .day-picker{padding-bottom:10px}.map-screen .day-picker button{min-height:68px}.map-stage{position:relative;flex:1;min-height:170px;overflow:hidden;margin:0 12px;border-radius:22px 22px 4px 4px;background:var(--soft)}#map{position:absolute;inset:0}.map-top{position:absolute;top:13px;left:13px;right:13px;z-index:450;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.map-top>span{font-size:11px;padding:9px 13px;border-radius:9px;background:var(--surface)}.map-top button{background:var(--surface);pointer-events:auto;box-shadow:0 3px 10px oklch(20% .01 150 / .1)}.map-gps{position:absolute;bottom:35px;right:13px;z-index:450;background:var(--surface);box-shadow:0 3px 10px oklch(20% .01 150 / .1)}.map-caption{position:absolute;left:10px;bottom:20px;max-width:calc(100% - 80px);font-size:9px;z-index:450;color:var(--muted);background:var(--surface);padding:3px 7px;border-radius:4px}.map-dock{flex-shrink:0;padding:14px 22px 16px;background:var(--surface);border-radius:22px 22px 0 0;margin-top:-4px;position:relative;z-index:480}.map-dock-top,.destination-title{display:flex;justify-content:space-between;align-items:center;gap:8px}.map-dock-top button,.destination-title button{display:flex;align-items:center;gap:4px;min-height:30px;font-size:11px;flex-shrink:0}.map-dock-top .icon,.destination-title .icon{width:13px;height:13px}.stop-chips{display:flex;overflow-x:auto;gap:8px;scrollbar-width:none;padding:8px 0 12px}.stop-chips button{flex-shrink:0;min-height:40px;display:flex;align-items:center;gap:7px;background:var(--soft);border-radius:10px;padding:7px 11px;font-size:11px}.stop-chips button small{font-size:9px;opacity:.6}.stop-chips button[aria-pressed=true]{background:var(--ink);color:var(--white)}.destination-title h2{font-size:19px;line-height:1.5}.destination-caption{font-size:11px;color:var(--muted);margin-top:2px}.location-inline{font-size:10px;color:var(--muted);margin-top:5px}.navigation-actions{display:flex;gap:9px;margin-top:14px}.navigation-actions .button{flex:1}.map-pin{height:34px;min-width:34px;border-radius:50% 50% 50% 4px;border:2px solid var(--surface);background:var(--ink);color:var(--white);font-size:12px;box-shadow:0 3px 8px oklch(15% .02 140 / .15)}.map-pin.selected{background:var(--accent);transform:scale(1.12)}.gps-marker{background:oklch(53% .12 250);border:3px solid var(--surface);border-radius:50%;box-shadow:0 0 0 6px oklch(53% .12 250 / .14);text-align:center;font-size:9px;color:var(--white)}.leaflet-container{font:12px/1.5 inherit}
.screen-heading{padding:0 22px 15px;flex-shrink:0}.screen-heading h1{font-size:25px;margin-top:4px}.meal-tabs{flex:0;margin:0 20px 14px}.meal-tabs button{flex-direction:column;gap:2px;min-height:45px}.meal-tabs small{font-size:9px}.food-scroll{flex:1;min-height:0;overflow:auto;padding:0 20px 15px}.featured-food{border-radius:20px;overflow:hidden;background:var(--surface)}.dish-image{height:140px;position:relative}.dish-image img{width:100%;height:100%;object-fit:cover}.dish-caption{position:absolute;left:12px;bottom:9px;padding:3px 6px;font-size:8px;color:var(--white);background:oklch(23% .015 155 / .7);border-radius:3px}.meal-time{position:absolute;right:12px;top:12px;background:var(--surface);padding:7px 9px;border-radius:7px;font-size:10px}.food-info{padding:17px}.food-info .section-line{align-items:flex-start}.food-info .eyebrow{font-size:9px;letter-spacing:0}.food-price{font-size:16px;white-space:nowrap;font-weight:500;color:var(--accent)}.food-price small{font-size:9px;font-weight:400}.food-info h2{font-size:20px;line-height:1.45;margin:8px 0}.food-info p{font-size:12px;color:var(--muted)}.food-info .live-actions{margin-top:12px}.dish-typography{height:100%;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:20px 35px}.dish-typography>span{font-family:'Songti SC',SimSun,serif;font-size:25px;letter-spacing:.2em;line-height:1.4}.dish-typography>.icon{width:65px;height:65px;opacity:.3}.alternatives-heading{display:flex;align-items:center;justify-content:space-between;margin:22px 0 6px}.alternatives-heading h3{font-size:14px}.alternatives-heading span{font-size:9px;color:var(--muted)}.food-choice{display:grid;grid-template-columns:23px minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 3px;border-bottom:1px solid var(--line);width:100%;text-align:left}.choice-radio{width:20px;height:20px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex-shrink:0}.choice-radio .icon{width:12px;height:12px}.chosen .choice-radio,[aria-pressed=true]>.choice-radio{background:var(--accent);color:var(--white);border-color:var(--accent)}.food-choice strong{display:block;font-size:13px;font-weight:550}.food-choice small{display:block;font-size:10px;color:var(--muted);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.food-choice b{font-size:11px;font-weight:500}.food-budget{font-size:10px;color:var(--muted);margin:13px 0}.simple-meal{padding:24px 7px}.simple-meal>.icon{color:var(--accent);width:32px;height:32px;margin-bottom:20px}.simple-meal p{margin:15px 0;color:var(--muted);font-size:15px}
}
@layer components{
dialog{padding:0;border:0;color:var(--ink);background:var(--surface);border-radius:25px 25px 0 0;width:100%;max-width:620px;max-height:88vh;max-height:88dvh;margin:auto auto 0;overflow:hidden;box-shadow:0 -10px 65px oklch(10% .015 130 / .12)}dialog[open]{display:flex;flex-direction:column;animation:sheet-in .25s var(--ease)}dialog::backdrop{background:oklch(18% .018 150 / .4)}.sheet-grip{width:34px;height:4px;border-radius:3px;background:var(--line);margin:10px auto 0;flex-shrink:0}.sheet-head{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:18px 23px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.sheet-head h2{font-size:22px;line-height:1.45;margin-top:5px}.sheet-head .icon-button{flex-shrink:0;background:var(--soft);width:40px;height:40px;font-size:16px}.sheet-content{padding:20px 23px calc(26px + env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;min-height:0;font-size:15px;line-height:1.8}.sheet-content p{margin:10px 0}.sheet-content>.button{margin-top:13px;width:100%}.sheet-content h3{margin:10px 0}.detail-time{display:flex;justify-content:space-between;align-items:center;margin:0 0 20px}.detail-time strong{font-size:24px;font-weight:500;letter-spacing:-.05em}.detail-time strong span{font-size:18px;font-weight:400;color:var(--muted)}.detail-time>span{font-size:12px;color:var(--muted);white-space:nowrap}.detail-lead{font-size:16px;line-height:1.85}.detail-section{margin-top:24px;border-top:1px solid var(--line);padding-top:10px}.detail-section p{font-size:14px}.detail-disclosure,.guide-section{border-top:1px solid var(--line);margin-top:20px}.detail-disclosure summary,.guide-section>summary{padding:16px 0;cursor:pointer;font-size:14px;font-weight:550;min-height:48px}.detail-disclosure p{font-size:14px;color:var(--muted)}.address-block{display:flex;align-items:flex-start;gap:13px;margin:25px 0 15px;padding:16px;background:var(--paper);border-radius:13px;font-size:13px}.address-block p{margin:4px 0;font-size:13px}.address-block small{font-size:11px;color:var(--accent)}.address-block .icon{width:19px;height:19px;flex-shrink:0;margin-top:3px}.complete-button{background:var(--paper);border:1px solid var(--line)}.complete-button.completed{background:var(--soft);color:var(--green)}.source-links{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;margin-top:22px}.source-row{font-size:13px;border-bottom:1px solid var(--line);padding:13px 0}.source-row small{display:block;color:var(--muted);margin-top:6px}.overview-row{display:grid;grid-template-columns:44px minmax(0,1fr) 15px;gap:14px;width:100%;align-items:center;min-height:60px;padding:13px 0;border-bottom:1px solid var(--line);text-align:left}.overview-row>span{font-size:13px;color:var(--muted)}.overview-row b{font-weight:500;font-size:14px}.overview-row small{font-size:11px;color:var(--muted);display:block}.overview-row .icon{width:14px;height:14px}.alert-note{background:var(--accent-soft);border-radius:12px;padding:13px 16px;font-size:13px;color:var(--accent)}.inline-action{display:flex;align-items:center;gap:8px;min-height:48px;padding:12px 15px;background:var(--soft);border-radius:12px;width:100%;font-size:13px;margin:20px 0}.inline-action .icon:last-child{margin-left:auto}.weather-feature{padding:8px 0 16px;text-align:center}.weather-feature>span{font-size:12px;color:var(--muted)}.weather-feature>strong{font:48px/1.5 Georgia,serif;display:block}.weather-feature>p{font-size:14px;margin:0}.weather-metrics{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;font-size:11px;color:var(--muted)}.weather-metrics div{flex:1}.weather-metrics b{display:block;font-size:16px;font-weight:550;color:var(--ink);margin-top:6px}.weather-days button{display:grid;grid-template-columns:48px 25px 1fr auto;gap:10px;align-items:center;width:100%;padding:13px 7px;text-align:left;border-bottom:1px solid var(--line);font-size:13px;border-radius:7px}.weather-days button[aria-pressed=true]{background:var(--paper)}.weather-days small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.weather-days b{font:17px Georgia,serif}.weather-days .icon{color:var(--muted)}.scenario-option{display:flex;align-items:flex-start;gap:12px;text-align:left;width:100%;padding:19px 0;border-bottom:1px solid var(--line)}.scenario-option strong{display:block;font-size:15px}.scenario-option small{display:block;font-size:13px;color:var(--muted);line-height:1.8;margin-top:7px}.scenario-option .choice-radio{margin-top:3px}.location-visual{text-align:center;padding:18px 0}.location-visual>.icon{width:45px;height:45px;color:var(--accent);margin:0 auto 20px}.location-visual p{font-size:14px;color:var(--muted)}.field-label{display:block;font-size:13px;margin:18px 0}.field-label select,.field-label input{display:block;margin-top:10px;padding:12px;min-height:48px;border:1px solid var(--line);border-radius:10px;background:var(--paper);width:100%;font-size:16px;color:var(--ink)}.ticket{background:var(--paper);border-radius:15px;padding:18px}.ticket>span{font-size:10px;letter-spacing:.1em;color:var(--muted)}.ticket>div{display:flex;align-items:center;justify-content:space-between;margin:15px 0}.ticket strong{font-size:20px;line-height:1.5}.ticket small{display:block;font-size:14px;font-weight:400}.ticket p{border-top:1px dashed var(--line);padding-top:13px;font-size:11px;margin-bottom:0;color:var(--muted)}.ticket .icon{color:var(--muted)}.tool-menu>button{display:flex;gap:14px;align-items:center;width:100%;padding:19px 0;border-bottom:1px solid var(--line);text-align:left}.tool-menu>button>.icon:first-child{color:var(--muted);width:20px;height:20px}.tool-menu>button>.icon:last-child{margin-left:auto;width:15px;height:15px}.tool-menu b{font-size:14px;display:block;font-weight:550}.tool-menu small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.checklist>label{display:flex;align-items:flex-start;gap:13px;padding:19px 0;border-bottom:1px solid var(--line)}.checklist input{width:20px;height:20px;flex-shrink:0;accent-color:var(--accent);margin-top:4px}.checklist b{font-size:14px;font-weight:550}.checklist small{display:block;font-size:13px;color:var(--muted);margin-top:7px;line-height:1.8}.guide-section p,.guide-section details{font-size:14px;line-height:1.85}.guide-section details summary{padding:12px 0;cursor:pointer}.guide-section table{border-collapse:collapse;font-size:12px;width:100%;table-layout:fixed}.guide-section td,.guide-section th{text-align:left;border-bottom:1px solid var(--line);padding:10px 5px;overflow-wrap:anywhere}.guide-section button{min-height:44px;color:var(--accent);text-decoration:underline}@keyframes sheet-in{from{opacity:.5;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
}
@layer responsive{
@media(max-height:760px) and (max-width:767px){.app-header{height:65px;padding-top:8px;padding-bottom:8px}.now-screen{gap:8px;padding-bottom:5px}.landscape{min-height:127px;max-height:160px}.landscape-title{top:14px}.landscape-title h1{font-size:25px;line-height:1.5;margin-top:4px}.landscape-title em{font-size:19px}.trip-thread{bottom:12px}.live-plan{padding:13px 17px 0}.live-plan h2{font-size:18px;margin:7px 0 5px}.live-plan .two-line{font-size:12px;line-height:1.55}.live-actions{margin-top:10px}.live-actions .button{min-height:42px;padding-top:9px;padding-bottom:9px}.next-ribbon{padding:10px 0;margin-top:12px}.quick-actions{padding:10px 0}.quick-symbol{display:none}.weather-peek{min-height:35px}.quiet-reminder{min-height:24px}.bottom-nav{padding-top:5px;padding-bottom:calc(5px + env(safe-area-inset-bottom))}.bottom-nav button{height:49px}.day-picker{padding-bottom:10px}.day-picker button{min-height:68px}.day-overview{margin-bottom:12px}.day-overview>img{height:65px;width:62px}.day-overview h1{font-size:19px}.event-row{padding:15px 0}.map-dock{padding-top:8px;padding-bottom:10px}.stop-chips{padding:5px 0 9px}.navigation-actions{margin-top:10px}.map-stage{min-height:130px}.screen-heading{padding-bottom:10px}.screen-heading h1{font-size:22px}.dish-image{height:115px}}
@media(max-width:359px){.app-header{padding-left:17px;padding-right:17px}.now-screen{padding-left:15px;padding-right:15px}.live-plan h2{font-size:18px}.day-picker{padding-left:15px;padding-right:15px}.day-picker button{min-width:59px}.day-overview{margin-left:15px;margin-right:15px;gap:12px}.day-overview>img{width:55px;height:68px}.day-overview h1{font-size:18px}.route-tools{margin:0 15px;gap:8px}.event-list{padding:0 15px}.event-row{grid-template-columns:40px 24px minmax(0,1fr) 12px;gap:8px}.event-copy strong{font-size:13px}.event-symbol{width:24px;height:24px}.quick-actions small{font-size:8px}.map-dock{padding-left:17px;padding-right:17px}.food-scroll{padding:0 15px 15px}.meal-tabs{margin-left:15px;margin-right:15px}.food-info{padding:13px}.food-info h2{font-size:18px}.sheet-head{padding-left:18px;padding-right:18px}.sheet-content{padding-left:18px;padding-right:18px}.sheet-head h2{font-size:20px}.next-ribbon{grid-template-columns:80px minmax(0,1fr) 12px;gap:8px}}
@media(min-width:768px){.app-shell{grid-template-columns:180px minmax(0,1fr);grid-template-rows:90px minmax(0,1fr) 55px;max-width:1320px;padding:18px 28px;column-gap:30px}.desktop-brand{display:flex;flex-wrap:wrap;align-content:flex-start;gap:11px;padding-top:20px;font-family:'Songti SC',SimSun,serif;font-size:22px;grid-column:1;grid-row:1}.desktop-brand>span:nth-child(2){font-size:20px}.desktop-brand small{display:block;font:8px/2 system-ui;letter-spacing:.13em}.desktop-brand p{font:10px/1.5 system-ui;color:var(--muted);margin-top:7px}.app-header{grid-column:2;grid-row:1;height:auto;padding:10px 0 15px;border-bottom:1px solid var(--line);margin-bottom:14px}.wordmark .brand-mark{display:none}.wordmark{font-size:20px}.wordmark small{font-size:11px}#screen{grid-column:2;grid-row:2}.bottom-nav{grid-column:1;grid-row:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:40px 0;border:0;background:none;gap:10px}.bottom-nav button{flex-direction:row;gap:16px;justify-content:flex-start;padding-left:20px;height:52px}.bottom-nav button span{font-size:14px}.desktop-caption{display:block;grid-column:1;grid-row:3;font-size:8px;letter-spacing:.08em;line-height:2;color:var(--muted)}.now-screen{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);grid-template-rows:1fr auto auto auto;padding:0;gap:16px;height:100%;overflow:auto}.landscape{grid-column:1;grid-row:1/5;max-height:none;min-height:400px}.landscape-image{border-radius:120px 120px 16px 16px}.landscape-image:after{background:linear-gradient(0deg,oklch(18% .02 160 / .8),oklch(18% .02 160 / .1) 90%)}.landscape-title{top:auto;bottom:100px;left:30px}.landscape-title h1{font-size:38px;line-height:1.6;letter-spacing:.1em}.landscape-title em{font-size:26px}.landscape-title>span{font-size:11px}.image-coordinate{top:60px;right:30px}.trip-thread{flex-wrap:wrap;left:30px;right:30px;bottom:30px;font-size:10px}.trip-thread b{width:100%;margin:10px 0 0;letter-spacing:.14em}.live-plan{grid-column:2;margin:0;border-radius:20px;padding:25px 22px 0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.live-plan:before,.live-plan:after{display:none}.live-plan h2{font-size:25px;margin-top:20px}.live-plan p{font-size:14px}.live-plan .live-actions{margin-top:25px}.next-ribbon{margin-top:25px;padding:20px 0}.quick-actions{grid-column:2;min-height:90px}.quick-actions strong{font-size:13px}.quick-actions small{font-size:9px}.quiet-reminder{grid-column:2;min-height:35px;font-size:11px}.day-picker{padding-left:0;padding-right:0;gap:12px;justify-content:space-between}.day-picker button{flex:1;min-height:78px;max-width:105px}.day-overview{margin:0 0 22px;gap:20px}.day-overview>img{width:110px;height:100px}.day-overview h1{font-size:29px}.day-overview .eyebrow{font-size:12px}.day-overview button{font-size:12px}.route-tools{margin:0}.segments{max-width:430px}.segments button{font-size:14px}.route-tools .scenario-button{margin-left:auto}.period-meta{margin-left:0;margin-right:0;font-size:11px}.event-list{padding:0 5px 0 0}.event-row{grid-template-columns:65px 32px minmax(0,1fr) 20px;padding:19px 0;gap:18px}.event-time{font-size:18px}.event-copy strong{font-size:16px}.event-copy small{font-size:12px}.route-bottom{padding-left:0;padding-right:0}.pending-banner{margin-left:0;margin-right:0}.map-stage{margin:0;border-radius:20px;min-height:170px}.map-dock{margin:0;padding:17px 24px;border-radius:20px;background:var(--surface)}.map-screen{gap:10px}.map-screen .day-picker{padding-bottom:0}.stop-chips button{font-size:12px}.destination-title h2{font-size:21px}.navigation-actions .button{max-width:260px}.screen-heading{padding-left:0}.meal-tabs{margin-left:0;margin-right:0;max-width:none}.food-scroll{padding:0 0 12px;display:grid;grid-template-columns:1fr 1fr;gap:0 25px;align-content:start}.featured-food{grid-row:1/5}.dish-image{height:215px}.food-info{padding:22px}.food-info h2{font-size:25px}.food-info p{font-size:14px}.alternatives-heading{margin-top:4px;align-self:start}.alternatives-heading h3{font-size:16px}.food-choice{padding:20px 0}.food-choice strong{font-size:14px}.food-choice small{font-size:11px}.food-budget{grid-column:2}.simple-meal{grid-column:1/-1}.sheet-content{padding:24px 30px 35px}.sheet-head{padding:22px 30px}dialog{margin:auto;max-height:88vh;border-radius:24px}.sheet-grip{display:none}.sheet-head h2{font-size:25px}}
@media(min-width:1100px){.app-shell{grid-template-columns:210px minmax(0,1fr);padding:24px 45px;column-gap:55px}.landscape-title h1{font-size:43px}.live-plan{padding-left:30px;padding-right:30px}}
@media(max-height:520px){.app-shell{height:100dvh}.now-screen{overflow:auto}.landscape{min-height:130px;flex:none}.route-screen,.food-screen,.map-screen{overflow-y:auto}.event-list,.food-scroll{flex:none;overflow:visible}.map-stage{flex:none;height:240px}.day-overview{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{body{height:auto;overflow:visible;background:var(--surface)}.app-shell,dialog,#toast,.skip{display:none!important}#print-content{display:block;padding:20px;font-size:12px}#print-content section{break-inside:avoid;padding:12px 0}#print-content h2{font-size:15px}#print-content h1{font-size:24px}}
}

@layer responsive{.live-actions .button{white-space:nowrap}.urgent .two-line{-webkit-line-clamp:3}@media(max-width:359px){.live-actions .button{font-size:12px;padding-left:9px;padding-right:9px;gap:6px}.live-actions .button .icon{width:18px;height:18px}}}

@layer components { .food-info .section-line .eyebrow { min-width:0; flex:1; overflow-wrap:anywhere; } .food-price { flex-shrink:0; } .destination-title h2 { min-width:0; overflow-wrap:anywhere; } }
