.cam-nang-page {
    background: var(--white-color);
    color: var(--text-dark);
}

.cam-nang-hero {
    background:
        linear-gradient(112deg, rgba(7, 65, 112, 0.95) 0%, rgba(11, 83, 139, 0.94) 43%, rgba(18, 101, 179, 0.96) 100%),
        var(--secondary-color);
    color: var(--white-color);
    min-height: 610px;
}

.cam-nang-hero__inner {
    padding-top: 54px;
    padding-bottom: 52px;
}

.cam-nang-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 400;
}

.cam-nang-hero__breadcrumb a,
.cam-nang-hero__breadcrumb span {
    color: rgba(255, 255, 255, 0.64);
    text-decoration: none;
}

.cam-nang-hero__breadcrumb span {
    color: rgba(255, 255, 255, 0.92);
}

.cam-nang-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 244px;
    min-height: 40px;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 600;
}

.cam-nang-hero__content {
    max-width: 660px;
    margin-top: 22px;
}

.cam-nang-hero__content h1 {
    margin: 0;
    color: var(--white-color);
    font-size: 40px;
    line-height: 1.22;
    font-weight: 800;
}

.cam-nang-hero__content h1 span,
.cam-nang-hero__stat strong {
    color: #f9a51a;
}

.cam-nang-hero__content p {
    max-width: 650px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
}

.cam-nang-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.cam-nang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 196px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cam-nang-btn:hover {
    text-decoration: none;
}

.cam-nang-btn--primary {
    background: #f9a51a;
    border: 1px solid #f9a51a;
    color: var(--secondary-color);
}

.cam-nang-btn--primary:hover {
    background: #ffb331;
    border-color: #ffb331;
    color: var(--secondary-color);
}

.cam-nang-btn--outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--white-color);
}

.cam-nang-btn--outline:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.44);
    color: var(--white-color);
}

.cam-nang-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 48px;
    margin-top: 39px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cam-nang-hero__stat {
    min-width: 104px;
}

.cam-nang-hero__stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.cam-nang-hero__stat span {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.35;
}

.cam-nang-directory {
    background: #f8fafc;
    padding-bottom: 46px;
}

.cam-nang-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 198px;
    align-items: center;
    padding: 16px 0;
}

.cam-nang-filter input,
.cam-nang-filter select {
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid #d9dee8;
    border-radius: 8px;
    background: var(--white-color);
    color: var(--text-dark);
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cam-nang-filter input::placeholder {
    color: #9aa3b2;
}

.cam-nang-filter__submit {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cam-nang-directory__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    padding-top: 36px;
    border-top: 1px solid #e5e7eb;
}

.cam-nang-directory__main h2 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 16px;
    color: #111827;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
}

.cam-nang-directory__main h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 24px;
    border-radius: 999px;
    background: var(--primary-color);
}

.cam-nang-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.cam-nang-card {
    display: flex;
    flex-direction: column;
    min-height: 206px;
    padding: 20px 18px 18px;
    border: 1px solid #dfe3ea;
    border-top: 3px solid var(--topic-color);
    border-radius: 8px;
    background: var(--white-color);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cam-nang-card:hover {
    color: #111827;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.cam-nang-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--topic-color) 10%, white);
    color: #111827;
    font-size: 22px;
}

@supports not (background: color-mix(in srgb, red 10%, white)) {
    .cam-nang-card__icon {
        background: #f1f5f9;
    }
}

.cam-nang-card strong {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.cam-nang-card__description {
    color: #667085;
    font-size: 15px;
    line-height: 1.45;
}

.cam-nang-card__count {
    margin-top: auto;
    padding-top: 14px;
    color: var(--topic-color);
    font-size: 15px;
    font-weight: 700;
}

.cam-nang-empty {
    padding: 30px 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--white-color);
    color: var(--text-light);
}

.cam-nang-directory__sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cam-nang-callout {
    padding: 42px 18px 18px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(5, 47, 99, 0.98), rgba(15, 92, 166, 0.98)),
        var(--secondary-color);
    color: var(--white-color);
    text-align: center;
}

.cam-nang-callout h3 {
    margin: 0 0 12px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 800;
}

.cam-nang-callout p {
    margin: 0 auto 20px;
    max-width: 260px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.45;
}

.cam-nang-callout a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    border-radius: 8px;
    background: #f9a51a;
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    text-decoration: none;
}

.cam-nang-callout a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.cam-nang-topic-list {
    overflow: hidden;
    border: 1px solid #dfe3ea;
    border-radius: 10px;
    background: var(--white-color);
}

