:root {
  --ocean: #087f85;
  --ocean-dark: #075c63;
  --aqua: #7bdad2;
  --sky: #dff8f5;
  --cream: #fffaf0;
  --paper: #fffefd;
  --coral: #ef745f;
  --sand: #f5d8a7;
  --ink: #163b43;
  --muted: #688188;
  --line: #d8ebe8;
  --shadow: 0 18px 45px rgba(16, 87, 91, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { background: #d7f1ef; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(155deg, #d8f5f1 0%, #fff8ea 44%, #f4f8f4 100%);
  font-family: ui-rounded, "SF Pro Rounded", "Noto Sans TC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.bottom-nav[hidden] { display:none; }

/* Gotogo 多城市首頁 */
.portal-screen { margin:-12px -16px -104px; padding-bottom:42px; background:#fffdf8; min-height:100dvh; }
.gotogo-hero { min-height:230px; padding:34px 28px 26px; color:#fff; position:relative; overflow:hidden; background:linear-gradient(125deg,rgba(3,42,78,.96),rgba(4,82,125,.84)),url('/assets/city-okinawa.jpg') center/cover; }
.gotogo-hero::after { content:""; position:absolute; width:220px; height:220px; right:-80px; bottom:-135px; border:1px solid rgba(255,255,255,.18); border-radius:50%; box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 60px rgba(255,255,255,.025); }
.gotogo-hero .route-plane { position:absolute; right:30px; top:28px; font-size:34px; transform:rotate(-10deg); }
.gotogo-hero h1 { margin:3px 0 4px; font-family:ui-rounded,"Arial Rounded MT Bold","Avenir Next",system-ui,sans-serif; font-size:56px; font-weight:900; letter-spacing:-.045em; text-shadow:0 5px 18px rgba(0,25,54,.2); }
.gotogo-hero>p { margin:0; font-size:10px; letter-spacing:.28em; opacity:.82; }
.gotogo-hero>small { display:block; font-size:14px; line-height:1.7; opacity:.9; }
.country-block { padding:0 18px; }
.country-title { display:flex; align-items:center; gap:10px; margin:24px 0 11px; }
.country-title>span { width:5px; height:26px; border-radius:8px; background:#078bc0; }
.country-title h2 { margin:0; font-size:22px; color:#0a3158; }
.country-title h2 b { margin-left:7px; font-size:15px; letter-spacing:.08em; }
.destination-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.destination-card { min-height:142px; border:0; border-radius:19px; padding:0; position:relative; overflow:hidden; cursor:pointer; color:#fff; text-align:left; background:#0a416c center/cover no-repeat; box-shadow:0 9px 24px rgba(8,48,78,.14); }
.destination-card.featured { grid-column:1/-1; min-height:164px; }
.destination-card:active { transform:scale(.985); }
.city-shade { position:absolute; inset:0; background:linear-gradient(180deg,transparent 36%,rgba(1,19,38,.9) 100%); }
.city-name { position:absolute; left:14px; bottom:14px; display:flex; align-items:baseline; gap:8px; z-index:1; }
.city-name b { font-size:19px; }
.city-name small { font-size:10px; font-weight:900; letter-spacing:.06em; }
.destination-card em { position:absolute; z-index:1; right:10px; top:10px; font-style:normal; padding:6px 9px; background:rgba(255,255,255,.9); color:#0a416c; border-radius:99px; font-size:10px; font-weight:900; box-shadow:0 4px 12px rgba(0,0,0,.12); }
.city-tokyo{background-image:url('/assets/city-tokyo.jpg')}.city-osaka{background-image:url('/assets/city-osaka.jpg')}.city-kumamoto{background-image:url('/assets/city-kumamoto.jpg')}.city-hokkaido{background-image:url('/assets/city-hokkaido.jpg')}.city-okinawa{background-image:url('/assets/city-okinawa.jpg')}.city-seoul{background-image:url('/assets/city-seoul.jpg')}.city-busan{background-image:url('/assets/city-busan.jpg')}.city-bangkok{background-image:url('/assets/city-bangkok.jpg')}.city-chiangmai{background-image:url('/assets/city-chiangmai.jpg')}.city-kualalumpur{background-image:url('/assets/city-kualalumpur.jpg')}.city-penang{background-image:url('/assets/city-penang.jpg')}
.portal-foot { margin:30px 0 0; text-align:center; color:#7790a3; font:italic 13px Georgia,serif; letter-spacing:.08em; }

/* 熊本旅程 */
.back-to-trips { border:0; background:transparent; color:#176b92; padding:5px 2px 12px; font-weight:850; cursor:pointer; }
.kumamoto-hero { min-height:220px; border-radius:28px; padding:26px; color:white; position:relative; overflow:hidden; background:linear-gradient(115deg,rgba(7,39,59,.9),rgba(11,79,91,.42)),url('/assets/city-kumamoto.jpg') center/cover; box-shadow:var(--shadow); }
.kumamoto-hero h1 { margin:4px 0 8px; font-size:34px; }
.kumamoto-hero>p { margin:0 0 18px; }
.kumamoto-hero>span { display:inline-block; border-radius:99px; padding:8px 11px; background:rgba(255,255,255,.9); color:#174b5b; font-size:11px; font-weight:900; }
.kumamoto-quick { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:11px; }
.kumamoto-quick details,.pending-list { border:1px solid var(--line); border-radius:17px; background:#fff; overflow:hidden; }
.kumamoto-quick summary,.pending-list summary { padding:13px; font-size:12px; font-weight:900; cursor:pointer; }
.kumamoto-quick details[open] { grid-column:1/-1; }
.k-info { padding:12px 13px; border-top:1px solid var(--line); }
.k-info b,.k-info span { display:block; }
.k-info b { font-size:12px; }.k-info span { margin-top:5px; color:var(--muted); font-size:11px; line-height:1.55; }
.kumamoto-picker { margin-bottom:12px; }
.kumamoto-day-head { padding:19px; color:white; border-radius:22px; background:linear-gradient(135deg,#113f62,#087f85); }
.kumamoto-day-head h2 { margin:6px 0 9px; font-size:20px; line-height:1.4; }
.kumamoto-day-head p { margin:0; font-size:12px; line-height:1.7; opacity:.85; }
.kumamoto-events { margin-top:13px; border-radius:22px; overflow:hidden; background:#fff; border:1px solid var(--line); box-shadow:0 10px 26px rgba(18,91,95,.07); }
.kumamoto-event { display:grid; grid-template-columns:82px 1fr; gap:10px; padding:13px 14px; border-bottom:1px solid #eaf2f1; }
.kumamoto-event:last-child { border-bottom:0; }
.kumamoto-event time { color:#087f85; font-size:11px; font-weight:900; }
.kumamoto-event b,.kumamoto-event small { display:block; }
.kumamoto-event b { font-size:13px; line-height:1.35; }.kumamoto-event small { margin-top:4px; color:var(--muted); font-size:11px; line-height:1.45; }
.kumamoto-note { margin-top:12px; padding:15px; border-radius:17px; background:#fff4d9; border:1px solid #f4dfac; }
.kumamoto-note b { color:#98671c; }.kumamoto-note p { margin:6px 0 0; font-size:12px; line-height:1.6; }
.kumamoto-nav { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:14px; }
.kumamoto-nav button { border:0; border-radius:15px; padding:13px; font-weight:900; color:white; background:#087f85; }
.kumamoto-nav button:disabled { color:#9eb1b4; background:#e8efef; }
.pending-list { margin-top:14px; }.pending-list ol { margin:0; padding:0 20px 16px 37px; color:#587077; font-size:12px; line-height:1.75; }

@media (max-width:390px){.destination-card{min-height:128px}.city-name{left:11px;bottom:11px;gap:5px}.city-name b{font-size:16px}.destination-card em{font-size:9px}.gotogo-hero h1{font-size:50px}}
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.app-shell {
  width: min(100%, 540px);
  min-height: 100dvh;
  margin: 0 auto;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 0 80px rgba(15, 82, 85, .16);
  position: relative;
}
.topbar {
  height: 76px;
  padding: max(14px, env(safe-area-inset-top)) 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(8, 127, 133, .08);
}
.brand { border: 0; background: transparent; display: flex; gap: 11px; align-items: center; padding: 0; text-align: left; cursor: pointer; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px 13px 13px 4px; display: grid; place-items: center; color: white; font-weight: 900; background: linear-gradient(145deg, var(--ocean), #19aaa6); box-shadow: 0 8px 18px rgba(8,127,133,.25); }
.brand b { display: block; font-size: 17px; letter-spacing: .04em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .11em; }
.icon-button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--sky); color: var(--ocean); font-size: 25px; cursor: pointer; }

main { padding: 12px 16px calc(104px + env(safe-area-inset-bottom)); min-height: calc(100dvh - 76px); }
.screen { animation: enter .28s ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } }

.hero {
  min-height: 238px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 24px;
  color: white;
  box-shadow: var(--shadow);
  background: #087f85 url('/assets/okinawa-hero.svg') center/cover no-repeat;
}
.hero-v2 {
  min-height: 280px; border-radius: 30px; overflow: hidden; position: relative;
  padding: 24px; color: white; box-shadow: var(--shadow);
  background: linear-gradient(145deg,#075c63 0%,#078f97 55%,#79d9d2 100%);
}
.hero-v2::before { content:""; position:absolute; inset:auto -10% -32% 18%; height:70%; border-radius:50%; background:rgba(255,255,255,.12); transform:rotate(-7deg); }
.hero-copy { position:relative; z-index:2; width:62%; }
.hero-copy h1 { margin:0; font-size:clamp(28px,8vw,39px); line-height:1.06; letter-spacing:-.04em; }
.hero-copy>p { font-size:13px; line-height:1.6; }
.hero-v2 img { position:absolute; z-index:1; right:-54px; bottom:-7px; width:72%; max-height:94%; object-fit:contain; object-position:right bottom; }
.today-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:11px; }
.today-grid div { padding:13px; border-radius:17px; background:rgba(255,255,255,.94); border:1px solid var(--line); box-shadow:0 8px 22px rgba(18,91,95,.06); }
.today-grid small,.today-grid b { display:block; }
.today-grid small { color:var(--muted); font-size:10px; margin-bottom:4px; }
.today-grid b { font-size:12px; line-height:1.4; }
.preview-nav { position:relative; display:flex; align-items:center; justify-content:space-between; color:var(--coral); font-size:11px; font-weight:900; letter-spacing:.06em; }
.preview-nav button { width:31px; height:31px; border:0; border-radius:11px; background:var(--sky); color:var(--ocean); font-size:22px; cursor:pointer; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(4,65,70,.82) 0%, rgba(4,80,84,.4) 52%, rgba(4,80,84,.04)); }
.hero-content { position: relative; z-index: 1; max-width: 82%; }
.eyebrow { margin: 0 0 9px; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .9; }
.hero h1 { margin: 0; font-size: clamp(29px, 8vw, 39px); line-height: 1.06; letter-spacing: -.04em; }
.hero p { margin: 12px 0 0; font-size: 14px; line-height: 1.6; }
.countdown { margin-top: 19px; display: inline-flex; align-items: baseline; gap: 7px; background: rgba(255,255,255,.94); color: var(--ocean-dark); padding: 8px 13px; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.countdown strong { font-size: 24px; color: var(--coral); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 24px 3px 12px; }
.section-head h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.section-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.text-button { border: 0; background: transparent; color: var(--ocean); font-size: 13px; font-weight: 800; padding: 7px; cursor: pointer; }

.next-card, .info-card, .tool-card, .map-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(8,127,133,.1);
  box-shadow: 0 12px 30px rgba(18,91,95,.08);
  border-radius: var(--radius);
}
.next-card { padding: 19px; position: relative; overflow: hidden; }
.next-card::before { content: ""; position: absolute; width: 90px; height: 90px; right: -28px; top: -30px; border-radius: 50%; background: var(--sky); }
.status-line { display: flex; gap: 9px; align-items: center; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(239,116,95,.12); }
.next-card h3 { margin: 12px 0 6px; font-size: 21px; max-width: 85%; }
.next-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }
.time-pill { display: inline-block; margin-top: 13px; color: var(--ocean-dark); background: var(--sky); border-radius: 99px; padding: 7px 11px; font-weight: 850; font-size: 12px; }
.primary-button, .secondary-button { border: 0; border-radius: 15px; padding: 13px 15px; font-weight: 850; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.primary-button { background: linear-gradient(135deg, var(--ocean), #12a5a1); color: white; box-shadow: 0 9px 20px rgba(8,127,133,.22); }
.secondary-button { background: var(--sky); color: var(--ocean-dark); }
.next-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.weather-card { margin-top: 11px; border-radius: 20px; padding: 14px 16px; display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; background: linear-gradient(135deg,#fff4cc,#fffdf5); border: 1px solid #f2e6b9; box-shadow: 0 9px 24px rgba(117,98,43,.07); }
.weather-icon { font-size: 28px; }
.weather-card b { font-size: 14px; }
.weather-card p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.weather-temp { color: var(--coral); font-weight: 900; font-size: 22px; }

.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.quick-card { border: 0; min-height: 112px; border-radius: 22px; padding: 16px; text-align: left; cursor: pointer; position: relative; overflow: hidden; transition: .2s ease; }
.quick-card:active { transform: scale(.98); }
.quick-card:nth-child(1) { background: #e3f8f5; }
.quick-card:nth-child(2) { background: #fff0d6; }
.quick-card:nth-child(3) { background: #feeae5; }
.quick-card:nth-child(4) { background: #eaf0ff; }
.quick-card span { display: block; font-size: 26px; margin-bottom: 13px; }
.quick-card b { font-size: 14px; }
.quick-card small { display: block; color: var(--muted); margin-top: 4px; font-size: 11px; }
.telegram-card { text-decoration: none; }

.page-title { padding: 8px 4px 4px; }
.page-title .eyebrow { color: var(--coral); }
.page-title h1 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.page-title p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.day-picker { display: grid; grid-template-columns: 38px minmax(0,1fr) 38px; align-items: center; gap: 5px; margin: 17px 0 20px; }
.day-strip { display: flex; gap: 8px; overflow-x: auto; padding: 2px 4px 8px; scrollbar-width: none; scroll-snap-type: x proximity; touch-action: pan-x; -webkit-overflow-scrolling: touch; }
.day-strip::-webkit-scrollbar { display: none; }
.day-chip { flex: 0 0 auto; width: 64px; border: 1px solid var(--line); border-radius: 18px; background: white; padding: 10px 5px; text-align: center; cursor: pointer; scroll-snap-align: center; }
.day-arrow { width: 36px; height: 46px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--ocean); font-size: 27px; cursor: pointer; box-shadow: 0 5px 14px rgba(18,91,95,.07); }
.day-chip small, .day-chip b { display: block; }
.day-chip small { color: var(--muted); font-size: 10px; }
.day-chip b { font-size: 16px; margin-top: 3px; }
.day-chip.active { background: var(--ocean); color: white; border-color: var(--ocean); box-shadow: 0 8px 18px rgba(8,127,133,.2); }
.day-chip.active small { color: rgba(255,255,255,.75); }
.day-summary { background: linear-gradient(135deg, var(--ocean-dark), var(--ocean)); color: white; border-radius: 23px; padding: 18px; margin-bottom: 20px; }
.day-summary small { opacity: .75; }
.day-summary h2 { margin: 6px 0 0; font-size: 19px; line-height: 1.38; }
.route-line { display:flex; gap:7px; overflow-x:auto; align-items:center; margin-top:13px; padding-bottom:2px; scrollbar-width:none; }
.route-line span { flex:0 0 auto; padding:6px 9px; border-radius:99px; background:rgba(255,255,255,.14); font-size:10px; }
.route-line i { font-style:normal; opacity:.7; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 20px; bottom: 18px; width: 2px; background: linear-gradient(var(--aqua), var(--line)); }
.timeline-item { position: relative; padding-left: 48px; margin-bottom: 13px; }
.timeline-dot { position: absolute; left: 11px; top: 19px; width: 18px; height: 18px; border: 4px solid var(--cream); border-radius: 50%; background: var(--ocean); box-shadow: 0 0 0 2px var(--aqua); z-index: 1; }
.timeline-item.fixed .timeline-dot { background: var(--coral); box-shadow: 0 0 0 2px #ffc2b7; }
.timeline-item.done .timeline-dot { background: #46aa80; box-shadow: 0 0 0 2px #bdebd6; }
.timeline-item.skipped { opacity: .58; }
.timeline-item.done .timeline-copy b { color: #3c8a6b; }
.timeline-card { border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; box-shadow: 0 9px 24px rgba(19,85,89,.07); }
.timeline-main { width: 100%; border: 0; background: transparent; padding: 16px; display: grid; grid-template-columns: 74px 1fr 18px; gap: 8px; text-align: left; align-items: start; cursor: pointer; }
.timeline-time { color: var(--ocean); font-weight: 900; font-size: 12px; line-height: 1.35; }
.timeline-copy b { display: block; font-size: 15px; line-height: 1.35; }
.timeline-copy small { display: block; color: var(--muted); margin-top: 5px; line-height: 1.4; }
.chevron { color: var(--muted); transition: transform .2s; }
.timeline-card.open .chevron { transform: rotate(90deg); }
.timeline-detail { display: none; padding: 0 16px 16px; border-top: 1px dashed var(--line); margin-top: 0; }
.timeline-card.open .timeline-detail { display: block; animation: enter .2s ease; }
.timeline-detail p { margin: 14px 0; color: #49666d; line-height: 1.65; font-size: 13px; white-space: pre-line; }
.meta-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 11px; }
.meta { background: #f1f8f7; padding: 6px 9px; border-radius: 10px; color: var(--ocean-dark); font-size: 11px; font-weight: 750; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.status-actions { display: grid; grid-template-columns: 1fr 1fr auto; gap: 7px; margin-top: 9px; }
.status-button { border: 1px solid var(--line); border-radius: 12px; background: #f8fbfa; color: var(--ocean-dark); padding: 9px 7px; font-size: 11px; font-weight: 850; cursor: pointer; }
.complete-item { background: #e6f7ef; color: #2d7d5e; }
.skip-item { background: #fff4e6; color: #a9692d; }
.placeholder-card { padding: 26px 20px; text-align: center; border: 1px dashed var(--aqua); background: var(--sky); border-radius: 22px; }
.placeholder-card span { font-size: 38px; }
.placeholder-card h3 { margin: 10px 0 5px; }
.placeholder-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.map-list, .tool-list { display: grid; gap: 11px; margin-top: 18px; }
.map-card { padding: 15px; display: grid; grid-template-columns: 44px 1fr auto; gap: 11px; align-items: center; text-decoration: none; }
.map-index { width: 44px; height: 44px; border-radius: 14px; background: var(--sky); color: var(--ocean); display: grid; place-items: center; font-weight: 900; }
.map-copy b { display: block; font-size: 14px; }
.map-copy small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.map-arrow { color: var(--coral); font-size: 20px; }
.route-banner { border-radius: 24px; padding: 18px; color: white; background: linear-gradient(145deg, #ef745f, #f3a25f); box-shadow: 0 14px 28px rgba(218,104,76,.2); }
.route-banner h3 { margin: 0 0 6px; }
.route-banner p { margin: 0; opacity: .9; font-size: 12px; line-height: 1.55; }

.tool-card { padding: 18px; }
.tool-body { margin-top:15px; }
.updated { margin:0 0 10px!important; font-size:10px!important; }
.promo { margin-top:10px; padding:10px; border-radius:12px; background:#fff8eb; border:1px solid #f3dfb7; }
.promo h4 { margin:0 0 5px; color:var(--coral); font-size:12px; }
.promo p { margin:0 0 4px!important; color:var(--ink)!important; }
.promo small { color:var(--muted); line-height:1.5; }
.spend-form { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:14px; }
.spend-form select,.spend-form input { min-width:0; padding:10px; border:1px solid var(--line); border-radius:11px; background:white; }
.spend-form button { border:0; border-radius:11px; padding:10px; background:var(--ocean); color:white; font-weight:850; }
.spend-panel { margin-top: 16px; padding: 15px; border-radius: 18px; background: #eef9f7; border: 1px solid #cfeae5; }
.spend-panel h3 { margin: 0; font-size: 15px; }
.spend-panel p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.record-list { display:grid; gap:7px; margin-top:12px; }
.record-list>div { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:10px; border-radius:12px; background:#f6faf9; }
.record-list b,.record-list small { display:block; }
.record-list small { color:var(--muted); margin-top:3px; }
.record-list button,.mini-actions button,.mini-actions a,.file-label { border:0; border-radius:10px; padding:8px 10px; background:var(--sky); color:var(--ocean-dark); font-size:11px; font-weight:800; text-decoration:none; cursor:pointer; }
.mini-actions .danger { background:#feeae5; color:#a8483b; }
.file-label input { display:none; }
.coupon-list { display:grid; gap:9px; }
.coupon-list article { padding:13px; border-radius:14px; background:#fff9ed; border:1px solid #f0dfbc; }
.coupon-list article.used { opacity:.55; }
.coupon-list label { float:right; font-size:10px; color:var(--muted); }
.coupon-list h4 { margin:0 0 8px; font-size:13px; }
.coupon-list b { display:block; font-size:12px; line-height:1.5; }
.coupon-list p,.coupon-list small { display:block; clear:both; font-size:11px; line-height:1.55; }
.coupon-list a { display:inline-block; margin-top:9px; color:var(--ocean); font-size:11px; font-weight:850; }
.simple-coupons { grid-template-columns: repeat(2,minmax(0,1fr)); }
.simple-coupons article { position: relative; min-height: 132px; padding: 15px; display: flex; flex-direction: column; align-items: flex-start; }
.simple-coupons .coupon-icon { font-size: 24px; margin-bottom: 10px; }
.simple-coupons h4 { font-size: 14px; margin-bottom: 5px; }
.simple-coupons b { font-size: 12px; }
.simple-coupons small { margin-top: 7px; color: var(--muted); }
.simple-coupons a { margin-top: auto; padding-top: 12px; }
.collapsible-tool summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.collapsible-tool summary::-webkit-details-marker { display: none; }
.summary-arrow { color: var(--ocean); font-size: 23px; transition: transform .2s; }
.collapsible-tool[open] .summary-arrow { transform: rotate(180deg); }
.tool-card-head { display: flex; align-items: center; gap: 12px; }
.tool-icon { width: 46px; height: 46px; display: grid; place-items: center; background: var(--sky); border-radius: 15px; font-size: 24px; }
.tool-card h3 { margin: 0; font-size: 16px; }
.tool-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.checklist { margin-top: 14px; display: grid; gap: 8px; }
.check-row { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 13px; background: #f6faf9; font-size: 13px; cursor: pointer; }
.check-row input { accent-color: var(--ocean); width: 18px; height: 18px; }
.check-row.done span { text-decoration: line-through; color: #92a2a5; }
.mini-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.mini-link { padding: 8px 10px; border-radius: 11px; background: var(--sky); color: var(--ocean-dark); font-size: 12px; font-weight: 800; text-decoration: none; border: 0; cursor: pointer; }
.primary-mini { background: var(--ocean); color: white; }
.shopping-form { display: grid; grid-template-columns: 1fr 76px auto; gap: 7px; margin-top: 15px; }
.shopping-form input { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 10px; background: #fbfefd; color: var(--ink); }
.shopping-form button { border: 0; border-radius: 12px; padding: 10px 12px; background: var(--ocean); color: white; font-weight: 850; }
.shopping-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 11px; border-radius: 13px; background: #f6faf9; font-size: 13px; }
.shopping-row label { display: flex; align-items: center; gap: 10px; flex: 1; cursor: pointer; }
.shopping-row input { width: 18px; height: 18px; accent-color: var(--ocean); }
.shopping-row button { border: 0; background: #feeae5; color: #b84f40; border-radius: 9px; width: 29px; height: 29px; font-size: 18px; }
.shopping-row.done span { text-decoration: line-through; color: #92a2a5; }
.tool-help,.empty-note { margin: 12px 2px 0 !important; color: var(--muted); font-size: 11px !important; line-height: 1.6 !important; }
.info-list { margin-top: 15px; display: grid; gap: 9px; }
.info-list h4 { margin: 8px 0 0; color: var(--coral); font-size: 12px; }
.info-row { padding: 11px; border-radius: 13px; background: #f6faf9; }
.info-row b,.info-row span { display: block; }
.info-row b { font-size: 12px; line-height: 1.45; }
.info-row span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.inline-copy { margin-top: 8px; border: 0; border-radius: 9px; padding: 7px 9px; background: var(--sky); color: var(--ocean-dark); font-size: 11px; font-weight: 800; }
.credit-list { display: grid; gap: 9px; margin-top: 15px; }
.credit-card { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.credit-card summary { list-style: none; display: flex; justify-content: space-between; gap: 8px; padding: 12px; cursor: pointer; background: #f6faf9; }
.credit-card summary::-webkit-details-marker { display: none; }
.credit-card summary b { font-size: 12px; }
.credit-card summary span { color: var(--muted); font-size: 11px; }
.credit-card summary > span:first-child { color: inherit; }
.credit-card summary > span:first-child b,.credit-card summary > span:first-child small { display: block; }
.credit-card summary > span:first-child small { margin-top: 5px; color: var(--ocean); font-weight: 850; }
.promo-balance { display: block; margin-top: 8px; color: var(--ocean-dark); font-size: 11px; }
.card-direct-link { width: 100%; display: grid; grid-template-columns: 42px 1fr; text-align: left; gap: 2px 10px; border: 0; border-radius: 20px; padding: 16px; margin-bottom: 12px; background: linear-gradient(135deg,#dff8f3,#dcecff); color: var(--ink); cursor: pointer; }
.card-direct-link span { grid-row: 1/3; font-size: 28px; align-self: center; }
.card-direct-link b { font-size: 15px; }
.card-direct-link small { color: var(--muted); }
.offer { padding: 12px; border-top: 1px dashed var(--line); }
.offer h4 { margin: 0; color: var(--ocean-dark); font-size: 13px; }
.offer > p { margin: 5px 0 10px; color: var(--coral); font-weight: 800; }
.offer dl { margin: 0; display: grid; gap: 6px; }
.offer dl div { display: grid; grid-template-columns: 64px 1fr; gap: 7px; font-size: 11px; line-height: 1.45; }
.offer dt { color: var(--muted); }
.offer dd { margin: 0; }

.bottom-nav { position: fixed; z-index: 30; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 540px); height: calc(72px + env(safe-area-inset-bottom)); padding: 8px 14px env(safe-area-inset-bottom); background: rgba(255,255,255,.9); backdrop-filter: blur(22px); border-top: 1px solid rgba(8,127,133,.1); display: grid; grid-template-columns: repeat(4,1fr); }
.nav-item { border: 0; background: transparent; color: #8b9da0; border-radius: 15px; padding: 5px; cursor: pointer; }
.nav-item span, .nav-item b { display: block; }
.nav-item span { font-size: 22px; height: 27px; }
.nav-item b { font-size: 10px; }
.nav-item.active { color: var(--ocean); background: #ecf9f7; }
.toast { position: fixed; z-index: 50; bottom: 90px; left: 50%; transform: translate(-50%, 20px); background: var(--ink); color: white; padding: 11px 15px; border-radius: 13px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 760px) {
  body { padding: 24px 0; }
  .app-shell { min-height: calc(100dvh - 48px); border-radius: 34px; overflow: hidden; }
  .bottom-nav { bottom: 24px; border-radius: 0 0 34px 34px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
@media (max-width:390px) { .hero-copy{width:69%}.hero-v2 img{right:-70px;width:76%}.spend-form{grid-template-columns:1fr}.today-grid{grid-template-columns:1fr}.simple-coupons{grid-template-columns:1fr} }

.brand-logo{width:46px;height:46px;border-radius:14px;display:block;object-fit:cover;box-shadow:0 8px 18px rgba(8,91,170,.22)}

.brand b{font-family:ui-rounded,"Arial Rounded MT Bold","Avenir Next",system-ui,sans-serif;font-size:21px;font-weight:900;letter-spacing:-.02em;color:#073b68}

.gotogo-hero{min-height:258px;padding:38px 28px 30px;background:linear-gradient(110deg,rgba(3,43,82,.94),rgba(3,88,143,.66)),url("/assets/city-okinawa.jpg") center 54%/cover no-repeat}

.gotogo-hero h1{font-family:ui-rounded,"Arial Rounded MT Bold","Avenir Next",system-ui,sans-serif!important;font-size:58px!important;font-weight:900!important;letter-spacing:-.05em!important}

.gotogo-hero>p{font-size:10px;letter-spacing:.3em;font-weight:700}.gotogo-hero>small{font-size:15px;line-height:1.75}
