
/* ä¸»å®¹å™?*/
.trip-page {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* å¤´éƒ¨ */
.trip-header {
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid #F1F3F5;
    margin-bottom: 24px;
}

.trip-header h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 8px;
    line-height: 1.3;
}

.trip-info {
    font-size: 13px;
    color: #86909C;
    margin-bottom: 12px;
}

/* ðŸ”¥ æ–°å¢žï¼šè¡Œç¨‹å…¨å±€æ ‡ç­¾ç»„ï¼ˆç¼–å·/å‡ºè¡Œ/äººç¾¤/ç±»åž‹/æœˆä»½ï¼?*/
.trip-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 12px;
}

.trip-tag {
    padding: 4px 10px;
    background: #F1F5F9;
    color: #334155;
    border-radius: 12px;
    font-size: 12px;
}

/* ðŸ”¥ æ–°å¢žï¼šè¡Œç¨‹äº®ç‚¹æ¨¡å?*/
.trip-highlight {
    background: #F0F9FF;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 20px;
    border-left: 4px solid #0284C7;
}

.highlight-title {
    font-size: 15px;
    font-weight: 600;
    color: #0369A1;
    margin-bottom: 6px;
}

.highlight-content {
    font-size: 14px;
    color: #0C4A6E;
    line-height: 1.5;
}

/*  */
.day-card {
    margin-bottom: 28px;
    scroll-margin-top: 20px;
}

.day-title {
    font-size: 18px;
    font-weight: 600;
    color: #3B82F6;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #3B82F6;
}

/*  */
.time-label {
    display: inline-block;
    background: #F0F9FF;
    color: #0369A1;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
    white-space: nowrap;
}

/*  */
.booking-label {
    display: inline-block;
    color: #0369A1;
    font-size: 13px;
    font-weight: 500;
    border-radius: 12px;
    white-space: nowrap;
}

/* */
.node-swiper {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.node-swiper::-webkit-scrollbar {
    display: none;
}

.swiper-img {
    width: 280px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

/* */
.node-item {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #F2F3F5;
    display: flex;
    flex-direction: column;
    gap: 10px;
    scroll-margin-top: 20px;
}

/* */
.node-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.node-type {
    padding: 4px 10px;
    border-radius: 12px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.node-title {
    font-size: 17px;
    font-weight: 600;
    color: #1E293B;
}

/*  */
.edit-btn {
    padding: 3px 8px;
    background: #E2E8F0;
    color: #475569;
    border-radius: 8px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/*  */
.score-box {
    color: #F59E0B;
    font-size: 12px;
    margin: 2px 0;
}

/*  */
.tag-group {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 2px 0;
}

.point-tag {
    padding: 3px 8px;
    background: #F1F5F9;
    color: #334155;
    border-radius: 12px;
    font-size: 12px;
}

/* */
.node-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
}

/* æ”»ç•¥/é¿å‘/è·ç¦» ç»Ÿä¸€æ ·å¼ */
.node-info {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.node-guide { background: #ECFDF5; color: #065F46; }
.node-tip { background: #FFFBEB; color: #92400E; }
.node-next { background: #EFF6FF; color: #1E40AF; }

/* ç±»åž‹é…è‰² */
.type-scenic { background: #10B981; }
.type-food { background: #F97316; }
.type-hotel { background: #8B5CF6; }
.type-ent { background: #EC4899; }

/* æ‚¬æµ®ç›®å½•èœå• */
.float-menu {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 12px;
    padding: 12px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item {
    font-size: 12px;
    color: #64748B;
    text-decoration: none;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
}

/* å›žåˆ°é¡¶éƒ¨æŒ‰é’® */
.back-top {
    position: fixed;
    bottom: 20px;
    right: 12px;
    width: 44px;
    height: 44px;
    background: #3B82F6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
    cursor: pointer;
    border: none;
}
