/* Trip Mode v2: one phone-first vertical interface on desktop and mobile. */
:root{--trip-ink:#123f37;--trip-deep:#083a32;--trip-green:#176152;--trip-paper:#f8f4eb;--trip-card:#fffdf8;--trip-mint:#dfece6;--trip-coral:#c66e51;--trip-line:rgba(18,63,55,.14)}
.trip-mode-launch{position:fixed;right:18px;bottom:88px;z-index:115;display:flex;align-items:center;gap:8px;min-height:48px;padding:0 17px;border:1px solid rgba(255,255,255,.55);border-radius:999px;color:#fff;background:rgba(7,53,46,.94);box-shadow:0 12px 34px rgba(4,40,34,.25);font:800 13px/1 "Microsoft YaHei",sans-serif;cursor:pointer}.trip-mode-launch::before{content:'TODAY';color:#efb98d;font:800 9px/1 Arial;letter-spacing:.13em}
body.trip-mode-open{overflow:hidden}.trip-mode-overlay{position:fixed;inset:0;z-index:700;display:grid;place-items:center;padding:20px;background:rgba(2,29,25,.74);backdrop-filter:blur(12px)}.trip-mode-panel{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(430px,100%);height:min(900px,calc(100dvh - 40px));overflow:hidden;border:1px solid rgba(255,255,255,.5);border-radius:27px;background:var(--trip-paper);box-shadow:0 35px 90px rgba(0,25,21,.42)}
.trip-mode-header{position:relative;padding:15px 15px 0;color:#fff;background:linear-gradient(145deg,#176152,#082f29)}.trip-mode-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.trip-mode-topline small{display:block;margin-bottom:4px;color:#f1b388;font:800 9px/1 Arial;letter-spacing:.15em}.trip-mode-topline strong{font:500 24px/1.1 Georgia,"Songti SC",serif}.trip-mode-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:rgba(255,255,255,.1);font-size:23px;cursor:pointer}
.trip-map-provider{display:flex;align-items:center;gap:5px}.trip-mode-header>.trip-map-provider{margin-top:9px}.trip-map-provider>span{margin-right:auto;color:inherit;opacity:.75;font-size:9px}.trip-map-provider button{min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#d1e1dc;background:rgba(255,255,255,.08);font:800 9px/1 Arial;cursor:pointer}.trip-map-provider button.is-active{color:var(--trip-deep);border-color:#f4c7a1;background:#f4c7a1}.trip-map-body>.trip-map-provider{margin:0 0 9px}.trip-map-body>.trip-map-provider>span{color:#667a73;opacity:1}.trip-map-body>.trip-map-provider button{color:var(--trip-green);border-color:var(--trip-line);background:#edf4f0}.trip-map-body>.trip-map-provider button.is-active{color:#fff;background:var(--trip-green)}
.trip-mode-days{display:flex;gap:7px;overflow:auto;margin:10px -15px 0;padding:0 15px 11px;scrollbar-width:none}.trip-mode-days::-webkit-scrollbar{display:none}.trip-mode-day{flex:0 0 auto;display:grid;gap:3px;min-width:80px;padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:11px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);text-align:left;cursor:pointer}.trip-mode-day b{font-size:11px}.trip-mode-day span{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.trip-mode-day.is-active{color:var(--trip-deep);border-color:#f4c7a1;background:#f4c7a1}
.trip-mode-content{overflow:auto;padding:13px 12px 76px}.trip-mode-intro>small{color:var(--trip-coral);font:800 9px/1 Arial;letter-spacing:.12em}.trip-mode-intro h2{margin:5px 0 0;color:var(--trip-ink);font:500 28px/1.08 Georgia,"Songti SC",serif}.trip-mode-intro>p{margin:7px 0 0;color:#5f746e;font-size:12px;line-height:1.6}.trip-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:10px 0}.trip-overview span{padding:9px 8px;border-radius:12px;color:#687b75;background:var(--trip-card);font-size:8px;box-shadow:0 5px 16px rgba(18,63,55,.05)}.trip-overview span:nth-child(2){color:#d8e7e2;background:var(--trip-green)}.trip-overview b{display:block;margin-top:3px;color:var(--trip-ink);font-size:12px}.trip-overview span:nth-child(2) b{color:#fff}.trip-mode-dock{position:sticky;bottom:-64px;z-index:8;display:grid;grid-template-columns:.86fr 1.6fr;gap:8px;margin:18px -4px -62px;padding:10px;border:1px solid rgba(18,63,56,.12);border-radius:18px;background:rgba(255,252,245,.94);box-shadow:0 -8px 30px rgba(18,63,56,.12);backdrop-filter:blur(12px)}.trip-mode-dock button,.trip-mode-dock a{min-height:48px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:8px 10px;font:800 12px/1.25 system-ui,sans-serif;text-align:center;text-decoration:none;cursor:pointer}.trip-mode-dock button{color:#176b5d;background:#e3eee9}.trip-mode-dock a{color:#fff;background:#176b5d}
.trip-day-map{margin:10px 0 0;border:1px solid var(--trip-line);border-radius:17px;background:var(--trip-card);overflow:hidden}.trip-day-map summary{display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:8px;padding:12px;list-style:none;cursor:pointer}.trip-day-map summary::-webkit-details-marker{display:none}.trip-day-map summary span{display:grid;gap:4px}.trip-day-map summary small{color:var(--trip-coral);font:800 8px Arial;letter-spacing:.14em}.trip-day-map summary b{font-size:15px}.trip-day-map summary em{color:#687b75;font-size:9px;font-style:normal}.trip-day-map summary>i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#fff;background:var(--trip-green);font-size:21px;font-style:normal;transition:transform .18s}.trip-day-map[open] summary>i{transform:rotate(45deg)}.trip-map-body{padding:0 10px 11px}.trip-map-frame{overflow:hidden;aspect-ratio:8/5;border:1px solid #ded6c9;border-radius:13px;background:#f5f0e6}.trip-hand-map{display:block;width:100%;height:100%}.trip-map-paper{fill:#f5f0e6}.trip-map-grid{fill:none;stroke:#d8cfc0;stroke-width:4;stroke-dasharray:14 12}.trip-map-line{fill:none;stroke:var(--trip-coral);stroke-width:12;stroke-linecap:round;stroke-linejoin:round}.trip-map-dot{fill:var(--trip-green);stroke:#fff;stroke-width:7}.trip-map-dot.is-last{fill:var(--trip-coral)}.trip-map-number,.trip-map-label,.trip-map-caption,.trip-map-north{text-anchor:middle;font-family:"Microsoft YaHei",sans-serif}.trip-map-number{fill:#fff;font-size:27px;font-weight:800}.trip-map-label{fill:var(--trip-ink);font-size:26px;font-weight:800}.trip-map-caption{fill:var(--trip-coral);font-size:22px;font-weight:800;text-anchor:start}.trip-map-north{fill:#667a73;font-size:23px;font-weight:800}.trip-map-body>p{margin:7px 2px 0;color:#667a73;font-size:9px;line-height:1.45}.trip-route-strip{display:flex;align-items:center;gap:6px;overflow:auto;padding:9px 2px 2px;scrollbar-width:none}.trip-route-strip span{flex:0 0 auto;padding:6px 8px;border-radius:999px;color:var(--trip-green);background:var(--trip-mint);font-size:9px;font-weight:800}.trip-route-strip i{color:var(--trip-coral);font-style:normal}.trip-full-route{display:flex;justify-content:center;margin-top:8px;padding:11px;border-radius:11px;color:#fff;background:var(--trip-green);text-decoration:none;font-size:11px;font-weight:800}
.trip-section-heading{display:flex;align-items:end;justify-content:space-between;margin:15px 2px 8px}.trip-section-heading h3{margin:0;font:500 20px/1 Georgia,"Songti SC",serif}.trip-section-heading span{color:#6e807a;font-size:9px}.trip-stop-list{display:grid;gap:6px}.trip-stop{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:start;padding:11px 10px;border:1px solid var(--trip-line);border-radius:15px;background:var(--trip-card)}.trip-stop-no{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:var(--trip-coral);background:#f5e4d9;font:italic 700 11px Georgia}.trip-stop-copy time{color:var(--trip-coral);font-size:9px;font-weight:800}.trip-stop-copy strong{display:block;margin:3px 0 4px;font-size:14px}.trip-stop-copy p{margin:0;color:#60736d;font-size:10px;line-height:1.55}.trip-time-guard{display:inline-flex;margin-top:7px;padding:5px 7px;border-radius:7px;color:#8d4735;background:#f8e6dc;font-size:9px;font-style:normal;font-weight:800;line-height:1.35}.trip-stop-actions{grid-column:2;display:flex;gap:5px;margin-top:7px}.trip-stop-actions a{padding:8px 10px;border-radius:9px;color:#fff;text-decoration:none;font-size:9px;font-weight:800}.trip-stop-xhs{background:#d9534f}.trip-stop-map{background:var(--trip-green)}.trip-transfer{margin:-2px 0 -2px 17px;padding-left:26px;color:#798b85;font-size:9px}.trip-transfer b{font-weight:700}.trip-transfer span{margin-left:6px}
.trip-photo-card{margin-top:11px;padding:14px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#164f43,#0a362f)}.trip-photo-card>header{display:flex;align-items:start;justify-content:space-between;gap:10px}.trip-photo-card header small{color:#f1b388;font:800 9px Arial;letter-spacing:.12em}.trip-photo-card h3{margin:5px 0 0;font:500 23px Georgia,"Songti SC",serif}.trip-photo-count{padding:7px 9px;border-radius:999px;color:#cce2da;background:rgba(255,255,255,.1);font-size:10px;white-space:nowrap}.trip-lighting{margin:10px 0 0;color:#d2e2dc;font-size:11px;line-height:1.55}.trip-shot-list{display:grid;gap:7px;margin:11px 0}.trip-shot{display:grid;grid-template-columns:46px 1fr;gap:9px;padding:11px;border-radius:13px;background:rgba(255,255,255,.08)}.trip-shot>b{color:#f1b388;font-size:11px}.trip-shot strong{display:block;font-size:14px}.trip-shot span{display:block;margin-top:3px;color:#d4e3de;font-size:11px;line-height:1.55}.trip-photo-tools{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.trip-photo-tools label,.trip-photo-tools button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:0;border-radius:10px;font-size:11px;font-weight:800}.trip-photo-tools label{color:var(--trip-deep);background:#f4c7a1;cursor:pointer}.trip-photo-tools input{position:absolute;width:1px;height:1px;opacity:0}.trip-photo-tools button{color:#fff;background:rgba(255,255,255,.13)}.trip-photo-tools button:disabled{opacity:.45}.trip-photo-note{display:block;margin-top:8px;color:#bad0c9;font-size:10px;line-height:1.45}.trip-uploaded-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:11px}.trip-uploaded-photo{position:relative;margin:0;min-height:132px;aspect-ratio:4/3;border-radius:13px;overflow:hidden;background:rgba(255,255,255,.08);outline:1px solid rgba(255,255,255,.14)}.trip-uploaded-photo:only-child{grid-column:1/-1;min-height:210px;aspect-ratio:16/10}.trip-uploaded-photo img{display:block;width:100%;height:100%;object-fit:cover;cursor:zoom-in}.trip-uploaded-photo>span{position:absolute;left:7px;bottom:7px;padding:5px 7px;border-radius:7px;background:rgba(4,30,25,.72);font-size:9px}.trip-uploaded-photo button{position:absolute;z-index:2;top:7px;right:7px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:rgba(4,30,25,.78);font-size:17px}.trip-upload-empty{grid-column:1/-1;margin:0;padding:13px;border:1px dashed rgba(255,255,255,.2);border-radius:11px;color:#bad0c9;text-align:center;font-size:10px}
.trip-shopping-tip{margin-top:10px;border:1px solid var(--trip-line);border-radius:16px;background:#f0eadc;overflow:hidden}.trip-shopping-tip summary{display:grid;grid-template-columns:1fr 36px;align-items:center;padding:13px;list-style:none;cursor:pointer}.trip-shopping-tip summary::-webkit-details-marker{display:none}.trip-shopping-tip summary span{display:grid;gap:4px}.trip-shopping-tip summary small{color:#9b513c;font:800 8px Arial;letter-spacing:.12em}.trip-shopping-tip summary b{font-size:14px}.trip-shopping-tip summary>i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#fff;background:#765b3d;font-size:21px;font-style:normal}.trip-shopping-tip[open] summary>i{transform:rotate(45deg)}.trip-shopping-body{padding:0 13px 13px}.trip-shopping-body p{margin:0 0 9px;color:#52665f;font-size:11px;line-height:1.55}.trip-shopping-body a{color:#634a31;font-size:10px;font-weight:800}
.trip-photo-viewer{position:fixed;inset:0;z-index:780;display:none;place-items:center;padding:18px;background:rgba(2,24,20,.9);backdrop-filter:blur(8px)}.trip-photo-viewer.is-open{display:grid}.trip-photo-viewer img{max-width:100%;max-height:82dvh;border-radius:16px;object-fit:contain}.trip-photo-viewer button{position:absolute;top:16px;right:16px;width:42px;height:42px;border:0;border-radius:50%;color:#fff;background:rgba(255,255,255,.14);font-size:23px}.trip-mode-toast{position:fixed;left:50%;bottom:26px;z-index:790;translate:-50% 12px;padding:12px 16px;border-radius:999px;color:#fff;background:#123f37;opacity:0;pointer-events:none;transition:.18s}.trip-mode-toast.is-visible{translate:-50% 0;opacity:1}
@media(max-width:720px){.trip-mode-launch{right:6px;bottom:132px;width:54px;min-width:54px;min-height:42px;padding:0;border-radius:13px 0 0 13px;justify-content:center;font-size:11px}.trip-mode-launch::before{display:none}.trip-mode-overlay{align-items:end;padding:0}.trip-mode-panel{width:100%;height:94dvh;border-radius:24px 24px 0 0}.trip-mode-content{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.trip-mode-toast,.trip-day-map summary>i{transition:none!important}}
+
/* Trip Mode v2.1: compact readable phone layout, visible date navigation. */
.trip-mode-header{padding:12px 12px 0}.trip-mode-topline{padding-right:44px}.trip-mode-topline small{margin-bottom:3px}.trip-mode-topline strong{font-size:25px;line-height:1.05}.trip-mode-close{position:absolute;top:10px;right:10px;width:38px;height:38px;font-size:22px}
.trip-mode-header>.trip-map-provider{margin-top:6px;padding-right:1px}.trip-map-provider>span{font-size:10px}.trip-map-provider button{flex:0 0 auto;min-width:57px;padding-inline:9px}
.trip-days-wrap{display:grid;grid-template-columns:26px minmax(0,1fr) 26px;align-items:center;gap:4px;margin-top:8px}.trip-days-arrow{display:grid;place-items:center;width:26px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:#fff;background:rgba(255,255,255,.08);font:600 23px/1 Arial;cursor:pointer}.trip-mode-days{min-width:0;margin:0;padding:0 0 9px;gap:6px;scrollbar-width:thin;scrollbar-color:rgba(244,199,161,.8) rgba(255,255,255,.08);overscroll-behavior-inline:contain}.trip-mode-days::-webkit-scrollbar{display:block;height:4px}.trip-mode-days::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:4px}.trip-mode-days::-webkit-scrollbar-thumb{background:#f4c7a1;border-radius:4px}.trip-mode-day{min-width:84px;padding:7px 9px;border-radius:10px;color:rgba(255,255,255,.76)}
.trip-mode-content{padding:11px 10px 72px}.trip-mode-intro>small{font-size:10px}.trip-mode-intro h2{margin-top:4px;font-size:29px}.trip-mode-intro>p{margin-top:6px;color:#526a63;font-size:13px;line-height:1.55}.trip-overview{gap:5px;margin:8px 0}.trip-overview span{padding:8px 7px;border-radius:11px;font-size:9px}.trip-overview b{margin-top:2px;font-size:13px}
.trip-section-heading{margin:12px 2px 7px}.trip-section-heading h3{font-size:21px}.trip-stop-list{gap:5px}.trip-stop{grid-template-columns:32px minmax(0,1fr) 66px;gap:8px;padding:10px 9px;border-radius:14px}.trip-stop-no{width:30px;height:30px}.trip-stop-copy time{font-size:10px}.trip-stop-copy strong{margin:3px 0;font-size:15px}.trip-stop-copy p{color:#526a63;font-size:11.5px;line-height:1.55}.trip-time-guard{margin-top:6px;font-size:9.5px}.trip-stop-actions{grid-column:3;grid-row:1;display:grid;gap:5px;margin:0}.trip-stop-actions a{display:flex;align-items:center;justify-content:center;min-height:34px;padding:6px 5px;text-align:center;font-size:9.5px}.trip-transfer{margin-left:16px;padding-left:24px;font-size:9.5px}
.trip-photo-card{margin-top:10px;padding:13px;border-radius:17px}.trip-photo-card h3{margin-top:4px;font-size:24px}.trip-lighting{margin-top:8px;font-size:12px}.trip-shot{grid-template-columns:48px 1fr;padding:10px;border-radius:12px}.trip-shot>b{font-size:12px}.trip-shot strong{font-size:15px}.trip-shot span{font-size:12px;line-height:1.6}
.trip-mode-dock{bottom:-60px;gap:7px;margin:14px -2px -58px;padding:8px;border-radius:16px}.trip-mode-dock button,.trip-mode-dock a{min-height:46px;border-radius:12px;padding:7px 8px}
@media(max-width:360px){.trip-stop{grid-template-columns:30px minmax(0,1fr)}.trip-stop-actions{grid-column:2;grid-row:auto;display:flex}.trip-stop-actions a{min-width:58px}.trip-days-wrap{grid-template-columns:24px minmax(0,1fr) 24px}.trip-days-arrow{width:24px}}
+
/* Trip Mode v2.2: plain-language controls and denser phone actions. */
.trip-mode-header>.trip-map-provider button{min-width:68px;min-height:28px;padding:0 8px;font-size:9px}
.trip-stop{grid-template-columns:30px minmax(0,1fr) 60px;gap:7px;padding:9px 8px}.trip-stop-no{width:28px;height:28px}.trip-stop-actions{gap:4px}.trip-stop-actions a{min-height:30px;padding:4px;border-radius:8px;font-size:9px}.trip-stop-xhs{background:#c9685d}.trip-stop-map{background:#176152}.trip-transfer{margin-left:14px;padding-left:22px}
@media(max-width:720px){.trip-days-wrap{display:block;margin-top:7px}.trip-days-arrow{display:none}.trip-mode-days{padding-bottom:7px;scrollbar-width:none}.trip-mode-days::-webkit-scrollbar{display:none}.trip-mode-content{padding-top:9px}.trip-mode-header>.trip-map-provider button{min-width:72px}.trip-stop{grid-template-columns:29px minmax(0,1fr) 58px;gap:6px;padding:9px 8px}.trip-stop-copy p{font-size:11.5px}.trip-stop-actions a{min-height:29px;font-size:8.8px}}
@media(max-width:720px){.trip-mode-header>.trip-map-provider{justify-content:flex-end}.trip-mode-header>.trip-map-provider>span{display:none}}
.trip-mode-panel,.trip-mode-header,.trip-days-wrap{min-width:0}.trip-mode-header{overflow:hidden}.trip-mode-header>.trip-map-provider{width:100%;box-sizing:border-box}
