/* ========================================================================
   Main Slider Section 样式 - 轮播区域 (index.html #slider)
   包含：轮播遮罩 / Slider Overlay / 选项卡 / 搜索输入 / 统计卡片 /
         馆藏链接 / 简单链接 / 数据库列表 / AI馆员面板 / 热门服务Swiper
   ======================================================================== */


/* ==================== 轮播遮罩层 ==================== */
.slider-element .fslider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(14, 88, 173, 0.9) 0%,
            rgba(14, 88, 173, 0.7) 20%,
            rgba(14, 88, 173, 0.5) 50%,
            rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
    z-index: 2;
}


/* ==================== Slider Overlay ==================== */
#travel-slider-overlay {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==================== 选项卡 (organiser-tabs) ==================== */
.organiser-tabs.tabs,
.organiser-tabs .canvas-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-link-padding-x: 20px;
    --cnvs-tabs-bg-color: rgba(0, 0, 0, 0.3);
    --bs-nav-link-color: #FFF;
    --bs-nav-tabs-link-active-color: #0e58ad;
    --bs-nav-link-font-size: 15px;
    --bs-nav-link-font-weight: 600;
    --cnvs-tabs-active-color: #FFF;
    --cnvs-tabs-active-bg-color: linear-gradient(135deg, #0e58ad, #0078D7);
}

.organiser-tabs .nav-tabs .nav-item .nav-link:hover,
.organiser-tabs .nav-tabs .nav-item .nav-link:focus {
    color: var(--bs-nav-link-color);
}

.organiser-tabs .nav-tabs .nav-item.ui-tabs-active .nav-link,
.organiser-tabs .nav-tabs .nav-item .nav-link.active {
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
}

.organiser-tabs .nav-tabs .nav-item .nav-link {
    position: relative;
    overflow: hidden;
}

.organiser-tabs .nav-tabs .nav-item .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}

.organiser-tabs .nav-tabs .nav-item .nav-link:active::after {
    opacity: 1;
    transform: scale(2);
    transition: 0s;
}

.organiser-tabs .canvas-tabs {
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}

.organiser-tabs .nav-tabs .nav-item {
    margin-left: 1px;
    border: 0 !important;
}

.organiser-tabs .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
}

.w3to4 {
    letter-spacing: 0.5em;
}

.organiser-tabs .tab-content {
    min-height: 22rem;
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* 选项卡高度调整 */
.organiser-tabs .canvas-tabs {
    --bs-nav-link-padding-y: 0.8rem;
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-font-size: 1rem;
}

.organiser-tabs .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    line-height: 1.5;
}

.organiser-tabs .tab-pane {
    animation: tabFadeIn 0.4s ease;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.device-md .tabs.organiser-tabs {
    width: 100% !important;
}


/* ==================== 统计卡片 ==================== */
.hc-stats-container {
    margin-top: 1rem;
}

.hc-stats-container .row {
    align-items: stretch;
}

.hc-stats-vertical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.hc-ebook-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.hc-ebook-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0.75rem;
    padding: 0 0.875rem;
    background: linear-gradient(135deg, rgba(14, 88, 173, 0.04) 0%, rgba(14, 88, 173, 0.01) 100%);
    border-radius: 0.1rem;
    border-bottom: 1px solid rgba(14, 88, 173, 0.08);
}

.hc-ebook-list-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hc-ebook-list-icon {
    font-size: 1.1rem;
    color: #0e58ad;
}

.hc-ebook-list-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.05em;
}

.hc-ebook-link {
    display: block;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #333;
    font-size: 0.875rem;
    border-radius: 0.1rem;
    background: rgba(14, 88, 173, 0.02);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-ebook-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(14, 88, 173, 0.08), transparent);
    transition: left 0.5s ease;
}

.hc-ebook-link:hover::before {
    left: 100%;
}

.hc-ebook-link:hover {
    background: rgba(14, 88, 173, 0.08);
    border-color: rgba(14, 88, 173, 0.2);
    color: #0e58ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.12);
}

.hc-ebook-link-title {
    display: block;
    line-height: 1.4;
}

.hc-info-card-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.5rem 0;
    text-decoration: none;
    color: #0e58ad;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hc-info-card-more:hover {
    color: #0a4080;
}

