.route-page{min-height:100vh;background:#f7f8f4}.route-header{height:82px;padding:0 max(24px,calc((100vw - 1080px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.route-header .logo{margin:0}.route-actions{display:flex;align-items:center;gap:10px}.route-actions a{display:inline-flex}.route-main{width:min(980px,calc(100% - 32px));margin:36px auto 80px}.route-hero{min-height:330px;border-radius:24px;padding:46px;display:flex;align-items:end;color:#fff;background:linear-gradient(110deg,rgba(7,48,42,.88),rgba(18,125,105,.56)),var(--cover) center/cover;box-shadow:var(--shadow)}.route-hero>div{max-width:760px}.route-hero h1{font:500 clamp(34px,5vw,54px)/1.15 serif;margin:10px 0}.route-hero p{font-size:16px;opacity:.9}.route-summary{margin-top:22px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px}.route-summary .stats{margin-top:20px}.route-timeline{display:grid;gap:14px;margin-top:18px}.day-record{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:16px}.day-record time{color:var(--green);font-weight:700}.day-record h2{margin:0 0 8px;font-size:20px}.day-record p{margin:0;color:var(--muted);white-space:pre-wrap}.day-record img{width:100%;max-height:340px;object-fit:cover;border-radius:12px;margin-top:16px}.route-section-head{margin:40px 0 12px}.route-section-head h2{margin:0;font:500 28px serif}.route-section-head p{margin:4px 0;color:var(--muted)}@media(max-width:650px){.route-header{padding:0 14px}.route-header .logo div{display:none}.route-actions .ghost{display:none}.route-main{margin-top:16px}.route-hero{min-height:290px;padding:26px}.day-record{grid-template-columns:1fr;gap:8px}.route-summary{padding:20px}}

.route-summary-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}
.route-budget{color:var(--muted);font-size:14px}
.route-reactions{display:flex;align-items:center;gap:8px}
.route-view,.reaction-button{min-width:82px;min-height:56px;padding:8px 12px;border:1px solid var(--line);border-radius:14px;background:#f7faf8;color:var(--ink);display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;justify-content:center;align-items:center;column-gap:6px;font:inherit}
.route-view b,.reaction-button b{grid-row:1/3;font-size:20px;color:var(--green)}
.route-view strong,.reaction-button strong{font-size:16px;line-height:1}
.route-view small,.reaction-button small{font-size:11px;color:var(--muted);line-height:1.2}
.reaction-button{cursor:pointer;transition:.2s ease}
.reaction-button:hover{border-color:var(--green);transform:translateY(-1px)}
.reaction-button.active{background:#e7f5ef;border-color:#8bc9b7;color:var(--green)}
.reaction-button.active b{font-size:0}
.reaction-button.active b::after{content:'♥';font-size:20px}
.reaction-button:last-child.active b::after{content:'★'}
.reaction-button:disabled{cursor:wait;opacity:.55;transform:none}
@media(max-width:650px){.route-summary-footer{align-items:flex-start;flex-direction:column}.route-reactions{width:100%}.route-view,.reaction-button{flex:1;min-width:0;padding:8px 6px}}

.route-hero{position:relative}
.route-hero .route-reactions{position:absolute;right:32px;bottom:32px;padding:7px;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:rgba(8,54,46,.38);box-shadow:0 12px 30px rgba(8,45,39,.18);backdrop-filter:blur(12px)}
.route-hero .route-view,.route-hero .reaction-button{min-width:78px;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.92)}
.route-summary-footer{justify-content:flex-start}
@media(max-width:760px){.route-hero{align-items:flex-start;padding-bottom:112px}.route-hero .route-reactions{right:18px;bottom:18px;left:18px}.route-hero .route-view,.route-hero .reaction-button{flex:1;min-width:0}}

.route-comments{margin-top:40px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px}
.route-comments-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.route-comments-head h2{margin:5px 0 0;font:500 28px serif}.route-comments-head h2 small{font:600 13px sans-serif;color:var(--green)}
.route-comments-head>p{margin:0;color:var(--muted);font-size:13px}
.comment-form{padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8faf8}
.comment-form textarea{width:100%;min-height:72px;padding:0;border:0;outline:0;resize:vertical;background:transparent;color:var(--ink);font:inherit}
.comment-form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px}.comment-form small{color:var(--muted)}
.comment-emoji-bar{display:flex;flex-wrap:wrap;gap:4px;padding-top:9px;border-top:1px solid var(--line)}.comment-emoji-bar button{width:30px;height:30px;padding:0;border:0;border-radius:7px;background:transparent;font-size:18px;cursor:pointer}.comment-emoji-bar button:hover{background:#e8f3ee;transform:translateY(-1px)}
.comment-replying{display:flex;align-items:center;justify-content:space-between;margin:-4px -4px 12px;padding:8px 10px;border-radius:8px;background:#e8f3ee;color:var(--green);font-size:12px}.comment-replying button{padding:0;border:0;background:none;color:inherit;cursor:pointer}
.comment-form .primary{padding:9px 16px;border:0;border-radius:9px;background:var(--green);color:#fff;cursor:pointer}.comment-form .primary:disabled{opacity:.55}
.comment-list{display:grid;margin-top:8px}.comment-thread{border-bottom:1px solid var(--line)}.comment-item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:18px 2px}.comment-reply{margin:0 0 10px 50px;padding:13px 14px;border-radius:12px;background:#f6f9f7}.comment-reply .comment-avatar{width:30px;height:30px;font-size:12px}
.comment-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--pale);color:var(--green);font-weight:700}
.comment-item header{position:static;height:auto;padding:0;border:0;background:none;display:flex;justify-content:flex-start;gap:10px;backdrop-filter:none}.comment-item header b{font-size:14px}.comment-item header span,.comment-item time{color:var(--muted);font-size:11px}.comment-item p{margin:5px 0 0;white-space:pre-wrap}.comment-tools{display:flex;gap:12px;margin-top:7px}.comment-tools button{padding:0;border:0;background:none;color:var(--muted);font-size:11px;cursor:pointer}.comment-tools button:hover{color:var(--green)}.comment-tools .comment-delete:hover{color:#b64f43}
.comment-empty{margin:0;padding:28px 0;text-align:center;color:var(--muted)}
@media(max-width:650px){.route-comments{padding:20px}.route-comments-head{display:block}.route-comments-head>p{margin-top:5px}.comment-form-actions{align-items:flex-end}.comment-form small{max-width:130px}.comment-reply{margin-left:28px}}


.route-distribution{margin-top:24px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 28px rgba(24,51,47,.05)}
.route-distribution-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.route-distribution-head h2{margin:5px 0 0;font:500 28px Georgia,"Songti SC",serif}
.route-distribution-head p{max-width:360px;margin:0;color:var(--muted);font-size:13px;text-align:right}
.route-distribution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.route-distribution-grid button{min-width:0;padding:18px 16px;border:1px solid var(--line);border-radius:14px;background:#f8faf8;color:var(--ink);text-align:left;cursor:pointer;transition:.16s ease}
.route-distribution-grid button:hover{transform:translateY(-1px);border-color:#9ccfbe;background:#eef7f3}
.route-distribution-grid button:disabled{cursor:wait;opacity:.62;transform:none}
.route-distribution-grid b,.route-distribution-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.route-distribution-grid b{font-size:14px}.route-distribution-grid small{margin-top:6px;color:var(--muted);font-size:12px}
@media(max-width:650px){.route-distribution{padding:20px}.route-distribution-head{display:block}.route-distribution-head p{margin-top:6px;text-align:left}.route-distribution-grid{grid-template-columns:1fr}}
