.pdc-download-center {
    --pdc-ink: #5f6361;
    --pdc-strong: #313734;
    --pdc-muted: #8e9692;
    --pdc-line: #dedede;
    --pdc-panel: #f4f4f4;
    --pdc-card: #f5f5f5;
    --pdc-white: #ffffff;
    --pdc-accent: #00C0F2;
    --pdc-accent-2: #BED62F;
    --pdc-accent-gradient: linear-gradient(135deg, #00C0F2, #BED62F);
    --pdc-green: #bed62f;
    color: var(--pdc-ink);
    background: var(--pdc-white);
    font-family: "Manrope", "Poppins", Arial, sans-serif;
}
.pdc-tab:focus,
.pdc-tab:active {
  outline: none;
  box-shadow: none;
}

.pdc-tab:focus-visible {
  outline: 2px solid rgba(0, 192, 242, 0.42);
  outline-offset: -7px;
}
.pdc-download-center *,
.pdc-download-center *::before,
.pdc-download-center *::after {
    box-sizing: border-box;
}

.pdc-shell {
    width: 100%;
    margin: 0;
    padding: 34px 2.6vw 88px;
}

.pdc-page-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: end;
    gap: 28px;
    width: min(1720px, 100%);
    margin: 0 auto 20px;
}

.pdc-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: var(--pdc-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pdc-page-head h1 {
    margin: 0;
    color: var(--pdc-strong);
    font-size: clamp(32px, 3.2vw, 52px);
    font-weight: 650;
    line-height: 1.12;
}

.pdc-page-head p {
    max-width: 740px;
    margin: 12px 0 0;
    color: var(--pdc-muted);
    font-size: 16px;
    line-height: 1.6;
}

.pdc-search {
    display: block;
}

.pdc-search label {
    display: block;
    margin: 0 0 8px;
    color: var(--pdc-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pdc-search-control {
    display: grid;
    grid-template-columns: 1fr 58px;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid var(--pdc-line);
    border-radius: 999px;
    background: var(--pdc-white);
}



.pdc-search-input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: 0;
    padding: 0 18px;
    color: var(--pdc-strong);
    background: transparent;
    font: inherit;
    font-size: 14px;
}

.pdc-search-input::placeholder {
    color: #a0a6a3;
}

.pdc-search-button {
    display: grid;
    place-items: center;
    width: 58px;
    border: 0;
    color: var(--pdc-white);
    background: var(--pdc-accent-gradient);
    cursor: pointer;
}

.pdc-search-button:hover{
    background: var(--pdc-accent-gradient);
}

.pdc-search-button span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.pdc-top-tabs {
    display: grid;
    grid-auto-columns: minmax(150px, 1fr);
    grid-auto-flow: column;
    align-items: end;
    width: min(1720px, 100%);
    margin: 0 auto 62px;
    overflow-x: auto;
    border-bottom: 1px solid var(--pdc-line);
    scrollbar-width: none;
}

.pdc-tab {
    position: relative;
    min-height: 58px;
    border: 0;
    padding: 0 24px 20px;
    color: #a1a5a3;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

.pdc-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: transparent;
}

.pdc-tab:hover,
.pdc-tab:focus,
.pdc-tab.is-active {
    color: var(--pdc-strong);
    background: none;
}

.pdc-tab.is-active::after {
    background: var(--pdc-accent-gradient);
}

.pdc-catalog-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    width: min(1880px, 100%);
    margin: 0 auto;
}

.pdc-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
    min-height: 420px;
    padding: 34px 24px 38px;
    border-radius: 10px;
    background: var(--pdc-panel);
}

.pdc-sidebar-title {
    margin: 0 0 28px;
    color: var(--pdc-strong);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.pdc-filter-group {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #d7d7d7;
}

.pdc-filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.pdc-filter-group h2 {
    margin: 0 0 18px;
    color: var(--pdc-strong);
    font-size: 20px;
    font-weight: 700;
}

.pdc-checkbox-list {
    display: grid;
    gap: 14px;
}

.pdc-checkbox {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: var(--pdc-muted);
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
}

.pdc-checkbox input {
    width: 18px;
    height: 18px;
    margin: 0;
    appearance: none;
    border: 1px solid #bfc4c1;
    border-radius: 0;
    background: var(--pdc-white);
    cursor: pointer;
}

.pdc-checkbox input:checked {
    border-color: var(--pdc-accent);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9.3 7.4 12.7 14 5.8' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 14px no-repeat,
        var(--pdc-accent-gradient);
}

.pdc-checkbox input:focus-visible {
    outline: 2px solid rgba(0, 192, 242, 0.38);
    outline-offset: 2px;
}

.pdc-checkbox span {
    min-width: 0;
}

.pdc-main {
    min-width: 0;
}

.pdc-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -4px 0 20px;
}

.pdc-result-count {
    color: var(--pdc-muted);
    font-size: 14px;
    font-weight: 700;
}

