.cities-view-switch-bar{display:flex;justify-content:center;margin:16px 0 24px}.view-switch-pill{padding:3px;background:var(--washi-2);border:1px solid var(--keisen);border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.04)}.switch-btn,.view-switch-pill{display:inline-flex;align-items:center}.switch-btn{gap:8px;min-height:38px;padding:0 18px;border-radius:2px;border:none;background:transparent;color:var(--sumi-2);font-size:13.5px;font-weight:500;cursor:pointer;transition:all .2s var(--ease);font-family:var(--font-mincho);letter-spacing:.04em}.switch-btn:hover:not(.active){color:var(--sumi);background:rgba(0,0,0,.04)}.switch-btn.active{background:var(--sumi);color:var(--washi);box-shadow:0 2px 8px rgba(23,22,26,.16);font-weight:600}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .view-switch-pill{background:#1b1b24;border-color:#383747}:root:not([data-theme=light]) .switch-btn{color:#a8a49c}:root:not([data-theme=light]) .switch-btn:hover:not(.active){color:#ebe7de;background:rgba(255,255,255,.06)}:root:not([data-theme=light]) .switch-btn.active{background:#ebe7de;color:#17161f;box-shadow:0 2px 8px rgba(0,0,0,.35)}}[data-theme=dark] .view-switch-pill{background:#1b1b24;border-color:#383747}[data-theme=dark] .switch-btn{color:#a8a49c}[data-theme=dark] .switch-btn:hover:not(.active){color:#ebe7de;background:rgba(255,255,255,.06)}[data-theme=dark] .switch-btn.active{background:#ebe7de;color:#17161f;box-shadow:0 2px 8px rgba(0,0,0,.35)}.switch-icon{font-size:14px}.routes-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width:860px){.routes-grid{grid-template-columns:repeat(3,1fr)}}.route-card{position:relative;display:flex;flex-direction:column;padding:24px 22px;background:var(--card);border:var(--rule);border-top:2px solid #5a6659;border-radius:14px 2px 2px 2px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease);overflow:hidden}.route-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:60px;background-color:var(--sumi);opacity:.055;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 90' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 70 Q 60 30, 130 50 T 260 35 T 400 65' opacity='0.6'/%3E%3Cpath d='M20 85 Q 85 42, 155 60 T 295 46 T 395 78'/%3E%3Cpath d='M210 24 Q 214 20, 218 24 Q 222 20, 226 24' stroke-width='1.5'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 90' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 70 Q 60 30, 130 50 T 260 35 T 400 65' opacity='0.6'/%3E%3Cpath d='M20 85 Q 85 42, 155 60 T 295 46 T 395 78'/%3E%3Cpath d='M210 24 Q 214 20, 218 24 Q 222 20, 226 24' stroke-width='1.5'/%3E%3C/svg%3E");mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;pointer-events:none;transition:opacity .3s var(--ease)}@media (hover:hover){.route-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(23,22,26,.08);border-top-color:var(--shu)}.route-card:hover:after{opacity:.1}}.route-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;position:relative;z-index:1}.route-flow{display:flex;flex-wrap:wrap}.route-flow,.route-step{align-items:center;gap:6px}.route-step{display:inline-flex;font-family:var(--font-mincho);font-weight:600;font-size:13px;color:var(--sumi)}.step-arrow{color:var(--shu);font-size:11px}.route-days{font-size:11px;font-family:var(--font-mincho);color:#3d503b;background:#f4f7f4;border:1px solid #758a73;padding:2px 9px;border-radius:8px 2px 8px 2px;white-space:nowrap;font-weight:600}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .route-days{color:#a3c2a0;background:#202b20;border-color:#435942}}[data-theme=dark] .route-days{color:#a3c2a0;background:#202b20;border-color:#435942}.route-title{font-size:20px;font-weight:600;color:var(--sumi);line-height:1.35;margin-bottom:8px}.route-subtitle,.route-title{font-family:var(--font-mincho)}.route-subtitle{font-size:12px;color:var(--usu);letter-spacing:.04em;margin-bottom:12px}.route-summary{font-size:13px;color:var(--sumi-2);line-height:1.8;margin-bottom:20px;flex:1 1}.route-card-foot{padding-top:14px;border-top:1px solid var(--keisen)}.route-highlight{font-size:12px;line-height:1.6;color:var(--sumi-2);margin-bottom:10px}.highlight-badge{display:inline-block;font-size:10px;font-weight:600;color:var(--kin);background:rgba(184,134,11,.1);padding:1px 6px;border-radius:2px;margin-right:6px}.route-lead-link{display:inline-block;font-size:12.5px;color:var(--shu);font-weight:500;text-decoration:none}.route-lead-link:hover{text-decoration:underline}