body.travelpick-standalone {
  margin: 0;
  background: #f7f9fc;
  color: #172033;
}

.tp-app {
  --tp-blue: #1268e8;
  --tp-blue-dark: #0754c4;
  --tp-blue-soft: #eef6ff;
  --tp-text: #172033;
  --tp-muted: #687386;
  --tp-line: #e5e9f0;
  --tp-surface: #fff;
  min-height: 100vh;
  background: #f7f9fc;
  color: var(--tp-text);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
}

.tp-app *, .tp-app *::before, .tp-app *::after { box-sizing: border-box; }
.tp-app button, .tp-app input { font: inherit; }
.tp-app a { color: inherit; }
.tp-app button:focus-visible, .tp-app a:focus-visible, .tp-app input:focus-visible { outline: 3px solid rgba(18, 104, 232, .32); outline-offset: 3px; }
.tp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.tp-ticker { position: relative; z-index: 10; height: 34px; overflow: hidden; background: #0b5fd8; color: #fff; font-size: 12px; font-weight: 700; line-height: 34px; letter-spacing: -.01em; }
.tp-ticker-track { display: flex; width: max-content; animation: tp-ticker 18s linear infinite; }
.tp-ticker-track span { min-width: 680px; padding: 0 42px; text-align: center; }
@keyframes tp-ticker { to { transform: translateX(-50%); } }

.tp-quick-actions { display: grid; width: min(100% - 28px, 680px); grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; margin: 0 auto; padding: 12px 0; }
.tp-quick-actions button, .tp-quick-actions a { display: flex; min-width: 0; min-height: 48px; align-items: center; justify-content: center; gap: 7px; padding: 8px 10px; border: 1px solid #dfe5ed; border-radius: 13px; background: #fff; color: #354156; cursor: pointer; text-align: center; text-decoration: none; font-size: 12px; font-weight: 800; line-height: 1.35; box-shadow: 0 4px 13px rgba(24, 48, 84, .04); transition: .18s ease; }
.tp-quick-actions button:hover, .tp-quick-actions a:hover { border-color: #9fc4f5; color: var(--tp-blue-dark); }
.tp-quick-actions button:active, .tp-quick-actions a:active { transform: scale(.98); }
.tp-quick-actions span { color: var(--tp-blue); font-size: 17px; line-height: 1; }

.tp-shell { width: min(100% - 28px, 680px); margin: 0 auto; padding: 38px 0 56px; }
.tp-hero { text-align: center; }
.tp-hero h1 { margin: 0; color: var(--tp-text); font-size: clamp(32px, 7vw, 46px); font-weight: 800; line-height: 1.16; letter-spacing: -.045em; }
.tp-category-nav { position: sticky; z-index: 5; top: 10px; margin-top: 32px; padding: 6px; border: 1px solid var(--tp-line); border-radius: 17px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 28px rgba(24, 48, 84, .09); backdrop-filter: blur(14px); }
.tp-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 5px; }
.tp-tabs button { min-height: 48px; border: 0; border-radius: 12px; background: transparent; color: #5f697a; cursor: pointer; font-size: 14px; font-weight: 750; transition: .18s ease; }
.tp-tabs button span { margin-right: 5px; }
.tp-tabs button:hover { background: #f1f5fb; color: var(--tp-text); }
.tp-tabs button.is-active { background: var(--tp-blue); color: #fff; box-shadow: 0 7px 17px rgba(18, 104, 232, .24); }

.tp-product-section { margin-top: 20px; }
.tp-search-grid { display: grid; grid-template-columns: minmax(190px, .38fr) minmax(0, .62fr); gap: 10px; }
.tp-search-box { display: flex; height: 52px; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid #dce2ea; border-radius: 14px; background: #fff; box-shadow: 0 4px 14px rgba(24, 48, 84, .035); }
.tp-search-box:focus-within { border-color: #86b7f7; box-shadow: 0 0 0 4px rgba(18, 104, 232, .09); }
.tp-search-box > span:first-child { color: #758197; font-size: 21px; }
.tp-search-box input { min-width: 0; height: 100%; flex: 1; border: 0; outline: 0; background: transparent; color: var(--tp-text); font-size: 15px; }
.tp-search-box input::placeholder { color: #9aa3b1; }
.tp-search-box button { display: none; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 50%; background: #edf1f6; color: #6c7585; cursor: pointer; font-size: 20px; }
.tp-search-box.has-value button { display: grid; }

.tp-product-list { display: grid; gap: 16px; margin-top: 18px; }
.tp-card { overflow: hidden; border: 1px solid var(--tp-line); border-radius: 20px; background: var(--tp-surface); box-shadow: 0 5px 18px rgba(24, 48, 84, .045); transition: .18s ease; }
.tp-card:hover { border-color: #cfd8e5; box-shadow: 0 12px 34px rgba(24, 48, 84, .08); transform: translateY(-2px); }
.tp-product[hidden] { display: none !important; }

.tp-hotel-top { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: stretch; }
.tp-hotel-visual { display: flex; min-height: 160px; align-items: center; justify-content: center; flex-direction: column; padding: 24px 18px; background: radial-gradient(circle at 24% 18%, rgba(255,255,255,.64), transparent 28%), linear-gradient(145deg, #d9edff, #eef6ff 46%, #cde4ff); color: #164c91; text-align: center; }
.tp-hotel-visual.has-image { padding: 0; }
.tp-hotel-visual img { display: block; width: 100%; height: 100%; min-height: 160px; object-fit: cover; }
.tp-hotel-visual > span { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(18,104,232,.17); border-radius: 23px; background: rgba(255,255,255,.78); color: var(--tp-blue); font-size: 40px; font-weight: 800; box-shadow: 0 13px 30px rgba(18,104,232,.13); }
.tp-hotel-visual small { margin-top: 11px; color: #5f7798; font-size: 11px; }
.tp-hotel-summary { display: flex; min-width: 0; align-items: flex-start; justify-content: center; flex-direction: column; padding: 18px 20px; }
.tp-title-line { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.tp-title-line h3 { margin: 0; color: var(--tp-text); font-size: 20px; font-weight: 800; line-height: 1.3; }
.tp-region-pill, .tp-rating, .tp-recommend-badge, .tp-place-rating { display: inline-flex; min-height: 25px; align-items: center; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.tp-region-pill { border: 1px solid #d5e6fb; background: var(--tp-blue-soft); color: var(--tp-blue-dark); }
.tp-rating, .tp-place-rating { background: #fff4d6; color: #8a5a00; }
.tp-rating b { margin-right: 3px; color: #ffad0d; }
.tp-recommend-badge { background: var(--tp-blue); color: #fff; }
.tp-audience-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.tp-audience-tags span { display: inline-flex; min-height: 24px; align-items: center; padding: 4px 9px; border-radius: 999px; font-size: 10px; font-weight: 850; }
.tp-audience-tags span:nth-child(1) { background: #e5f8ef; color: #237453; }
.tp-audience-tags span:nth-child(2) { background: #ffeaf2; color: #a13d66; }
.tp-audience-tags span:nth-child(3) { background: #f0ebff; color: #6650a3; }
.tp-one-line-review { display: flex; width: 100%; align-items: center; gap: 7px; margin: 9px 0 0; padding: 8px 10px; border: 1px dashed #d7dee8; border-radius: 9px; background: #f8fafc; color: #697589; font-size: 11px; line-height: 1.4; }
.tp-one-line-review span { color: var(--tp-blue); font-size: 13px; }
.tp-hotel-details { padding: 16px 20px; border-top: 1px solid #edf0f4; }
.tp-hotel-bottom { padding: 16px 20px 20px; border-top: 1px solid #edf0f4; }
.tp-info-row { margin-top: 16px; }
.tp-hotel-bottom .tp-info-row { margin-top: 0; }
.tp-info-row > strong { display: block; margin-bottom: 8px; color: #48556a; font-size: 12px; }
.tp-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tp-tags span { display: inline-flex; min-height: 25px; align-items: center; padding: 4px 8px; border-radius: 8px; font-size: 10px; font-weight: 750; line-height: 1.35; }
.tp-tags-gray span { border: 1px solid #e2e6ec; background: #f6f7f9; color: #596577; }
.tp-tags-recommend span { border: 1px solid #ffd9a8; background: #fff3df; color: #9a5514; }

.tp-place-card { display: grid; grid-template-columns: 218px minmax(0, 1fr); }
.tp-place-card.has-no-image { grid-template-columns: 1fr; }
.tp-place-media { min-height: 350px; overflow: hidden; background: #e9f3ff; }
.tp-place-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tp-place-content { display: flex; min-width: 0; flex-direction: column; padding: 20px; }
.tp-pill-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tp-place-content h3, .tp-korean-air-content h3 { margin: 12px 0 0; color: var(--tp-text); font-size: 20px; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }
.tp-place-highlights { margin-top: 13px; }
.tp-details { display: grid; gap: 7px; margin: 15px 0 0; }
.tp-detail-row { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 7px; font-size: 12px; line-height: 1.5; }
.tp-detail-row dt { color: #8b94a2; font-weight: 700; }
.tp-detail-row dd { min-width: 0; margin: 0; color: #4f5a6d; }
.tp-companion-box { margin-top: 17px; padding: 13px 14px; border: 1px solid #e2daf9; border-radius: 12px; background: #f7f3ff; }
.tp-companion-box span, .tp-companion-box strong, .tp-companion-box small, .tp-price-box span, .tp-price-box strong, .tp-price-box small { display: block; }
.tp-companion-box span { color: #7a6b99; font-size: 10px; font-weight: 850; }
.tp-companion-box strong { margin-top: 4px; color: #6240a0; font-size: 14px; }
.tp-companion-box small { margin-top: 4px; color: #8a819a; font-size: 10px; }

.tp-korean-air-card { border-color: #c7dfec; }
.tp-korean-air-banner { display: grid; min-height: 190px; grid-template-columns: minmax(0, .62fr) minmax(190px, .38fr); align-items: center; overflow: hidden; padding: 28px 30px; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.8), transparent 34%), linear-gradient(135deg, #dff3fb, #bfdfef); }
.tp-korean-air-brand { display: flex; align-items: center; gap: 8px; color: #123f81; font-size: 16px; font-weight: 900; letter-spacing: .035em; }
.tp-korean-air-brand span { color: #2876c8; font-size: 23px; }
.tp-korean-air-copy > strong { display: block; margin-top: 18px; color: #1767d8; font-size: 25px; line-height: 1.25; letter-spacing: -.035em; }
.tp-korean-air-copy p { margin: 8px 0 0; color: #172b42; font-size: 14px; font-weight: 750; }
.tp-korean-air-plane { color: #4e9ede; font-size: 112px; line-height: 1; text-align: center; text-shadow: 0 18px 25px rgba(24,103,164,.2); transform: rotate(-11deg); }
.tp-korean-air-content { padding: 22px; }
.tp-airline-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tp-airline-tags span { display: inline-flex; min-height: 26px; align-items: center; padding: 4px 9px; border-radius: 999px; background: #e9f5fb; color: #155995; font-size: 11px; font-weight: 850; }
.tp-flight-details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
.tp-flight-details .tp-detail-row { display: block; padding-bottom: 7px; border-bottom: 1px dashed #e4e8ef; }
.tp-price-box { margin-top: 17px; padding: 13px 14px; border-radius: 12px; background: #edf7fc; }
.tp-price-box span { color: #8791a0; font-size: 10px; font-weight: 800; }
.tp-price-box strong { margin-top: 3px; color: var(--tp-blue-dark); font-size: 14px; }
.tp-price-box small { margin-top: 4px; color: #7c8798; font-size: 10px; }

.tp-primary-button { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding: 0 16px; border-radius: 12px; background: var(--tp-blue); color: #fff !important; text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 8px 17px rgba(18,104,232,.2); }
.tp-primary-button:hover { background: var(--tp-blue-dark); }
.tp-primary-button span { font-size: 18px; }
.tp-empty { display: flex; min-height: 260px; align-items: center; justify-content: center; flex-direction: column; padding: 32px 18px; border: 1px dashed #cfd7e3; border-radius: 20px; background: #fff; text-align: center; }
.tp-empty[hidden] { display: none; }
.tp-empty > span { font-size: 38px; }
.tp-empty strong { margin-top: 12px; font-size: 17px; }
.tp-empty p { margin: 7px 0 0; color: var(--tp-muted); font-size: 13px; }
.tp-empty button { min-height: 40px; margin-top: 18px; padding: 0 15px; border: 1px solid #cfdcf0; border-radius: 10px; background: #fff; color: var(--tp-blue-dark); cursor: pointer; font-size: 13px; font-weight: 800; }
.tp-affiliate-info { display: grid; grid-template-columns: auto 1fr; gap: 15px; margin-top: 28px; padding: 21px; border: 1px solid #dce4ee; border-radius: 18px; background: #f2f6fb; }
.tp-affiliate-info.has-no-icon { grid-template-columns: 1fr; }
.tp-info-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: #fff; color: var(--tp-blue); font-weight: 900; }
.tp-affiliate-info h2 { margin: 1px 0 9px; color: var(--tp-text); font-size: 16px; }
.tp-affiliate-info p { margin: 7px 0 0; color: #667286; font-size: 12px; line-height: 1.7; }
.tp-footer { border-top: 1px solid var(--tp-line); background: #fff; }
.tp-footer > div { width: min(100% - 28px, 680px); margin: 0 auto; padding: 29px 0 35px; }
.tp-footer strong { font-size: 15px; }
.tp-footer nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.tp-footer a { display: inline-flex; min-height: 32px; align-items: center; padding: 0 11px; border: 1px solid #dce3ec; border-radius: 9px; background: #f8fafc; color: #536176; text-decoration: none; font-size: 11px; font-weight: 800; }
.tp-toast { position: fixed; z-index: 100000; bottom: 24px; left: 50%; display: flex; width: max-content; max-width: calc(100% - 28px); min-height: 48px; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 13px; background: #172033; color: #fff; font-size: 13px; font-weight: 750; transform: translateX(-50%); box-shadow: 0 14px 34px rgba(12,25,45,.24); }
.tp-toast[hidden] { display: none; }
.tp-toast > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dff7e8; color: #178348; }

.tp-subpage { width: min(100% - 28px, 680px); margin: 0 auto; padding: 30px 0 64px; }
.tp-subpage-header .tp-back { display: inline-flex; min-height: 38px; align-items: center; padding: 0 12px; border: 1px solid #d6e2ef; border-radius: 10px; background: #fff; color: var(--tp-blue-dark); text-decoration: none; font-size: 12px; font-weight: 800; }
.tp-subpage-header > p { margin: 42px 0 8px; color: var(--tp-blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.tp-subpage-header h1 { margin: 0; color: var(--tp-text); font-size: clamp(32px, 7vw, 45px); font-weight: 800; line-height: 1.16; letter-spacing: -.045em; }
.tp-subpage-header > span { display: block; margin-top: 12px; color: var(--tp-muted); font-size: 14px; line-height: 1.65; }
.tp-progress { margin-top: 30px; padding: 17px 19px; border: 1px solid #dce5f1; border-radius: 16px; background: #fff; }
.tp-progress > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.tp-progress > div:first-child span { color: var(--tp-blue); font-weight: 850; }
.tp-progress-track { height: 7px; margin-top: 11px; overflow: hidden; border-radius: 999px; background: #edf1f6; }
.tp-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--tp-blue), #5d9cf0); transition: width .25s ease; }
.tp-checklist-groups { display: grid; gap: 14px; margin-top: 16px; }
.tp-checklist-card { padding: 22px; border: 1px solid var(--tp-line); border-radius: 20px; background: #fff; box-shadow: 0 5px 18px rgba(24,48,84,.045); }
.tp-checklist-card.is-featured { border-color: #a9cdf8; background: linear-gradient(145deg, #fff, #f2f8ff); box-shadow: 0 10px 28px rgba(18,104,232,.09); }
.tp-checklist-heading { display: flex; align-items: flex-start; gap: 12px; }
.tp-checklist-heading > span { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--tp-blue-soft); font-size: 20px; }
.tp-checklist-heading h2 { margin: 0; color: var(--tp-text); font-size: 18px; font-weight: 800; }
.tp-checklist-heading p { margin: 5px 0 0; color: var(--tp-muted); font-size: 12px; line-height: 1.55; }
.tp-checklist-items { display: grid; gap: 8px; margin-top: 17px; }
.tp-checklist-items label { display: flex; min-height: 46px; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid #e3e8ef; border-radius: 12px; background: rgba(255,255,255,.86); color: #465267; cursor: pointer; font-size: 13px; font-weight: 650; line-height: 1.45; }
.tp-checklist-items label.is-checked { border-color: #bfd8f8; background: #f2f8ff; color: #758198; text-decoration: line-through; }
.tp-checklist-items input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--tp-blue); }
.tp-checklist-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.tp-checklist-actions button, .tp-checklist-actions a { display: inline-flex; min-height: 45px; align-items: center; padding: 0 15px; border: 1px solid #d7dfe9; border-radius: 12px; background: #fff; color: #687386; cursor: pointer; text-decoration: none; font-size: 13px; font-weight: 800; }
.tp-checklist-actions .is-primary, .tp-checklist-actions a { border-color: var(--tp-blue); background: var(--tp-blue); color: #fff; }

.tp-essential-list { display: grid; gap: 12px; margin-top: 30px; }
.tp-essential-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 17px; padding: 14px; border: 1px solid #cbdcef; border-radius: 16px; background: #fff; box-shadow: 0 5px 16px rgba(24,48,84,.045); }
.tp-essential-card.has-no-icon { grid-template-columns: 1fr; }
.tp-essential-visual { display: grid; min-height: 112px; place-items: center; border: 1px solid rgba(25,67,109,.07); border-radius: 13px; font-size: 48px; }
.tp-essential-visual.is-coral { background: linear-gradient(145deg, #fff0eb, #ffe1d7); }.tp-essential-visual.is-blue { background: linear-gradient(145deg, #edf7ff, #d7ebff); }.tp-essential-visual.is-yellow { background: linear-gradient(145deg, #fff9df, #ffedaf); }.tp-essential-visual.is-mint { background: linear-gradient(145deg, #effbf5, #d6f1e4); }.tp-essential-visual.is-purple { background: linear-gradient(145deg, #f7f0ff, #eadcff); }.tp-essential-visual.is-pink { background: linear-gradient(145deg, #fff1f7, #ffdfec); }
.tp-essential-card h2 { margin: 3px 0 0; color: var(--tp-text); font-size: 17px; font-weight: 800; line-height: 1.35; }
.tp-essential-card h2 em { color: #ff4c56; font-style: normal; }
.tp-essential-card p { margin: 5px 0 0; color: #627084; font-size: 12px; line-height: 1.5; }
.tp-essential-card small { display: block; margin-top: 5px; color: #8a95a5; font-size: 10px; }
.tp-essential-card a { display: inline-flex; margin-top: 9px; color: var(--tp-blue); text-decoration: none; font-size: 13px; font-weight: 850; }
.tp-essential-notice { margin-top: 20px; padding: 18px 20px; border: 1px solid #dfe5ed; border-radius: 15px; background: #f2f6fb; }
.tp-essential-notice strong { font-size: 13px; }.tp-essential-notice p { margin: 7px 0 0; color: #687386; font-size: 11px; line-height: 1.65; }

@media (max-width: 600px) {
  .tp-ticker-track span { min-width: 520px; padding: 0 28px; }
  .tp-quick-actions { width: min(100% - 22px, 680px); gap: 6px; padding: 9px 0; }
  .tp-quick-actions button, .tp-quick-actions a { min-height: 62px; flex-direction: column; gap: 4px; padding: 7px 5px; font-size: 10.5px; }
  .tp-shell, .tp-subpage { width: min(100% - 22px, 680px); padding-top: 32px; }
  .tp-category-nav { top: 7px; margin-top: 31px; }
  .tp-tabs button { min-height: 45px; padding: 0 5px; font-size: 12px; }.tp-tabs button span { display: block; margin: 0 0 2px; }
  .tp-product-section { margin-top: 14px; }.tp-search-grid { grid-template-columns: 1fr; gap: 9px; }
  .tp-hotel-top, .tp-place-card { grid-template-columns: 1fr; }
  .tp-hotel-visual { min-height: 0; aspect-ratio: 16 / 7; }.tp-hotel-visual > span { width: 58px; height: 58px; border-radius: 18px; font-size: 32px; }.tp-hotel-visual small { display: none; }
  .tp-hotel-summary { padding: 18px; }.tp-hotel-details { padding: 15px 18px; }.tp-hotel-bottom { padding: 15px 18px 18px; }
  .tp-place-media { min-height: 0; aspect-ratio: 16 / 10; }.tp-place-content { padding: 18px; }
  .tp-korean-air-banner { min-height: 170px; grid-template-columns: minmax(0, .7fr) minmax(92px, .3fr); padding: 22px 18px; }.tp-korean-air-brand { font-size: 13px; }.tp-korean-air-copy > strong { margin-top: 14px; font-size: 21px; }.tp-korean-air-copy p { font-size: 11px; }.tp-korean-air-plane { font-size: 70px; }.tp-korean-air-content { padding: 18px; }.tp-flight-details { grid-template-columns: 1fr; }
  .tp-affiliate-info { grid-template-columns: 1fr; padding: 18px; }
  .tp-checklist-card { padding: 18px; }.tp-checklist-actions { align-items: stretch; flex-direction: column-reverse; }.tp-checklist-actions button, .tp-checklist-actions a { justify-content: center; }
  .tp-essential-card { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; padding: 11px; }.tp-essential-visual { min-height: 100px; font-size: 39px; }.tp-essential-card h2 { font-size: 15px; }.tp-essential-card p { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-ticker-track { animation: none; }
  .tp-card, .tp-tabs button, .tp-quick-actions button, .tp-quick-actions a, .tp-progress-track span { transition: none; }
}