.hc-more-arrow img {
    width: 0.75rem;
    height: 0.75rem;
    transition: transform 0.3s ease;
}

.hc-info-card-more:hover .hc-more-arrow img {
    transform: translateX(0.25rem);
}

/* ==================== 常用数据库 ==================== */
.hc-database-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding: 0 0.875rem;
    background: linear-gradient(135deg, rgba(14, 88, 173, 0.04) 0%, rgba(14, 88, 173, 0.01) 100%);
    border-radius: 0.1rem;
    border-bottom: 1px solid rgba(14, 88, 173, 0.08);
}

.hc-database-list-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hc-database-list-icon {
    font-size: 1.1rem;
    color: #0e58ad;
}

.hc-database-list-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.05em;
}

.hc-database-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.hc-database-link {
    display: block;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #333;
    font-size: 0.875rem;
    border-radius: 0.1rem;
    background: rgba(14, 88, 173, 0.02);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-database-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(14, 88, 173, 0.08), transparent);
    transition: left 0.5s ease;
}

.hc-database-link:hover::before {
    left: 100%;
}

.hc-database-link:hover {
    background: rgba(14, 88, 173, 0.08);
    color: #0e58ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.12);
}

.hc-database-link-title {
    display: block;
    line-height: 1.4;
    text-align: left;
}

.hc-stats-vertical .hc-stat-card {
    padding: 1.1rem 1.25rem;
}

.hc-stat-card {
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.hc-stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: all 0.5s ease;
    opacity: 0;
}

.hc-stat-card:hover::before {
    opacity: 1;
    transform: translate(-20%, 20%);
}

.hc-stat-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.hc-stat-books {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e8ed 100%);
}

.hc-stat-books .hc-stat-icon i {
    color: #6b9ea9;
}

.hc-stat-books .hc-counter {
    color: #4a7a85;
}

.hc-stat-books .hc-stat-unit,
.hc-stat-books .hc-stat-label {
    color: rgba(74, 122, 133, 0.85);
}

.hc-stat-ebooks {
    background: linear-gradient(135deg, #f0f8f4 0%, #dce8e2 100%);
}

.hc-stat-ebooks .hc-stat-icon i {
    color: #6b9e82;
}

.hc-stat-ebooks .hc-counter {
    color: #4a7a62;
}

.hc-stat-ebooks .hc-stat-unit,
.hc-stat-ebooks .hc-stat-label {
    color: rgba(74, 122, 98, 0.85);
}

.hc-stat-journals {
    background: linear-gradient(135deg, #faf6f0 0%, #f0e8dc 100%);
}

.hc-stat-journals .hc-stat-icon i {
    color: #b4966b;
}

.hc-stat-journals .hc-counter {
    color: #8a7050;
}

.hc-stat-journals .hc-stat-unit,
.hc-stat-journals .hc-stat-label {
    color: rgba(138, 112, 80, 0.85);
}

.hc-stat-seats-available .hc-stat-icon i {
    color: #4ade80;
}

.hc-stat-seats-available .hc-counter {
    color: #22c55e;
}

.hc-stat-seats-available .hc-stat-unit,
.hc-stat-seats-available .hc-stat-label {
    color: rgba(34, 197, 94, 0.85);
}

.hc-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.hc-stat-card:hover .hc-stat-icon {
    transform: rotateY(180deg);
    background: rgba(255, 255, 255, 0.7);
}

.hc-stat-icon i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.hc-stat-card:hover .hc-stat-icon i {
    transform: scale(1.2);
}

.hc-stat-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.hc-stat-number {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.hc-counter {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.05rem;
}

.hc-stat-unit {
    font-size: 1rem;
    font-weight: 500;
}

.hc-stat-label {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.hc-stat-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    pointer-events: none;
    z-index: 1;
}

.hc-stat-books .hc-stat-decoration {
    color: rgba(107, 158, 169, 0.08);
}

.hc-stat-ebooks .hc-stat-decoration {
    color: rgba(107, 158, 130, 0.08);
}

.hc-stat-journals .hc-stat-decoration {
    color: rgba(180, 150, 107, 0.08);
}

.hc-stat-decoration svg {
    width: 100%;
    height: 100%;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hc-stat-card .hc-stat-content {
    animation: countUp 0.6s ease-out;
}

/* ==================== 统计卡片箭头指示器 ==================== */
.hc-stat-card-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) translateX(-0.5rem);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
    pointer-events: none;
}

.hc-stat-card:hover .hc-stat-card-arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    color: rgba(0, 0, 0, 0.6);
}


/* ==================== 馆藏目录链接 ==================== */
.hc-catalog-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
}

