﻿:root {
    --brand: #CC005F;
    --brand-accent: #DA251D;
    --brand-green: #006600;
}

body { font-family: 'Noto Sans TC', sans-serif; }

/* === 無障礙 === */
.skip-link {
    position: absolute;
    top: -40px;
    left: 8px;
    background: #CC005F;
    color: #fff;
    padding: 8px 16px;
    border-radius: 0 0 6px 6px;
    z-index: 9999;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: top .15s;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #FFC82C;
    outline-offset: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #FFC82C;
    outline-offset: 2px;
    border-radius: 3px;
}

#mainContent:focus { outline: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .scenes-track, .partners-track, .animate-marquee {
        animation: none !important;
    }
}

.nav-link { transition: all 0.3s ease; }
.nav-link:hover { transform: translateY(-2px); }

/* === mega menu 平板跑版修正 === */
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100vw - 24px));
    overflow-x: auto;
    z-index: 9999;
}
li:hover .mega-menu,
li.group:hover .mega-menu {
    display: block;
}
@media (max-width: 900px) {
    .mega-menu .grid.grid-cols-5 { grid-template-columns: repeat(3, 1fr); }
}

.mobile-menu {
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.mobile-menu.open { transform: translateX(0); }

.service-card { transition: all 0.3s ease; }

.hero-swiper .swiper-pagination-bullet-active { background: #fff; }
.hero-swiper .swiper-pagination { bottom: 6px !important; }
.hero-swiper .swiper-slide.hero-fallback {
    background: linear-gradient(135deg, #CC005F 0%, #9E004A 100%);
    height: 200px;
}
@media (min-width: 768px) { .hero-swiper .swiper-slide.hero-fallback { height: 340px; } }

/* === 密集型佈局（仿 i-sjc） === */
.quick-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.5rem;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    transition: opacity .2s;
}
.quick-btn:hover { opacity: 0.85; }
.quick-btn i { font-size: 14px; }
.quick-btn-blue { background: linear-gradient(135deg, #CC005F, #9E004A); }
.quick-btn-orange { background: linear-gradient(135deg, #DA251D, #f97316); }
.quick-btn-green { background: linear-gradient(135deg, #006600, #16a34a); }
@media (min-width: 768px) {
    .quick-btn { font-size: 14px; padding: 0.6rem 0.75rem; }
    .quick-btn i { font-size: 16px; }
}

.ticker-bar .ticker-label {
    background: #CC005F;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}
.ticker-bar .ticker-label i { font-size: 11px; margin-right: 3px; }

.sidebar-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}
.sidebar-title {
    background: linear-gradient(180deg, #CC005F, #8A0042);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sidebar-title i { font-size: 12px; }
.sidebar-list {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
.sidebar-list li a {
    display: block;
    padding: 4px 10px;
    font-size: 12.5px;
    color: #374151;
    line-height: 1.4;
    transition: all .15s;
    border-left: 2px solid transparent;
}
.sidebar-list li a:hover {
    background: #FCE3F1;
    color: #CC005F;
    border-left-color: #CC005F;
}
.sidebar-list .sidebar-section a {
    background: #f3f4f6;
    font-weight: 700;
    font-size: 12.5px;
    border-bottom: 1px solid #e5e7eb;
}
.sidebar-list .sidebar-sub a {
    padding-left: 16px;
    font-size: 12px;
    color: #6b7280;
}

.content-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}
.content-title-bar {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-title-bar h2 {
    font-size: 14px;
    font-weight: 700;
    color: #CC005F;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.content-title-bar .more-link {
    font-size: 11px;
    color: #6b7280;
    transition: color .15s;
}
.content-title-bar .more-link:hover { color: #CC005F; }

.news-list-dense {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-list-dense li {
    border-bottom: 1px dashed #e5e7eb;
}
.news-list-dense li:last-child { border-bottom: none; }
.news-list-dense li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    font-size: 12.5px;
    color: #374151;
    line-height: 1.3;
    transition: all .15s;
}
.news-list-dense li a:hover {
    background: #FCE3F1;
    color: #CC005F;
}
.news-list-dense .news-date {
    font-size: 11px;
    color: #9ca3af;
    width: 70px;
    flex-shrink: 0;
    font-family: monospace;
}
.news-list-dense .news-cat {
    font-size: 10px;
    background: #FCE3F1;
    color: #CC005F;
    padding: 1px 5px;
    border-radius: 3px;
    flex-shrink: 0;
}
.news-list-dense .news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-chip {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 6px 4px;
    text-align: center;
    transition: all .15s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.country-chip:hover {
    background: #CC005F;
    border-color: #CC005F;
    transform: translateY(-1px);
}
.country-chip:hover .country-name { color: #fff; }
.country-chip .country-flag { font-size: 22px; line-height: 1; }
.country-chip .country-name {
    font-size: 10px;
    font-weight: 700;
    color: #374151;
    transition: color .15s;
    white-space: nowrap;
    letter-spacing: -0.3px;
}
@media (min-width: 768px) {
    .country-chip .country-flag { font-size: 26px; }
    .country-chip .country-name { font-size: 12px; }
}

.tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
}
.tab-item {
    flex: 1;
    padding: 7px 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #6b7280;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .15s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.tab-item:hover { color: #CC005F; background: #fff; }
.tab-item.active {
    color: #CC005F;
    background: #fff;
    border-bottom-color: #CC005F;
}
.tab-item i { font-size: 11px; }
@media (min-width: 768px) {
    .tab-item { font-size: 13px; padding: 8px 10px; }
}

.tab-pane { display: none; }
.tab-pane.active { display: block; }

.tab-link {
    display: block;
    padding: 4px 8px;
    font-size: 12px;
    color: #374151;
    border-radius: 4px;
    line-height: 1.3;
    transition: all .15s;
}
.tab-link:hover {
    background: #FCE3F1;
    color: #CC005F;
    padding-left: 12px;
}
.tab-link::before {
    content: "▸";
    color: #9ca3af;
    margin-right: 4px;
    font-size: 10px;
}

.cta-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #fff;
    transition: transform .15s, box-shadow .15s;
}
.cta-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}
.cta-card > div { flex: 1; line-height: 1.2; }
.cta-line { background: linear-gradient(135deg, #06c755, #16a34a); }
.cta-quote { background: linear-gradient(135deg, #FF8A3D, #F2670A); color: #fff; }
.cta-track { background: linear-gradient(135deg, #CC005F, #9E004A); }

.promise-list {
    list-style: none;
    margin: 0;
    padding: 6px 10px;
}
.promise-list li {
    font-size: 12px;
    color: #374151;
    padding: 3px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.3;
}
.promise-list li i { font-size: 11px; flex-shrink: 0; }

@media (max-width: 1023px) {
    .sidebar-left, .sidebar-right { display: grid; grid-template-columns: 1fr; gap: 0.5rem; }
    /* 手機/平板：主內容優先，sidebar 移到後面 */
    .main-grid > div {
        display: flex !important;
        flex-direction: column;
    }
    .main-grid > div > main { order: 1; }
    .main-grid > div > .sidebar-right { order: 2; }
    .main-grid > div > .sidebar-left { order: 3; }
}

/* === 服務實景橫向 scroll === */
.scenes-track-wrap {
    overflow: hidden;
    padding: 8px 0;
    background: #f9fafb;
}
.scenes-track {
    display: flex;
    gap: 8px;
    width: max-content;
    animation: scenesScroll 40s linear infinite;
}
.scenes-track-wrap:hover .scenes-track { animation-play-state: paused; }
@keyframes scenesScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.scene-card {
    position: relative;
    width: 200px;
    height: 140px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    transition: transform .2s;
    display: block;
}
.scene-card:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,0.15); }
.scene-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scene-overlay {
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px 10px;
}
.scene-overlay i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scene-overlay .scene-title {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    line-height: 1.2;
}
.scene-overlay .scene-sub {
    font-size: 11px;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    line-height: 1.2;
    margin-top: 2px;
}
@media (min-width: 768px) {
    .scene-card { width: 240px; height: 160px; }
    .scene-overlay .scene-title { font-size: 15px; }
}

/* === FAQ accordion === */
.faq-list { padding: 4px 0; }
.faq-item {
    border-bottom: 1px solid #f3f4f6;
}
.faq-item:last-child { border-bottom: none; }
.faq-item summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    list-style: none;
    transition: background .15s;
    font-size: 13px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary:hover { background: #f9fafb; }
.faq-item .faq-q-num {
    background: #CC005F;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 3px;
    flex-shrink: 0;
    font-family: monospace;
}
.faq-item .faq-q-text {
    flex: 1;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.4;
}
.faq-item .faq-toggle-icon {
    color: #9ca3af;
    font-size: 11px;
    transition: transform .2s;
}
.faq-item[open] .faq-toggle-icon { transform: rotate(180deg); }
.faq-item[open] summary { background: #FCE3F1; }
.faq-item[open] .faq-q-text { color: #CC005F; }
.faq-answer {
    padding: 6px 12px 12px 38px;
    font-size: 12.5px;
    color: #4b5563;
    line-height: 1.65;
    background: #fafbfc;
}

/* === 客戶評價卡 === */
.review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 10px;
    transition: border-color .15s, box-shadow .15s;
}
.review-card:hover {
    border-color: #CC005F;
    box-shadow: 0 2px 6px rgba(204,0,95,0.08);
}
.review-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}
.review-name {
    font-size: 12.5px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}
.review-tag {
    font-size: 10px;
    color: #9ca3af;
    line-height: 1.2;
}
.review-stars {
    color: #fbbf24;
    font-size: 11px;
    letter-spacing: 1px;
    flex-shrink: 0;
}
.review-text {
    font-size: 11.5px;
    color: #4b5563;
    line-height: 1.55;
    margin: 0;
}

/* === 上一篇 / 下一篇導航 === */
.prev-next-nav .prev-next-card {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 10px;
    transition: all .15s;
}
.prev-next-nav .prev-next-card:hover {
    border-color: #CC005F;
    background: #FCE3F1;
    transform: translateY(-1px);
}
.prev-next-nav .prev-next-label {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 2px;
}
.prev-next-nav .prev-next-right { text-align: right; }
.prev-next-nav .prev-next-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #CC005F;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* === 相關文章卡 === */
.related-card {
    display: flex;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    transition: all .15s;
}
.related-card:hover {
    border-color: #CC005F;
    box-shadow: 0 2px 6px rgba(204,0,95,0.08);
}
.related-card img,
.related-card .related-card-placeholder {
    width: 90px;
    height: 70px;
    object-fit: cover;
    flex-shrink: 0;
}
.related-card .related-card-placeholder {
    background: linear-gradient(135deg, #CC005F, #9E004A);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.related-card-body {
    flex: 1;
    min-width: 0;
    padding: 6px 8px 6px 0;
}
.related-card-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}
.related-date {
    font-size: 10px;
    color: #9ca3af;
    font-family: monospace;
}
.related-cat {
    font-size: 9px;
    background: #FCE3F1;
    color: #CC005F;
    padding: 1px 4px;
    border-radius: 3px;
}
.related-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related-card:hover .related-title { color: #CC005F; }

/* === 合作夥伴 logo marquee === */
.partners-marquee {
    overflow: hidden;
    padding: 10px 0;
    background: #f9fafb;
}
.partners-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: partnersScroll 30s linear infinite;
}
.partners-marquee:hover .partners-track { animation-play-state: paused; }
@keyframes partnersScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.partner-item {
    flex-shrink: 0;
    width: 130px;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: all .2s;
}
.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all .2s;
}
.partner-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.partner-item:hover {
    border-color: #CC005F;
    box-shadow: 0 2px 6px rgba(204,0,95,0.1);
}
@media (min-width: 768px) {
    .partner-item { width: 160px; height: 60px; }
}

/* === 閱讀進度條 === */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #CC005F, #9E004A, #FFC82C);
    z-index: 100;
    transition: width .1s ease-out;
}

/* === 文章分享按鈕列 === */
.share-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    flex-wrap: wrap;
}
.share-bar .share-label {
    font-size: 11.5px;
    color: #6b7280;
    font-weight: 600;
    margin-right: 2px;
}
.share-bar .share-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: transform .15s, opacity .15s;
    border: none;
    cursor: pointer;
    padding: 0;
}
.share-bar .share-btn:hover { transform: scale(1.1); opacity: 0.9; }
.share-line   { background: #06c755; }
.share-fb     { background: #1877f2; }
.share-threads{ background: #000; }
.share-x      { background: #000; }
.share-copy   { background: #6b7280; }
.share-copy.share-copied { background: #10b981; }
.reading-time { font-family: monospace; }

/* === 路線價格表 === */
.route-table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}
.route-table thead th {
    background: #f3f4f6;
    color: #374151;
    font-weight: 700;
    text-align: left;
    padding: 6px 10px;
    font-size: 11px;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}
.route-table tbody td {
    padding: 6px 10px;
    border-bottom: 1px dashed #e5e7eb;
    vertical-align: top;
}
.route-table tbody tr:hover { background: #f9fafb; }
.route-table tbody tr:last-child td { border-bottom: none; }
.route-table .ship-badge {
    display: inline-block;
    background: #CC005F;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 700;
}
.route-table .price-tier {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    line-height: 1.4;
}
.route-table .tier-range {
    color: #6b7280;
    font-family: monospace;
    font-size: 11px;
}
.route-table .tier-price {
    color: #CC005F;
    font-weight: 700;
    font-family: monospace;
    font-size: 11.5px;
}

/* === 文章分類 tab bar === */
.cat-tab-nav {
    list-style: none;
    margin: 0;
    padding: 4px 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.cat-tab {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 12px;
    color: #6b7280;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .15s;
    line-height: 1.3;
}
.cat-tab:hover { background: #f9fafb; color: #CC005F; border-color: #e5e7eb; }
.cat-tab.active {
    background: #CC005F;
    color: #fff;
    font-weight: 700;
    border-color: #CC005F;
}
.cat-tab.active .cat-count { background: rgba(255,255,255,0.2); color: #fff; }
.cat-tab .cat-count {
    background: #e5e7eb;
    color: #6b7280;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 8px;
    font-weight: 700;
    font-family: monospace;
    line-height: 1.4;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

#backToTop.show { display: inline-flex; align-items: center; justify-content: center; }

.mega-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.group:hover .mega-menu,
.group:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
/* 透明橋接：補導覽列底部到選單之間的縫隙，避免滑鼠移過去時 hover 斷掉 */
.mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    height: 36px;
}
.third-item { cursor: pointer; transition: background-color .2s ease; }
.third-item:hover { background-color: #f8fafc; }
.third-item .fourth-layer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-out;
    margin-top: 0;
}
.third-item.active .fourth-layer { max-height: 360px; margin-top: 4px; }
.third-item.active > span > .fa-chevron-down { transform: rotate(180deg); }
.third-item > span > .fa-chevron-down { transition: transform .25s ease; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

.article-content h2 { scroll-margin-top: 100px; font-size: 1.25rem; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.article-content h3 { scroll-margin-top: 100px; font-size: 1.05rem; margin-top: 1rem; margin-bottom: 0.4rem; }
.article-content p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 0.75rem; color: #374151; }
.article-content img {
    max-width: 100%;
    max-height: 320px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0.75rem auto;
    border-radius: 8px;
}
@media (min-width: 768px) {
    .article-content h2 { font-size: 1.5rem; }
    .article-content h3 { font-size: 1.2rem; }
    .article-content p { font-size: 0.95rem; }
    .article-content img { max-height: 460px; }
}

.article-toc {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.article-toc a {
    display: block;
    padding: 6px 10px;
    border-left: 2px solid transparent;
    color: #6b7280;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s;
}
.article-toc a:hover { color: #CC005F; }
.article-toc a.active { color: #CC005F; border-left-color: #CC005F; background: #FCE3F1; font-weight: 600; }
.article-toc .toc-h3 { padding-left: 26px; font-size: 13px; }
