.page-status{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);padding:24px}.page-status--error{color:#e8a598}.page-status .hint{font-size:.85rem;opacity:.9}.trip-page--timeline-stuck{--trip-toolbar-sticky-offset: 0px}.trip-page--timeline-stuck .day-tabs{background-color:#0f1419}.trip-toolbar{position:sticky;top:0;z-index:20;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 24px;padding:12px 20px;background:#0f1419eb;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:max-height .28s ease,opacity .22s ease,padding .28s ease,border-bottom-width .28s ease,border-bottom-color .22s ease;max-height:200px}.trip-page--timeline-stuck .trip-toolbar{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-bottom-width:0;border-bottom-color:transparent;overflow:hidden;pointer-events:none}.trip-toolbar-label{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--text-muted)}.trip-toolbar-label select{min-width:200px;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--bg-card);color:var(--text);font-family:var(--font-sans)}.trip-toolbar-link{font-size:.85rem;color:var(--accent);text-decoration:none}.trip-toolbar-link:hover{text-decoration:underline}.footer-admin-link{margin-left:.35em;color:var(--accent);text-decoration:none}.footer-admin-link:hover{text-decoration:underline}.trip-empty-hint{text-align:center;color:var(--text-muted);padding:48px 16px 64px;font-size:.95rem}.stop-visual-placeholder{width:100%;height:100%;min-height:160px;display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);color:var(--text-muted);font-size:.85rem}.admin-page{min-height:100vh;background:var(--bg-deep);color:var(--text);padding-bottom:64px}.admin-top{max-width:900px;margin:0 auto;padding:28px 24px 16px;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.admin-top h1{font-family:var(--font-serif);font-size:1.5rem;font-weight:600}.admin-top-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.admin-top-actions a{color:var(--accent);text-decoration:none;font-size:.9rem}.auth-gate{max-width:380px;margin:0 auto;padding:80px 24px 48px}.auth-title{font-family:var(--font-serif);font-size:1.5rem;text-align:center;margin-bottom:24px;color:var(--accent)}.auth-form{display:grid;gap:8px}.auth-err{font-size:.85rem;color:#e8a598;text-align:center}.auth-switch{text-align:center;margin-top:16px;font-size:.85rem;color:var(--text-muted)}.auth-link{background:none;border:none;color:var(--accent);cursor:pointer;text-decoration:underline;font-size:inherit;font-family:inherit}.auth-hint{text-align:center;margin-top:12px;font-size:.78rem;color:var(--text-muted);opacity:.85}.auth-hint code{color:var(--accent)}.admin-user-badge{font-size:.85rem;color:var(--accent);padding:4px 12px;border-radius:8px;background:var(--accent-soft);border:1px solid rgba(212,165,116,.3)}.btn--small{padding:5px 12px;font-size:.8rem}.admin-inline-input{flex:1;min-width:140px;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--bg-elevated);color:var(--text);font-family:var(--font-sans)}.admin-banner{max-width:900px;margin:0 auto 16px;padding:10px 14px;border-radius:10px;font-size:.85rem}.admin-banner--error{background:#c8504626;border:1px solid rgba(200,80,70,.35);color:#f0c4be}.admin-banner--ok{background:#50a0781f;border:1px solid rgba(80,160,120,.35);color:#b8e0cc}.admin-panel{max-width:900px;margin:0 auto;padding:0 24px}.admin-section{background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:20px 22px;margin-bottom:18px}.admin-section h2{font-family:var(--font-serif);font-size:1.05rem;margin-bottom:14px;color:var(--accent)}.admin-row{display:grid;gap:6px;margin-bottom:12px}.admin-row label{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.admin-row input,.admin-row textarea{padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:var(--bg-elevated);color:var(--text);font-family:var(--font-sans);font-size:.9rem}.admin-row textarea{min-height:72px;resize:vertical}.admin-grid2{display:grid;gap:12px}@media(min-width:640px){.admin-grid2{grid-template-columns:1fr 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--bg-elevated);color:var(--text);font-family:var(--font-sans);font-size:.85rem;cursor:pointer}.btn:hover{border-color:#d4a57459}.btn--primary{background:var(--accent-soft);border-color:#d4a57473;color:var(--accent)}.btn--danger{border-color:#c85a5073;color:#e8a598}.btn-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.admin-trip-select{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:8px}.admin-trip-select select{flex:1;min-width:200px;padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--bg-elevated);color:var(--text)}.stop-editor{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px;margin-bottom:12px;background:#00000026}.stop-editor summary{cursor:pointer;font-weight:500;color:var(--text);list-style:none}.stop-editor summary::-webkit-details-marker{display:none}.stop-editor[open] summary{margin-bottom:12px;color:var(--accent)}.image-field-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.image-field-row>input[type=text],.image-field-row>input:not([type=file]){flex:1;min-width:160px}.image-field-hint{font-size:.78rem;color:var(--text-muted);margin:-4px 0 4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stop-thumb{width:72px;height:72px;max-width:none;max-height:none;border-radius:8px;margin-top:0;object-fit:cover}.stop-thumb-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.stop-images-editor{margin-top:6px}.stop-images-editor-hint{font-size:.82rem;color:var(--text-muted);margin-bottom:8px}.stop-images-editor-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.stop-images-editor-row input{flex:1;min-width:200px}.stop-images-editor-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.sd-page{position:relative;z-index:2;min-height:100vh}.sd-hero{position:relative;width:100%;height:50vh;min-height:320px;max-height:560px;overflow:hidden}.sd-hero .stop-carousel--hero{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sd-hero .stop-carousel-slide-img--hero{width:100%;height:100%;object-fit:cover;display:block}.sd-hero .stop-carousel--hero .stop-carousel-dots{bottom:100px}.sd-hero-img{width:100%;height:100%;object-fit:cover;display:block}.sd-hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);color:var(--text-muted);font-size:1.1rem}.sd-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(15,20,25,.35) 0%,rgba(15,20,25,.15) 40%,rgba(15,20,25,.75) 85%,var(--bg-deep) 100%);pointer-events:none}.sd-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:28px 32px 36px;max-width:900px;margin:0 auto}.sd-back{display:inline-block;font-size:.85rem;color:#ffffffbf;text-decoration:none;margin-bottom:16px;padding:5px 12px;border-radius:8px;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:color .2s,background .2s}.sd-back:hover{color:#fff;background:#0000008c}.sd-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.sd-badge{font-size:.75rem;font-weight:500;letter-spacing:.04em;padding:5px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);border:1px solid rgba(212,165,116,.3)}.sd-badge--tag{background:#ffffff14;color:var(--text);border-color:#ffffff26}.sd-title{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5)}.sd-time{margin-top:8px;font-size:.9rem;color:var(--accent);font-weight:500}.sd-body{max-width:900px;margin:0 auto;padding:32px 24px 80px}.sd-content{animation:fadeUp .4s ease}.sd-section{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:24px 28px;margin-bottom:18px}.sd-section h2{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--accent);margin-bottom:14px;letter-spacing:.04em}.sd-desc{font-size:1rem;line-height:1.8;color:var(--text);white-space:pre-wrap}.sd-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:hidden}.sd-info-item{display:flex;flex-direction:column;gap:4px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06)}.sd-info-item:nth-child(2n){border-right:none}.sd-info-item:nth-last-child(-n+2){border-bottom:none}.sd-info-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.sd-info-value{font-size:.95rem;color:var(--text);font-weight:500}.sd-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.sd-nav-link{display:flex;flex-direction:column;gap:4px;padding:18px 22px;border-radius:var(--radius);background:var(--bg-card);border:1px solid rgba(255,255,255,.06);text-decoration:none;transition:border-color .2s,transform .2s}.sd-nav-link:hover{border-color:#d4a5744d;transform:translateY(-2px)}.sd-nav-link--next{text-align:right}.sd-nav-dir{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.sd-nav-name{font-family:var(--font-serif);font-size:1rem;font-weight:600;color:var(--accent)}@media(max-width:640px){.sd-hero{height:40vh;min-height:240px}.sd-hero-content{padding:20px 18px 28px}.sd-body{padding:20px 16px 60px}.sd-section{padding:18px 16px}.sd-info-grid{grid-template-columns:1fr}.sd-info-item{border-right:none}.sd-info-item:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)}.sd-info-item:last-child{border-bottom:none}.sd-nav{grid-template-columns:1fr}}.poi-search-wrap{position:relative}.poi-search-loading{display:block;font-size:.78rem;color:var(--text-muted, #9aa5b1);margin-top:4px}.poi-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;list-style:none;margin:4px 0 0;padding:4px 0;background:var(--bg-elevated, #232d3b);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #0006;max-height:300px;overflow-y:auto}.poi-dropdown-empty{padding:12px 14px;font-size:.82rem;color:var(--text-muted, #9aa5b1)}.poi-dropdown-item{display:flex;flex-direction:column;gap:2px;width:100%;padding:8px 14px;background:none;border:none;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .15s}.poi-dropdown-item:hover{background:#ffffff0f}.poi-dropdown-name{font-size:.88rem;color:var(--text, #e8e4dc)}.poi-dropdown-addr{font-size:.76rem;color:var(--text-muted, #9aa5b1)}.poi-selected{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--accent-soft, rgba(212, 165, 116, .15));border-radius:8px}.poi-selected-icon{font-size:1.1rem;flex-shrink:0}.poi-selected-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.poi-selected-name{font-size:.88rem;color:var(--text, #e8e4dc);font-weight:500}.poi-selected-addr{font-size:.76rem;color:var(--text-muted, #9aa5b1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poi-selected-clear{background:none;border:none;color:var(--text-muted, #9aa5b1);font-size:1.2rem;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1;transition:color .15s,background .15s}.poi-selected-clear:hover{color:var(--text, #e8e4dc);background:#ffffff14}.shiny-text{background:linear-gradient(120deg,currentColor 40%,rgba(255,255,255,.9) 50%,currentColor 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shiny-slide var(--shiny-speed, 3s) ease-in-out infinite}.shiny-text--disabled{animation:none;background:none;-webkit-text-fill-color:currentColor}@keyframes shiny-slide{0%{background-position:100% 0}to{background-position:-100% 0}}.rb-aurora{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.rb-aurora-inner{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;filter:url(#rb-aurora-blur);opacity:var(--aurora-blend, .5)}.rb-aurora-blob{position:absolute;width:40%;height:40%;border-radius:50%;animation:rb-aurora-drift var(--aurora-speed, 8s) ease-in-out infinite alternate}.rb-aurora-blob-0{top:10%;left:20%}.rb-aurora-blob-1{top:30%;right:15%;animation-direction:alternate-reverse}.rb-aurora-blob-2{bottom:20%;left:30%}.rb-aurora-blob-3{bottom:10%;right:25%;animation-direction:alternate-reverse}@keyframes rb-aurora-drift{0%{transform:translate(0) scale(1) rotate(0)}33%{transform:translate(30px,-20px) scale(1.1) rotate(120deg)}66%{transform:translate(-20px,20px) scale(.9) rotate(240deg)}to{transform:translate(10px,-10px) scale(1.05) rotate(360deg)}}.rb-click-spark-container{position:relative}@keyframes rb-spark-fly{0%{opacity:1;transform:translate(-50%,-50%) translate(0) scale(1)}to{opacity:0;transform:translate(-50%,-50%) translate(var(--spark-x),var(--spark-y)) scale(0)}}.rb-spotlight-card{position:relative;overflow:hidden}.rb-spotlight-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:0;transition:opacity .3s ease;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),var(--spotlight-color, rgba(212, 165, 116, .12)),transparent 40%)}.rb-spotlight-card:hover .rb-spotlight-card-overlay{opacity:1}.rb-spotlight-card-content{position:relative;z-index:2;height:100%}.rb-star-border{position:relative;display:inline-flex;overflow:hidden;isolation:isolate}.rb-star-border-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:conic-gradient(from 0deg,transparent 0%,var(--star-color, rgba(212, 165, 116, .6)) 10%,transparent 20%);animation:rb-star-rotate var(--star-speed, 6s) linear infinite;z-index:-1}.rb-star-border-content{position:relative;z-index:1;display:flex;align-items:center;gap:inherit}@keyframes rb-star-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rb-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.rb-particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}@keyframes rb-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes rb-glow-pulse{0%,to{box-shadow:0 0 5px #d4a5744d,0 0 15px #d4a5741a}50%{box-shadow:0 0 10px #d4a57480,0 0 30px #d4a57433}}@keyframes rb-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes rb-text-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.rb-border-gradient{position:relative}.rb-border-gradient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(var(--border-angle, 0deg),transparent 20%,rgba(212,165,116,.4) 50%,transparent 80%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rb-border-rotate 4s linear infinite;pointer-events:none;opacity:0;transition:opacity .3s ease}.rb-border-gradient:hover:before{opacity:1}@keyframes rb-border-rotate{to{--border-angle: 360deg}}.day-tab-enhanced{position:relative;overflow:hidden}.day-tab-enhanced:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(circle at var(--tab-mx, 50%) var(--tab-my, 50%),rgba(212,165,116,.15),transparent 60%);transition:opacity .3s ease;pointer-events:none}.day-tab-enhanced:hover:after{opacity:1}.day-tab-enhanced.is-active{animation:rb-glow-pulse 2.5s ease-in-out infinite}:root{--bg-deep: #0f1419;--bg-card: #1a222d;--bg-elevated: #232d3b;--accent: #d4a574;--accent-soft: rgba(212, 165, 116, .15);--text: #e8e4dc;--text-muted: #9aa5b1;--line: rgba(212, 165, 116, .35);--radius: 20px;--shadow: 0 24px 64px rgba(0, 0, 0, .45);--font-sans: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;--font-serif: "Noto Serif SC", "Songti SC", serif;--trip-toolbar-sticky-offset: 108px}@media(min-width:720px){:root{--trip-toolbar-sticky-offset: 68px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-deep);color:var(--text);line-height:1.65;min-height:100vh;overflow-x:hidden}.page-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;will-change:transform;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(212,165,116,.12),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 60%,rgba(74,124,168,.08),transparent 50%),radial-gradient(ellipse 50% 35% at 0% 80%,rgba(180,90,60,.06),transparent 45%),var(--bg-deep)}.grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.04;will-change:transform;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.wrap{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 0 120px}header.hero{padding:88px 24px 72px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.hero-badge:before,.hero-badge:after{content:"";width:32px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.hero h1{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:.02em;line-height:1.2;margin-bottom:16px;background:linear-gradient(135deg,#f5ebe0 0%,var(--accent) 50%,#c9a87c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-meta{font-size:1.05rem;color:var(--text-muted);font-weight:300}.hero-meta strong{color:var(--text);font-weight:500}.hero-desc{max-width:560px;margin:28px auto 0;font-size:.95rem;color:var(--text-muted);font-weight:300}.day-tabs-sticky-sentinel{height:1px;margin-top:-1px;pointer-events:none;visibility:hidden}.day-tabs{display:flex;flex-wrap:nowrap;overflow:hidden;margin:0 0 8px;position:sticky;top:var(--trip-toolbar-sticky-offset);z-index:15;padding:0 12px;contain:style;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.day-tabs-container{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;justify-content:flex-start;justify-content:safe center;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(212,165,116,.35) transparent;padding:16px 12px 28px}.day-tabs-container::-webkit-scrollbar{height:5px}.day-tabs-container::-webkit-scrollbar-thumb{background:#d4a57459;border-radius:4px}.day-tab{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 18px;min-width:88px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:var(--bg-card);color:var(--text-muted);font-family:var(--font-sans);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.day-tab:hover{color:var(--text);border-color:#d4a57459;background:var(--bg-elevated)}.day-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.day-tab.is-active{color:var(--accent);border-color:#d4a57480;background:var(--accent-soft);box-shadow:0 8px 28px #00000059}.day-tab-name{font-family:var(--font-serif);font-weight:600;letter-spacing:.04em}.day-tab-date{font-size:.72rem;font-weight:400;opacity:.85}.day-panel{position:relative;min-height:40vh}.day-panel:before{content:"";position:absolute;left:50%;margin-left:-1px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--accent) 0%,var(--line) 40%,var(--line) 100%);border-radius:2px;pointer-events:none;z-index:0;display:none}@media(min-width:768px){.day-panel:before{display:block}}.day-panel.is-entering .stop-card{animation:fadeUp .45s ease backwards}.day-panel.is-entering article.stop:nth-of-type(1) .stop-card{animation-delay:.03s}.day-panel.is-entering article.stop:nth-of-type(2) .stop-card{animation-delay:.1s}.day-panel.is-entering article.stop:nth-of-type(3) .stop-card{animation-delay:.17s}.day-panel.is-entering article.stop:nth-of-type(4) .stop-card{animation-delay:.24s}.day-panel.is-entering article.stop:nth-of-type(n+5) .stop-card{animation-delay:.3s}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.timeline{position:relative;padding-left:0;width:100%;max-width:960px;margin-left:auto;margin-right:auto}.day-label{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px;position:relative;z-index:3}@media(min-width:768px){.day-label{margin-bottom:36px}}.day-pill{font-family:var(--font-serif);font-size:.85rem;font-weight:600;padding:10px 22px;border-radius:999px;background:var(--accent-soft);color:var(--accent);border:1px solid rgba(212,165,116,.35);letter-spacing:.06em}.stop{position:relative;display:grid;gap:0;margin-bottom:32px;padding-left:20px;padding-right:20px}@media(min-width:768px){.stop{padding-left:0;grid-template-columns:1fr;max-width:960px;margin-left:auto;margin-right:auto;margin-bottom:48px}.stop-card{grid-template-columns:1.12fr 1fr;align-items:stretch}.stop-card>.rb-spotlight-card-content{display:grid;grid-template-columns:1.12fr 1fr;align-items:stretch;max-height:380px}.stop-visual{min-height:280px;max-height:380px;aspect-ratio:auto}.stop.stop--alt .stop-card .stop-visual{order:2}.stop.stop--alt .stop-card .stop-body-link{order:1;text-align:right}.stop.stop--alt .stop-dot-wrap{left:50%;right:auto;margin-left:-8px}.stop.stop--alt .stop-body .stop-meta{justify-content:flex-end}}.stop-dot-wrap{position:absolute;left:50%;margin-left:-8px;top:28px;width:16px;height:16px;z-index:4;display:none}@media(min-width:768px){.stop-dot-wrap{display:block;left:50%;margin-left:-8px;top:50%;transform:translateY(-50%)}}.stop-dot{width:16px;height:16px;border-radius:50%;background:var(--bg-deep);border:3px solid var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.stop-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.stop-visual-link,.stop-body-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.stop-visual-link{height:100%;min-height:0}@media(min-width:768px){.stop-body-link{display:flex;flex-direction:column;justify-content:center;min-height:0;overflow:hidden}}.stop-card:hover{transform:translateY(-4px);border-color:#d4a57440;box-shadow:0 32px 80px #0000008c,0 0 0 1px #d4a5741f}.stop-detail-hint{display:block;margin-top:10px;font-size:.78rem;color:var(--accent);opacity:0;transform:translate(-6px);transition:opacity .3s ease,transform .3s ease}.stop-card:hover .stop-detail-hint{opacity:1;transform:translate(0)}.stop-visual{position:relative;aspect-ratio:16 / 10;overflow:hidden}.stop-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.stop-card:hover .stop-visual>.stop-visual-link img{transform:scale(1.05)}.stop-carousel{position:relative;width:100%;height:100%;min-height:0}.stop-carousel-track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stop-carousel-track::-webkit-scrollbar{display:none}.stop-carousel-slide{flex:0 0 100%;width:100%;min-width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.stop-carousel-slide-link{display:block;width:100%;height:100%;overflow:hidden;text-decoration:none;color:inherit}.stop-carousel-slide img,.stop-carousel-slide-link img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.stop-carousel-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:8;display:flex;gap:8px;align-items:center}.stop-carousel-dot{width:7px;height:7px;padding:0;border:none;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .2s ease,transform .2s ease}.stop-carousel-dot.is-active{background:var(--accent);transform:scale(1.15)}.stop-carousel-dot:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stop-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(15,20,25,.65) 100%);pointer-events:none}.stop-fullscreen-img-btn{position:absolute;top:10px;right:10px;z-index:6;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#0f14198c;color:#ffffffeb;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.stop-fullscreen-img-btn:hover{background:#0f1419d1;border-color:#d4a57473;color:var(--accent)}.stop-fullscreen-img-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.stop-fullscreen-img-btn-icon{display:block;flex-shrink:0}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:max(56px,calc(env(safe-area-inset-top) + 40px)) max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:#0f1419f0}.image-lightbox-close{position:absolute;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#1a222de6;color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease}.image-lightbox-close:hover{border-color:#d4a57466;color:var(--accent)}.image-lightbox-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.image-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#1a222dd9;color:var(--text);font-size:1.35rem;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease}.image-lightbox-nav:hover{border-color:#d4a57466;color:var(--accent)}.image-lightbox-nav--prev{left:max(12px,env(safe-area-inset-left))}.image-lightbox-nav--next{right:max(12px,env(safe-area-inset-right))}.image-lightbox-nav:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.image-lightbox-stage{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:0}.image-lightbox-img{max-width:min(100%,calc(100vw - 48px));max-height:calc(100dvh - 88px);width:auto;height:auto;object-fit:contain;vertical-align:middle}.stop-index{position:absolute;bottom:14px;left:16px;font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:#ffffff40;line-height:1;z-index:2}.stop-body{padding:24px 26px 28px}@media(min-width:768px){.stop-body{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.stop-body p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.stop-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;align-items:center}@media(max-width:767px){.stop-meta{flex-direction:column;align-items:flex-start}}.stop-time{font-size:.78rem;color:var(--accent);font-weight:500;letter-spacing:.04em}.stop-tag{font-size:.72rem;padding:4px 10px;border-radius:6px;background:var(--bg-elevated);color:var(--text-muted)}.stop h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;margin-bottom:10px;color:var(--text);line-height:1.35}.stop p{font-size:.92rem;color:var(--text-muted);font-weight:300;white-space:pre-wrap}.site-footer{text-align:center;padding:48px 24px 32px;color:var(--text-muted);font-size:.8rem;font-weight:300;border-top:1px solid rgba(255,255,255,.06);margin-top:40px}.site-footer a{color:var(--accent);text-decoration:none}.site-footer a:hover{text-decoration:underline}@media(max-width:767px){.stop:nth-child(n) .stop-body{text-align:left}.stop:nth-child(n) .stop-meta{justify-content:flex-start}}.stop-address{display:flex;align-items:center;gap:4px;font-size:.82rem;color:var(--text-muted);margin-bottom:4px}.stop-address-icon{font-size:.85em;flex-shrink:0}.stop-amap-link{display:inline-block;font-size:.8rem;color:var(--accent);cursor:pointer;margin-top:4px;margin-bottom:2px;transition:opacity .2s}.stop-amap-link:hover{opacity:.8;text-decoration:underline}.amap-link{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--accent-soft);color:var(--accent);border-radius:10px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,opacity .2s}.amap-link:hover{background:#d4a57440}.amap-link-icon{font-size:1.1em}.hero-stats{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.hero-stat-number{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--accent);line-height:1}.hero-stat-label{font-size:.78rem;color:var(--text-muted);letter-spacing:.06em;font-weight:400}.hero-stat-divider{width:1px;height:36px;background:linear-gradient(180deg,transparent,var(--accent),transparent);opacity:.4}.stop-card.rb-spotlight-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.stop-card.rb-spotlight-card:hover{transform:translateY(-4px);border-color:#d4a57440;box-shadow:0 32px 80px #0000008c,0 0 0 1px #d4a5741f}.stop-card.rb-spotlight-card>.rb-spotlight-card-content{height:100%}@media(min-width:768px){.stop-card.rb-spotlight-card>.rb-spotlight-card-content{display:grid;grid-template-columns:1.12fr 1fr;align-items:stretch}.stop-card.rb-spotlight-card>.rb-spotlight-card-content .stop-visual{min-height:280px;aspect-ratio:auto}.stop.stop--alt .stop-card.rb-spotlight-card>.rb-spotlight-card-content .stop-visual{order:2}.stop.stop--alt .stop-card.rb-spotlight-card>.rb-spotlight-card-content .stop-body-link{order:1;text-align:right}.stop.stop--alt .stop-card.rb-spotlight-card>.rb-spotlight-card-content .stop-body .stop-meta{justify-content:flex-end}}.sd-section.rb-spotlight-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);overflow:hidden}.sd-section.rb-spotlight-card>.rb-spotlight-card-content{padding:24px 28px}.sd-section.sd-info-grid.rb-spotlight-card>.rb-spotlight-card-content{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:hidden}@media(max-width:640px){.sd-section.sd-info-grid.rb-spotlight-card>.rb-spotlight-card-content{grid-template-columns:1fr}}.sd-hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.page-status{animation:rb-scale-spring .5s ease}@keyframes rb-scale-spring{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.03)}to{transform:scale(1);opacity:1}}
