

:root { --red-vzone: #e60023; --dark-blue: #002244; --bg: #f4f7f6; --white: #ffffff; --dark-green: #0f7b3f; --tiktok-black: #010101; --tiktok-cyan: #25F4EE; --tiktok-pink: #FE2C55; --border: #eeeeee; --bg-soft: #f7f7f7; }
* { font-family: 'Be Vietnam Pro', sans-serif; box-sizing: border-box; letter-spacing: -0.2px; }
body { background: var(--bg); margin: 0; padding-bottom: 80px; overflow-x: hidden; }
.p-card, .campaign-card, .camp-card-new { content-visibility: auto; contain-intrinsic-size: 250px; }
.skeleton { background: #eee; background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%); border-radius: 12px; background-size: 200% 100%; animation: 1.5s shine linear infinite; }
@keyframes shine { to { background-position-x: -200%; } }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { from { opacity: 0.5; } to { opacity: 1; } }

.sticky-header { position: sticky; top: 5px; z-index: 2000; background: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 15px 0 12px 0; display: flex; flex-direction: column; gap: 15px; width: 95%; max-width: 1200px; margin: 0 auto; border-radius: 16px; border: 1px solid #f0f0f0; left: 0; right: 0; }
.header-top { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 20px; box-sizing: border-box; }
.header-wrapper { display: flex; align-items: center; gap: 10px; padding: 10px; width: 100%; box-sizing: border-box; flex-wrap: wrap !important; }
.site-name { font-weight: 800; font-size: 26px; color: var(--tiktok-pink); line-height: 1.1; text-align: left; display: flex; flex-direction: row; align-items: baseline; gap: 6px; }
.site-name span { font-size: 13px; color: var(--tiktok-black); font-weight: 800; line-height: 1.1; margin-top: 0; white-space: nowrap; }
.home-tabs { display: flex; justify-content: space-around; background: #fff; border-bottom: 1px solid #eee; position: sticky; z-index: 1000; width: 100%; max-width: 1200px; margin: 0 auto; }
.h-tab { flex: 1; padding: 12px 5px; text-align: center; font-size: 13px; font-weight: 800; color: #888; cursor: pointer; transition: 0.3s; border-bottom: 2px solid transparent; }
.h-tab.active { color: var(--red-vzone); border-bottom: 2px solid var(--red-vzone); }
.home-cover { width: 100%; background-color: #f0f2f5; display: flex; justify-content: center; overflow: hidden; border-radius: 10px; }
.cover-wrapper { width: 100%; max-width: 1200px; height: 235px; position: relative; overflow: hidden; border-radius: 10px; }
.home-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cta-group-fixed { display: flex; gap: 10px; padding: 15px 10px; background: #fff; border-top: 1px solid #eee; position: sticky; bottom: 0; z-index: 100; }
.tab-nav { display: flex; background: #f5f5f5; border-radius: 12px; margin-bottom: 15px; padding: 4px; }
.p-tab { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px 5px; cursor: pointer; font-size: 11px; font-weight: 800; color: #888; border-radius: 10px; transition: all 0.3s; }
.p-tab.active { background: white; color: var(--red-vzone); box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.p-tab span { font-size: 10px; background: #f0f0f0; color: #999; padding: 1px 6px; border-radius: 8px; margin-left: 10px; font-weight: 800; min-width: 18px; }
.p-tab.active span { background: var(--red-vzone); color: white; }
.sticky-footer { position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); width: 95%; max-width: 1200px; height: 70px; background: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.15); z-index: 2100; display: flex; justify-content: center; border-radius: 10px; border: 1px solid #eee; }
.footer-wrapper { width: 100%; height: 100%; display: flex; justify-content: space-around; align-items: center; padding: 0 10px; }
.footer-item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 700; color: #666; cursor: pointer; flex: 1; padding-top: 5px; position: relative; }
.footer-item span { margin-top: 4px; text-transform: uppercase; line-height: 1.2; display: block; }
.footer-item.active { color: var(--red-vzone); }
.footer-badge { position: absolute; top: 2px; right: calc(50% - 22px); background: var(--red-vzone); color: #fff; font-size: 9px; font-weight: 800; min-width: 16px; height: 16px; border-radius: 8px; display: none; align-items: center; justify-content: center; padding: 0 4px; box-shadow: 0 1px 4px rgba(230,0,35,0.4); border: 1.5px solid #fff; line-height: 1; }
.sheet-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #f2f2f2; }

.search-container { display: flex; align-items: flex-end; gap: 6px; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px 5px 20px; box-sizing: border-box; }
.search-container .f-group { margin-bottom: 0 !important; }
.search-area { display: flex; align-items: center; gap: 6px !important; flex: 1; min-width: 0; }
.search-area .f-group { flex: 1; min-width: 120px; margin-bottom: 0 !important; }
.search-area .f-input { height: 38px !important; padding-top: 12px !important; font-size: 13px !important; box-sizing: border-box; }
.search-area .search-lbl { top: 10px !important; }
.search-area .f-input { height: 34px !important; padding-top: 8px !important; }
.search-area .search-lbl { top: 8px !important; }
.f-group { position: relative; width: 100%; margin-bottom: 15px; }
.f-input, #sampleToggle { height: 45px; border-radius: 10px; transition: 0.2s; }
.f-input { height: 40px; width: 100%; border: 1.5px solid #eee; padding: 12px; font-size: 14px; outline: none; background: white; padding-left: 10px; box-sizing: border-box; }
.f-label, .f-label-custom { position: absolute; left: 12px; top: 12px; font-size: 13px; color: #999; pointer-events: none; transition: 0.2s; padding: 0 5px; z-index: 10; }
.f-input:focus ~ .f-label, .f-input:not(:placeholder-shown) ~ .f-label, .has-value .f-label-custom, .select-trigger:focus ~ .f-label-custom { top: -8px !important; left: 10px; font-size: 11px; color: var(--red-vzone); font-weight: 800; background: white !important; }
select.f-input { appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px top 50%; background-size: 10px auto; }
.custom-select-wrapper { position: relative; width: 100%; margin-bottom: 15px; }
.select-trigger { min-height: 45px; border: 1.5px solid #eee; border-radius: 12px; padding: 12px; background: #fff; display: flex; align-items: center; cursor: pointer; transition: 0.2s; }
.tags-container { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; }
.tag-item { background: #f0f0f0; border-radius: 6px; padding: 2px 8px; font-size: 11px; color: #333; margin-right: 4px; }
.options-container { position: absolute; top: 105%; left: 0; width: 100%; background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); z-index: 100; max-height: 200px; overflow-y: auto; display: none; padding: 8px; }
.option-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; margin-bottom: 4px; border-radius: 10px; font-size: 14px; cursor: pointer; background: #f8f9fa; }
.option-item.selected { background: #fff1f0; border: 1px solid var(--tiktok-pink); font-weight: 800; color: var(--tiktok-pink); }
#regAddr, #submitNote { height: 90px !important; min-height: 90px; max-height: 90px; resize: none; line-height: 1.5; padding-top: 15px; }
.search-product { flex: 50; } .filter-category { flex: 30; } .filter-button { flex: 20; }
.search-row-bottom { display: flex; gap: 8px; } .search-row-bottom select { flex: 1; }

.fab { position: fixed; bottom: 90px; right: max(20px, calc(50vw - 480px)); background: var(--red-vzone); width: 55px; height: 55px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.8); box-shadow: 0 4px 15px rgba(230,0,35,0.4); display: flex; justify-content: center; align-items: center; color: white; font-weight: bold; cursor: pointer; z-index: 5500; font-size: 24px; }
.fab-badge { position: absolute; top: -5px; right: -5px; background: #000; color: white; font-size: 11px; padding: 4px 8px; border-radius: 20px; }
#backToTopBtn { display: none; position: fixed; bottom: 160px; right: max(20px, calc(50vw - 480px)); background: #fff; color: var(--dark-blue); width: 45px; height: 45px; border-radius: 50%; border: 1px solid #eee; box-shadow: 0 4px 15px rgba(0,0,0,0.1); cursor: pointer; z-index: 5500; align-items: center; justify-content: center; transition: all 0.3s ease; }
#backToTopBtn:active { transform: scale(0.9); background: #f9f9f9; }
.quick-filter-btn { height: 38px !important; min-width: 38px; padding: 0 10px !important; font-size: 11px !important; flex-shrink: 0; border-radius: 6px; font-weight: 800; cursor: pointer; white-space: nowrap; display: flex; align-items: center; justify-content: center; border: none; box-sizing: border-box; }
.quick-filter-btn { height: 38px; padding: 0 12px; border-radius: 6px; font-size: 12px; font-weight: 800; cursor: pointer; white-space: nowrap; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; flex-shrink: 0; border: none; }
.quick-filter-btn, .creator-hello button, .user-id-badge { height: 34px !important; }
.quick-filter-btn, .creator-hello button, .user-id-badge { height: 38px !important; box-sizing: border-box; margin: 0 !important; display: flex; align-items: center; }
.btn-grid { flex: 1; height: 36px; border-radius: 8px; border: none; font-size: 11px; font-weight: 700; cursor: pointer; }
.btn-select-sample { background: var(--tiktok-pink); color: #fff; } .btn-selected { background: var(--dark-green); color: #fff; } .aff-btn { background: #f2f2f2; color: #333; }
.btn-full-width { flex: 1 !important; height: 40px !important; font-size: 13px !important; }
.btn-group { display: flex; gap: 10px; margin-top: 15px; } .btn-group button { flex: 1; height: 45px; border: none; border-radius: 10px; font-weight: 800; cursor: pointer; }
.btn-submit-main { width: 100%; height: 55px; background: var(--red-vzone); color: white; border: none; border-radius: 16px; font-weight: 800; font-size: 16px; cursor: pointer; }
.btn-submit { flex:1; height:45px; background:var(--red-vzone); color:white; border:none; border-radius:10px; font-weight:800; cursor:pointer; }
.btn-next { flex:1; height:45px; background:#eee; border:none; border-radius:10px; font-weight:800; cursor:pointer; }
.c-btn { flex:1; border:none; border-radius:8px; padding:10px; font-size:13px; cursor:pointer; } .btn-aff { background:#f2f2f2; } .btn-submit { background:#ff4d4f; color:#fff; }
.btn-header-action { background: var(--dark-blue); color: white; border: none; border-radius: 6px; padding: 6px 12px; font-size: 11px; font-weight: 800; cursor: pointer; }
.btn-salmon, .btn-green { background: #52c41a !important; color: white !important; } .btn-salmon.active, .btn-green.active { background: #d45b5b !important; }
.center-btn { background: var(--red-vzone); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-top: -30px; border: 2px solid var(--white); box-shadow: 0 4px 10px rgba(230,0,35,0.3); }
.filter-btn-sm { width: 40px; height: 40px; border-radius: 8px; border: 1px solid #eee; background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }

.banner-wrapper { position: relative; overflow: visible; }
.banner-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding: 10px 15px 20px; max-width: 1200px; margin: 0 auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.banner-slider::-webkit-scrollbar { display: none; }
.banner-item { flex: 0 0 95%; scroll-snap-align: center; border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; border: 1px solid rgba(255,255,255,0.3); box-shadow: 0 6px 15px rgba(0,0,0,0.15); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); will-change: transform; }
.banner-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.banner-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: rgba(255, 255, 255, 0.9); color: #333; border: none; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 1100; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: 0.3s; }
.banner-nav-btn:hover { background: #fff; color: var(--red-vzone); }
.banner-nav-btn.left { left: -10px; }
.banner-nav-btn.right { right: -10px; }

.btn-row { display: flex; gap: 6px; margin-top: auto; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px; max-width: 1150px; margin: auto; }
.p-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,.08); display: flex; flex-direction: column; animation: fadeIn 0.4s ease-out forwards; will-change: transform, opacity; }
.p-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #f9f9f9; }
.p-info { padding: 8px; display: flex; flex-direction: column; flex: 1; }
.p-name { font-size: 12px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 34px; }
.p-img-box { position: relative; aspect-ratio: 1/1; overflow: hidden; }
.p-extra { display: flex; gap: 4px; margin: 8px 0; flex-wrap: wrap; }
.p-extra span { font-size: 12px; padding: 1px 6px; border-radius: 4px; font-weight: 600; background: #fff1f0; color: var(--red-vzone); border: 0.5px solid #ffa39e; }

.seller-filter-row .f-input {
    height: 36px !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    color: #444;
}

#manualProductGroup select.f-input ~ .f-label {
    top: -8px !important; left: 10px; font-size: 11px !important;
    color: var(--red-vzone); font-weight: 800; background: white !important;
}

.seller-filter-row select.f-input {
    padding-right: 25px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.p-detail-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    white-space: pre-wrap;
    word-break: break-word;
    margin-top: 10px;
    text-align: justify;
}

.p-detail-desc, .brief-content {
    white-space: pre-wrap !important;
    word-break: break-word !important;
}
.campaign-card {
    border-radius: 12px !important;
    padding: 8px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
    border: 1px solid #f0f0f0;
    position: relative;
    transition: transform 0.2s ease;
}

.campaign-grid-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 5px 0 20px 0;
}
@media(min-width: 800px) {
    .campaign-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .seller-header-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 15px !important;
    }
    #sellerWorkspaceHeaderActions {
        margin-left: 0 !important;
        width: 100% !important;
        justify-content: flex-start !important;
    }
}

.vzone-pill-container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.vzone-pill-container::-webkit-scrollbar { display: none; }
.vzone-pill {
    flex-shrink: 0;
    padding: 6px 14px;
    height: 32px;
    border-radius: 20px;
    background: #f0f2f5;
    color: #666;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-transform: uppercase;
    white-space: nowrap;
}
.vzone-pill.active {
    background: var(--red-vzone) !important;
    color: #fff !important;
    border-color: var(--red-vzone) !important;
}
.campaign-card:active { transform: scale(0.98); }
.campaign-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.campaign-title:active, .badge:active, .hashtag-badge:active, .sample-video-item:active { transform: scale(0.96); transition: transform 0.1s; }
.campaign-title, .badge, .sample-video-item { cursor: pointer; transition: transform 0.1s; }
.campaign-badges .badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 800; color: #1890ff; border: 1.5px solid #91d5ff; background-color: #e6f7ff; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.campaign-badges .badge:empty { display: none; }
.status-badge { font-size: 9px; font-weight: 800; padding: 3px 12px; border-radius: 20px; text-transform: uppercase; color: #fff; white-space: nowrap; }
.campaign-detail-toggle { font-size: 12px; font-weight: 700; color: #888; cursor: pointer; text-align: center; width: 100%; padding: 10px 0; border-top: 1px dashed #eee; margin-top: 5px; }

.video-thumbnail-box {
    position: relative;
    width: 100%;
    max-width: 120px;
    aspect-ratio: 9/16;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.video-thumbnail-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(230, 0, 35, 0.9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 2px;
}
.badge-shop { position: absolute; top: 3px; right: 3px; background: rgba(0,0,0,0.5); color: #fff; font-size: 11px; padding: 4px 8px; border-radius: 20px; backdrop-filter: blur(4px); font-weight: 600; }
.badge-comm { position: absolute; bottom: 3px; left: 3px; background: var(--tiktok-pink); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 5px; border-radius: 6px; }
.hashtag-badge { display: inline-block; padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: 800; color: #0056b3; border: 1.5px solid #0056b3; background-color: #e6f0ff; cursor: pointer; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.hashtag-badge:active { transform: scale(0.95); opacity: 0.7; }
.camp-card-new { background: #fff; border-radius: 12px; border: 1px solid #eee; margin-bottom: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); display: flex; flex-direction: column; overflow: hidden; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.camp-card-new:active { transform: scale(0.98); }
.camp-header { background: var(--red-vzone); color: white; padding: 10px 15px; font-weight: 800; font-size: 14px; text-transform: uppercase; }
.camp-body { padding: 12px 15px; display: flex; flex-direction: column; gap: 6px; }
.camp-info-row { font-size: 12px; color: #555; display: flex; gap: 8px; align-items: flex-start; line-height: 1.4; }
.camp-info-row b { color: var(--dark-blue); min-width: 75px; flex-shrink: 0; }

.campaign-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 8px;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    align-items: start;
}
@media(min-width: 800px) {
    .campaign-list { grid-template-columns: repeat(2, 1fr); }
}
.campaign-title { font-weight:600; font-size:15px; } .campaign-title:hover { color: var(--red-vzone); text-decoration: underline; }
.campaign-progress { display:flex; justify-content:space-between; font-size:13px; } .video-remain { color:#888; } .campaign-actions { display:flex; gap:10px; }
.campaign-expand b { font-size: 12px; color: #888; text-transform: uppercase; } .campaign-expand a { color: var(--dark-blue); word-break: break-all; }
.cart-item-row { display: flex; justify-content: space-between; align-items: center; background: #fff; padding: 10px; border-radius: 10px; margin-bottom: 8px; }
.cart-item-name { font-size: 12px; font-weight: 700; color: #333; } .cart-item-camp { font-size: 10px; color: #999; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; width: 100%; }
.brand-card { position: relative; aspect-ratio: 1 / 1; width: 100%; min-width: 0; background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4px; cursor: pointer; text-align: center; border: 1px solid #eee; box-sizing: border-box; }
.brand-card img { width: 65%; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; margin-bottom: 4px; background: #f0f2f5; border: 1px solid #eee; }
.brand-card-name { font-size: 9px; font-weight: 700; color: #333; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.koc-tabs-container {
    display: flex;
    background: #f0f2f5;
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.koc-tab-btn {
    flex: 1;
    padding: 10px 5px;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.koc-tab-btn.active {
    background: #fff;
    color: var(--dark-blue);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.koc-tab-count {
    font-size: 10px;
    background: #eee;
    padding: 2px 6px;
    border-radius: 10px;
    color: #888;
}
.koc-tab-btn.active .koc-tab-count {
    background: var(--dark-blue);
    color: #fff;
}

.koc-id-cell {
    white-space: normal !important;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    min-width: 90px;
    color: #2c3e50;
    font-weight: 600;
}
.nowrap-cell {
    white-space: nowrap !important;
}

.refresh-btn {
    padding: 4px 8px;
    font-size: 12px;
    background: #f0f2f5;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #555;
    transition: 0.3s;
}
.refresh-btn:hover { background: #e4e6e9; }

.seller-sidebar {
    position: fixed;
    right: calc(50% - 660px);
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 4500;
}
.sidebar-btn {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    color: #444;
}
.sidebar-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.sidebar-btn svg {
    width: 22px;
    height: 22px;
}

.btn-req-camp:hover { color: var(--dark-green); border-color: var(--dark-green); }
.btn-zalo-support:hover { color: #0068ff; border-color: #0068ff; }

@media (max-width: 1350px) {
    .seller-sidebar {
        right: 15px;
    }
}
@media (max-width: 768px) {
    .seller-sidebar {
        bottom: 85px;
        gap: 10px;
    }
    .sidebar-btn {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 600px) {
    .hide-on-mobile { display: none !important; }
}

.btn-req-camp:hover { background: #52c41a !important; }
.btn-zalo-support:hover { background: #0068ff !important; }
.btn-logout-seller:hover { background: #ff4d4f !important; }

/* [25/07] Cho popup cuộn được trên mobile: overlay tự cuộn khi nội dung cao hơn màn hình
   (KOC nhiều kênh + khối nhắc xác thực TikTok là tràn ngay trên máy nhỏ).
   padding dọc để hộp không dính sát mép, align-items:flex-start tránh bị cắt đầu khi tràn. */
.creator-popup { display: none; position: fixed; inset: 0; background-color: rgba(0, 0, 0, 0.6); z-index: 99999 !important; justify-content: center; align-items: center; backdrop-filter: blur(2px); overflow-y: auto; padding: 16px 0; -webkit-overflow-scrolling: touch; }
@media (max-height: 720px) { .creator-popup { align-items: flex-start; } }
.creator-box { background: white; width: 92%; max-width: 420px; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); margin: auto; }
.creator-box h3 { margin: 0 0 8px; } .creator-box p { font-size: 13px; color: #666; margin-bottom: 15px; }
.creator-box input { width: 100%; height: 40px; border-radius: 10px; border: 1px solid #eee; padding: 0 10px; margin-bottom: 15px; }
.creator-btns { display: flex; gap: 10px; } .creator-btns button { flex: 1; height: 40px; border-radius: 10px; border: none; font-weight: 800; cursor: pointer; }
.creator-btns button:first-child { background: var(--red-vzone); color: white; } .creator-btns button:last-child { background: #eee; }
#productDetailModal .modal-content { width: 90%; max-width: 800px; max-height: 95vh; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.detail-cta-group { display: flex; gap: 12px; padding: 15px 20px; background: #fff; border-top: 1px solid #eee; }
.detail-badge-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.collection-modal { position: fixed; bottom: -120%; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1200px; height: 98svh; max-height: 98svh; background: #f4f7f6; z-index: 9000; border-radius: 20px 20px 0 0; transition: bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1); display: flex; flex-direction: column; box-shadow: 0 -10px 30px rgba(0,0,0,0.15); }
.col-header { background: #fff; padding: 15px; border-radius: 20px 20px 0 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 100; }
.collection-modal.active { bottom: 0; } .col-body { flex: 1; overflow-y: auto; padding: 15px; -webkit-overflow-scrolling: touch; padding-bottom: 40px; }
.col-info-card { background: #fff; padding: 15px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); margin-bottom: 15px; }
.modal-header-sticky { position: sticky; top: 0; background: white; z-index: 100; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; display: flex; justify-content: space-between; align-items: center; margin: -20px -20px 15px -20px; border-radius: 20px 20px 0 0; }
.modal-close-btn { font-size: 24px; color: #999; cursor: pointer; line-height: 1; padding: 5px; }
.modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 8000; align-items: center; justify-content: center; }
.modal-content { background: #fff; width: 90%; max-width: 800px !important; margin: 0 auto; border-radius: 20px; padding: 20px; position: relative; max-height: 90vh; overflow-y: auto; box-sizing: border-box; }
#blogDetailModal .modal-content { width: 95% !important; max-width: 1200px !important; }
.blog-inline-img { width: 60%; display: block; border-radius: 12px; margin: 15px auto; border: 1px solid #e8e8e8; box-shadow: 0 4px 16px rgba(0,0,0,0.10); }
@media (max-width: 700px) { .blog-inline-img { width: 100%; } }
.modal-close { position: absolute; top: 10px; right: 14px; font-size: 22px; cursor: pointer; color: #999; } .modal-close:hover { color: #000; }
.prod-title { font-weight: bold; color: var(--red-vzone); margin-bottom: 10px; }
.check-result { text-align:center; background:#f9f9f9; padding:10px; border-radius:10px; margin: 10px 0; }
.vid-info { font-size:12px; color:#555; text-align: left; }
.action-sheet { position: fixed; bottom: -100%; left: 0; width: 100%; height: 98svh; max-height: 98svh; background: var(--white); z-index: 6000; border-radius: 15px 15px 0 0; transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1); padding: 10px 10px; display: flex; flex-direction: column; }
.action-sheet.active { bottom: 0; padding: 10px 10px;}
.action-sheet, .collection-modal { bottom: -120% !important; visibility: hidden; transition: bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s !important; }
.action-sheet.active, .collection-modal.active { bottom: 0 !important; visibility: visible !important; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 2500; display: none; }
.sheet-body { flex: 1; overflow-y: auto; padding-bottom: 30px; -webkit-overflow-scrolling: touch; }
.success-overlay { display: none; position: fixed; inset: 0; background: rgba(255,255,255,0.95); z-index: 8100; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.ob-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.ob-box { background: #fff; width: 90%; max-width: 380px; border-radius: 20px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.ob-step { display: none; animation: fadeIn 0.4s ease; } .ob-step.active { display: block; }
.ob-title { font-size: 20px; color: var(--tiktok-pink); font-weight: 800; margin-bottom: 10px; line-height: 1.3; }
.ob-desc { font-size: 13px; color: #666; margin-bottom: 20px; line-height: 1.5; }
.ob-btn { width: 100%; height: 45px; border-radius: 12px; border: none; font-weight: 800; font-size: 14px; cursor: pointer; margin-bottom: 10px; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ob-btn-primary { background: var(--red-vzone); color: white; } .ob-btn-secondary { background: #f0f2f5; color: var(--dark-blue); border: 1px solid #eee; } .ob-btn:active { transform: scale(0.97); }

#mainLoadingScreen {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100001 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loading-text {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark-blue);
  letter-spacing: -0.5px;
  margin-top: 15px;
  animation: pulse 0.8s infinite alternate;
}
.vzone-spinner {
  width: 45px;
  height: 45px;
  border: 4px solid #f0f2f5;
  border-top: 4px solid var(--red-vzone);
  border-radius: 50%;
  animation: spin 0.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
  margin-bottom: 10px;
}
#overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 2500; backdrop-filter: blur(2px); transition: all 0.3s ease; }

#toast { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.85); color: white; padding: 10px 25px; border-radius: 30px; font-size: 13px; z-index: 9999999 !important; display: none; white-space: nowrap; max-width: 90%; white-space: normal; text-align: center; line-height: 1.4; }

.auth-tabs { display: flex; border-bottom: 1px solid #eee; margin-bottom: 15px; }
.auth-tab { flex: 1; padding: 12px; text-align: center; font-size: 13px; font-weight: 800; color: #888; cursor: pointer; transition: 0.3s; border-bottom: 2px solid transparent; background: #fafafa; }
.auth-tab.active { color: var(--red-vzone); border-bottom: 2px solid var(--red-vzone); background: #fff; }
.auth-tab:first-child { border-top-left-radius: 16px; } .auth-tab:last-child { border-top-right-radius: 16px; }
.auth-tab.active#tabLoginSeller { color: var(--dark-green); border-bottom-color: var(--dark-green); }
.seller-header-bar { position: sticky; top: 5px; z-index: 1000; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; background: #fff; padding: 15px 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 15px; border-top: 4px solid var(--dark-green); border: 1px solid #eee; }
.seller-stats { font-size: 14px; font-weight: 800; color: #333; display: flex; gap: 15px; align-items: center; }
.seller-stat-box { background: #f8f9fa; padding: 4px 12px; border-radius: 6px; border: 1px solid #eee; }
.seller-filter-row { display: flex; gap: 10px; align-items: center; margin-top: 15px; width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
.stat-block-50 { flex: 1; min-width: 320px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.stat-btn { min-width: 80px; font-size: 11px; font-weight: 800; padding: 6px 12px; border-radius: 8px; cursor: pointer; transition: all 0.2s; border: 1.5px solid transparent; text-align: center; }
.stat-btn.active { transform: scale(1.05); box-shadow: 0 4px 10px rgba(0,0,0,0.15); border-color: currentColor !important; }
.stat-btn.inactive { opacity: 0.3; filter: grayscale(1); }
.sortable-th { cursor: pointer; user-select: none; transition: background 0.2s; position: relative; padding-right: 15px !important; }
.sortable-th:hover { background: #e6f7ff !important; color: var(--dark-blue); }
.sort-icon { font-size: 10px; color: #ccc; margin-left: 4px; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
.sort-asc .sort-icon::after { content: "▲"; color: var(--dark-green); } .sort-desc .sort-icon::after { content: "▼"; color: var(--red-vzone); }
.koc-row { cursor: pointer; transition: background 0.1s; } .koc-row:hover { background: #fdfdfd !important; } .koc-row.selected { background: #e6f7ff !important; }
#kocTableBody td:nth-child(1), #kocTableBody td:nth-child(2), thead th:nth-child(1), thead th:nth-child(2) { position: sticky; left: 0; background-color: #fff; z-index: 10; border-right: 1px solid #eee; }
#kocTableBody td:nth-child(2), thead th:nth-child(2) { left: 45px; }
.tier-1 { background: #ff4d4f; color: #fff; } .tier-2 { background: #ff7a45; color: #fff; } .tier-3 { background: #ffc53d; color: #000; } .tier-4 { background: #73d13d; color: #fff; } .tier-5 { background: #40a9ff; color: #fff; } .tier-6 { background: #bfbfbf; color: #fff; }
#trackingTableBody td, #trackingTableBody div, #trackingTableBody span { font-size: 13px !important; line-height: 1.4; font-family: 'Be Vietnam Pro', sans-serif; }
#trackingTableBody .ads-code { font-family: monospace; font-size: 12px !important; }
.seller-camp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; padding: 20px 0; }
.seller-camp-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.02); display: flex; flex-direction: column; gap: 10px; }
.seller-camp-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); border-color: var(--dark-green); }
.seller-camp-title { font-size: 18px; font-weight: 800; color: var(--dark-green); margin-bottom: 5px; }
.seller-camp-meta { font-size: 12px; color: #666; display: flex; align-items: center; gap: 6px; }
.seller-progress-bg { background: #f0f2f5; height: 8px; border-radius: 4px; overflow: hidden; width: 100%; margin: 5px 0; }
.seller-progress-fill { background: #52c41a; height: 100%; transition: width 0.5s ease-in-out; border-radius: 4px; }
.stat-mini-box { background: #f8f9fa; padding: 10px; border-radius: 8px; border: 1px dashed #ddd; font-size: 12px; color: #333; display: flex; flex-direction: column; gap: 5px; }
.stat-mini-box span { font-weight: 800; color: var(--dark-blue); font-size: 16px; }
.editable-cell { background: #fffbe6; border: 1px dashed #faad14; padding: 8px; border-radius: 6px; outline: none; transition: 0.2s; min-height: 40px; cursor: text; }
.editable-cell:focus { background: #fff; border-color: var(--dark-green); box-shadow: 0 0 0 2px rgba(82, 196, 26, 0.2); }
.reg-group-box { background: #f9f9f9; padding: 15px; border-radius: 16px; margin-bottom: 15px; border: 1px solid #eee; }
.group-label { font-size: 11px; font-weight: 800; color: var(--dark-blue); text-transform: uppercase; margin-bottom: 12px; display: block; }
.highlight-id { color: var(--red-vzone); margin-left: 6px; font-size: inherit; }
#vidWarning { background: #fff1f0; border: 1px solid #ffa39e; padding: 8px; border-radius: 8px; margin-bottom: 10px; }
#profileContent { height: calc(100vh - 160px); overflow-y: auto; padding-bottom: 40px; -webkit-overflow-scrolling: touch; }

@media(max-width: 700px) { .home-tabs { top: 105px; } }
@media(max-width: 700px) { .header-top { border-bottom: 1px solid #f2f2f2; padding-bottom: 8px; margin: 4px auto; gap: 8px; } .site-name { font-size: 20px; } .f-input { height: 36px; font-size: 13px; padding: 4px; } }
@media(max-width: 700px) { .header-wrapper { justify-content: space-between; padding: 10px; gap: 8px !important; } .h-site-name { order: 1 !important; font-size: 22px !important; } .header-wrapper > div:last-child { order: 2 !important; } .search-area { order: 3 !important; flex: 0 0 100% !important; margin-top: 4px !important; } .quick-filter-btn { font-size: 11px !important; padding: 0 6px !important; } .txt-hoahong { display: none !important; } }
@media(max-width: 700px) { .header-wrapper { justify-content: space-between; padding: 10px 15px; gap: 5px; } .h-site-name { order: 1; } .creator-hello { order: 2; } .search-area { order: 3; flex: 0 0 100%; margin-top: 5px; } .filter-menu-dropdown { width: calc(100% - 30px); } }
@media(max-width: 700px) { .quick-filter-btn { padding: 0 8px; font-size: 11px; } .txt-hoahong { display: none; } }
@media(max-width: 767px) { .banner-item:active { transform: scale(0.98); } }
@media(max-width: 800px) { .hide-on-mobile { display: none !important; } .seller-filter-row { flex-wrap: wrap; } .stat-block-50 { min-width: 100%; } }

@media(min-width: 701px) { .home-tabs { top: 75px; } }
@media(min-width: 701px) { .header-wrapper { flex-wrap: nowrap !important; } .h-site-name { order: 1 !important; flex-shrink: 0; } .search-area { order: 2 !important; margin: 0 20px !important; } .header-wrapper > div:last-child { order: 3 !important; flex-shrink: 0; } }
@media(min-width: 701px) { .header-wrapper { flex-wrap: nowrap; } .h-site-name { order: 1; flex-shrink: 0; } .search-area { order: 2; margin: 0 20px; } .creator-hello { order: 3; flex-shrink: 0; } }
@media(min-width: 768px) { .brand-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; } .brand-card { padding: 10px; max-width: 190px; } .brand-card img { width: 65%; height: auto; aspect-ratio: 1 / 1; margin-bottom: 8px; } .brand-card-name { font-size: 11px; } }
@media(min-width: 768px) { .banner-item { flex: 0 0 30%; } .banner-item:hover { transform: scale(1.03); box-shadow: 0 12px 30px rgba(0,0,0,0.25); z-index: 10; } }
@media(min-width: 800px) { .product-grid { grid-template-columns: repeat(6, 1fr); } .action-sheet { left:50%; transform:translateX(-50%); max-width:1200px; padding:30px 40px; } }
@media(min-width: 801px) { .hide-on-pc { display: none !important; } }

@media(max-width: 767px) {
    .product-grid, #colProductGrid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
        padding: 8px !important;
    }
    .p-card {
        border-radius: 8px !important;
        display: flex;
        flex-direction: column;
    }
    .p-info {
        padding: 4px !important;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .p-shop-info {
        font-size: 8px !important;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px !important;
        display: block !important;
    }
    .p-name {
        font-size: 10px !important;
        height: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
        padding: 0 !important;
    }

    .badge-shop {
        display: none !important;
    }
    .badge-comm {
        font-size: 8px !important;
        padding: 2px 4px !important;
    }
    .p-extra span {
        font-size: 8px !important;
        padding: 1px 3px !important;
    }
.btn-grid {
        flex: 1 !important;
        height: 26px !important;
        font-size: 9px !important;
        border-radius: 5px !important;
        font-weight: 800 !important;
    }

.btn-row {
        display: flex !important;
        width: 92% !important;
        margin: 0 auto 6px auto !important;
        gap: 4px !important;
        padding: 0 !important;
    }
}

   #blogDetailModal {
    pointer-events: auto;
}
#blogDetailModal[style*="display: none"] {
    pointer-events: none;
}

.blog-tag-pills {
    display: flex; gap: 10px; overflow-x: auto;
    padding: 5px 0 10px 0; scrollbar-width: none;
    -webkit-overflow-scrolling: touch; flex-shrink: 0;
}
.blog-tag-pills::-webkit-scrollbar { display: none; }
.b-tag-btn {
    flex-shrink: 0; padding: 8px 18px; border-radius: 30px; border: none;
    background: #f0f2f5; color: #555; font-size: 12px; font-weight: 700;
    cursor: pointer; text-transform: uppercase; transition: all 0.3s ease;
}
.b-tag-btn.active {
    background: var(--red-vzone); color: #fff;
    box-shadow: 0 4px 10px rgba(230,0,35,0.3);
}

.blog-card-item {
    display: flex; flex-direction: column; background: #fff;
    border-radius: 16px; border: 1px solid #f0f0f0; margin-bottom: 5px;
    overflow: hidden; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    transition: transform 0.2s; flex-shrink: 0;
}
.blog-card-item:active { transform: scale(0.98); }

.blog-card-img-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #f9f9f9; overflow: hidden; }
.blog-card-img { width: 100%; height: 100%; object-fit: cover; }
.blog-tag-badge {
    position: absolute; top: 12px; left: 12px; background: rgba(230,0,35,0.9);
    color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px;
    border-radius: 6px; text-transform: uppercase; backdrop-filter: blur(4px);
}
.blog-share-btn {
    position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,0.9);
    width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); cursor: pointer; backdrop-filter: blur(4px); z-index: 10; font-size: 14px;
}

.blog-card-content { padding: 16px; }
.blog-card-meta { font-size: 11px; color: #888; font-weight: 600; margin-bottom: 8px; }
.blog-card-title { margin: 0 0 8px 0; font-size: 16px; color: #1a1a1a; line-height: 1.4; font-weight: 800; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card-desc { margin: 0; font-size: 13px; color: #666; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

@media (min-width: 768px) {
    .blog-card-item { flex-direction: row; align-items: center; }
    .blog-card-img-wrapper { width: 40%; flex-shrink: 0; }
    .blog-card-content { width: 60%; padding: 20px; }
    .blog-card-title { font-size: 18px; }
}

@media(max-width: 767px) {
    .mobile-card-table { min-width: 100% !important; border: none !important; }
    .mobile-card-table thead { display: none; }
    .mobile-card-table, .mobile-card-table tbody, .mobile-card-table tr, .mobile-card-table td {
        display: block;
        width: 100%;
    }
    .mobile-card-table tr {
        margin-bottom: 15px;
        border: 1px solid #e8e8e8;
        border-radius: 12px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    }
    .mobile-card-table td {
        padding: 10px 0 !important;
        border-bottom: 1px dashed #f0f0f0 !important;
        text-align: left !important;
    }
    .mobile-card-table td:last-child { border-bottom: none !important; padding-bottom: 0 !important; }


    .mobile-card-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        font-weight: 800;
        color: var(--dark-green);
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    .editable-cell { min-height: 70px; }
}

.tool-btn {
    background-color: var(--dark-blue) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
}
.tool-btn:active {
    opacity: 0.8;
}

#btn-filter-sample {
    font-size: 11px;
    font-weight: 800;
    padding: 0 10px;
}

.seller-filter-container {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
}
.seller-filter-pill {
    padding: 6px 16px;
    border-radius: 20px;
    background: #f0f2f5;
    color: #666;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.seller-filter-pill.active {
    background: var(--dark-green);
    color: white;
}

.seller-camp-card {
    padding: 0 !important;
    border: 1px solid #eee !important;
    border-left: none !important;
    overflow: hidden;
}
.card-header-block {
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-body-compact {
    padding: 10px 15px;
}
.badge-need-review {
    position: absolute;
    top: -8px;
    right: -5px;
    background: #ff4d4f;
    color: white;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(255,77,79,0.3);
    display: flex;
    align-items: center;
    gap: 4px;
}
.seller-card-stats {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px dashed #eee;
}
.stat-item {
    display: flex;
    flex-direction: column;
}
.stat-label { font-size: 10px; color: #999; text-transform: uppercase; }
.stat-value { font-size: 13px; font-weight: 800; color: #333; }
.stat-value.highlight { color: #ff4d4f; }

.notif-bell-btn {
    width: 34px; height: 34px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #f0f2f5;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    flex-shrink: 0;
    padding: 0;
    transition: background 0.15s, border-color 0.15s;
}
.notif-bell-btn:hover { background: #e6f4ff; border-color: #1890ff; }
.notif-badge {
    position: absolute;
    top: -5px; right: -5px;
    min-width: 16px; height: 16px;
    background: #ff4d4f;
    color: white;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    padding: 0 3px;
    pointer-events: none;
    border: 1.5px solid white;
    box-sizing: border-box;
}
.notif-panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: min(50vw, 420px);
    min-width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    border: 1px solid #ebebeb;
    z-index: 9999;
    overflow: hidden;
}
.notif-panel-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 11px 14px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px; font-weight: 800;
    color: var(--dark-blue);
    background: #fafafa;
}
.notif-list { max-height: 340px; overflow-y: auto; }
.notif-item {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
    transition: background 0.15s;
    position: relative;
}
.notif-item:hover { background: #f5f9ff; }
.notif-item:last-child { border-bottom: none; }
.notif-item.notif-unread { background: #f0f7ff; }
.notif-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.notif-content { flex: 1; min-width: 0; }
.notif-title { font-size: 12px; font-weight: 700; color: #1a1a2e; margin-bottom: 2px; line-height: 1.3; }
.notif-msg { font-size: 11px; color: #555; line-height: 1.4; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notif-time { font-size: 10px; color: #aaa; }
.notif-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #1890ff;
    flex-shrink: 0;
    margin-top: 4px;
}
.notif-empty { padding: 24px 14px; text-align: center; font-size: 12px; color: #bbb; }
@media(max-width: 700px) { .notif-panel { right: -8px; width: 90vw; min-width: unset; } }

@keyframes spin { 100% { transform: rotate(360deg); } }

 <Style ss:ID="hdr">
  <Font ss:Bold="1" ss:Color="#FFFFFF"/>
  <Interior ss:Color="#1f7244" ss:Pattern="Solid"/>
 

  <NumberFormat ss:Format="@"/>
 