.cam-nang-topic-list h3 {
    margin: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #eef0f4;
    color: #1f2937;
    font-size: 17px;
    font-weight: 800;
}

.cam-nang-topic-list ul {
    margin: 0;
    padding: 12px 18px;
    list-style: none;
}

.cam-nang-topic-list li + li {
    border-top: 1px solid #eef0f4;
}

.cam-nang-topic-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    color: #374151;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.cam-nang-topic-list a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.cam-nang-topic-list strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #9aa3b2;
    font-size: 14px;
    font-weight: 700;
}

.cam-nang-most-read {
    overflow: hidden;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: var(--white-color);
}

.cam-nang-most-read h3 {
    margin: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #eef0f4;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.cam-nang-most-read ol {
    margin: 0;
    padding: 12px 18px 14px;
    list-style: none;
}

.cam-nang-most-read li + li {
    border-top: 1px solid #eef0f4;
}

.cam-nang-most-read a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    color: #374151;
    text-decoration: none;
}

.cam-nang-most-read a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.cam-nang-most-read__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #eef6ff;
    color: #1f7bd7;
    font-size: 13px;
    font-weight: 800;
}

.cam-nang-most-read li:first-child .cam-nang-most-read__rank,
.cam-nang-most-read li:nth-child(2) .cam-nang-most-read__rank {
    background: #1f7bd7;
    color: var(--white-color);
}

.cam-nang-most-read__body {
    min-width: 0;
}

.cam-nang-most-read__body strong {
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.cam-nang-most-read__body small {
    display: block;
    margin-top: 5px;
    color: #9aa3b2;
    font-size: 12px;
}

.cam-nang-report {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
    border: 1px solid #f2cf62;
    border-radius: 8px;
    background: #fff8df;
    color: #b45309;
    text-decoration: none;
}

.cam-nang-report:hover {
    color: #92400e;
    text-decoration: none;
}

.cam-nang-report strong {
    color: #b45309;
    font-size: 14px;
    font-weight: 800;
}

.cam-nang-report span {
    font-size: 13px;
    line-height: 1.45;
}

.cam-nang-report small {
    color: #ea580c;
    font-size: 12px;
    font-weight: 700;
}

.cam-nang-subscribe {
    padding: 18px 18px;
    border-radius: 8px;
    background: #101827;
    color: var(--white-color);
}

.cam-nang-subscribe h3 {
    margin: 0 0 8px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 800;
}

.cam-nang-subscribe p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.45;
}

.cam-nang-subscribe div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.cam-nang-subscribe input {
    min-width: 0;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white-color);
    font-size: 13px;
}

.cam-nang-subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.cam-nang-subscribe button {
    min-height: 36px;
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
    background: #1f7bd7;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .cam-nang-hero {
        min-height: auto;
    }

    .cam-nang-hero__inner {
        padding-top: 42px;
        padding-bottom: 46px;
    }

    .cam-nang-hero__content h1 {
        font-size: 34px;
    }

    .cam-nang-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cam-nang-hero__stats {
        gap: 24px 30px;
    }

    .cam-nang-filter {
        grid-template-columns: 1fr 240px;
        gap: 18px;
    }

    .cam-nang-directory__layout {
        grid-template-columns: 1fr;
    }

    .cam-nang-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .cam-nang-hero__inner {
        padding-top: 30px;
        padding-bottom: 36px;
    }

    .cam-nang-hero__breadcrumb {
        gap: 16px;
        margin-bottom: 16px;
        font-size: 14px;
    }

    .cam-nang-hero__eyebrow {
        min-width: 0;
        width: 100%;
        min-height: 38px;
        font-size: 14px;
    }

    .cam-nang-hero__content {
        margin-top: 20px;
    }

    .cam-nang-hero__content h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    .cam-nang-hero__content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .cam-nang-hero__actions {
        flex-direction: column;
        margin-top: 24px;
    }

    .cam-nang-btn {
        width: 100%;
        min-width: 0;
    }

    .cam-nang-filter {
        grid-template-columns: 1fr;
    }

    .cam-nang-directory__layout {
        padding-top: 28px;
    }

    .cam-nang-card-grid,
    .cam-nang-hero__stats {
        grid-template-columns: 1fr;
    }

    .cam-nang-hero__stats {
        margin-top: 32px;
        padding-top: 24px;
    }

    .cam-nang-callout {
        padding-top: 34px;
    }

    .cam-nang-callout a {
        font-size: 24px;
    }

    .cam-nang-subscribe div {
        grid-template-columns: 1fr;
    }
}