.hc-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hc-catalog-link:hover {
    color: #1a6bc4;
}

.hc-catalog-text {
    position: relative;
}

.hc-catalog-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.hc-catalog-link:hover .hc-catalog-arrow {
    transform: translateX(0.375rem);
}

.hc-catalog-divider {
    display: inline-flex;
    align-self: center;
    width: 1px;
    height: 1.2em;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    flex-shrink: 0;
}


/* ==================== 服务描述 ==================== */
.hc-service-desc {
    font-size: 0.875rem;
    color: #888;
    line-height: 1.2;
    margin-bottom: 1.1rem;
    padding: 0.5rem 0;
}

.hc-service-desc-divider {
    display: inline-block;
    width: 1px;
    height: 0.75rem;
    background-color: #ddd;
    margin: 0 0.75rem;
    vertical-align: middle;
}

.hc-current-month-books-inline {
    color: #888;
    font-size: 0.8125rem;
}

.hc-current-month-books-inline #currentMonthBookCount {
    color: #666;
}

/* ==================== 数据库快捷链接 ==================== */
.hc-db-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.8), rgba(241, 245, 249, 0.85));
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hc-db-quick-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.hc-db-quick-link-text {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.hc-db-quick-link:hover {
    background: linear-gradient(135deg, rgba(241, 245, 249, 1), rgba(226, 232, 240, 1));
    border-color: rgba(100, 116, 139, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.hc-db-quick-link:hover .hc-db-quick-link-icon {
    color: #475569;
}

.hc-db-quick-link:hover .hc-db-quick-link-text {
    color: #334155;
}


/* ==================== 简单链接 ==================== */
.hc-simple-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.hc-simple-link {
    position: relative;
    padding: 0.625rem 1.25rem;
    color: #555;
    text-decoration: none;
    font-size: 0.9375rem;
    border-radius: 0.25rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95));
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 90, 158, 0.08);
}

.hc-simple-link:not(:last-child)::after {
    display: none;
}

.hc-simple-link i {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    transition: transform 0.3s ease;
    color: #0078D7;
}

.hc-simple-link:hover {
    color: #0078D7;
    border-color: rgba(0, 120, 215, 0.3);
    background: linear-gradient(135deg, #fff, rgba(240, 248, 255, 1));
    box-shadow: 0 2px 8px rgba(0, 120, 215, 0.15);
    transform: translateY(-1px);
}

.hc-simple-link:hover i {
    transform: scale(1.1);
}


/* ==================== 数据库列表 ==================== */
.hc-db-section {
    margin-top: 1.25rem;
}

.hc-db-category {
    margin-bottom: 1rem;
}

.hc-db-category:last-child {
    margin-bottom: 0;
}

.hc-db-category-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hc-db-header-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.hc-db-link-divider {
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.hc-db-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #666;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hc-db-icon-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.hc-db-icon-link-text {
    white-space: nowrap;
    transition: color 0.3s ease;
}

.hc-db-icon-link:hover {
    color: #1a6bc4;
}

.hc-db-icon-link:hover .hc-db-icon-link-icon {
    transform: scale(1.1);
}

.hc-db-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #0078D7;
}

.hc-db-category-title {
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
}

.hc-db-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hc-db-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.hc-db-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0078D7, #4fc3f7);
    transition: width 0.3s ease;
}

