.food-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:28px;scrollbar-width:none}.food-tabs::-webkit-scrollbar{display:none}.food-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s,color .18s,border-color .18s,transform .1s;flex-shrink:0;line-height:1.2}.food-tab:hover{background:var(--bg-hover);color:var(--text);transform:translateY(-1px)}.food-tab.active{color:#fff;border-color:transparent}.food-tab-emoji{font-size:1.2rem}.food-tab-label{font-size:.75rem;font-weight:600}.food-tab-days{font-size:.62rem;opacity:.75;font-weight:400}.food-city-hero{border-radius:var(--radius);padding:32px 24px;margin-bottom:20px;display:flex;align-items:center;gap:20px;position:relative;overflow:hidden}.food-city-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;pointer-events:none}.food-city-hero-emoji{font-size:3.5rem;line-height:1;flex-shrink:0;position:relative;z-index:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.food-city-hero-content{position:relative;z-index:1}.food-city-title{font-size:1.7rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.4)}.food-city-title-cn{font-size:1rem;font-weight:400;opacity:.75;margin-left:8px}.food-city-meta{display:flex;align-items:center;gap:10px;margin-top:6px}.food-city-days{font-size:.78rem;color:#ffffffbf;font-weight:500;margin-top:4px}.food-city-tagline{font-size:.95rem;color:#ffffffe6;font-weight:600;margin-top:6px;font-style:italic}.food-cuisine-desc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;margin-bottom:28px;font-size:.9rem;line-height:1.65;color:var(--text-muted)}.food-section{margin-bottom:32px}.food-section-title{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:14px;display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid var(--border)}.food-section-title .section-cn{font-size:.82rem;font-weight:400;color:var(--text-muted);margin-left:4px}.dish-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.dish-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;gap:14px;transition:border-color .18s,transform .1s,box-shadow .18s}.dish-card:hover{border-color:var(--accent, #e74c3c);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.dish-emoji{font-size:2rem;line-height:1;flex-shrink:0;margin-top:2px}.dish-info{flex:1;min-width:0}.dish-name{font-size:.9rem;font-weight:700;color:var(--text);line-height:1.2}.dish-name-cn{font-size:.75rem;color:var(--text-muted);margin-bottom:6px;font-weight:400}.dish-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:8px}.dish-where{font-size:.72rem;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:flex-start;gap:4px}.dish-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.dish-price{font-size:.75rem;font-weight:700;color:#fff;background:var(--accent, #e74c3c);padding:2px 8px;border-radius:20px;flex-shrink:0}.spice-level{display:flex;gap:3px;align-items:center}.spice-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0;transition:background .15s}.spice-dot.lit{background:#e74c3c}.spice-dot.very-hot{background:#8e1010}.spice-label{font-size:.65rem;color:var(--text-muted);margin-left:2px}.day-timeline{display:flex;flex-direction:column;gap:6px}.day-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .18s}.day-item.open{border-color:var(--day-accent, var(--border))}.day-header{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;color:var(--text);cursor:pointer;text-align:left;transition:background .15s}.day-header:hover{background:var(--bg-hover)}.day-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff;flex-shrink:0;letter-spacing:-.03em;box-shadow:0 2px 6px #0000004d}.day-theme{flex:1;font-size:.88rem;font-weight:600;line-height:1.3}.day-chevron{font-size:.65rem;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.day-item.open .day-chevron{transform:rotate(180deg)}.day-meals{padding:4px 16px 14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.meal-row{display:flex;gap:12px;align-items:flex-start}.meal-icon{font-size:1rem;flex-shrink:0;margin-top:2px}.meal-content{flex:1;min-width:0}.meal-label{font-size:.78rem;font-weight:700;color:var(--text);margin-bottom:4px}.meal-options{display:flex;flex-direction:column;gap:4px}.meal-option{font-size:.75rem;color:var(--text-muted);line-height:1.45;padding:5px 10px;background:var(--bg);border-radius:6px;border-left:2px solid var(--day-accent, var(--border))}.opt-name{font-weight:600;color:var(--text)}.opt-desc{color:var(--text-muted)}.opt-price{display:inline-block;font-size:.68rem;font-weight:700;color:var(--day-accent, var(--text-muted));margin-left:6px;white-space:nowrap}.street-food-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.street-food-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:var(--radius);padding:14px;transition:border-color .18s}.sf-name{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:2px}.sf-name-cn{font-size:.72rem;color:var(--text-muted);margin-bottom:8px}.sf-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}.special-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.step-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.step-item{display:flex;gap:12px;align-items:flex-start}.step-num{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:#fff;flex-shrink:0;margin-top:1px}.step-text{font-size:.83rem;color:var(--text);line-height:1.55;padding-top:3px}.essential-order{margin-top:16px}.essential-order-title{font-size:.85rem;font-weight:700;color:var(--text);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border)}.essential-order-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.essential-order-item{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px}.essential-order-name{font-size:.82rem;font-weight:700;color:var(--text);margin-bottom:3px}.essential-order-note{font-size:.74rem;color:var(--text-muted);line-height:1.4}.special-item-list{display:flex;flex-direction:column;gap:8px}.special-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 14px}.special-item-left{flex:1;min-width:0}.special-item-name{font-size:.84rem;font-weight:700;color:var(--text);margin-bottom:3px}.special-item-desc{font-size:.76rem;color:var(--text-muted);line-height:1.45}.special-item-price{font-size:.72rem;font-weight:700;color:var(--text-muted);white-space:nowrap;flex-shrink:0;padding-top:2px}.eating-order{margin-top:16px}.eating-order-title{font-size:.85rem;font-weight:700;color:var(--text);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border)}.eating-order-grid{display:flex;flex-direction:column;gap:0}.eating-order-row{display:grid;grid-template-columns:100px 1fr auto;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid var(--border);font-size:.8rem}.eating-order-row:last-child{border-bottom:none}.eating-order-course{font-weight:700;color:var(--text-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.eating-order-food{font-weight:600;color:var(--text)}.eating-order-note{font-size:.74rem;color:var(--text-muted);text-align:right}.special-tip-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.special-tip-item{display:flex;gap:8px;font-size:.8rem;color:var(--text);line-height:1.5;padding:6px 0;border-bottom:1px solid var(--border)}.special-tip-item:last-child{border-bottom:none}.special-tip-bullet{width:6px;height:6px;border-radius:50%;background:var(--ss-accent, #e74c3c);flex-shrink:0;margin-top:8px}.special-note{display:flex;gap:8px;align-items:flex-start;margin-top:14px;padding:10px 14px;background:#ffffff0a;border-radius:8px;font-size:.78rem;color:var(--text-muted);line-height:1.55}.special-note-icon{flex-shrink:0;font-size:.9rem;margin-top:1px}.food-tips{display:flex;flex-direction:column;gap:8px}.food-tip{display:flex;gap:10px;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:var(--radius);padding:12px 14px;transition:border-color .18s}.food-tip:hover{border-left-color:var(--tip-accent, var(--border))}.tip-icon{font-size:.9rem;flex-shrink:0;margin-top:2px}.tip-text{font-size:.82rem;color:var(--text);line-height:1.6}.city-strategy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.city-strategy-card{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--border);border-radius:var(--radius);padding:16px;transition:transform .12s,box-shadow .18s}.city-strategy-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.csc-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.csc-emoji{font-size:1.6rem;line-height:1}.csc-name{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.2}.csc-days{font-size:.7rem;color:var(--text-muted);font-weight:400}.csc-style{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--csc-color, var(--text-muted));margin-bottom:6px}.csc-priority{font-size:.8rem;color:var(--text-muted);line-height:1.5}.budget-tiers{display:flex;flex-direction:column;gap:6px}.budget-tier{display:grid;grid-template-columns:80px 1fr 120px;gap:12px;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.tier-cost{font-size:.9rem;font-weight:800;color:var(--text);white-space:nowrap}.tier-info{flex:1;min-width:0}.tier-label{font-size:.83rem;font-weight:600;color:var(--text);margin-bottom:1px}.tier-type{font-size:.72rem;color:var(--text-muted)}.tier-bar-wrap{background:var(--bg);border:1px solid var(--border);border-radius:20px;height:6px;overflow:hidden}.tier-bar-fill{height:100%;border-radius:20px;background:linear-gradient(90deg,#27ae60,#e67e22,#e74c3c)}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.app-card{display:flex;gap:14px;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;transition:border-color .18s}.app-card:hover{border-color:#58a6ff}.app-emoji{font-size:1.6rem;flex-shrink:0;line-height:1;margin-top:2px}.app-name{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:4px}.app-cn{font-size:.78rem;font-weight:400;color:var(--text-muted)}.app-use{font-size:.78rem;color:var(--text-muted);line-height:1.5}.phrase-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.phrase-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;transition:border-color .15s}.phrase-card:hover{border-color:#58a6ff}.phrase-situation{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:6px;font-weight:600}.phrase-chinese{font-size:1.3rem;color:var(--text);font-weight:700;margin-bottom:4px;line-height:1.2}.phrase-pinyin{font-size:.76rem;color:var(--text-muted);font-style:italic}.food-overview-hero{background:linear-gradient(135deg,#1a0e00,#6e2c00,#8e1010);border-radius:var(--radius);padding:28px 24px;margin-bottom:28px;text-align:center}.food-overview-hero h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:6px}.food-overview-hero p{font-size:.88rem;color:#ffffffbf;margin-bottom:14px}.overview-stats{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.overview-stat{text-align:center}.overview-stat-value{font-size:1.4rem;font-weight:800;color:#fff;display:block}.overview-stat-label{font-size:.68rem;color:#fff9;text-transform:uppercase;letter-spacing:.06em}@media(max-width:600px){.food-city-hero{flex-direction:column;text-align:center;padding:24px 16px}.food-city-hero-emoji{font-size:2.8rem}.food-city-title{font-size:1.35rem}.dish-grid{grid-template-columns:1fr}.budget-tier{grid-template-columns:70px 1fr}.budget-tier .tier-bar-wrap{display:none}.eating-order-row{grid-template-columns:80px 1fr}.eating-order-note{display:none}.city-strategy-grid{grid-template-columns:1fr}}.d1{max-width:900px;margin:0 auto;padding-bottom:80px}.d1-hero{position:relative;height:460px;overflow:hidden;border-radius:0 0 24px 24px}.d1-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 60%;display:block}.d1-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000014,#00000026 40%,#0d1117eb)}.d1-hero-topnav{position:absolute;top:16px;right:16px;display:flex;gap:8px}.d1-nav-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:7px 18px;border-radius:20px;font-size:.82rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s}.d1-nav-pill:hover{background:#ffffff47}.d1-hero-content{position:absolute;bottom:0;left:0;right:0;padding:28px 32px}.d1-hero-badges{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.d1-badge-day{background:#e74c3c;color:#fff;font-size:.72rem;font-weight:800;padding:4px 14px;border-radius:20px;letter-spacing:.07em;text-transform:uppercase}.d1-badge-city{background:#ffffff2e;color:#fff;font-size:.72rem;font-weight:600;padding:4px 14px;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.22)}.d1-hero-title{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:8px;text-shadow:0 2px 16px rgba(0,0,0,.6);letter-spacing:-.02em}.d1-hero-date{font-size:.9rem;color:#ffffffb3;letter-spacing:.02em}.d1-weather{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;margin:16px 16px 0;padding:18px 28px;gap:0}.d1-weather-item{display:flex;align-items:center;gap:14px;flex:1;padding:0 20px}.d1-weather-item:first-child{padding-left:0}.d1-weather-item:last-child{padding-right:0}.d1-weather-icon{font-size:1.9rem}.d1-weather-val{font-size:.95rem;font-weight:700}.d1-weather-sub{font-size:.72rem;color:var(--text-muted);margin-top:2px}.d1-weather-sep{width:1px;height:44px;background:var(--border);flex-shrink:0}.d1-body{padding:28px 16px 0}.d1-section{margin-bottom:52px}.d1-section-title{display:flex;align-items:center;gap:12px;font-size:1.35rem;font-weight:700;color:var(--text);padding-bottom:14px;padding-left:12px;margin-bottom:22px;border-bottom:1px solid var(--border);border-left:4px solid #e74c3c}.d1-section-icon{font-size:1.4rem}.d1-section-intro{font-size:.92rem;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.d1-sub-heading{font-size:1rem;font-weight:600;color:var(--text);margin:26px 0 14px}.d1-airport-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.d1-airport-grid>:last-child:nth-child(odd){grid-column:1 / -1}.d1-airport-item{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.d1-airport-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.d1-airport-val{font-size:.88rem;color:var(--text);line-height:1.45}.d1-transfers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.d1-transfer-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px 16px 16px;transition:border-color .2s,transform .2s}.d1-transfer-card:hover{border-color:#e74c3c73;transform:translateY(-2px)}.d1-transfer-rec{border-color:#2ecc7173!important;background:#2ecc710a!important}.d1-rec-badge{position:absolute;top:-10px;left:14px;background:#2ecc71;color:#0d1117;font-size:.65rem;font-weight:800;padding:3px 12px;border-radius:10px;text-transform:uppercase;letter-spacing:.05em}.d1-transfer-icon{font-size:1.7rem;margin-bottom:10px}.d1-transfer-name{font-size:.92rem;font-weight:700;margin-bottom:3px}.d1-transfer-route{font-size:.76rem;color:var(--text-muted);margin-bottom:12px}.d1-transfer-stats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.d1-stat-pill{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:600}.d1-transfer-notes{font-size:.76rem;color:var(--text-muted);line-height:1.45}.d1-callout{display:flex;gap:12px;border-radius:10px;padding:14px 16px;margin-top:14px;font-size:.85rem;line-height:1.55}.d1-callout-blue{background:#58a6ff14;border:1px solid rgba(88,166,255,.2)}.d1-callout-icon{font-size:1.2rem;flex-shrink:0;line-height:1.4}.d1-hotels{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.d1-hotel-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px 18px;transition:border-color .2s}.d1-hotel-card:hover{border-color:#e74c3c66}.d1-hotel-left{flex:1;min-width:0}.d1-hotel-name{font-size:.95rem;font-weight:700;margin-bottom:6px}.d1-hotel-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.d1-hotel-cat{font-size:.65rem;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.d1-cat-mid{background:#3498db26;color:#58a6ff}.d1-cat-boutique{background:#9b59b626;color:#c39bd3}.d1-cat-budget{background:#2ecc711f;color:#2ecc71}.d1-hotel-stars{color:#f1c40f;font-size:.78rem;letter-spacing:1px}.d1-hotel-area{font-size:.74rem;color:var(--text-muted)}.d1-hotel-why{font-size:.8rem;color:var(--text-muted);line-height:1.4}.d1-hotel-price{font-size:1.05rem;font-weight:800;color:#2ecc71;white-space:nowrap;flex-shrink:0;padding-top:2px}.d1-address-box{background:#e74c3c0f;border:1px solid rgba(231,76,60,.22);border-radius:12px;padding:18px 20px}.d1-address-label{font-size:.76rem;color:var(--text-muted);margin-bottom:10px}.d1-address-chinese{font-size:1.6rem;font-weight:700;letter-spacing:.06em;margin-bottom:10px}.d1-address-note{font-size:.8rem;color:var(--text-muted);line-height:1.55}.d1-nbhd-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.d1-nbhd-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px}.d1-nbhd-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.d1-nbhd-emoji{font-size:2.2rem;flex-shrink:0;line-height:1}.d1-nbhd-name{font-size:1rem;font-weight:700;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.d1-nbhd-cn{font-size:.8rem;font-weight:400;color:var(--text-muted)}.d1-nbhd-desc{font-size:.8rem;color:var(--text-muted);line-height:1.55;margin-bottom:14px}.d1-nbhd-food-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px}.d1-nbhd-list{list-style:none;padding:0;margin:0}.d1-nbhd-list li{font-size:.8rem;padding:5px 0;border-bottom:1px solid var(--border);line-height:1.4}.d1-nbhd-list li:last-child{border-bottom:none}.d1-nbhd-list li:before{content:"• ";color:#e74c3c}.d1-img-card{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--border);margin-bottom:20px}.d1-img-zoomable{cursor:zoom-in;touch-action:manipulation}.d1-img-zoom-hint{position:absolute;top:12px;right:12px;z-index:2;background:#0000008c;color:#fff;font-size:.72rem;font-weight:600;padding:5px 12px;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2);opacity:0;transition:opacity .2s;pointer-events:none}.d1-img-zoomable:hover .d1-img-zoom-hint{opacity:1}.d1-img{width:100%;height:300px;object-fit:cover;display:block}.d1-img-short{height:240px}.d1-img-caption{padding:12px 16px;background:var(--bg-card);font-size:.78rem;color:var(--text-muted);line-height:1.55;font-style:italic}.d1-restaurants{display:flex;flex-direction:column;gap:12px}.d1-rest-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px;transition:border-color .2s,transform .2s}.d1-rest-card:hover{border-color:#e74c3c66;transform:translateY(-2px)}.d1-rest-top{border-color:#2ecc7166;background:#2ecc7108}.d1-rest-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.d1-rest-info{flex:1;min-width:0}.d1-rest-tag{display:inline-block;color:#fff;font-size:.62rem;font-weight:800;padding:3px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.d1-rest-name{font-size:1rem;font-weight:700;margin-bottom:4px;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.d1-rest-cn{font-size:.82rem;font-weight:400;color:var(--text-muted)}.d1-rest-addr{font-size:.76rem;color:var(--text-muted)}.d1-rest-price-block{text-align:right;flex-shrink:0}.d1-rest-price{font-size:1.1rem;font-weight:800}.d1-rest-cad{font-size:.74rem;color:var(--text-muted)}.d1-rest-hours{font-size:.72rem;color:var(--text-muted);margin-top:4px}.d1-rest-tip{font-size:.82rem;color:var(--text-muted);background:var(--bg);border-radius:8px;padding:10px 12px;margin-bottom:10px;line-height:1.5}.d1-rest-features{display:flex;gap:7px;flex-wrap:wrap}.d1-rest-feature{font-size:.7rem;color:#58a6ff;background:#58a6ff1a;padding:3px 10px;border-radius:20px}.d1-progress-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}.d1-progress-track{flex:1;height:6px;background:var(--border);border-radius:4px;overflow:hidden}.d1-progress-fill{height:100%;background:#2ecc71;border-radius:4px;transition:width .4s ease}.d1-progress-label{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.d1-checklist{display:flex;flex-direction:column;gap:8px}.d1-check-item{display:flex;align-items:flex-start;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:14px 16px;cursor:pointer;touch-action:manipulation;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none}.d1-check-item:hover{border-color:#e74c3c59}.d1-check-done{opacity:.55;border-color:#2ecc714d!important;background:#2ecc710a!important}.d1-check-done .d1-check-label{text-decoration:line-through;color:var(--text-muted)}.d1-check-box{width:18px;height:18px;margin-top:1px;flex-shrink:0;accent-color:#2ecc71;cursor:pointer}.d1-check-emoji{font-size:1.2rem;flex-shrink:0;line-height:1.3}.d1-check-text{flex:1}.d1-check-label{font-size:.88rem;font-weight:600;margin-bottom:3px;transition:color .2s}.d1-check-detail{font-size:.76rem;color:var(--text-muted);line-height:1.45}.d1-goal-card{display:flex;gap:18px;background:linear-gradient(135deg,#e74c3c1a,#c0392b0d);border:1px solid rgba(231,76,60,.25);border-radius:14px;padding:22px 24px;margin-bottom:36px}.d1-goal-icon{font-size:2.2rem;flex-shrink:0;line-height:1}.d1-goal-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#e74c3c;margin-bottom:8px}.d1-goal-text{font-size:.88rem;color:var(--text);line-height:1.65}.d1-hero-zoomable{cursor:zoom-in;touch-action:manipulation}.d1-hero-expand-hint{position:absolute;bottom:90px;right:16px;z-index:2;background:#00000080;color:#ffffffd9;font-size:.72rem;font-weight:600;padding:5px 13px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);opacity:0;transition:opacity .25s;pointer-events:none;letter-spacing:.02em}.d1-hero-zoomable:hover .d1-hero-expand-hint{opacity:1}.d1-jumpnav{display:flex;gap:8px;padding:14px 16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.d1-jumpnav::-webkit-scrollbar{display:none}.d1-jump-pill{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:20px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-size:.78rem;font-weight:600;white-space:nowrap;text-decoration:none;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.d1-jump-pill:hover{background:#e74c3c1f;border-color:#e74c3c80;color:#e74c3c;text-decoration:none}.d1-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000ed;display:flex;align-items:center;justify-content:center;padding:20px;animation:d1-lb-in .18s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;overflow:hidden}@keyframes d1-lb-in{0%{opacity:0}to{opacity:1}}.d1-lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2001}.d1-lightbox-close:hover{background:#ffffff40}.d1-lightbox-inner{max-width:min(90vw,1100px);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:0;animation:d1-lb-scale .2s ease}@keyframes d1-lb-scale{0%{transform:scale(.94)}to{transform:scale(1)}}.d1-lightbox-img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:10px;display:block;box-shadow:0 20px 80px #000c}.d1-lightbox-caption{margin-top:14px;font-size:.82rem;color:#ffffffa6;text-align:center;max-width:700px;line-height:1.55;font-style:italic;padding:0 12px}.d1-bottom-nav{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid var(--border);margin-top:8px}.d1-jump-map{background:#e74c3c26;border:1.5px solid rgba(231,76,60,.55);color:#f08070;cursor:pointer;font-family:inherit;font-size:inherit}.d1-jump-map:hover{background:#e74c3c47;color:#ff9b8a}.d1-map-fab{position:fixed;bottom:28px;right:24px;z-index:900;display:flex;align-items:center;gap:7px;padding:12px 18px;background:#e74c3c;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:1.15rem;font-weight:700;box-shadow:0 4px 20px #e74c3c8c,0 2px 8px #0006;transition:background .18s,box-shadow .18s,transform .15s;touch-action:manipulation;white-space:nowrap}.d1-map-fab:hover{background:#c0392b;box-shadow:0 6px 26px #e74c3cb3,0 2px 10px #00000073;transform:translateY(-2px)}.d1-map-fab:active{transform:translateY(0)}.d1-fab-label{font-size:.92rem;font-weight:700;letter-spacing:.01em}.d1-mapmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:d1-modal-in .18s ease}@keyframes d1-modal-in{0%{opacity:0}to{opacity:1}}.d1-mapmodal-inner{position:relative;background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:18px;width:100%;max-width:760px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #000000a6;animation:d1-modal-slide .2s ease}@keyframes d1-modal-slide{0%{transform:translateY(12px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.d1-mapmodal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border, #21262d);flex-shrink:0;gap:12px}.d1-mapmodal-title{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;color:var(--text, #e6edf3)}.d1-mapmodal-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0}.d1-mapmodal-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--text-muted, #8b949e);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s;touch-action:manipulation}.d1-mapmodal-close:hover{background:#ffffff24;color:#fff}.d1-mapmodal-map{flex:1;min-height:380px;background:#1a1f2e}.d1-mapmodal-legend{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:12px 18px;border-top:1px solid var(--border, #21262d);background:#ffffff08;flex-shrink:0}.d1-maplegend-item{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-muted, #8b949e);white-space:nowrap}.d1-maplegend-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.25);flex-shrink:0}.d1-maplegend-dot-ghost{opacity:.7}.d1-maplegend-tip{margin-left:auto;font-size:.73rem;color:var(--text-muted, #8b949e);opacity:.6;white-space:nowrap}@media(max-width:680px){.d1-hero{height:300px;border-radius:0 0 16px 16px}.d1-hero-title{font-size:1.75rem;letter-spacing:-.01em}.d1-hero-date{font-size:.8rem}.d1-hero-content{padding:18px 20px}.d1-hero-badges{margin-bottom:10px}.d1-hero-expand-hint{opacity:.85;bottom:72px}.d1-img-zoom-hint{opacity:.85}.d1-jumpnav{padding:10px 12px;gap:6px}.d1-jump-pill{font-size:.74rem;padding:6px 13px}.d1-weather{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;padding:14px 16px;margin:10px 12px 0;border-radius:12px}.d1-weather-sep{display:none}.d1-weather-item{padding:0 10px;flex:none;width:auto}.d1-weather-item:first-child{padding-left:0}.d1-weather-item:last-child{padding-right:0}.d1-weather-icon{font-size:1.5rem}.d1-weather-val{font-size:.82rem}.d1-weather-sub{font-size:.66rem}.d1-body{padding:18px 12px 0}.d1-section{margin-bottom:40px}.d1-section-title{font-size:1.1rem;padding-bottom:12px;margin-bottom:18px}.d1-section-icon{font-size:1.2rem}.d1-airport-grid{grid-template-columns:1fr}.d1-airport-grid>:last-child:nth-child(odd){grid-column:auto}.d1-airport-item{padding:12px 14px}.d1-transfers{grid-template-columns:1fr}.d1-transfer-rec{margin-top:10px}.d1-hotel-card{flex-direction:row;align-items:center}.d1-hotel-name{font-size:.88rem}.d1-hotel-price{font-size:.9rem;align-self:flex-start;padding-top:4px}.d1-hotel-why{font-size:.76rem}.d1-address-chinese{font-size:1.25rem}.d1-nbhd-grid{grid-template-columns:1fr}.d1-img{height:220px}.d1-img-short{height:180px}.d1-rest-card{padding:14px}.d1-rest-header{flex-direction:column;gap:8px}.d1-rest-price-block{text-align:left;display:flex;align-items:baseline;gap:8px}.d1-rest-name{font-size:.92rem}.d1-check-item{padding:12px 14px;gap:10px}.d1-check-box{width:20px;height:20px}.d1-goal-card{padding:18px;gap:14px}.d1-goal-icon{font-size:1.8rem}.d1-bottom-nav{justify-content:stretch}.d1-bottom-nav .btn-primary{width:100%;justify-content:center}.d1-map-fab{bottom:20px;right:16px;padding:11px 15px;font-size:1rem}.d1-mapmodal{padding:12px;align-items:flex-end}.d1-mapmodal-inner{border-radius:18px 18px 12px 12px;max-height:85vh}.d1-mapmodal-map{min-height:280px}.d1-maplegend-tip{display:none}.d1-lightbox{padding:16px}.d1-lightbox-img{border-radius:10px;max-height:65vh}.d1-lightbox-close{top:10px;right:12px}.d1-lightbox-caption{font-size:.76rem;margin-top:12px}}@media(max-width:400px){.d1-hero{height:250px}.d1-hero-title{font-size:1.45rem}.d1-hero-content{padding:14px 16px}.d1-weather{grid-template-columns:1fr;gap:10px;padding:14px}.d1-weather-item{padding:0;display:flex;align-items:center;gap:10px}.d1-section-title{font-size:1rem}.d1-hotel-card{flex-direction:column;align-items:flex-start}.d1-address-chinese{font-size:1.1rem}.d1-jump-pill{font-size:.7rem;padding:5px 11px}.d1-body{padding:14px 10px 0}}.dp{max-width:900px;margin:0 auto;padding-bottom:80px}.dp-hero{position:relative;height:460px;overflow:hidden;border-radius:0 0 24px 24px}.dp-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block}.dp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000014,#00000026 40%,#0d1117eb)}.dp-hero-zoomable{cursor:zoom-in}.dp-hero-expand-hint{position:absolute;top:14px;left:14px;background:#00000073;color:#ffffffbf;font-size:.7rem;padding:4px 10px;border-radius:99px;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.dp-hero-topnav{position:absolute;top:14px;right:14px;display:flex;gap:8px}.dp-nav-pill{background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);color:#ffffffe6;border-radius:99px;padding:5px 14px;font-size:.78rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s;touch-action:manipulation}.dp-nav-pill:hover{background:#ffffff47}.dp-hero-content{position:absolute;bottom:0;left:0;right:0;padding:20px 24px}.dp-hero-badges{display:flex;gap:8px;align-items:center;margin-bottom:8px}.dp-badge-day{background:#ffffff2e;color:#ffffffe6;border:1px solid rgba(255,255,255,.25);padding:3px 10px;border-radius:99px;font-size:.75rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dp-badge-city{color:#fff;padding:3px 10px;border-radius:99px;font-size:.75rem;font-weight:700}.dp-hero-title{font-size:2rem;font-weight:800;color:#fff;margin:0 0 4px;text-shadow:0 2px 8px rgba(0,0,0,.6);line-height:1.15}.dp-hero-date{color:#ffffffb3;font-size:.85rem;margin:0}.dp-weather{display:grid;grid-template-columns:repeat(3,1fr);background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:14px;margin:16px 16px 0;overflow:hidden}.dp-weather-item{display:flex;align-items:center;gap:12px;padding:14px 16px}.dp-weather-item+.dp-weather-item{border-left:1px solid var(--border, #21262d)}.dp-weather-icon{font-size:1.5rem;flex-shrink:0}.dp-weather-val{font-size:.92rem;font-weight:700;color:var(--text, #e6edf3);line-height:1.2}.dp-weather-sub{font-size:.72rem;color:var(--text-muted, #8b949e);margin-top:2px}.dp-jumpnav{display:flex;gap:8px;padding:14px 16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.dp-jumpnav::-webkit-scrollbar{display:none}.dp-jump-pill{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;background:var(--bg-card, #161b22);border:1.5px solid var(--border, #21262d);color:var(--text-muted, #8b949e);border-radius:99px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;cursor:pointer;font-family:inherit}.dp-jump-pill:hover{border-color:#ffffff40;color:var(--text, #e6edf3)}.dp-jump-map{background:#e74c3c26;border:1.5px solid rgba(231,76,60,.55);color:#f08070}.dp-jump-map:hover{background:#e74c3c47;color:#ff9b8a}.dp-body{padding:20px 16px 0}.dp-section{margin-bottom:40px}.dp-section-title{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;color:var(--text, #e6edf3);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--border, #21262d)}.dp-section-icon{font-size:1.35rem}.dp-sub-heading{font-size:.9rem;font-weight:700;color:var(--text-muted, #8b949e);text-transform:uppercase;letter-spacing:.06em;margin:24px 0 14px}.dp-section-intro{color:var(--text-muted, #8b949e);font-size:.92rem;line-height:1.65;margin:0 0 20px}.dp-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;margin-bottom:24px}.dp-info-item{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:10px;padding:12px 16px}.dp-info-label{font-size:.72rem;font-weight:700;color:var(--text-muted, #8b949e);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.dp-info-val{font-size:.88rem;color:var(--text, #e6edf3);line-height:1.5}.dp-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr));gap:12px;margin-bottom:24px}.dp-option-card{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:12px;padding:16px;position:relative}.dp-option-card.dp-option-rec{border-color:#2ecc71}.dp-option-rec-badge{position:absolute;top:-10px;left:14px;background:#2ecc71;color:#fff;font-size:.68rem;font-weight:700;padding:2px 10px;border-radius:99px;letter-spacing:.04em}.dp-option-icon{font-size:1.5rem;margin-bottom:7px}.dp-option-name{font-size:.9rem;font-weight:700;color:var(--text, #e6edf3);margin-bottom:2px}.dp-option-route{font-size:.77rem;color:var(--text-muted, #8b949e);margin-bottom:8px}.dp-option-stats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.dp-stat-pill{background:#ffffff0f;border:1px solid var(--border, #21262d);border-radius:99px;padding:3px 10px;font-size:.72rem;color:var(--text-muted, #8b949e)}.dp-option-notes{font-size:.78rem;color:var(--text-muted, #8b949e);line-height:1.5}.dp-sights{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.dp-sight-card{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:14px;padding:18px 20px}.dp-sight-card.dp-sight-top{border-color:#fff3}.dp-sight-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:10px}.dp-sight-icon{font-size:2rem;flex-shrink:0}.dp-sight-name{font-size:1.05rem;font-weight:700;color:var(--text, #e6edf3);margin-bottom:3px}.dp-sight-cn{font-size:.78rem;color:var(--text-muted, #8b949e);margin-left:6px;font-weight:400}.dp-sight-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px;align-items:center}.dp-sight-tag{font-size:.7rem;font-weight:700;padding:2px 9px;border-radius:99px;color:#fff}.dp-sight-ticket{font-size:.78rem;color:var(--text-muted, #8b949e)}.dp-sight-desc{font-size:.88rem;color:var(--text-muted, #8b949e);line-height:1.6;margin:0}.dp-sight-tips{margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #21262d);display:flex;flex-direction:column;gap:5px}.dp-sight-tip-item{display:flex;gap:8px;font-size:.82rem;color:var(--text-muted, #8b949e);line-height:1.5}.dp-restaurants{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.dp-rest-card{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:14px;padding:16px 20px}.dp-rest-card.dp-rest-top{border-color:#2ecc71}.dp-rest-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:10px}.dp-rest-tag{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 9px;border-radius:99px;color:#fff;margin-bottom:6px;letter-spacing:.04em}.dp-rest-name{font-size:.97rem;font-weight:700;color:var(--text, #e6edf3);margin-bottom:4px}.dp-rest-cn{font-size:.75rem;color:var(--text-muted, #8b949e);margin-left:6px;font-weight:400}.dp-rest-addr{font-size:.76rem;color:var(--text-muted, #8b949e)}.dp-rest-price-block{text-align:right;flex-shrink:0}.dp-rest-price{font-size:1rem;font-weight:700;color:var(--text, #e6edf3)}.dp-rest-cad{font-size:.75rem;color:var(--text-muted, #8b949e)}.dp-rest-hours{font-size:.72rem;color:var(--text-muted, #8b949e);margin-top:4px}.dp-rest-tip{font-size:.82rem;color:var(--text-muted, #8b949e);line-height:1.55;padding-top:10px;border-top:1px solid var(--border, #21262d)}.dp-rest-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.dp-rest-feature{background:#ffffff0d;border:1px solid var(--border, #21262d);border-radius:99px;padding:3px 10px;font-size:.72rem;color:var(--text-muted, #8b949e)}.dp-callout{display:flex;gap:12px;padding:14px 16px;border-radius:12px;margin-bottom:20px;font-size:.85rem;line-height:1.55;color:var(--text-muted, #8b949e)}.dp-callout-blue{background:#58a6ff14;border:1px solid rgba(88,166,255,.25)}.dp-callout-warning{background:#ffc40914;border:1px solid rgba(255,196,9,.25)}.dp-callout-green{background:#2ecc7114;border:1px solid rgba(46,204,113,.25)}.dp-callout-red{background:#e74c3c14;border:1px solid rgba(231,76,60,.25)}.dp-callout-icon{font-size:1.15rem;flex-shrink:0;margin-top:1px}.dp-img-card{border-radius:14px;overflow:hidden;border:1px solid var(--border, #21262d);background:var(--bg-card, #161b22);margin-bottom:20px;position:relative}.dp-img-zoomable{cursor:zoom-in}.dp-img-zoom-hint{position:absolute;top:12px;right:12px;background:#00000080;color:#fffc;font-size:.68rem;padding:3px 9px;border-radius:99px;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;pointer-events:none}.dp-img{width:100%;height:280px;object-fit:cover;display:block}.dp-img-tall{height:340px}.dp-img-short{height:220px}.dp-img-caption{padding:12px 16px;font-size:.78rem;color:var(--text-muted, #8b949e);line-height:1.5;margin:0;border-top:1px solid var(--border, #21262d)}.dp-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.dp-img-grid .dp-img-card{margin-bottom:0}.dp-img-grid .dp-img{height:200px}.dp-ticket-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;border:1px solid var(--border, #21262d);font-size:.85rem;margin-bottom:20px}.dp-ticket-table th{background:#ffffff0a;color:var(--text-muted, #8b949e);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:10px 14px;text-align:left}.dp-ticket-table td{padding:10px 14px;color:var(--text, #e6edf3);border-top:1px solid var(--border, #21262d);line-height:1.5}.dp-ticket-table tr:first-child td{border-top:none}.dp-ticket-table .dp-ticket-rec td{color:#2ecc71}.dp-highlight{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-left:3px solid #e74c3c;border-radius:0 12px 12px 0;padding:14px 18px;margin-bottom:20px;font-size:.88rem;color:var(--text-muted, #8b949e);line-height:1.6}.dp-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.dp-step{display:flex;gap:14px;align-items:flex-start}.dp-step-num{background:#e74c3c;color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex-shrink:0;margin-top:1px}.dp-step-body{font-size:.88rem;color:var(--text-muted, #8b949e);line-height:1.6}.dp-step-body strong{color:var(--text, #e6edf3)}.dp-goal-card{background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:16px;padding:22px 24px;display:flex;gap:18px;align-items:flex-start;margin-bottom:32px}.dp-goal-icon{font-size:2.2rem;flex-shrink:0}.dp-goal-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, #8b949e);margin-bottom:6px}.dp-goal-text{font-size:.9rem;color:var(--text-muted, #8b949e);line-height:1.65;margin:0}.dp-bottom-nav{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border, #21262d);margin-top:8px;gap:12px}.dp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;overscroll-behavior:contain;cursor:zoom-out}.dp-lightbox-close{position:absolute;top:16px;right:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001}.dp-lightbox-inner{max-width:900px;width:100%;cursor:default}.dp-lightbox-img{width:100%;max-height:75vh;object-fit:contain;border-radius:12px;display:block}.dp-lightbox-caption{color:#ffffffa6;font-size:.8rem;line-height:1.55;margin-top:14px;text-align:center}.dp-map-fab{position:fixed;bottom:28px;right:24px;z-index:900;display:flex;align-items:center;gap:7px;padding:12px 18px;background:#e74c3c;color:#fff;border:none;border-radius:999px;cursor:pointer;font-size:1.15rem;font-weight:700;box-shadow:0 4px 20px #e74c3c8c,0 2px 8px #0006;transition:background .18s,box-shadow .18s,transform .15s;touch-action:manipulation;white-space:nowrap}.dp-map-fab:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 6px 26px #e74c3cb3,0 2px 10px #00000073}.dp-map-fab:active{transform:translateY(0)}.dp-fab-label{font-size:.92rem;font-weight:700;letter-spacing:.01em}.dp-mapmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:dp-modal-in .18s ease}@keyframes dp-modal-in{0%{opacity:0}to{opacity:1}}.dp-mapmodal-inner{position:relative;background:var(--bg-card, #161b22);border:1px solid var(--border, #21262d);border-radius:18px;width:100%;max-width:760px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #000000a6;animation:dp-modal-slide .2s ease}@keyframes dp-modal-slide{0%{transform:translateY(12px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.dp-mapmodal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border, #21262d);flex-shrink:0;gap:12px}.dp-mapmodal-title{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;color:var(--text, #e6edf3)}.dp-mapmodal-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0}.dp-mapmodal-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--text-muted, #8b949e);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s;touch-action:manipulation}.dp-mapmodal-close:hover{background:#ffffff24;color:#fff}.dp-mapmodal-map{flex:1;min-height:380px;background:#1a1f2e}.dp-mapmodal-legend{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:12px 18px;border-top:1px solid var(--border, #21262d);background:#ffffff08;flex-shrink:0}.dp-maplegend-item{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-muted, #8b949e);white-space:nowrap}.dp-maplegend-dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.25);flex-shrink:0}.dp-maplegend-tip{margin-left:auto;font-size:.73rem;color:var(--text-muted, #8b949e);opacity:.6;white-space:nowrap}@media(max-width:680px){.dp-hero{height:320px}.dp-hero-title{font-size:1.45rem}.dp-hero-content{padding:14px 16px}.dp-weather{grid-template-columns:1fr;margin:12px 12px 0}.dp-weather-item+.dp-weather-item{border-left:none;border-top:1px solid var(--border, #21262d)}.dp-body{padding:14px 12px 0}.dp-options,.dp-info-grid,.dp-img-grid{grid-template-columns:1fr}.dp-rest-header{flex-direction:column;gap:6px}.dp-rest-price-block{text-align:left}.dp-sight-header{flex-direction:column;gap:8px}.dp-img{height:220px}.dp-img-tall{height:260px}.dp-img-short{height:170px}.dp-img-grid .dp-img{height:180px}.dp-bottom-nav{flex-direction:column;gap:10px}.dp-bottom-nav .btn-primary,.dp-bottom-nav .btn-secondary{width:100%;justify-content:center}.dp-lightbox{padding:16px}.dp-lightbox-img{max-height:65vh}.dp-map-fab{bottom:20px;right:16px;padding:11px 15px;font-size:1rem}.dp-mapmodal{padding:12px;align-items:flex-end}.dp-mapmodal-inner{border-radius:18px 18px 12px 12px}.dp-mapmodal-map{min-height:270px}.dp-maplegend-tip{display:none}.dp-jump-pill{font-size:.72rem;padding:5px 11px}}@media(max-width:400px){.dp-hero{height:260px}.dp-hero-title{font-size:1.2rem}.dp-body{padding:12px 10px 0}}:root{--bg: #0d1117;--bg-card: #161b22;--bg-sidebar: #0d1117;--bg-hover: #1c2333;--border: #21262d;--text: #e6edf3;--text-muted: #8b949e;--accent: #e74c3c;--radius: 10px;--sidebar-w: 280px;--z-top-bar: 100;--z-map-ui: 120;--z-overlay: 800;--z-sidebar: 900}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;scroll-behavior:smooth}body{font-family:-apple-system,Segoe UI,system-ui,Noto Sans SC,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:#58a6ff;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.markdown-body img{width:100%;height:auto;display:block;border-radius:8px}.top-bar{position:sticky;top:0;z-index:var(--z-top-bar);display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(135deg,#1a1f2e,#c0392b);box-shadow:0 2px 12px #00000080}.top-bar-title{display:flex;align-items:center;gap:10px;cursor:pointer}.top-bar-title h1{font-size:1.1rem;font-weight:700;white-space:nowrap}.top-bar-title .subtitle{font-size:.72rem;opacity:.7}.flag{width:28px;height:28px;object-fit:contain}.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px}.hamburger span{width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}.app{display:flex;flex-direction:column;min-height:100vh}.layout{display:flex;flex:1}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:var(--z-sidebar);width:var(--sidebar-w);background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;overflow:hidden}.sidebar.open{transform:translate(0)}.sidebar-header{display:flex;align-items:center;gap:10px;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0;background:linear-gradient(135deg,#1a1f2e,#c0392b);cursor:pointer}.sidebar-logo{width:30px;height:30px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.sidebar-header strong{display:block;font-size:.95rem;font-weight:700;letter-spacing:.01em}.sidebar-header small{font-size:.68rem;color:#fff9;margin-top:1px;display:block}.sidebar-links{padding:8px;flex-shrink:0}.nav-link{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;color:var(--text);font-size:.85rem;font-weight:500;transition:.15s}.nav-link:hover{background:var(--bg-hover);text-decoration:none}.nav-link.active{background:#58a6ff1f;color:#58a6ff}.nav-icon{font-size:1rem}.sidebar-divider{height:1px;background:var(--border);margin:4px 12px}.sidebar-scroll{flex:1;overflow-y:auto;padding-bottom:20px}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}.sidebar-search{padding:4px 8px 6px}.search-input{width:100%;padding:7px 12px;background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.82rem;outline:none;transition:border-color .15s}.search-input:focus{border-color:#58a6ff}.search-input::placeholder{color:var(--text-muted)}.search-input::-webkit-search-cancel-button{cursor:pointer}.search-no-results{padding:20px 16px;color:var(--text-muted);font-size:.82rem;text-align:center}.city-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:10px 14px;background:none;border:none;color:var(--text);cursor:pointer;text-align:left;font-size:.82rem;transition:.15s}.city-toggle:hover{background:var(--bg-hover)}.city-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.city-label{flex:1;font-weight:600}.city-dates{font-size:.66rem;color:var(--text-muted)}.city-arrow{font-size:.7rem;color:var(--text-muted)}.city-days{padding:2px 0 6px}.day-link{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 28px;color:var(--text);font-size:.78rem;transition:.15s;border-left:3px solid transparent}.day-link:hover{background:var(--bg-hover);text-decoration:none}.day-link.active{background:#58a6ff14;border-left-color:#58a6ff}.day-num{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:#fff;flex-shrink:0}.day-info{flex:1;min-width:0}.day-title{display:block;font-weight:500;line-height:1.3}.day-city-label{display:block;font-size:.66rem;color:var(--text-muted)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-content{flex:1;min-height:calc(100vh - 52px);padding:0;min-width:0;overflow-x:hidden}.page{max-width:860px;margin:0 auto;padding:20px 16px 60px}.hero{background:linear-gradient(135deg,#1a1f2e,#2c1320,#c0392b);border-radius:var(--radius);padding:40px 24px;text-align:center;margin-bottom:32px}.hero h1{font-size:1.8rem;margin-bottom:8px}.hero-sub{font-size:1rem;opacity:.8;margin-bottom:4px}.hero-route{font-size:.78rem;opacity:.6;margin-bottom:20px;line-height:1.5}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;font-size:.88rem;border:none;cursor:pointer;transition:.2s}.btn-primary:hover{background:#d32f2f;text-decoration:none}.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:8px;background:#ffffff14;color:var(--text);font-weight:500;font-size:.88rem;border:1px solid var(--border);cursor:pointer;transition:.2s}.btn-secondary:hover{background:#ffffff24;text-decoration:none}.section{margin-bottom:36px}.section h2{font-size:1.25rem;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.info-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.info-card.clickable{cursor:pointer;transition:.2s}.info-card.clickable:hover{border-color:#58a6ff;transform:translateY(-2px);text-decoration:none;color:var(--text)}.info-card-header{font-weight:700;font-size:.95rem;margin-bottom:8px}.city-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.city-card{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid;border-radius:var(--radius);padding:18px;transition:.2s;cursor:pointer}.city-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000004d;text-decoration:none;color:var(--text)}.city-card-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.city-card-emoji{font-size:2rem}.city-card-head h3{font-size:1.1rem;margin:0}.city-card-head p{font-size:.75rem;color:var(--text-muted);margin:0}.city-card-hl{font-size:.82rem;color:var(--text-muted);margin-bottom:8px}.city-card-stops{font-size:.72rem;color:var(--text-muted);padding-top:8px;border-top:1px solid var(--border)}.day-list-section{margin-bottom:24px}.day-list-section h3{font-size:1rem;margin-bottom:10px}.day-list{display:flex;flex-direction:column;gap:4px}.day-list-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);transition:.15s}.day-list-item:hover{border-color:#58a6ff;transform:translate(4px);text-decoration:none}.day-list-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;flex-shrink:0}.day-list-emoji{font-size:1.1rem}.day-list-title{flex:1;font-size:.85rem;font-weight:500}.day-list-arrow{color:var(--text-muted);font-size:.8rem}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.85rem}th{background:var(--bg-card);padding:10px 14px;text-align:left;font-weight:600;border-bottom:2px solid var(--border)}td{padding:10px 14px;border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}.total-row td{background:#58a6ff0f;font-weight:700}.amount{font-weight:600;white-space:nowrap}.muted{color:var(--text-muted);font-size:.82rem}.day-nav-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.day-nav-btn{padding:8px 16px;border-radius:8px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-size:.8rem;cursor:pointer;transition:.15s}.day-nav-btn:hover:not(:disabled){border-color:#58a6ff}.day-nav-btn:disabled{opacity:.3;cursor:default}.day-badge{padding:4px 14px;border-radius:20px;color:#fff;font-size:.82rem;font-weight:700}.day-info-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);border-left:4px solid;margin-bottom:16px}.day-info-emoji{font-size:2.5rem}.day-info-details h2{font-size:1.3rem;margin-bottom:6px}.tag{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:600;color:#fff;margin-right:8px}.date-tag{background:#30363d;color:var(--text-muted)}.map-link-card{display:block;padding:12px 16px;border-radius:8px;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid;margin-bottom:24px;font-size:.85rem;font-weight:500;transition:.15s}.map-link-card:hover{border-color:#58a6ff;text-decoration:none}.day-bottom-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px;padding-top:20px;border-top:1px solid var(--border)}.day-bottom-nav button{flex:1;min-width:200px;text-align:center}.map-page{height:calc(100vh - 52px);position:relative}.map-header{padding:10px 16px;flex-shrink:0;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--border)}.map-header h2{font-size:1rem;white-space:nowrap}.map-pills{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;padding-bottom:2px;scrollbar-width:none}.map-pills::-webkit-scrollbar{display:none}.pill{font-size:.72rem;padding:4px 12px;border-radius:20px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:.15s;white-space:nowrap}.pill:hover{background:var(--bg-hover);text-decoration:none}.pill.active{background:#58a6ff26;border-color:#58a6ff;font-weight:700;color:#58a6ff}.map-wrapper{position:relative;height:100%;overflow:hidden}.map-container{height:100%;width:100%;z-index:0}.leaflet-bottom{display:none}.map-legend{position:absolute;bottom:10px;right:10px;z-index:var(--z-map-ui);background:#0d1117e6;border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;display:flex;flex-direction:column;gap:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all}.map-legend-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.map-legend-title{font-size:.72rem;font-weight:600;color:var(--text-muted, #8b949e);text-transform:uppercase;letter-spacing:.05em}.map-legend-toggle{background:none;border:none;color:var(--text-muted, #8b949e);cursor:pointer;font-size:.8rem;padding:0 2px;line-height:1;transition:color .15s}.map-legend-toggle:hover{color:var(--text)}.map-legend--collapsed{gap:0}.map-legend-item{display:flex;align-items:center;gap:8px;font-size:.78rem;white-space:nowrap;color:var(--text)}.map-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.map-style-toggle{position:absolute;top:10px;left:10px;z-index:var(--z-map-ui);display:flex;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-style-btn{background:#0d1117d9;border:none;color:var(--text-muted, #8b949e);font-size:.75rem;font-weight:600;padding:5px 12px;cursor:pointer;transition:background .15s,color .15s;letter-spacing:.03em}.map-style-btn+.map-style-btn{border-left:1px solid var(--border)}.map-style-btn:hover{background:#1e2632f2;color:var(--text)}.map-style-btn.active{background:var(--accent, #2f81f7);color:#fff}.map-train-info{position:absolute;bottom:10px;left:10px;z-index:var(--z-map-ui);background:#0d1117eb;border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;display:flex;flex-direction:column;gap:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all;max-width:260px}.map-train-info--collapsed{gap:0}.map-train-info-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.map-train-info-title{font-size:.72rem;font-weight:700;color:#facc15;letter-spacing:.02em;text-transform:uppercase}.map-train-leg{display:flex;flex-direction:column;gap:3px;padding-top:6px;border-top:1px solid var(--border)}.map-train-leg:first-of-type{padding-top:0;border-top:none}.map-train-leg-dir{font-size:.7rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.map-train-leg-route{font-size:.85rem;font-weight:700;color:var(--text)}.map-train-leg-details{display:flex;gap:10px;font-size:.72rem;color:var(--text-muted);flex-wrap:wrap}.map-layers-btn{position:absolute;bottom:16px;left:10px;z-index:var(--z-map-ui);background:#0d1117e6;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.75rem;font-weight:600;padding:6px 12px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s,border-color .15s;letter-spacing:.02em;display:flex;align-items:center;gap:5px}.map-layers-btn:hover{background:#1e2632f2;border-color:#58a6ff}.map-layers-btn.active{border-color:#58a6ff;color:#58a6ff}.map-layers-badge{background:#58a6ff;color:#0d1117;border-radius:8px;font-size:.65rem;font-weight:700;padding:1px 5px;min-width:16px;text-align:center}.map-drawer{position:absolute;top:0;right:0;height:100%;width:280px;background:#0d1117f5;border-left:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-map-ui);transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.map-drawer--open{transform:translate(0)}.map-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.map-drawer-title{font-size:.85rem;font-weight:700}.map-drawer-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;padding:4px 6px;border-radius:4px;line-height:1;transition:background .15s,color .15s}.map-drawer-close:hover{background:var(--bg-hover);color:var(--text)}.map-drawer-actions{display:flex;gap:6px;padding:10px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.map-drawer-action-btn{flex:1;background:var(--bg-card);border:1px solid var(--border);color:var(--text);padding:5px 6px;border-radius:6px;cursor:pointer;font-size:.7rem;font-weight:600;transition:background .15s;white-space:nowrap}.map-drawer-action-btn:hover:not(:disabled){background:var(--bg-hover)}.map-drawer-action-btn:disabled{opacity:.4;cursor:default}.map-drawer-action-btn--fit{flex:1.4}.map-drawer-section-title{padding:10px 16px 4px;font-size:.68rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.map-drawer-item{display:flex;align-items:center;gap:8px;padding:7px 16px;cursor:pointer;transition:background .1s;-webkit-user-select:none;user-select:none}.map-drawer-item:hover{background:var(--bg-hover)}.map-drawer-item input[type=checkbox]{cursor:pointer;width:15px;height:15px;flex-shrink:0;accent-color:#58a6ff}.map-drawer-city-row--hidden .map-drawer-city-name,.map-drawer-city-row--hidden .map-drawer-city-meta{opacity:.45}.map-drawer-city-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.map-drawer-item-label{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.map-drawer-city-name{font-size:.82rem;font-weight:600}.map-drawer-city-meta{font-size:.68rem;color:var(--text-muted)}.map-drawer-route-icon{font-size:.9rem;flex-shrink:0}.map-drawer-item-badge{font-size:.68rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1px 6px;flex-shrink:0;white-space:nowrap}.map-drawer-zoom-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:2px 4px;color:var(--text-muted);border-radius:4px;transition:background .15s,color .15s;flex-shrink:0;line-height:1}.map-drawer-zoom-btn:hover{background:var(--bg-hover);color:var(--text)}.map-drawer-footer{margin-top:auto;padding:10px 16px;border-top:1px solid var(--border);font-size:.7rem;color:var(--text-muted);flex-shrink:0}.map-drawer-city-section{border-bottom:1px solid var(--border)}.map-drawer-city-section-header{display:flex;align-items:center;gap:4px;padding:4px 6px 4px 12px}.map-drawer-city-header-label{display:flex;align-items:center;gap:6px;flex:1;cursor:pointer;min-width:0}.map-drawer-city-days-range{font-size:.65rem;color:var(--text-muted);white-space:nowrap;margin-left:auto;padding-right:4px}.map-drawer-city-header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.map-drawer-expand-btn{background:none;border:none;cursor:pointer;font-size:.65rem;padding:3px 5px;color:var(--text-muted);border-radius:4px;line-height:1;transition:background .15s,color .15s}.map-drawer-expand-btn:hover{background:var(--bg-hover);color:var(--text)}.map-drawer-days-list{padding:0 0 4px 12px}.map-drawer-day-row{display:flex;align-items:center;gap:4px;padding:3px 6px 3px 0;transition:opacity .15s}.map-drawer-day-row--hidden{opacity:.4}.map-drawer-day-label{display:flex;align-items:center;gap:5px;flex:1;cursor:pointer;min-width:0}.map-drawer-day-num{font-size:.62rem;font-weight:700;color:var(--text-muted);background:var(--bg-card);border-radius:3px;padding:1px 4px;flex-shrink:0;font-variant-numeric:tabular-nums}.map-drawer-day-title{font-size:.72rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-drawer-day-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.map-drawer-locations-list{padding:2px 0 6px 20px;display:flex;flex-direction:column;gap:1px}.map-drawer-location-row{display:flex;align-items:center;gap:6px;width:100%;background:none;border:none;border-radius:5px;padding:4px 6px 4px 4px;cursor:pointer;text-align:left;color:var(--text);transition:background .12s;font-size:.72rem;line-height:1.3}.map-drawer-location-row:hover{background:var(--bg-hover)}.map-drawer-location-row--dim{opacity:.4}.map-drawer-location-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%}.map-drawer-location-emoji{flex-shrink:0;font-size:13px;line-height:1}.map-drawer-location-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-drawer-location-go{flex-shrink:0;font-size:.65rem;color:var(--text-muted);opacity:0;transition:opacity .1s}.map-drawer-location-row:hover .map-drawer-location-go{opacity:1}.map-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-map-ui) - 1);background:transparent}.page-header{margin-bottom:24px}.page-header h1{font-size:1.6rem;margin-bottom:6px}.page-sub{color:var(--text-muted);font-size:.9rem}.visa-summary{margin-bottom:20px}.visa-card{display:flex;align-items:center;gap:16px;padding:18px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border)}.visa-card.good{border-left:4px solid #2ecc71}.visa-card-icon{font-size:2rem}.visa-card h3{font-size:1.1rem;margin-bottom:4px}.visa-card p{font-size:.85rem;color:var(--text-muted)}.quick-facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-bottom:28px}.fact{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;text-align:center}.fact-label{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.fact-value{font-size:1.05rem;font-weight:700}.budget-hero{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:32px}.budget-box{padding:24px;border-radius:var(--radius);text-align:center}.budget-box.budget{background:linear-gradient(135deg,#1a2e1a,#0d1117);border:1px solid #2ecc71}.budget-box.midrange{background:linear-gradient(135deg,#2e2a1a,#0d1117);border:1px solid #e67e22}.budget-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.budget-amount{font-size:2.2rem;font-weight:800;margin:6px 0}.budget-note{font-size:.75rem;color:var(--text-muted)}.tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.tip-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.tip-card h4{margin-bottom:8px;font-size:.9rem}.tip-card p{font-size:.82rem;color:var(--text-muted);line-height:1.5}.section-note{font-size:.85rem;color:var(--text-muted);margin:-8px 0 12px;line-height:1.5}.booking-urgent{color:#e67e22;font-weight:600;font-size:.82rem}.booking-badge{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:99px;white-space:nowrap}.badge-urgent{background:#e74c3c26;color:#e74c3c}.badge-optional{background:#2ecc7126;color:#27ae60}.attraction-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.attraction-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.attraction-urgent{border-left:3px solid #e74c3c}.attraction-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px}.attraction-name{display:block;font-size:.95rem;margin-bottom:2px}.attraction-meta{font-size:.78rem}.attraction-card-body{display:flex;flex-direction:column;gap:6px}.attraction-row{display:flex;gap:8px;font-size:.82rem;align-items:baseline}.attraction-label{color:var(--text-muted);min-width:100px;flex-shrink:0;font-size:.78rem}.attraction-tip{margin-top:8px;font-size:.8rem;color:var(--text-muted);line-height:1.5;padding-top:8px;border-top:1px solid var(--border)}.markdown-body{line-height:1.7;font-size:.92rem}.markdown-body h1{font-size:1.5rem;margin:24px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.markdown-body h2{font-size:1.2rem;margin:28px 0 12px;padding-bottom:6px;border-bottom:1px solid var(--border)}.markdown-body h3{font-size:1.05rem;margin:20px 0 8px}.markdown-body h4{font-size:.95rem;margin:16px 0 6px}.markdown-body p{margin-bottom:12px}.markdown-body ul,.markdown-body ol{margin-bottom:12px;padding-left:24px}.markdown-body li{margin-bottom:4px}.markdown-body blockquote{margin:12px 0;padding:12px 16px;border-left:3px solid var(--accent);background:#e74c3c0f;border-radius:0 var(--radius) var(--radius) 0;color:var(--text-muted)}.markdown-body blockquote p{margin-bottom:4px}.markdown-body table{width:100%;border-collapse:collapse;margin:12px 0;font-size:.82rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.markdown-body th{background:var(--bg-card);padding:8px 12px;text-align:left;font-weight:600;border-bottom:2px solid var(--border)}.markdown-body td{padding:8px 12px;border-bottom:1px solid var(--border)}.markdown-body tr:last-child td{border-bottom:none}.markdown-body code{background:var(--bg-card);padding:2px 6px;border-radius:4px;font-size:.85em}.markdown-body pre{background:var(--bg-card);padding:16px;border-radius:var(--radius);overflow-x:auto;margin:12px 0;border:1px solid var(--border)}.markdown-body pre code{background:none;padding:0}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:24px 0}.markdown-body strong{color:#fff}.markdown-body input[type=checkbox]{margin-right:6px}.checklist{display:flex;flex-direction:column;gap:8px}.check-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;background:var(--bg-card);border:1px solid var(--border);cursor:pointer;font-size:.85rem;transition:.15s}.check-item:hover{border-color:#58a6ff}.check-item input[type=checkbox]{width:18px;height:18px;accent-color:#2ecc71}.check-item.checked{opacity:.55}.check-item.checked span{text-decoration:line-through;color:var(--text-muted)}.link-list{display:flex;flex-direction:column;gap:6px}.link-list a{display:block;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:.85rem;transition:.15s}.link-list a:hover{border-color:#58a6ff;text-decoration:none}.loading-spinner{text-align:center;padding:60px 20px;color:var(--text-muted)}.spinner{width:32px;height:32px;margin:0 auto 12px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.no-content{text-align:center;padding:40px 20px;color:var(--text-muted)}.weather-temp{font-size:1.3rem;font-weight:700;margin:4px 0}@media(min-width:769px){.top-bar{display:none}.overlay{display:none!important}.sidebar{position:sticky;top:0;height:100vh;transform:translate(0);z-index:10}.main-content{flex:1;min-height:100vh;min-width:0}.map-page{height:100vh}}@media(max-width:768px){html{font-size:14px}.hero{padding:28px 16px}.hero h1{font-size:1.4rem}.city-cards,.card-grid,.budget-hero{grid-template-columns:1fr}.quick-facts{grid-template-columns:repeat(2,1fr)}.tips-grid{grid-template-columns:1fr}.day-info-card{flex-direction:column;text-align:center}.day-info-details h2{font-size:1.1rem}.day-nav-btn{padding:6px 10px;font-size:.72rem}.day-bottom-nav{flex-direction:column}.day-bottom-nav button{min-width:auto}.markdown-body table{font-size:.75rem;display:block;overflow-x:auto}}@media(max-width:380px){.top-bar-title h1{font-size:.95rem}.hero h1{font-size:1.2rem}}.purpose-grid{display:flex;flex-wrap:wrap;gap:8px}.purpose-pill{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:99px;font-size:.82rem;font-weight:500;transition:.15s}.purpose-pill:hover{border-color:#58a6ff}.purpose-pill-icon{font-size:1.1rem}.info-callout{padding:12px 16px;border-radius:var(--radius);border-left:3px solid;font-size:.85rem;line-height:1.6}.info-callout.tip{background:#58a6ff0f;border-left-color:#58a6ff;color:var(--text-muted)}.info-callout.warn{background:#e6a23c12;border-left-color:#e6a23c;color:var(--text-muted)}.info-callout.danger{background:#e74c3c12;border-left-color:#e74c3c;color:var(--text-muted)}.callout-list{padding-left:20px;margin:4px 0 0}.callout-list li{margin-bottom:6px}.rules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.rule-card{display:flex;gap:14px;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.rule-icon{font-size:1.6rem;flex-shrink:0;line-height:1;margin-top:2px}.rule-card h4{font-size:.9rem;margin-bottom:6px}.rule-card p{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin:0}.doc-list{display:flex;flex-direction:column;gap:8px}.doc-item{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:.85rem}.doc-icon{font-size:1.4rem;flex-shrink:0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-bottom:4px}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.contact-card h4{font-size:.9rem;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.contact-rows{display:flex;flex-direction:column;gap:8px}.contact-row{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--text-muted);line-height:1.4}.contact-row span:first-child{font-size:1rem;flex-shrink:0}.guide-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:24px;scrollbar-width:none}.guide-tabs::-webkit-scrollbar{display:none}.guide-tab{display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s,transform .1s;flex-shrink:0}.guide-tab:hover{background:var(--bg-hover);color:var(--text);transform:translateY(-1px)}.guide-tab.active{background:var(--accent);color:#fff;border-color:transparent}.guide-tab-icon{font-size:1.2rem}.guide-tab-label{font-size:.72rem}.guide-tab-content{min-height:200px}.guide-app-grid{display:flex;flex-direction:column;gap:8px}.guide-app-card{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.guide-app-emoji{font-size:1.8rem;flex-shrink:0}.guide-app-name{font-size:.88rem;font-weight:600;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.guide-app-desc{font-size:.78rem;color:var(--text-muted);margin-top:3px;line-height:1.4}.do-dont-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.do-card{background:#2ecc710d;border:1px solid rgba(46,204,113,.25);border-radius:var(--radius);padding:16px}.dont-card{background:#e74c3c0d;border:1px solid rgba(231,76,60,.25);border-radius:var(--radius);padding:16px}.do-card-title{font-size:1rem;margin-bottom:12px}.do-list{padding-left:18px;display:flex;flex-direction:column;gap:8px;font-size:.83rem;color:var(--text-muted);line-height:1.45}.packing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}.packing-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:.84rem}.packing-icon{font-size:1.3rem;flex-shrink:0}.checklist-progress{display:flex;align-items:center;gap:14px;margin-bottom:16px}.checklist-progress-bar{flex:1;height:7px;background:var(--border);border-radius:4px;overflow:hidden}.checklist-progress-fill{height:100%;background:#2ecc71;border-radius:4px;transition:width .3s ease}.checklist-progress-label{font-size:.78rem;color:var(--text-muted);white-space:nowrap;font-weight:600}.links-cat-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.links-cat-tab{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--border);border-radius:99px;background:var(--bg-card);color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}.links-cat-tab:hover{background:var(--bg-hover);color:var(--text)}.links-cat-tab.active{background:#58a6ff;color:#fff;border-color:transparent}.link-resource-grid{display:flex;flex-direction:column;gap:8px}.link-resource-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--text);transition:.15s}.link-resource-card:hover{border-color:#58a6ff;transform:translate(3px);text-decoration:none;color:var(--text)}.link-resource-name{font-size:.88rem;font-weight:600;margin-bottom:3px;color:#58a6ff}.link-resource-desc{font-size:.78rem;color:var(--text-muted);line-height:1.4}.link-resource-arrow{color:var(--text-muted);font-size:.9rem;flex-shrink:0;margin-top:2px}.app-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.app-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.app-card-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.app-card-name{font-size:.9rem;font-weight:700;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.app-card-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:14px;line-height:1.4}.app-store-links{display:flex;gap:8px}.app-store-btn{flex:1;text-align:center;padding:7px 10px;background:var(--bg-hover);border:1px solid var(--border);border-radius:6px;font-size:.72rem;font-weight:600;color:#58a6ff;transition:.15s;text-decoration:none}.app-store-btn:hover{background:#58a6ff1f;border-color:#58a6ff;text-decoration:none}@media(max-width:768px){.rules-grid,.do-dont-grid,.packing-grid,.contact-grid,.app-card-grid{grid-template-columns:1fr}}
