/* Hacim (cc) liste hub + detay */

.sbk-cc-page .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sbk-cc-page {
    padding: 8px 0 32px;
}

.sbk-cc-hero {
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 18px;
    padding: 22px 22px 18px;
    box-shadow: 0 8px 24px rgba(15, 18, 27, .05);
    margin-bottom: 18px;
}

.sbk-cc-hero h1 {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.3;
}

.sbk-cc-hero p {
    margin: 0;
    color: #475569;
    line-height: 1.65;
    max-width: 720px;
}

.sbk-cc-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sbk-cc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: .85rem;
    font-weight: 700;
}

.sbk-cc-find {
    margin-top: 16px;
}

.sbk-cc-find input {
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 1rem;
}

.sbk-cc-find input:focus {
    outline: none;
    border-color: #4F6CFF;
    box-shadow: 0 0 0 3px rgba(79, 108, 255, .18);
}

.sbk-cc-section {
    margin: 22px 0 8px;
}

.sbk-cc-section h2 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.sbk-cc-section p {
    margin: 0 0 12px;
    color: #64748b;
    font-size: .92rem;
}

.sbk-cc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 10px;
}

.sbk-cc-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
    padding: 14px 14px 12px;
    text-decoration: none !important;
    color: inherit;
    box-shadow: 0 2px 10px rgba(15, 18, 27, .04);
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
    min-height: 92px;
}

.sbk-cc-card:hover {
    transform: translateY(-2px);
    border-color: #4F6CFF;
    box-shadow: 0 10px 22px rgba(79, 108, 255, .14);
}

.sbk-cc-card.is-hot {
    border-color: #c7d2fe;
    background: linear-gradient(180deg, #f8faff 0%, #fff 70%);
}

.sbk-cc-card.is-active {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}

.sbk-cc-card.is-active .sbk-cc-card__cc,
.sbk-cc-card.is-active .sbk-cc-card__meta,
.sbk-cc-card.is-active .sbk-cc-card__price {
    color: #fff;
}

.sbk-cc-card__cc {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.sbk-cc-card__meta {
    font-size: .82rem;
    color: #64748b;
    font-weight: 600;
}

.sbk-cc-card__price {
    font-size: .8rem;
    color: #4F6CFF;
    font-weight: 700;
    margin-top: auto;
}

.sbk-cc-chipbar {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 10px;
    margin: 0 0 8px;
}

.sbk-cc-chipbar::-webkit-scrollbar {
    height: 6px;
}

.sbk-cc-chipbar::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, .18);
    border-radius: 999px;
}

.sbk-cc-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .86rem;
    text-decoration: none !important;
    line-height: 1;
    white-space: nowrap;
}

.sbk-cc-chip:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
}

.sbk-cc-chip.is-active {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.sbk-cc-chip--hot {
    border-color: #c7d2fe;
}

.sbk-cc-chip__n {
    font-size: .72rem;
    font-weight: 700;
    opacity: .72;
}

.sbk-cc-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 4px;
}

.sbk-cc-stat {
    background: #f8fafc;
    border: 1px solid #e8ecf2;
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 120px;
}

.sbk-cc-stat strong {
    display: block;
    font-size: 1.05rem;
    color: #0f172a;
}

.sbk-cc-stat span {
    font-size: .78rem;
    color: #64748b;
    font-weight: 600;
}

.sbk-cc-model {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sbk-cc-model img {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.sbk-cc-model__name {
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.sbk-cc-model__sub {
    font-size: .8rem;
    color: #64748b;
    font-weight: 600;
}

.sbk-cc-empty {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 12px;
    padding: 14px 16px;
    margin-top: 12px;
}

.sbk-cc-nearby {
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 16px;
    padding: 16px 18px 10px;
}

@media (max-width: 768px) {
    .sbk-cc-hero {
        padding: 16px 14px;
        border-radius: 14px;
    }
    .sbk-cc-hero h1 {
        font-size: 1.28rem;
    }
    .sbk-cc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .sbk-cc-card {
        min-height: 84px;
        padding: 12px;
    }
}