.hc-db-card:hover {
    background: linear-gradient(135deg, #0078D7 0%, #005a9e 100%);
    border-color: #0078D7;
    box-shadow: 0 4px 12px rgba(0, 120, 215, 0.25);
    transform: translateY(-1px);
}

.hc-db-card:hover::before {
    width: 100%;
}

.hc-db-name {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.hc-db-card:hover .hc-db-name {
    color: #fff;
}

.hc-db-tag {
    font-size: 0.625rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0078D7, #4fc3f7);
    padding: 0.0625rem 0.375rem;
    border-radius: 2px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.hc-db-card:hover .hc-db-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.hc-db-trial-section {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.hc-db-trial-header {
    border-bottom-color: rgba(255, 152, 0, 0.2);
}

.hc-db-trial-header .hc-db-category-icon {
    color: #FF9800;
}

.hc-db-trial-badge {
    font-size: 0.625rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #FF9800, #F57C00);
    padding: 0.125rem 0.5rem;
    border-radius: 2px;
    letter-spacing: 0.05em;
    animation: hc-trial-pulse 2s ease-in-out infinite;
}

@keyframes hc-trial-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.hc-db-card-trial {
    border-color: rgba(255, 152, 0, 0.15);
    background: linear-gradient(135deg, #fffdf7 0%, #fff8f0 100%);
}

.hc-db-card-trial::before {
    background: linear-gradient(90deg, #FF9800, #FFB74D);
}

.hc-db-card-trial:hover {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
    border-color: #FF9800;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.25);
}

.hc-db-trial-tag {
    font-size: 0.625rem;
    font-weight: 600;
    color: #FF9800;
    background: rgba(255, 152, 0, 0.1);
    padding: 0.0625rem 0.375rem;
    border-radius: 2px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.hc-db-card-trial:hover .hc-db-trial-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}


/* ==================== AI馆员面板 ==================== */
.hc-ai-panel {
    position: relative;
}

.hc-ai-panel-tabs {
    visibility: hidden;
}

.hc-ai-panel-body {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    min-height: 22.2rem;
}

.hc-ai-panel-content {
    position: relative;
    z-index: 2;
}

.hc-ai-panel-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #115AAD;
}

.hc-ai-panel-title i {
    font-size: 1.25rem;
}

.hc-ai-search-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.hc-ai-search-figure {
    flex-shrink: 0;
    width: 3.5rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hc-ai-search-figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 0.125rem 0.375rem rgba(0, 0, 0, 0.12));
}

.hc-ai-search-input {
    flex: 1;
    min-width: 0;
}

.ai-worker-container {
    margin-top: 1.5rem;
}

.hc-ai-worker-card {
    display: flex;
    align-items: center;
    padding: 1rem .25rem;
    background: transparent;
    border: none;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.hc-ai-worker-card::before {
    display: none;
}

.hc-ai-worker-card:hover {
    transform: translateY(-0.125rem);
}

.hc-ai-worker-card:hover::before {
    opacity: 0;
}

.hc-ai-worker-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
    position: relative;
}

.hc-ai-worker-icon::before {
    display: none;
}

.hc-ai-worker-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.hc-ai-worker-card:hover .hc-ai-worker-icon img {
    transform: scale(1.1);
}

.hc-ai-worker-content {
    display: none;
}

.hc-ai-worker-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.hc-ai-worker-card:hover .hc-ai-worker-title {
    color: #0078D7;
}

.hc-ai-worker-desc {
    margin: 0;
    font-size: 0.875rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.hc-ai-worker-arrow {
    display: none;
}


/* ==================== 热门服务 Swiper ==================== */
.hc-hot-services-swiper {
    height: 7rem;
    padding: 0.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.hc-services-swiper {
    overflow: hidden !important;
    padding: 0 1rem !important;
    width: 100%;
}

.hc-services-swiper .swiper-wrapper {
    align-items: center;
}

.hc-services-swiper .swiper-slide {
    height: auto;
}

.hc-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.hc-service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.hc-service-card:hover::after {
    width: 80%;
}

.hc-service-card:hover {
    transform: translateY(-2px);
}

.hc-service-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.hc-service-card:hover .hc-service-card-icon {
    color: #4da6ff;
    transform: translateY(-2px);
}

.hc-service-card-text {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.hc-service-card:hover .hc-service-card-text {
    color: #4da6ff;
}

.hc-service-card-glow .hc-service-card-icon {
    position: relative;
}

.hc-service-card-glow .hc-service-card-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #ff4d4d;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 77, 77, 0.8), 0 0 12px rgba(255, 77, 77, 0.4);
    animation: dotPulse 1.5s ease-in-out infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

.hc-services-swiper .swiper-button-prev,
.hc-services-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hc-services-swiper .swiper-button-prev:after,
.hc-services-swiper .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.hc-services-swiper .swiper-button-prev:hover,
.hc-services-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* ==================== 资源搜索 Radio ==================== */
.hc-search-type-radio {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    padding: 0;
    align-items: center;
}

.hc-radio-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.25s ease;
    position: relative;
    margin: 0;
    background: transparent;
    border: none;
}

.hc-radio-item:hover {
    opacity: 0.8;
}

.hc-radio-item input[type="radio"] {
    display: none;
}

.hc-radio-item::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 2px;
    margin-right: 8px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.hc-radio-item:has(input[type="radio"]:checked)::before {
    border-color: #0e58ad;
    background: #0e58ad;
    box-shadow: inset 0 0 0 3px #fff;
}

.hc-radio-label {
    font-size: 1rem;
    color: #333;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.hc-radio-item input[type="radio"]:checked+.hc-radio-label {
    color: #0e58ad;
    font-weight: 500;
}

/* ==================== 资源链接卡片 ==================== */
.hc-resource-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.hc-resource-link-card {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(14, 88, 173, 0.02);
    border: 1px solid transparent;
    border-radius: 0.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-resource-link-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(14, 88, 173, 0.08), transparent);
    transition: left 0.5s ease;
}

.hc-resource-link-card:hover::before {
    left: 100%;
}

.hc-resource-link-card:hover {
    background: rgba(14, 88, 173, 0.08);
    border-color: rgba(14, 88, 173, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.12);
}

.hc-resource-link-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hc-resource-link-icon i {
    font-size: 0.875rem;
    color: #2196F3;
    transition: color 0.3s ease;
}

.hc-resource-link-card:hover .hc-resource-link-icon i {
    color: #0a4080;
}

.hc-resource-link-body {
    flex: 1;
    min-width: 0;
}

.hc-resource-link-title {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.hc-resource-link-card:hover .hc-resource-link-title {
    color: #0e58ad;
}

.hc-resource-link-arrow {
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.2);
    font-size: 0.75rem;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.hc-resource-link-card:hover .hc-resource-link-arrow {
    color: #0e58ad;
    opacity: 1;
    width: auto;
    margin-left: 0.25rem;
}

/* ==================== 座位统计卡片 ==================== */
.hc-stat-seats-used {
    background: linear-gradient(135deg, #e8f0f8 0%, #d4e0ed 100%);
}

.hc-stat-seats-used .hc-stat-icon i {
    color: #6b8ea9;
}

.hc-stat-seats-used .hc-counter {
    color: #4a6a85;
}

.hc-stat-seats-used .hc-stat-unit,
.hc-stat-seats-used .hc-stat-label {
    color: rgba(74, 106, 133, 0.85);
}

.hc-stat-seats-available {
    background: linear-gradient(135deg, #e8f8f0 0%, #d4eddc 100%);
}

.hc-stat-seats-available .hc-stat-icon i {
    color: #4ade80;
}

.hc-stat-seats-available .hc-counter {
    color: #22c55e;
}

.hc-stat-seats-available .hc-stat-unit,
.hc-stat-seats-available .hc-stat-label {
    color: rgba(34, 197, 94, 0.85);
}

/* ==================== 服务网格 ==================== */
.hc-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
}

.hc-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    background: rgba(14, 88, 173, 0.03);
    border: 1px solid rgba(14, 88, 173, 0.08);
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-service-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(14, 88, 173, 0.08) 100%);
    transition: height 0.4s ease;
    z-index: 1;
}

.hc-service-item:hover::before {
    height: 100%;
}

.hc-service-item-hot::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 0.5rem;
    height: 0.5rem;
    background: linear-gradient(135deg, #ff4d4f, #ff7875);
    border-radius: 50%;
    z-index: 2;
    animation: hc-hot-pulse 2s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.4);
}

@keyframes hc-hot-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.4); }
    50% { transform: scale(1.1); box-shadow: 0 0 0 0.4rem rgba(255, 77, 79, 0); }
}

.hc-service-item:hover {
    border-color: rgba(14, 88, 173, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.15);
}

.hc-service-item-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.hc-service-item-icon i {
    font-size: 1.25rem;
    color: #2196F3;
    transition: all 0.4s ease;
}

.hc-service-item:hover .hc-service-item-icon i {
    color: #0e58ad;
    transform: scale(1.3) translateY(-2px);
}

.hc-service-item-text {
    font-size: 0.8125rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.hc-service-item:hover .hc-service-item-text {
    color: #0e58ad;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* ==================== 互动卡片 ==================== */
.hc-interaction-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
}

.hc-interaction-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    background: rgba(14, 88, 173, 0.03);
    border: 1px solid rgba(14, 88, 173, 0.08);
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hc-interaction-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(14, 88, 173, 0.08);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.hc-interaction-card:hover::after {
    width: 200%;
    height: 200%;
}

.hc-interaction-card:hover {
    background: rgba(14, 88, 173, 0.08);
    border-color: rgba(14, 88, 173, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.15);
}

.hc-interaction-card-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.hc-interaction-card-icon i {
    font-size: 1.25rem;
    color: #2196F3;
    transition: all 0.3s ease;
}

.hc-interaction-card:hover .hc-interaction-card-icon i {
    color: #0e58ad;
    transform: scale(1.2);
}

.hc-interaction-card-text {
    font-size: 0.8125rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.hc-interaction-card:hover .hc-interaction-card-text {
    color: #0e58ad;
    font-weight: 600;
}

/* ==================== 座位场馆Swiper卡片 ==================== */
.hc-room-stats-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    background: rgba(14, 88, 173, 0.03);
    border: 1px solid rgba(14, 88, 173, 0.08);
    border-radius: 0;
}

.hc-room-stat-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.5rem;
    min-width: 5rem;
}

.hc-room-stat-value {
    color: #0e58ad;
    line-height: 1.2;
}

.hc-room-stat-label {
    font-size: 0.6875rem;
    color: #888;
    letter-spacing: 0.05em;
}

.hc-room-stat-divider {
    width: 1px;
    height: 2rem;
    background: rgba(14, 88, 173, 0.12);
    margin: 0 1.5rem;
}

.hc-room-swiper-wrapper {
    position: relative;
}

.hc-room-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 2.5rem;
    z-index: 1;
}

