.pe-size-page {
    overflow: hidden;
    padding-bottom: 64px;
    background:
        radial-gradient(circle at 82% 0%, rgba(241, 92, 59, 0.14), transparent 30%),
        linear-gradient(180deg, #eaf3fb 0%, #f7fbff 42%, #ffffff 100%);
    color: #10233d;
}

.pe-size-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pe-size-hero {
    position: relative;
    padding: 68px 0 78px;
    background:
        linear-gradient(135deg, rgba(16, 35, 61, 0.98), rgba(31, 83, 124, 0.94)),
        #17345a;
    color: #ffffff;
    border-bottom: 4px solid #f15c3b;
}

.pe-size-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
    background-size: 34px 34px;
}

.pe-size-hero .pe-size-shell {
    position: relative;
    z-index: 1;
}

.pe-size-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.pe-size-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.pe-size-breadcrumb a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pe-size-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
    align-items: end;
}

.pe-size-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ffb18c;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.pe-size-eyebrow::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: #f15c3b;
}

.pe-size-hero h1 {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: 0;
}

.pe-size-hero p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.pe-size-note {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.pe-size-note strong,
.pe-size-note span {
    display: block;
}

.pe-size-note strong {
    color: #ffffff;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.pe-size-note span {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.55;
}

.pe-size-tools {
    position: relative;
    z-index: 2;
    margin-top: -36px;
}

.pe-size-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    gap: 18px;
    align-items: end;
    padding: 18px;
    border: 1px solid rgba(145, 167, 194, 0.24);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(28, 52, 84, 0.12);
}

.pe-size-search span {
    display: block;
    margin-bottom: 8px;
    color: #10233d;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.pe-size-search__input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(145, 167, 194, 0.36);
    border-radius: 8px;
    background: #f8fbff;
    color: #10233d;
    font-size: 15px;
}

.pe-size-search__input:focus {
    border-color: #f15c3b;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(241, 92, 59, 0.12);
}

.pe-size-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.pe-size-filter {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(145, 167, 194, 0.32);
    border-radius: 8px;
    background: #ffffff;
    color: #10233d;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.pe-size-filter:hover,
.pe-size-filter:focus,
.pe-size-filter.active {
    border-color: #f15c3b;
    background: #fff7f4;
    color: #f15c3b;
    outline: none;
}

.pe-size-directory {
    padding-top: 34px;
}

.pe-size-table-stack {
    display: grid;
    gap: 18px;
}

.pe-size-card {
    overflow: hidden;
    border: 1px solid rgba(145, 167, 194, 0.24);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(28, 52, 84, 0.1);
}

.pe-size-card.is-hidden {
    display: none;
}

.pe-size-card__head {
    position: static;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(145, 167, 194, 0.24);
    background:
        linear-gradient(90deg, rgba(241, 92, 59, 0.08), transparent 44%),
        #ffffff;
}

.pe-size-card__title {
    margin: 0;
    color: #10233d;
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.22;
}

.pe-size-card__subtitle {
    margin: 8px 0 0;
    color: #5e718b;
    font-size: 15px;
    line-height: 1.45;
}

.pe-size-card__meta {
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eaf3fb;
    color: #5e718b;
    font-size: 12px;
    line-height: 1;
}

.pe-size-card__body {
    padding: 0;
}

.pe-size-table-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
}

.pe-size-table {
    width: max-content;
    min-width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    color: #10233d;
}

.pe-size-table th,
.pe-size-table td {
    min-width: 72px;
    padding: 12px 14px;
    border: 0;
    border-right: 1px solid rgba(145, 167, 194, 0.18);
    border-bottom: 1px solid rgba(145, 167, 194, 0.24);
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: background-color 0.14s ease, color 0.14s ease;
}

.pe-size-table th:last-child,
.pe-size-table td:last-child {
    border-right: 0;
}

.pe-size-table thead th {
    background: #eef6fd;
    color: #10233d;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
}

.pe-size-table tbody tr:nth-child(even) th,
.pe-size-table tbody tr:nth-child(even) td {
    background: #f8fbff;
}

.pe-size-table tbody tr:last-child th,
.pe-size-table tbody tr:last-child td {
    border-bottom: 0;
}

.pe-size-table thead th:first-child,
.pe-size-table tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    width: 190px;
    min-width: 190px;
    max-width: 230px;
    color: #5e718b;
    text-align: left;
    background: inherit;
    box-shadow: 1px 0 0 rgba(145, 167, 194, 0.24);
}

.pe-size-table thead th:first-child {
    z-index: 4;
    background: #eef6fd;
}

.pe-size-table tbody th:first-child {
    background: #ffffff;
}

.pe-size-table tbody tr:nth-child(even) th:first-child {
    background: #f8fbff;
}

.pe-size-table--grouped thead tr:nth-child(2) th:first-child {
    position: static;
    width: auto;
    min-width: 72px;
    max-width: none;
    text-align: center;
    box-shadow: none;
}

.pe-size-table--grouped thead tr:first-child th {
    background: #e3f0fb;
    color: #17345a;
}

.pe-size-unit {
    display: block;
    margin-bottom: 2px;
    color: #5e718b;
    font-size: 11px;
    font-family: "MuseoSansRegular", Arial, sans-serif;
    text-transform: uppercase;
}

.pe-size-row-note th {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    background: #fff7f4 !important;
    color: #f15c3b !important;
    text-align: left !important;
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    box-shadow: none !important;
}

.pe-size-table th.is-match,
.pe-size-table td.is-match {
    background: #fff0e9 !important;
    color: #d94a2c;
    box-shadow: inset 0 0 0 1px rgba(241, 92, 59, 0.28);
}

.pe-size-table th.is-column-active,
.pe-size-table td.is-column-active {
    background: #eaf3fb;
}

.pe-size-table thead th.is-column-active {
    background: #dcecf8;
}

.pe-size-empty {
    display: none;
    padding: 34px;
    border: 1px dashed rgba(145, 167, 194, 0.44);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #5e718b;
    text-align: center;
}

.pe-size-empty.is-visible {
    display: block;
}

@media (max-width: 900px) {
    .pe-size-hero__grid,
    .pe-size-toolbar {
        grid-template-columns: 1fr;
    }

    .pe-size-filters {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .pe-size-shell {
        width: min(100% - 24px, 1180px);
    }

    .pe-size-hero {
        padding: 44px 0 64px;
    }

    .pe-size-hero h1 {
        font-size: 34px;
    }

    .pe-size-toolbar {
        padding: 14px;
    }

    .pe-size-filter {
        flex: 1 1 auto;
    }

    .pe-size-card__head {
        display: block;
        padding: 18px;
    }

    .pe-size-card__title {
        font-size: 21px;
    }

    .pe-size-card__meta {
        display: inline-flex;
        margin-top: 12px;
    }

    .pe-size-table {
        min-width: 680px;
    }

    .pe-size-table th,
    .pe-size-table td {
        min-width: 64px;
        padding: 11px 12px;
        font-size: 13px;
    }

    .pe-size-table thead th:first-child,
    .pe-size-table tbody th:first-child {
        width: 150px;
        min-width: 150px;
        max-width: 170px;
    }
}
