
:root{--ink:#1f2a4d;--forest:#2b3a67;--paper:#f5f4f0;--paper2:#e9e7e2;--rust:#c65f6e;--mist:#8b93a8;--line:rgba(31,42,77,.14);--white:#fffdf7;--danger:#a8405a;--shadow:0 18px 55px rgba(25,35,64,.12);font-family:-apple-system,BlinkMacSystemFont,"Avenir Next","Hiragino Sans","Noto Sans KR","Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}html{background:var(--forest)}body{margin:0;background:var(--paper);min-height:100svh}button,input{font:inherit;color:inherit}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:30;height:72px;padding:calc(10px + env(safe-area-inset-top)) 18px 10px;display:flex;align-items:flex-end;justify-content:space-between;background:rgba(245,244,240,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(31,42,77,.08)}.brand{border:0;background:none;display:flex;gap:10px;align-items:center;padding:4px 0;min-height:44px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--forest);color:#f0eee9;font-family:serif;font-size:17px}.brand b{display:block;font-size:12px;letter-spacing:.18em}.brand small{display:block;font-size:9px;letter-spacing:.13em;color:#7a8296;margin-top:2px}.icon-btn{border:1px solid var(--line);background:var(--white);width:44px;height:44px;border-radius:50%;font-size:22px}.bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:calc(66px + env(safe-area-inset-bottom));padding:6px max(10px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(10px,env(safe-area-inset-right));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(250,249,246,.94);backdrop-filter:blur(18px);border-top:1px solid rgba(31,42,77,.1)}.bottom-nav button{border:0;background:none;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;color:#7a8296}.bottom-nav button svg{width:23px;height:23px}.bottom-nav small{font-size:10px}.bottom-nav button.active{background:#e2e1ea;color:var(--forest)}main{min-height:calc(100svh - 138px);padding-bottom:calc(110px + env(safe-area-inset-bottom))}.page{max-width:1050px;margin:0 auto;padding:26px 18px 32px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rust)}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(38px,9vw,74px);line-height:.95;letter-spacing:-.035em;margin-bottom:14px}h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:30px;letter-spacing:-.02em}h3{font-size:15px;margin-bottom:8px}.lede{max-width:650px;color:#68708c;font-size:16px;line-height:1.55}.hero{position:relative;overflow:hidden;background:var(--forest);color:#f2f0ec;border-radius:0 0 34px 34px;min-height:350px;padding:34px 22px 26px;margin:-26px -18px 24px;box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(242,240,236,.15);border-radius:50%;width:470px;height:250px;right:-140px;top:-75px;transform:rotate(-18deg)}.hero:after{width:570px;height:330px;right:-190px;top:-100px}.hero .eyebrow{color:#d8a7b2}.hero h1{font-size:clamp(46px,13vw,82px);max-width:650px}.hero p{color:#c9cfe0;max-width:560px}.hero-grid{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end;margin-top:26px}.countdown{font-size:42px;font-family:Georgia,serif}.countdown small{display:block;font-family:inherit;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#aab0c4}.weather-pill{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);text-align:right;min-width:120px}.weather-pill b{display:block;font-size:23px}.weather-pill small{color:#c3c9da}.section{margin:30px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.section-head h2{margin:0}.section-head a,.text-link{color:var(--rust);font-size:12px;font-weight:700;text-decoration:none}.card{background:rgba(255,254,252,.72);border:1px solid var(--line);border-radius:22px;padding:17px;box-shadow:0 6px 24px rgba(31,42,77,.035)}.next-card{padding:20px;background:var(--white);border:0;box-shadow:var(--shadow)}.next-row{display:flex;justify-content:space-between;align-items:start;gap:16px}.time{font-family:Georgia,serif;font-size:28px;white-space:nowrap}.meta{font-size:12px;color:#747c96}.tag{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#e5e4ee;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tag.fixed{background:#f3d7de;color:#8f3a52}.tag.confirmed{background:#dce8e4;color:#3a5d54}.tag.conditional{background:#e6ddc5;color:#6e5a24}.tag.optional{background:#e8e8ee;color:#666e88}.tag.fallback{background:#dfe3ef;color:#4d5a78}.warning{margin-top:12px;border-left:3px solid var(--rust);padding:9px 0 9px 12px;font-size:13px;color:#7c4256}.actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.btn{border:0;border-radius:14px;padding:11px 14px;min-height:44px;background:var(--forest);color:white;font-weight:700;font-size:12px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn.secondary{background:#e7e6ef;color:var(--forest)}.btn.ghost{background:transparent;border:1px solid var(--line);color:var(--forest)}.timeline{position:relative;margin-left:2px}.timeline:before{content:"";position:absolute;left:12px;top:12px;bottom:12px;width:1px;background:var(--line)}.timeline-item{position:relative;padding:0 0 20px 38px}.timeline-dot{position:absolute;left:6px;top:6px;width:13px;height:13px;border-radius:50%;background:var(--paper);border:3px solid var(--mist)}.timeline-item.fixed .timeline-dot{border-color:var(--rust)}.timeline-item.conditional .timeline-dot{border-color:#a88b42}.timeline-time{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#77809b;margin-bottom:4px}.timeline-title{font-weight:750;font-size:15px}.timeline-body{font-size:13px;line-height:1.5;color:#6a7490;margin-top:5px}.day-card{padding:0;overflow:hidden}.day-button{width:100%;border:0;background:transparent;text-align:left;padding:18px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.day-date{font-family:Georgia,serif;font-size:23px;line-height:1}.day-date small{display:block;font-family:inherit;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#727b95;margin-top:5px}.day-summary{font-size:12px;color:#747c96;line-height:1.45;margin-top:5px}.chev{font-size:18px;color:#8b95ab}.day-detail{display:none;padding:0 18px 18px}.day-card.open .day-detail{display:block}.day-card.open .chev{transform:rotate(180deg)}.day-list{display:grid;gap:10px}.route-card{background:var(--forest);border-radius:30px;padding:18px;color:#f2f0ec;overflow:hidden;box-shadow:var(--shadow)}#routeSvg{width:100%;height:auto;display:block}.route-label{font-size:10px;fill:#f2f0ec;font-weight:700}.route-sub{font-size:8px;fill:#a9b0c6}.route-line{fill:none;stroke:#c990a4;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.route-halo{fill:none;stroke:rgba(255,255,255,.12);stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.route-pin{fill:#f2f0ec;stroke:#2b3a67;stroke-width:3}.map-day-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-top:14px}.place-search{position:sticky;top:74px;z-index:20;background:var(--paper);padding:8px 0 12px}.place-search input{width:100%;border:1px solid var(--line);background:var(--white);border-radius:16px;padding:13px 15px;outline:none}.place-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:11px}.place-card .category{font-size:10px;color:var(--rust);font-weight:800;text-transform:uppercase;letter-spacing:.1em}.place-card p{font-size:13px;line-height:1.48;color:#6c7492}.stay-grid,.flight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.stay-dates{font-family:Georgia,serif;font-size:20px;color:var(--rust)}.checklist{display:grid;gap:8px}.check-row{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:start;padding:11px 0;border-bottom:1px solid var(--line);cursor:pointer;min-height:44px}.check-row:last-child{border:0}.check-row input{appearance:none;width:22px;height:22px;border-radius:7px;border:1.5px solid #8189a6;background:white;margin:0}.check-row input:checked{background:var(--forest);box-shadow:inset 0 0 0 5px white}.check-row.done span{text-decoration:line-through;color:#8a92a8}.check-row small{display:block;color:#848da6;margin-top:3px;line-height:1.4}.open-grid{display:grid;gap:9px}.open-item{display:flex;justify-content:space-between;gap:12px;align-items:center}.open-item strong{font-size:14px}.status{font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--rust)}.privacy-note{background:#e7e6ef;border-radius:18px;padding:15px;font-size:12px;line-height:1.5;color:#6c7492}.source-list{font-size:12px;line-height:1.5;color:#6c7b76}.source-list li{margin:8px 0}.source-list a{color:var(--forest)}.weather-grid{display:flex;gap:8px;overflow:auto;padding:2px 0 8px;scroll-snap-type:x proximity}.weather-day{min-width:98px;background:rgba(255,254,252,.7);border:1px solid var(--line);border-radius:17px;padding:12px;scroll-snap-align:start}.weather-day b{display:block;font-size:17px}.weather-day small{color:#75857f}.empty{padding:30px;text-align:center;color:#7f89a3;border:1px dashed var(--line);border-radius:20px}.toast{position:fixed;z-index:80;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));transform:translate(-50%,20px);background:var(--forest);color:white;border-radius:999px;padding:10px 15px;font-size:12px;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.update-bar{position:fixed;z-index:90;left:12px;right:12px;bottom:calc(78px + env(safe-area-inset-bottom));background:#1a2440;color:white;border-radius:18px;padding:13px 14px;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:12px;align-items:center}.update-bar[hidden]{display:none}.update-bar small{display:block;color:#b9c1d6;margin-top:2px}.update-bar button{border:0;border-radius:12px;background:#eadbe2;color:var(--forest);font-weight:800;padding:9px 12px}.kicker-row{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.split{display:grid;gap:12px}.note-box{padding:14px;border-radius:16px;background:#e7e6ef;font-size:12px;line-height:1.5}.hard{border-color:#e3b8c6;background:#fcf8fb}.compact-list{display:grid;gap:8px}.compact-item{padding:12px 0;border-bottom:1px solid var(--line)}.compact-item:last-child{border:0}.compact-item b{font-size:13px}.compact-item small{display:block;color:#78829c;margin-top:3px;line-height:1.35}@media(min-width:720px){.topbar{height:78px;padding-left:28px;padding-right:28px}.page{padding:40px 28px 60px}.hero{margin:-40px -28px 35px;padding:54px 40px 38px;min-height:420px;border-radius:0 0 42px 42px}.hero-grid{max-width:760px}.split{grid-template-columns:1.25fr .75fr}.bottom-nav{left:50%;right:auto;transform:translateX(-50%);width:520px;border:1px solid var(--line);border-bottom:0;border-radius:22px 22px 0 0}.route-card{padding:30px}.day-button{grid-template-columns:1fr auto;padding:22px}.day-detail{padding:0 22px 22px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.modal-backdrop{position:fixed;inset:0;z-index:120;background:rgba(10,26,22,.55);backdrop-filter:blur(6px);display:grid;place-items:end center;padding:18px}.modal-backdrop[hidden]{display:none}.install-sheet{position:relative;width:min(520px,100%);background:#fffdf7;border-radius:26px;padding:25px 22px calc(24px + env(safe-area-inset-bottom));box-shadow:0 28px 80px rgba(8,25,21,.35)}.install-sheet h2{font-size:28px;margin:8px 38px 16px 0}.install-sheet ol{padding-left:22px;line-height:1.8}.modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#eae9f0;color:#1f2a4d;font-size:24px}.hero{background-image:radial-gradient(circle at 78% 18%,rgba(242,240,236,.06),transparent 22%),linear-gradient(145deg,rgba(255,255,255,.025),transparent 45%)}

.open-item>div{min-width:0}.open-item .status{display:block;margin-bottom:3px}.open-item strong{display:block;line-height:1.25}
@media(max-width:350px){.hero-grid{grid-template-columns:1fr;align-items:start}.countdown{font-size:36px}.weather-pill{justify-self:start;text-align:left}.hero{min-height:390px}.hero .eyebrow{font-size:10px}}

/* ---- v2: photographic hero ---- */
.hero.hero-photo{min-height:430px}
.hero.hero-photo:before,.hero.hero-photo:after{display:none}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,42,77,.46) 0%,rgba(31,42,77,.68) 45%,rgba(31,42,77,.93) 100%)}
.hero-inner{position:relative;z-index:1}.hero-inner h1,.hero-inner p,.hero-inner .countdown{text-shadow:0 1px 14px rgba(13,20,42,.55)}
.hero-photo .hero .eyebrow{color:#e9b9c6}
/* ---- v2: day thumbnails ---- */
.day-thumb{width:64px;height:64px;border-radius:14px;object-fit:cover;flex:0 0 64px;background:#e5e4ee}
.day-main{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:start;flex:1;min-width:0}
.img-credit{font-size:10px;color:#747c96;padding:10px 0 2px;border-top:1px solid rgba(31,42,77,.08);margin-top:14px}
.img-credit a{color:inherit}
/* ---- v2: nav icons (SVG) ---- */
.bottom-nav button svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.bottom-nav button svg .fill{fill:currentColor;stroke:none}
/* ---- v2: Google Maps embed ---- */
.map-embed-card{padding:0;background:#dfe3ef}
.map-embed-card iframe{width:100%;height:min(52vh,430px);border:0;display:block;border-radius:30px}
.map-day-head{display:flex;gap:10px;align-items:center;margin-bottom:6px}
.map-day-thumb{width:46px;height:46px;border-radius:10px;object-fit:cover;background:#e5e4ee;flex:0 0 46px}
@media(max-width:720px){.map-embed-card iframe{border-radius:24px;height:46vh;min-height:300px}}
@media(prefers-reduced-motion:reduce){.hero-img{display:none}}

.weather-pill.pending b{opacity:.3}
.weather-pill.pending{min-width:150px}

@media(min-width:720px){.day-list{max-width:820px;margin:0 auto}.map-day-grid{max-width:980px;margin-left:auto;margin-right:auto}}

.weather-pill.pending{display:flex;align-items:center;justify-content:center;text-align:center}
.weather-pill .pill-pending{font-size:11px;letter-spacing:.04em;color:#c3c9da}