.hc-room-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.hc-room-slide {
    flex-shrink: 0;
    height: auto;
    position: relative;
    transition-property: transform;
}

.hc-room-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    background: rgba(14, 88, 173, 0.03);
    border: 1px solid rgba(14, 88, 173, 0.08);
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hc-room-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(14, 88, 173, 0.08) 100%);
    transition: height 0.4s ease;
}

.hc-room-card:hover::before {
    height: 100%;
}

.hc-room-card:hover {
    border-color: rgba(14, 88, 173, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(14, 88, 173, 0.15);
}

.hc-room-card-name {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.hc-room-card:hover .hc-room-card-name {
    color: #0e58ad;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.hc-room-card-stats {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hc-room-stat {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.hc-room-icon-used {
    font-size: 0.875rem;
    color: #999;
}

.hc-room-icon-free {
    font-size: 0.875rem;
    color: #27ae60;
}

.hc-room-num {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
}

.hc-room-button-prev,
.hc-room-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 88, 173, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hc-room-button-prev:hover,
.hc-room-button-next:hover {
    background: rgba(14, 88, 173, 0.2);
}

.hc-room-button-prev::after,
.hc-room-button-next::after {
    font-family: swiper-icons;
    font-size: 14px;
    color: #0E58AD;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.hc-room-button-prev {
    left: 0;
}

.hc-room-button-next {
    right: 0;
}

.hc-room-button-prev::after {
    content: 'prev';
}

.hc-room-button-next::after {
    content: 'next';
}

.hc-room-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

/* ========================================================================
   响应式媒体查询 - Main Slider Section
   ======================================================================== */

/* ==================== 超大屏幕 (≥1920px) ==================== */
@media (min-width: 1920px) {

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}


/* ==================== 大屏幕 (1600px - 1919px) ==================== */
@media (min-width: 1600px) and (max-width: 1919px) {

    .hc-stats-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(5, 1fr);
    }

}


/* ==================== 中大屏幕 (1400px - 1599px) ==================== */
@media (min-width: 1400px) and (max-width: 1599px) {

    .hc-stats-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .hc-service-grid,
    hc-interaction-grid {
        grid-template-columns: repeat(5, 1fr);
    }

}


/* ==================== 标准屏幕 (1200px - 1399px) ==================== */
@media (min-width: 1200px) and (max-width: 1399px) {

    .hc-stats-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}


/* ==================== 中等屏幕 (992px - 1199px) ==================== */
@media (min-width: 992px) and (max-width: 1199px) {

    .hc-stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-stat-icon {
        display: none;
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}


/* ==================== ≤1199.98px ==================== */
@media (max-width: 1199.98px) {

    .hc-ai-search-figure {
        display: none;
    }

    .hc-ai-panel-body {
        min-height: auto;
        padding: 2rem;
    }

    .hc-stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* ==================== 平板横屏 (768px - 991px) ==================== */
@media (min-width: 768px) and (max-width: 991px) {

    .hc-stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* ==================== ≤767.98px ==================== */
@media (max-width: 767.98px) {

    .tabs.organiser-tabs {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .tabs.organiser-tabs .heading-block h4 {
        margin-bottom: 20px;
    }

    .tabs.organiser-tabs .heading-block .fleft,
    .tabs.organiser-tabs .heading-block .fright {
        float: none !important;
    }

    .hc-stats-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hc-stat-card {
        padding: 1.25rem;
    }

    .hc-stat-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .hc-stat-icon i {
        font-size: 1.75rem;
    }

    .hc-counter {
        font-size: 1.75rem;
    }

    .hc-stat-unit {
        font-size: 0.875rem;
    }

    .hc-stat-label {
        font-size: 0.8125rem;
    }

    .hc-input-group-modern .btn {
        padding: 0.75rem 1.25rem;
    }

    .hc-input-group-modern .form-select {
        min-width: 5rem;
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hc-search-type-radio {
        flex-wrap: wrap;
    }

    .hc-resource-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-database-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-room-stats-header {
        padding: 0.75rem 1rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .hc-room-stat-item {
        min-width: 4rem;
    }

    .hc-room-stat-value {
        font-size: 1.125rem;
    }

    .hc-room-stat-label {
        font-size: 0.625rem;
    }

    .hc-room-stat-divider {
        height: 1.5rem;
        margin: 0 1rem;
    }

}


/* ==================== 平板竖屏/大手机 (576px - 767px) ==================== */
@media (min-width: 576px) and (max-width: 767px) {

    .hc-input-group-modern .btn {
        padding: 0.75rem 1.25rem;
    }

    .hc-input-group-modern .form-select {
        min-width: 5rem;
    }

    .hc-resource-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-database-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* ==================== ≤575.98px ==================== */
@media (max-width: 575.98px) {

    .organiser-tabs .tab-content {
        padding: 40px 15px 20px;
    }

    .hc-input-group-modern {
        flex-wrap: nowrap;
    }

    .hc-select-wrapper {
        border-right: 0.0625rem solid #e9ecef;
    }

    .hc-select-wrapper .hc-input-icon {
        padding: 0 0.35rem 0 0.5rem;
    }

    .hc-input-group-modern .form-select {
        min-width: 5rem;
        border-bottom: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .hc-resource-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-database-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .hc-room-stats-header {
        padding: 0.5rem 0.75rem;
        gap: 0.25rem;
    }

    .hc-room-stat-item {
        min-width: 3.5rem;
    }

    .hc-room-stat-value {
        font-size: 1rem;
    }

    .hc-room-stat-label {
        font-size: 0.5625rem;
    }

    .hc-room-stat-divider {
        height: 1.25rem;
        margin: 0 0.5rem;
    }

    .hc-input-group-modern .hc-input-icon {
        width: auto;
        flex-shrink: 0;
        padding: 0 0.5rem 0 0.75rem;
        border-bottom: none;
    }

    .hc-input-wrapper .hc-input-icon {
        padding: 0 0.25rem 0 0.5rem;
    }

    .hc-input-group-modern .form-control {
        width: auto;
        flex: 1;
        min-width: 0;
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }

    .hc-input-group-modern .btn {
        width: auto;
        flex-shrink: 0;
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
        border-radius: 0;
    }

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .organiser-tabs .nav-tabs .nav-item .nav-link {
        padding: 0.5rem 1rem;
    }
}


/* ==================== 大手机 (480px - 575px) ==================== */
@media (min-width: 480px) and (max-width: 575px) {

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==================== 小手机 (360px - 479px) ==================== */
@media (min-width: 360px) and (max-width: 479px) {

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ==================== 极小手机 (<360px) ==================== */
@media (max-width: 359px) {

    .hc-service-grid,
    .hc-interaction-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