.pdc-reset,
.pdc-load-more,
.pdc-download-button {
    min-height: 40px;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.pdc-reset {
    border: 1px solid var(--pdc-line);
    padding: 0 18px;
    color: var(--pdc-muted);
    background: var(--pdc-white);
}

.pdc-reset:hover,
.pdc-reset:focus {
    color: var(--pdc-accent);
    border-color: var(--pdc-accent);
    background-color: #fff;
}

.pdc-results {
    position: relative;
    min-height: 280px;
}

.pdc-download-center.is-loading .pdc-results {
    opacity: 0.55;
}

.pdc-download-center.is-loading .pdc-results::after {
    content: "";
    position: absolute;
    top: 96px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid rgba(0, 192, 242, 0.16);
    border-top-color: var(--pdc-accent);
    border-radius: 50%;
    animation: pdc-spin 0.8s linear infinite;
}

.pdc-result-group {
    margin: 0 0 54px;
}

.pdc-group-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 16px;
    color: var(--pdc-strong);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.2;
}

.pdc-group-title small {
    color: var(--pdc-strong);
    font-size: 18px;
    font-weight: 750;
}

.pdc-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.pdc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 384px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 0;
    background: var(--pdc-card);
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.pdc-card:hover {
    border-color: rgba(0, 192, 242, 0.38);
    box-shadow: 0 18px 44px rgba(38, 42, 40, 0.08);
    transform: translateY(-2px);
}

.pdc-card-icon {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 2px solid var(--pdc-accent);
    border-radius: 4px;
    color: var(--pdc-accent);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.74);
}

.pdc-card-icon span {
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-1px);
}

.pdc-card-media {
    display: grid;
    place-items: center;
    min-height: 238px;
    padding: 36px 34px 14px;
}

.pdc-card-media img {
    display: block;
    width: min(78%, 360px);
    max-height: 210px;
    object-fit: contain;
}

.pdc-file-badge {
    display: grid;
    place-items: center;
    width: 118px;
    height: 142px;
    color: var(--pdc-white);
    background: linear-gradient(180deg, #6a716e, #3a403d);
    clip-path: polygon(0 0, 78% 0, 100% 18%, 100% 100%, 0 100%);
}

.pdc-file-badge span {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.pdc-file-badge--pdf {
    background: linear-gradient(180deg, #dd5145, #a42a25);
}

.pdc-file-badge--zip {
    background: linear-gradient(180deg, #6f7b84, #313b42);
}

.pdc-file-badge--xlsx,
.pdc-file-badge--xls {
    background: linear-gradient(180deg, #258a50, #146137);
}

.pdc-file-badge--doc,
.pdc-file-badge--docx {
    background: linear-gradient(180deg, #386ac2, #1f3e83);
}

.pdc-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 38px 28px;
}

.pdc-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 9px;
}

.pdc-card-meta span {
    color: var(--pdc-accent);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.pdc-card-meta .pdc-featured-label {
    color: #6b7300;
}

.pdc-card h3 {
    margin: 0 0 14px;
    color: var(--pdc-strong);
    font-size: clamp(18px, 1.4vw, 25px);
    font-weight: 720;
    line-height: 1.26;
    overflow-wrap: anywhere;
}

.pdc-card-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin: 0;
}

.pdc-card-details div {
    min-width: 0;
}

.pdc-card-details dt {
    margin: 0 0 2px;
    color: #9aa09d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pdc-card-details dd {
    margin: 0;
    color: var(--pdc-muted);
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.pdc-card-action {
    padding: 0 38px 32px;
}

.pdc-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    border: 1px solid var(--pdc-strong);
    padding: 0 22px;
    color: var(--pdc-strong);
    background: transparent;
}

.pdc-download-button:hover,
.pdc-download-button:focus {
    color: var(--pdc-white);
    border-color: var(--pdc-accent);
    background: var(--pdc-accent-gradient);
}

.pdc-download-button.is-disabled {
    color: #9ba39e;
    border-color: #d4d8d5;
    cursor: not-allowed;
}

.pdc-empty {
    padding: 70px 24px;
    border: 1px dashed var(--pdc-line);
    background: var(--pdc-card);
    text-align: center;
}

.pdc-empty h2 {
    margin: 0 0 10px;
    color: var(--pdc-strong);
    font-size: 24px;
    font-weight: 700;
}

.pdc-empty p {
    margin: 0;
    color: var(--pdc-muted);
}

.pdc-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
}

.pdc-load-more {
    min-width: 158px;
    border: 1px solid var(--pdc-strong);
    padding: 0 28px;
    color: var(--pdc-strong);
    background: var(--pdc-white);
}

.pdc-load-more:hover,
.pdc-load-more:focus {
    color: var(--pdc-white);
    border-color: var(--pdc-accent);
    background: var(--pdc-accent-gradient);
}

.pdc-load-more[hidden] {
    display: none;
}

html.pdc-private-modal-open {
    overflow: hidden;
}

.pdc-private-modal[hidden] {
    display: none;
}

.pdc-private-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.pdc-private-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(30, 34, 32, 0.58);
    backdrop-filter: blur(4px);
}

.pdc-private-modal__panel {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    border-radius: 8px;
    padding: 34px;
    color: var(--pdc-ink);
    background: var(--pdc-white);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.pdc-private-modal__panel h2 {
    margin: 0 42px 10px 0;
    color: var(--pdc-strong);
    font-size: 26px;
    font-weight: 740;
    line-height: 1.22;
}

.pdc-private-modal__panel p {
    margin: 0 0 22px;
    color: var(--pdc-muted);
    font-size: 15px;
    line-height: 1.6;
}

.pdc-private-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--pdc-line);
    border-radius: 999px;
    color: var(--pdc-strong);
    background: var(--pdc-white);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.pdc-private-modal__close:hover,
.pdc-private-modal__close:focus {
    color: var(--pdc-white);
    border-color: var(--pdc-accent);
    background: var(--pdc-accent-gradient);
}

.pdc-private-form-empty {
    border: 1px dashed var(--pdc-line);
    padding: 18px;
    color: var(--pdc-muted);
    background: var(--pdc-card);
}

.pdc-card.is-private {
    overflow: visible;
    z-index: 2;
}

.pdc-card.is-private:hover {
    z-index: 8;
}

.pdc-card .pdc-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pdc-card-title-text {
    min-width: 0;
}

.pdc-private-lock {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    color: #626866;
    cursor: help;
    outline: none;
}

.pdc-private-lock__icon,
.pdc-private-lock__tooltip svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pdc-private-lock:hover,
.pdc-private-lock:focus-visible {
    color: var(--pdc-accent);
}

.pdc-private-lock__tooltip {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: calc(100% + 14px);
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    width: 430px;
    max-width: calc(100vw - 48px);
    min-height: 52px;
    border: 1px solid rgba(35, 39, 37, 0.08);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--pdc-ink);
    background: var(--pdc-white);
    box-shadow: 0 12px 30px rgba(30, 34, 32, 0.14);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-4px, -50%);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.pdc-private-lock__tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid rgba(35, 39, 37, 0.08);
    border-left: 1px solid rgba(35, 39, 37, 0.08);
    background: var(--pdc-white);
    transform: translateY(-50%) rotate(45deg);
}

