body {
    background: #f7f7f5;
    color: #111827;
}

.brand-home-link {
    color: #111827;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-home-link:hover {
    color: #111827;
}

.header-nav-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #475569;
    display: inline-flex;
    gap: 8px;
    line-height: 1;
    padding: 0.62rem 0.98rem;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.header-nav-link:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.header-nav-link.is-active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-color: #2563eb;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.18);
    color: #ffffff;
}

.header-nav-live-dot {
    background: #60a5fa;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
    display: inline-block;
    flex: 0 0 auto;
    height: 8px;
    width: 8px;
}

.header-nav-link.is-active .header-nav-live-dot {
    background: #bfdbfe;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.header-nav-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
    outline: none;
}

.category-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 24px;
}

.home-page .category-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-subtitle {
    color: #64748b;
    font-size: 0.92rem;
}

.category-subtitle-link {
    color: #64748b;
    text-decoration: none;
}

.category-subtitle-link:hover {
    color: #334155;
    text-decoration: underline;
}

.category-breadcrumb {
    align-items: center;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    gap: 6px;
}

.category-breadcrumb-link {
    color: #475569;
    text-decoration: none;
}

.category-breadcrumb-link:hover {
    color: #1e293b;
    text-decoration: underline;
}

.category-breadcrumb-current {
    color: #0f172a;
    font-weight: 700;
}

.category-breadcrumb-separator {
    color: #94a3b8;
}

.category-child-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-child-chip {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
}

.category-child-chip:hover {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.category-child-chip.is-active {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-color: #60a5fa;
    color: #1d4ed8;
}

.category-menu-group .list-group-item {
    border-left: 0;
    border-right: 0;
}

.category-menu-parent-link {
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
}

.category-menu-children {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.category-menu-child-link {
    background: transparent;
    border-top: 0;
    color: #64748b;
    font-size: 0.95rem;
    padding: 0.78rem 1rem 0.78rem 2rem;
}

.category-menu-child-link:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.home-more-link {
    align-items: center;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #93c5fd;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    min-width: 120px;
    padding: 0 18px;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.home-more-link:hover {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-color: #60a5fa;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.18);
    color: #1d4ed8;
    transform: translateY(-1px);
}

.home-more-link:focus-visible {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
    outline: none;
}

.home-guide-panel {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.home-guide-panel-header {
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.home-guide-eyebrow,
.blog-category-kicker {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-guide-panel-subtitle {
    color: #64748b;
    font-size: 0.95rem;
}

.home-guide-all-link,
.home-guide-item-link {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.88rem;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
}

.home-guide-all-link {
    background: #111827;
    color: #ffffff;
    padding: 0 15px;
}

.home-guide-all-link:hover {
    background: #020617;
    color: #ffffff;
}

.home-guide-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-guide-item {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 18px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.home-guide-item:hover {
    border-color: #bfdbfe;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.home-guide-card-meta {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-guide-item-title {
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.4;
}

.home-guide-title-link {
    color: #0f172a;
    text-decoration: none;
}

.home-guide-title-link:hover {
    color: #1d4ed8;
}

.home-guide-summary {
    color: #475569;
    display: -webkit-box;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-guide-item-link {
    align-self: flex-start;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    margin-top: auto;
    padding: 0 13px;
}

.home-guide-item-link:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.product-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 16px;
    height: 100%;
}

.placeholder-thumb {
    align-items: center;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    border-radius: 14px;
    color: #374151;
    display: flex;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.product-thumb {
    border-radius: 14px;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.product-price {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

.thumb-link {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border-radius: 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 100%;
}

.product-title-link {
    color: #111827;
    text-decoration: none;
}

.product-title-link:hover {
    text-decoration: underline;
}

.detail-thumb {
    border-radius: 18px;
    display: block;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.detail-top .placeholder-thumb {
    height: auto;
    aspect-ratio: 1 / 1;
}

.price-stat-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
}

.price-badge {
    border-radius: 999px;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 6px 12px;
}

.price-message {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
}

.badge-collecting {
    background: #e5e7eb;
    color: #6b7280;
}

.badge-lowest-30d {
    background: #fee2e2;
    color: #c2410c;
}

.badge-cheap {
    background: #fff4e6;
    color: #d97706;
}

.badge-average {
    background: #e2e8f0;
    color: #334155;
}

.badge-expensive {
    background: #ead5d7;
    color: #7f1d1d;
}

.home-price-badge {
    font-size: 0.8rem;
    padding: 5px 10px;
}

.home-price-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.home-product-meta {
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.35;
    text-align: center;
}

.home-card-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.chart-wrap {
    height: 320px;
}

.buy-cta {
    align-items: center;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(29, 78, 216, 0.28);
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.buy-cta:hover {
    box-shadow: 0 14px 26px rgba(29, 78, 216, 0.34);
    color: #ffffff;
    transform: translateY(-1px);
}

.buy-cta:focus-visible {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.35);
    outline: none;
}

.card-buy-cta {
    align-items: center;
    background: #2563eb;
    border-radius: 9px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    min-width: 62px;
    padding: 0 12px;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.card-buy-cta:hover {
    background: #1d4ed8;
    color: #ffffff;
    transform: translateY(-1px);
}

.card-buy-cta:focus-visible {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
    outline: none;
}

@media (max-width: 767.98px) {
    .home-page .category-section {
        padding: 18px;
    }

    .home-page .row.g-3 {
        --bs-gutter-x: 0.85rem;
        --bs-gutter-y: 0.85rem;
    }

    .home-page .home-product-card {
        border-radius: 16px;
        padding: 12px;
        text-align: left;
    }

    .home-page .home-more-wrap {
        margin-top: 16px !important;
    }

    .home-page .home-more-link {
        min-height: 40px;
        min-width: 108px;
        padding: 0 16px;
    }

    .home-page .home-thumb {
        border-radius: 12px;
    }

    .home-page .home-product-card h3 {
        min-height: calc(1.35em * 2);
    }

    .home-page .home-product-card .product-title-link {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.92rem;
        line-height: 1.35;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .home-page .home-price-row {
        align-items: center;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
    }

    .home-page .home-product-card .product-price {
        font-size: 0.94rem;
        text-align: center;
    }

    .home-page .home-price-badge {
        font-size: 0.72rem;
        padding: 4px 8px;
    }

    .home-page .home-card-footer {
        gap: 6px;
        margin-top: 8px;
    }

    .home-page .card-buy-cta {
        font-size: 0.78rem;
        height: 30px;
        min-width: 56px;
        padding: 0 10px;
    }

    .home-guide-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-guide-grid {
        grid-template-columns: 1fr;
    }

    .home-guide-item {
        min-height: 0;
    }

    .home-guide-mobile-hidden {
        display: none;
    }
}

.hotdeal-hero {
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #f5f7fb);
    display: flex;
    justify-content: center;
    text-align: center;
}

.hotdeal-hero h1 {
    margin-bottom: 0 !important;
}

.hotdeal-page .category-section + .category-section {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.04);
}

.hotdeal-community-filter {
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.hotdeal-community-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hotdeal-community-chip {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #374151;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hotdeal-community-chip:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-community-chip.is-active {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.hotdeal-community-chip.is-disabled {
    background: #f8fafc;
    border-color: #e5e7eb;
    color: #94a3b8;
    cursor: default;
}

.hotdeal-community-soon {
    background: #e5e7eb;
    border-radius: 999px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 3px 8px;
}

.hotdeal-category-filter {
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.hotdeal-category-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hotdeal-category-chip {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #374151;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.hotdeal-category-chip:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-category-chip.is-active {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.hotdeal-search-box {
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.hotdeal-search-toolbar {
    align-items: center;
    display: flex;
    gap: 14px;
}

.hotdeal-search-input-wrap {
    flex: 1 1 auto;
    max-width: 460px;
}

.hotdeal-search-input {
    border-radius: 14px;
    min-height: 46px;
    padding-left: 14px;
}

.hotdeal-search-input:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.hotdeal-desktop-filter {
    align-items: center;
    flex: 0 0 auto;
    gap: 0;
    max-width: 360px;
    position: relative;
}

.hotdeal-desktop-filter-summary {
    color: #475569;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 260px;
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
}

.hotdeal-filter-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    color: #111827;
    display: inline-flex;
    gap: 10px;
    height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    width: auto;
}

.hotdeal-filter-toggle svg {
    display: block;
    fill: currentColor;
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
}

.hotdeal-filter-toggle:hover {
    background: #f8fafc;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-filter-toggle.is-active,
.hotdeal-filter-toggle.is-open {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.hotdeal-filter-toggle:focus,
.hotdeal-filter-toggle:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
    outline: none;
}

.hotdeal-filter-panel {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
    min-width: 360px;
    max-width: min(360px, calc(100vw - 32px));
    padding: 18px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 40;
}

.hotdeal-filter-panel-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 14px;
}

.hotdeal-filter-section + .hotdeal-filter-section {
    margin-top: 16px;
}

.hotdeal-filter-section-title {
    color: #111827;
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.hotdeal-filter-option-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hotdeal-filter-option {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #374151;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.hotdeal-filter-option:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-filter-option.is-selected {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.hotdeal-filter-option.is-disabled {
    background: #f8fafc;
    border-color: #e5e7eb;
    color: #94a3b8;
    cursor: default;
}

.hotdeal-filter-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px;
}

.hotdeal-filter-action {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 40px;
    min-width: 78px;
    padding: 0 14px;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.hotdeal-filter-action.is-secondary {
    background: #ffffff;
    color: #475569;
}

.hotdeal-filter-action.is-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.hotdeal-filter-action.is-primary {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}

.hotdeal-filter-action.is-primary:hover {
    background: #1e40af;
    border-color: #1e40af;
}

.hotdeal-best-tabs {
    border-bottom: 1px solid #e5e7eb;
    gap: 10px;
}

.hotdeal-best-tab {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 0 4px 12px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.hotdeal-best-tab:hover {
    color: #1d4ed8;
}

.hotdeal-best-tab.active,
.hotdeal-best-tab.is-active {
    border-bottom-color: #2563eb;
    color: #111827;
}

.hotdeal-best-shell {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
}

.hotdeal-best-head,
.hotdeal-best-row {
    align-items: center;
    column-gap: 14px;
    display: grid;
    grid-template-columns: 76px minmax(340px, 1.8fr) 120px 210px 96px 86px;
}

.hotdeal-best-head {
    background: linear-gradient(180deg, #fbfdff, #f4f7fb);
    border-bottom: 1px solid #dde5ef;
    color: #475569;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-height: 48px;
    padding: 13px 18px;
}

.hotdeal-best-row {
    border-bottom: 1px solid #edf2f7;
    min-height: 72px;
    padding: 14px 18px;
    transition: background-color 0.15s ease;
}

.hotdeal-best-row:last-child {
    border-bottom: 0;
}

.hotdeal-best-row:nth-child(even) {
    background: #fcfdff;
}

.hotdeal-best-row:hover {
    background: #f8fbff;
}

.hotdeal-best-rank {
    display: flex;
    justify-content: center;
}

.hotdeal-best-rank-badge {
    align-items: center;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    padding: 0 10px;
}

.hotdeal-best-title,
.hotdeal-best-price,
.hotdeal-best-score,
.hotdeal-best-community,
.hotdeal-best-time {
    min-width: 0;
}

.hotdeal-best-inline-meta {
    color: #6b7280;
    font-size: 0.82rem;
    margin-top: 5px;
}

.hotdeal-best-price strong {
    color: #111827;
    font-size: 1.04rem;
    font-weight: 800;
}

.hotdeal-best-score {
    color: #475569;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hotdeal-best-score strong {
    color: #0f172a;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.hotdeal-best-score-detail,
.hotdeal-best-time {
    color: #64748b;
    font-size: 0.83rem;
    font-variant-numeric: tabular-nums;
}

.hotdeal-sort-bar {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 12px 14px;
}

.hotdeal-best-bar {
    justify-content: flex-start;
}

.hotdeal-sort-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hotdeal-sort-group-right {
    justify-content: flex-start;
}

.hotdeal-sort-label {
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 700;
}

.hotdeal-sort-chip {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    color: #374151;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 8px 14px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hotdeal-sort-chip:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-sort-chip.is-active {
    background: #eff6ff;
    border-color: #60a5fa;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.hotdeal-helper-text {
    color: #64748b;
    font-size: 0.83rem;
}

.hotdeal-board-shell {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: opacity 0.15s ease;
}

.hotdeal-board-shell.is-loading {
    opacity: 0.62;
    pointer-events: none;
}

.hotdeal-board-head,
.hotdeal-row {
    align-items: center;
    column-gap: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) 112px 84px 70px 70px 92px 92px 76px;
}

.hotdeal-board-head {
    background: linear-gradient(180deg, #fbfdff, #f4f7fb);
    border-bottom: 1px solid #dde5ef;
    color: #475569;
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-height: 48px;
    padding: 13px 18px;
    text-align: center;
}

.hotdeal-board-head-cell.is-sortable {
    cursor: pointer;
}

.hotdeal-board-head-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: 4px;
    justify-content: center;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 4px 0;
    text-decoration: none;
    transition: color 0.15s ease;
    white-space: nowrap;
}

.hotdeal-board-head-link:hover {
    color: #1d4ed8;
}

.hotdeal-board-head-link:focus,
.hotdeal-board-head-link:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.hotdeal-board-head-link.is-active {
    color: #1d4ed8;
    font-weight: 800;
}

.hotdeal-board-head-indicator {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 0.02rem;
    justify-content: center;
    line-height: 0.55;
    margin-left: 0.35rem;
    transform: translateY(0.02rem);
}

.hotdeal-board-head-indicator.is-inactive {
    color: #cbd5e1;
}

.hotdeal-board-head-indicator.is-active {
    color: #93c5fd;
}

.hotdeal-board-head-caret {
    display: block;
    font-size: 0.44rem;
    line-height: 0.44rem;
}

.hotdeal-board-head-indicator.is-inactive .hotdeal-board-head-caret {
    opacity: 0.85;
}

.hotdeal-board-head-indicator.is-active .hotdeal-board-head-caret-up {
    opacity: 0.35;
}

.hotdeal-board-head-indicator.is-active .hotdeal-board-head-caret-down {
    color: #1d4ed8;
    opacity: 1;
}

.hotdeal-row {
    border-bottom: 1px solid #edf2f7;
    color: #1f2937;
    min-height: 60px;
    padding: 13px 18px;
    transition: background-color 0.15s ease;
}

.hotdeal-row:last-child {
    border-bottom: 0;
}

.hotdeal-row:nth-child(even) {
    background: #fcfdff;
}

.hotdeal-row:hover {
    background: #f8fbff;
}

.hotdeal-cell {
    font-size: 0.91rem;
    justify-self: center;
    line-height: 1.35;
    min-width: 0;
    text-align: center;
}

.hotdeal-community-text {
    align-items: center;
    background: #eef4ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
}

.hotdeal-metric,
.hotdeal-shipping-cell,
.hotdeal-mall-cell,
.hotdeal-time-cell {
    color: #374151;
}

.hotdeal-title-wrap {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.hotdeal-title-cell {
    justify-self: stretch;
    padding-right: 0;
    text-align: left;
}

.hotdeal-title-link {
    align-items: baseline;
    color: #1d4ed8;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 4px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.hotdeal-title-link:hover {
    color: #1e40af;
    text-decoration: underline;
}

.hotdeal-title-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotdeal-title-comments {
    color: #2563eb;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.92em;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.hotdeal-inline-new {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    border-radius: 6px;
    color: #ffffff;
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    padding: 3px 6px;
}

.hotdeal-price-cell strong {
    color: #111827;
    display: inline-block;
    font-size: 1.02rem;
    font-weight: 800;
}

.hotdeal-metric,
.hotdeal-time-cell {
    font-variant-numeric: tabular-nums;
    justify-self: center;
    text-align: center;
}

.hotdeal-price-cell,
.hotdeal-mall-cell {
    justify-self: stretch;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.hotdeal-mall-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.hotdeal-time-cell {
    white-space: nowrap;
}

.hotdeal-price-cell {
    justify-self: center;
    text-align: center;
}

.hotdeal-shipping-cell {
    justify-self: stretch;
    overflow: hidden;
    text-align: center;
    white-space: normal;
}

.hotdeal-shipping-cell > span:last-child {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: keep-all;
}

.hotdeal-shipping-cell,
.hotdeal-community,
.hotdeal-mall-cell,
.hotdeal-time-cell {
    color: #475569;
}

.hotdeal-mobile-label {
    display: none;
}

.hotdeal-inline-meta {
    color: #6b7280;
    font-size: 0.82rem;
    margin-top: 4px;
}

.hotdeal-inline-price {
    color: #111827;
    font-weight: 800;
}

.hotdeal-inline-side-meta {
    color: #64748b;
    display: inline-block;
    margin-left: auto;
    text-align: right;
}

.hotdeal-inline-sort-link {
    color: inherit;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

.hotdeal-inline-sort-link.is-active {
    color: #1d4ed8;
}

.hotdeal-inline-meta .hotdeal-inline-sort-link.is-active {
    color: inherit;
}

.hotdeal-inline-dot {
    color: #cbd5e1;
    margin: 0 0.18rem;
}

.hotdeal-mobile-sort-bar {
    align-items: center;
    display: none;
    gap: 10px;
}

.hotdeal-mobile-sort-label {
    color: #475569;
    flex: 0 0 auto;
    font-size: 0.84rem;
    font-weight: 700;
}

.hotdeal-mobile-sort-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.hotdeal-mobile-sort-chip {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe3f0;
    border-radius: 999px;
    color: #334155;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 700;
    min-height: 36px;
    padding: 0 12px;
    text-decoration: none;
}

.hotdeal-mobile-sort-chip.is-active {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.hotdeal-more-button {
    min-width: 160px;
}

@media (max-width: 767.98px) {
    .brand-home-link {
        font-size: 1.55rem;
    }

    .header-nav-link {
        font-size: 0.96rem;
        gap: 7px;
        padding: 0.56rem 0.86rem;
    }

    .category-section {
        border-radius: 20px;
        padding: 20px 16px;
    }

    [data-hotdeal-count-label] {
        align-self: flex-start;
    }

    .buy-cta {
        width: 100%;
    }

    .hotdeal-more-button {
        border-radius: 14px;
        font-size: 0.98rem;
        font-weight: 800;
        min-height: 52px;
        width: 100%;
    }

    .hotdeal-sort-bar {
        background: #ffffff;
        gap: 14px;
        justify-content: flex-start;
        padding: 14px;
    }

    .hotdeal-search-toolbar {
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .hotdeal-search-input-wrap {
        flex: 1 1 auto;
        max-width: none;
    }

    .hotdeal-desktop-filter {
        gap: 0;
    }

    .hotdeal-desktop-filter-summary {
        display: none;
    }

    .hotdeal-filter-toggle {
        border-radius: 12px;
        flex: 0 0 auto;
        height: 46px;
        width: 48px;
    }

    .hotdeal-filter-panel {
        border-radius: 16px;
        min-width: 0;
        padding: 16px;
        right: 0;
        width: min(360px, calc(100vw - 32px));
    }

    .hotdeal-filter-option-grid {
        gap: 7px;
    }

    .hotdeal-filter-option {
        font-size: 0.82rem;
        min-height: 36px;
        padding: 0 11px;
    }

    .hotdeal-best-bar {
        justify-content: flex-start;
    }

    .hotdeal-best-bar .hotdeal-sort-group-right {
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        overflow: visible;
        padding: 0;
        scrollbar-width: auto;
    }

    .hotdeal-best-bar .hotdeal-sort-label {
        flex: 0 0 100%;
        margin-bottom: 2px;
    }

    .hotdeal-best-bar .hotdeal-sort-chip {
        font-size: 0.82rem;
        min-height: 38px;
        padding: 0.45rem 0.72rem;
    }

    .hotdeal-sort-group,
    .hotdeal-sort-group-right {
        justify-content: flex-start;
        margin: 0 -2px;
        overflow-x: auto;
        padding: 0 2px 4px;
        scrollbar-width: thin;
        width: 100%;
        flex-wrap: nowrap;
    }

    .hotdeal-sort-chip,
    .hotdeal-sort-label {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .hotdeal-sort-chip {
        align-items: center;
        min-height: 42px;
    }

    .hotdeal-mobile-sort-bar {
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hotdeal-mobile-sort-chips {
        flex: 1 1 auto;
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .hotdeal-board-shell {
        margin: 0;
        overflow-x: visible;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .hotdeal-board-head,
    .hotdeal-row {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hotdeal-board-head {
        display: none;
    }

    .hotdeal-row {
        align-items: start;
        box-shadow: none;
        display: block;
        min-height: 0;
        padding: 14px 16px;
        row-gap: 0;
    }

    .hotdeal-cell {
        font-size: 0.83rem;
    }

    .hotdeal-title-cell {
        display: block;
        padding-left: 2px;
        padding-right: 0;
    }

    .hotdeal-title-wrap {
        align-items: center;
        gap: 6px;
    }

    .hotdeal-title-link {
        -webkit-line-clamp: 1;
        display: flex;
        font-size: 0.95rem;
        line-height: 1.4;
        overflow: hidden;
    }

    .hotdeal-inline-new {
        display: none;
    }

    .hotdeal-price-column,
    .hotdeal-views-column,
    .hotdeal-shipping-column,
    .hotdeal-recommends-column,
    .hotdeal-community-column,
    .hotdeal-mall-column,
    .hotdeal-time-column {
        display: none;
    }

    .hotdeal-mobile-label {
        display: none !important;
    }

    .hotdeal-inline-meta {
        align-items: baseline;
        color: #64748b;
        display: flex !important;
        flex-wrap: nowrap;
        font-size: 0.82rem;
        gap: 10px;
        justify-content: space-between;
        line-height: 1.45;
        margin-top: 6px;
        min-width: 0;
        padding-left: 2px;
    }

    .hotdeal-inline-price {
        font-size: 0.97rem;
        text-align: left;
        white-space: nowrap;
    }

    .hotdeal-inline-side-meta {
        flex: 1 1 auto;
        font-size: 0.78rem;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hotdeal-inline-sort-link {
        display: inline;
    }

    .hotdeal-community-chips,
    .hotdeal-category-chip-row {
        flex-wrap: nowrap;
        margin: 0 -4px;
        overflow-x: auto;
        padding: 0 4px 4px;
        scrollbar-width: thin;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotdeal-board-shell {
        overflow-x: auto;
        overflow-y: visible;
    }

    .hotdeal-board-head,
    .hotdeal-row {
        min-width: 900px;
    }

    .hotdeal-title-link {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: flex;
        line-height: 1.4;
        overflow: hidden;
    }

    .hotdeal-mobile-label {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hotdeal-board-head,
    .hotdeal-row {
        column-gap: 12px;
        grid-template-columns: minmax(300px, 1fr) 112px 70px 70px 92px 76px;
        min-width: 820px;
    }

    .hotdeal-board-head-cell.is-shipping,
    .hotdeal-board-head-cell.is-mall,
    .hotdeal-shipping-column,
    .hotdeal-mall-column {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hotdeal-best-tab {
        font-size: 0.9rem;
        padding-bottom: 10px;
    }

    .hotdeal-best-row {
        grid-template-columns: 1fr;
    }

    .hotdeal-best-rank {
        grid-row: auto;
        justify-content: flex-start;
    }
}

.blog-page {
    max-width: 980px;
}

.blog-category-chip {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
}

.blog-category-chip:hover {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.blog-category-section {
    scroll-margin-top: 96px;
}

.blog-category-heading,
.blog-related-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.blog-category-count {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0.32rem 0.78rem;
}

.blog-list-card {
    overflow: hidden;
}

.blog-list-cover {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.blog-list-body {
    padding-top: 1rem;
}

.blog-detail-card {
    padding: 2rem;
}

.blog-detail-header {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
}

.blog-detail-summary {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
}

.blog-detail-cover-wrap {
    margin-bottom: 1.75rem;
}

.blog-detail-cover {
    border-radius: 22px;
    display: block;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.blog-body {
    color: #111827;
    font-size: 1rem;
    line-height: 1.9;
}

.blog-body h2,
.blog-body h3,
.blog-body p,
.blog-body ul,
.blog-body ol {
    margin-bottom: 1rem;
}

.blog-body h2 {
    font-size: 1.65rem;
    font-weight: 700;
    margin-top: 2.5rem;
}

.blog-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.8rem;
}

.blog-body a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.blog-body img {
    border-radius: 16px;
    display: block;
    height: auto;
    margin: 1.25rem auto;
    max-width: 100%;
}

.blog-body ul,
.blog-body ol {
    padding-left: 1.4rem;
}

.blog-related-section {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.blog-related-more {
    color: #2563eb;
    font-size: 0.92rem;
    font-weight: 800;
}

.blog-related-more:hover {
    color: #1d4ed8;
}

.blog-related-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
}

.blog-related-title {
    color: #111827;
}

.blog-related-title:hover {
    color: #1d4ed8;
}

.blog-related-summary {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .blog-detail-card {
        padding: 1.25rem;
    }

    .blog-body {
        font-size: 0.97rem;
        line-height: 1.8;
    }

    .blog-body h2 {
        font-size: 1.4rem;
    }

    .blog-body h3 {
        font-size: 1.15rem;
    }

    .blog-category-heading,
    .blog-related-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.6rem;
    }
}

.site-footer {
    margin-top: 2rem;
}

.site-footer-inner {
    align-items: center;
    display: flex;
    gap: 1rem 1.5rem;
    justify-content: space-between;
    padding-bottom: 1.1rem;
    padding-top: 1.1rem;
}

.site-footer-brand {
    color: #0f172a;
    font-size: 0.98rem;
    font-weight: 700;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: flex-end;
}

.site-footer-link {
    color: #64748b;
    font-size: 0.92rem;
}

.site-footer-link:hover {
    color: #0f172a;
}

.site-page-wrap {
    max-width: 980px;
}

.site-page-card {
    padding: 2rem;
}

.site-page-header {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
}

.site-page-body {
    color: #111827;
    font-size: 1rem;
    line-height: 1.9;
}

.site-page-body h2,
.site-page-body h3,
.site-page-body p,
.site-page-body ul,
.site-page-body ol {
    margin-bottom: 1rem;
}

.site-page-body h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2.4rem;
}

.site-page-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.7rem;
}

.site-page-body a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.site-page-body img {
    border-radius: 16px;
    display: block;
    height: auto;
    margin: 1.25rem auto;
    max-width: 100%;
}

.site-page-body ul,
.site-page-body ol {
    padding-left: 1.4rem;
}

@media (max-width: 767.98px) {
    .site-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-links {
        justify-content: flex-start;
    }

    .site-page-card {
        padding: 1.25rem;
    }

    .site-page-body {
        font-size: 0.97rem;
        line-height: 1.8;
    }

    .site-page-body h2 {
        font-size: 1.35rem;
    }

    .site-page-body h3 {
        font-size: 1.12rem;
    }
}