.pdc-private-lock__tooltip svg {
    flex: 0 0 auto;
    margin-top: 1px;
    color: var(--pdc-accent);
}

.pdc-private-lock__tooltip span {
    min-width: 0;
}

.pdc-private-lock:hover .pdc-private-lock__tooltip,
.pdc-private-lock:focus-visible .pdc-private-lock__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

@keyframes pdc-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdc-card,
    .pdc-download-button,
    .pdc-load-more,
    .pdc-reset {
        transition: none;
    }
}

@media (max-width: 1440px) {
    .pdc-catalog-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 30px;
    }

    .pdc-group-grid {
        gap: 24px;
    }

    .pdc-card-body,
    .pdc-card-action {
        padding-right: 28px;
        padding-left: 28px;
    }
}

@media (max-width: 1180px) {
    .pdc-page-head {
        grid-template-columns: 1fr;
    }

    .pdc-catalog-layout {
        grid-template-columns: 1fr;
    }

    .pdc-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        min-height: 0;
    }

    .pdc-sidebar-title {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .pdc-filter-group {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }

    .pdc-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pdc-shell {
        padding: 26px 16px 58px;
    }

    .pdc-page-head {
        margin-bottom: 18px;
    }

    .pdc-page-head h1 {
        font-size: 34px;
    }

    .pdc-page-head p {
        font-size: 14px;
    }

    .pdc-top-tabs {
        grid-auto-columns: minmax(132px, 1fr);
        margin-bottom: 28px;
    }

    .pdc-tab {
        min-height: 52px;
        padding: 0 16px 16px;
        font-size: 12px;
    }

    .pdc-sidebar {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .pdc-sidebar-title {
        font-size: 20px;
    }

    .pdc-filter-group h2 {
        font-size: 17px;
    }

    .pdc-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .pdc-group-grid {
        grid-template-columns: 1fr;
    }

    .pdc-card {
        min-height: 340px;
    }

    .pdc-card-media {
        min-height: 198px;
        padding: 32px 22px 6px;
    }

    .pdc-card-media img {
        max-height: 180px;
    }

    .pdc-card h3 {
        font-size: 21px;
    }

    .pdc-card-details {
        grid-template-columns: 1fr;
    }

    .pdc-card-action {
        padding-bottom: 24px;
    }

    .pdc-download-button {
        width: 100%;
    }

    .pdc-private-modal {
        padding: 14px;
    }

    .pdc-private-modal__panel {
        max-height: calc(100vh - 28px);
        padding: 28px 20px 22px;
    }

    .pdc-private-modal__panel h2 {
        font-size: 22px;
    }

    .pdc-private-lock__tooltip {
        top: auto;
        right: auto;
        bottom: calc(100% + 12px);
        left: 50%;
        width: min(320px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
        white-space: normal;
        transform: translate(-50%, 4px);
    }

    .pdc-private-lock__tooltip::before {
        top: auto;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
    }

    .pdc-private-lock:hover .pdc-private-lock__tooltip,
    .pdc-private-lock:focus-visible .pdc-private-lock__tooltip {
        transform: translate(-50%, 0);
    }
}
