/* Scoped to this template; theme colors continue to follow the site's theme switch. */
.co-skin {
    --skin-surface: var(--side-block-background, #fff);
    --skin-inset: var(--postgray-background, #f2f2f3);
    --skin-text: var(--co-link-color, #18212a);
    --skin-gold: var(--bth-background, #c8aa6e);
    --skin-border: color-mix(in srgb, var(--skin-text) 12%, transparent);
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
    padding: 24px 0 56px;
    color: var(--skin-text);
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.co-skin *, .co-skin *::before, .co-skin *::after { box-sizing: border-box; }
.co-skin > * + * { margin-top: 24px; }
.co-skin a { color: inherit; text-decoration: none; }
.co-skin button { font: inherit; color: inherit; cursor: pointer; }
.co-skin img { display: block; max-width: 100%; }
.co-skin h1, .co-skin h2, .co-skin h3, .co-skin p, .co-skin figure { margin: 0; color: inherit; }
.co-skin h1, .co-skin h2 { text-transform: uppercase; line-height: 1.2; }
.co-skin :is(a, button):focus-visible { outline: 3px solid var(--skin-gold); outline-offset: 4px; }
.co-skin__panel { min-width: 0; padding: 28px; background: var(--skin-surface); border: 1px solid var(--skin-border); border-radius: 16px; }
.co-skin__overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 370px); gap: 24px; align-items: start; }
.co-skin__overview:has(> :only-child) { grid-template-columns: minmax(0, 1fr); }
.co-skin__identity { display: grid; grid-template-columns: minmax(130px, 28%) minmax(0, 1fr); gap: 26px; align-items: start; }
.co-skin__identity--no-image { grid-template-columns: minmax(0, 1fr); }
.co-skin__portrait { overflow: hidden; border-radius: 10px; background: var(--skin-inset); aspect-ratio: 3 / 5; box-shadow: 0 8px 24px #00000012; }
.co-skin__portrait-image { width: 100%; height: 100%; object-fit: cover; }
.co-skin__intro { min-width: 0; }
.co-skin__eyebrow { display: block; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .6; }
.co-skin .co-skin__title { margin-top: 10px; font-size: clamp(26px, 2.65vw, 40px); font-weight: 750; letter-spacing: -.035em; overflow-wrap: anywhere; }
.co-skin .co-skin__english { margin-top: 7px; font-size: 15px; opacity: .56; }
.co-skin__champions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.co-skin__champion { display: inline-flex; align-items: center; gap: 10px; min-width: 0; max-width: 100%; padding: 7px 16px 7px 7px; border: 1px solid color-mix(in srgb, var(--skin-gold) 35%, var(--skin-border)); background: linear-gradient(120deg, color-mix(in srgb, var(--skin-gold) 10%, var(--skin-surface)), var(--skin-surface)); border-radius: 12px; box-shadow: 0 2px 8px #00000008; transition: border-color .2s ease, box-shadow .2s ease; }
.co-skin__champion:hover { border-color: var(--skin-gold); box-shadow: 0 3px 12px #00000012; }
.co-skin__champion-image { width: 42px; height: 42px; object-fit: cover; border-radius: 6px; }
.co-skin__champion small { display: block; font-size: 10px; line-height: 1.4; opacity: .58; }
.co-skin__champion > span { min-width: 0; }
.co-skin__champion strong { display: block; font-weight: 600; line-height: 1.4; overflow-wrap: anywhere; }

.co-skin__lore { margin-top: 22px; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.co-skin__lore:empty { display: none; }
.co-skin__lore > * + * { margin-top: 12px; }
.co-skin__lore a { text-decoration: underline; text-underline-offset: 3px; }
.co-skin__lore :is(img, video, iframe) { max-width: 100%; }
.co-skin__lore .alignwide, .co-skin__lore .alignfull { width: 100%; margin-left: 0; margin-right: 0; }
.co-skin .co-skin__minor-heading { font-family: inherit; font-size: 12px; font-weight: 650; line-height: 1.4; letter-spacing: .045em; text-transform: uppercase; }
.co-skin__other-games { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--skin-border); }
.co-skin__other-games .co-skin__minor-heading { font-size: 10px; opacity: .65; }
.co-skin__game-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.co-skin__game { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; padding: 8px 10px; border: 1px solid var(--skin-border); border-radius: 7px; font-size: 11px; font-weight: 600; line-height: 1.4; }
.co-skin__game:hover { background: var(--skin-inset); border-color: var(--skin-gold); }
.co-skin__game-mark { font-size: 9px; letter-spacing: -.03em; color: var(--skin-text); border-bottom: 2px solid var(--skin-gold); }
.co-skin__game > span:last-child { opacity: .5; }
.co-skin__facts { padding: 22px; }
.co-skin .icon { display: inline-block; flex: 0 0 15px; width: 15px; height: 15px; margin: 0; background-color: currentColor; background-size: contain; background-repeat: no-repeat; }
.co-skin__media { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.co-skin__media--single { grid-template-columns: minmax(0, 1fr); }
.co-skin__cover { position: relative; min-width: 0; overflow: hidden; border-radius: 14px; background: var(--skin-inset); }
.co-skin__cover-image { width: 100%; height: 100%; object-fit: contain; }
.co-skin__cover figcaption { position: absolute; left: 16px; bottom: 14px; padding: 5px 9px; border-radius: 5px; color: #fff; background: #10161dcc; font-size: 10px; }
.co-skin__media-gallery { min-width: 0; }
.co-skin__media-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.co-skin__media-tile { position: relative; display: block; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #15191e; color: #fff !important; }
.co-skin__media-tile--video { grid-column: 1 / -1; }
.co-skin__media-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease, opacity .2s ease; }
.co-skin__media-tile--video img { opacity: .78; }
.co-skin__media-tile:hover img { transform: scale(1.025); opacity: 1; }
.co-skin__media-caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 6px; padding: 18px 9px 7px; background: linear-gradient(transparent, #000b); font-size: 10px; line-height: 1.25; }
.co-skin__media-tile--video .co-skin__media-caption { padding: 30px 18px 14px; font-size: 13px; }
.co-skin__play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; transform: translate(-50%, -50%); padding-left: 3px; background: #ffffffeb; color: #18212a; font-size: 18px; border-radius: 50%; box-shadow: 0 4px 30px #0003; }
.co-skin__section-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 22px; }
.co-skin__section-header h2 { display: flex; align-items: center; gap: 10px; font-family: inherit; font-size: 23px; font-weight: 650; letter-spacing: -.025em; overflow-wrap: anywhere; }
.co-skin__section-header .co-skin__eyebrow { margin-bottom: 7px; font-size: 9px; }
.co-skin__section-header h2 .icon { color: var(--skin-gold); flex-shrink: 0; }
.co-skin__section-link { display: inline-flex; align-items: center; gap: 12px; padding: 7px 11px; border: 1px solid var(--skin-border); border-radius: 6px; font-size: 11px; font-weight: 600; }
.co-skin__section-link:hover { background: var(--skin-inset); border-color: var(--skin-gold); }
.co-skin__count { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 8px; background: var(--skin-inset); border-radius: 50%; font-size: 11px; }
.co-skin__chroma-gallery { display: grid; grid-template-columns: minmax(240px, 30%) minmax(0, 1fr); gap: 12px; align-items: stretch; }
.co-skin__chroma-preview { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: 20px; background: var(--skin-inset); border-radius: 10px; text-align: center; }
.co-skin__chroma-preview-art { display: flex; flex: 1; align-items: center; justify-content: center; min-height: 260px; padding: 16px 0; }
.co-skin__chroma-preview-art img { width: 100%; max-height: 460px; object-fit: contain; }
.co-skin__chroma-preview p { font-size: 13px; }
.co-skin__chroma-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-content: start; }
.co-skin__chroma { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; min-height: 210px; padding: 12px 8px; background: var(--skin-inset); border: 2px solid transparent; border-radius: 10px; font-size: 12px !important; line-height: 1.35 !important; transition: border-color .15s ease; }
.co-skin__chroma:hover { border-color: var(--skin-border); }
.co-skin__chroma[aria-pressed="true"] { border-color: #1683ff; }
.co-skin__chroma img { width: 100%; height: 148px; object-fit: contain; }
.co-skin__chroma-colors { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 12px; }
.co-skin__chroma-colors > span { display: block; width: 12px; height: 12px; border-radius: 50%; border: 1px solid #8887; background: var(--chroma-color); }
.co-skin__cards { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 16px; }
.co-skin__cards > [hidden] { display: none !important; }
.co-skin__more { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 180px; margin: 0; padding: 16px 10px; border: 1px dashed var(--skin-gold); border-radius: 10px; background: var(--skin-inset); text-align: center; line-height: 1.4; }
.co-skin__more strong { font-size: 34px; font-weight: 600; color: var(--skin-gold); line-height: 1; }
.co-skin__more > span { font-size: 12px; font-weight: 600; }
.co-skin__more small { font-size: 10px; opacity: .65; }
.co-skin__more:hover { border-style: solid; background: color-mix(in srgb, var(--skin-gold) 10%, var(--skin-surface)); }
.co-skin__card { display: flex; flex-direction: column; min-width: 0; gap: 0; overflow: hidden; border: 1px solid var(--skin-border); border-radius: 10px; background: var(--skin-inset); }
.co-skin__card-art { display: grid; place-items: center; aspect-ratio: 3 / 4; overflow: hidden; background: var(--skin-inset); border-radius: 0; transition: border-color .15s ease; }
.co-skin .co-skin__card-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.co-skin__card:hover { border-color: var(--skin-gold); }

.co-skin .co-skin__card-title { display: block; width: 100%; margin: 0; padding: 10px; border-top: 1px solid var(--skin-border); font-family: inherit; font-size: 12px; line-height: 1.4; font-weight: 600; letter-spacing: .01em; text-align: center; text-wrap: pretty; overflow-wrap: anywhere; }
.co-skin__extra h2 { font-family: inherit; font-size: 22px; }
.co-skin-lightbox { position: fixed; inset: 0; width: min(1200px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 1px solid #ffffff26; border-radius: 14px; color: #f7f7f7; background: #11161d; box-shadow: 0 24px 100px #0008; overflow: auto; }
.co-skin-lightbox::backdrop { background: #05090fec; }
.co-skin-lightbox:not([open]) { display: none; }
.co-skin-lightbox__shell { padding: 16px; }
.co-skin-lightbox__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 2px 12px; }
.co-skin-lightbox__header p { font-size: 12px; color: #bdc4cf; }
.co-skin-lightbox__video-link { margin-left: auto; color: #d9bb80 !important; font-size: 11px; text-align: right; }
.co-skin-lightbox__video-link[hidden] { display: none; }
.co-skin-lightbox button { display: grid; place-items: center; padding: 0; border: 1px solid #ffffff29; background: #ffffff0c; color: #fff; cursor: pointer; font: inherit; }
.co-skin-lightbox button[hidden] { display: none; }
.co-skin-lightbox button:hover { background: #ffffff20; }
.co-skin-lightbox button:focus-visible { outline: 3px solid #c8aa6e; outline-offset: 3px; }
.co-skin-lightbox__close { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }
.co-skin-lightbox__viewer { position: relative; padding: 0 48px; }
.co-skin-lightbox__stage { display: flex; align-items: center; justify-content: center; height: min(65dvh, 610px); min-height: 160px; background: #080b10; border-radius: 8px; overflow: hidden; }
.co-skin-lightbox__stage img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.co-skin-lightbox__stage iframe { display: block; width: 100%; height: 100%; border: 0; }
.co-skin-lightbox__prev, .co-skin-lightbox__next { position: absolute; top: 50%; width: 36px; height: 44px; transform: translateY(-50%); border-radius: 7px; font-size: 30px !important; z-index: 1; }
.co-skin-lightbox__prev { left: 0; }
.co-skin-lightbox__next { right: 0; }
.co-skin-lightbox__prev svg, .co-skin-lightbox__next svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.co-skin-lightbox__thumbs { display: flex; gap: 10px; justify-content: center; max-width: 100%; overflow-x: auto; padding: 16px 4px 4px; }
.co-skin-lightbox .co-skin-lightbox__thumb { position: relative; flex: 0 0 96px; width: 96px; height: 58px; border: 2px solid transparent; border-radius: 6px; overflow: hidden; opacity: .42; }
.co-skin-lightbox__thumb img { width: 100%; height: 100%; object-fit: cover; }
.co-skin-lightbox__thumb span { position: absolute; color: #fff; text-shadow: 0 1px 6px #000; }
.co-skin-lightbox .co-skin-lightbox__thumb[aria-pressed="true"] { opacity: 1; border-color: #c8aa6e; }
.co-skin-lightbox .co-skin-lightbox__thumb:hover { opacity: 1; }
@media (max-width: 1199px) {
    .co-skin { width: calc(100% - 40px); }
    .co-skin__overview { grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; }
    .co-skin__identity { grid-template-columns: 130px minmax(0, 1fr); gap: 20px; padding: 22px; }
    .co-skin__identity--no-image { grid-template-columns: minmax(0, 1fr); }
    .co-skin__facts { padding: 18px; }
    .co-skin__cards { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
    .co-skin__chroma-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 959px) {
    .co-skin__overview { grid-template-columns: minmax(0, 1fr); }
    .co-skin__identity { grid-template-columns: minmax(140px, 26%) minmax(0, 1fr); }
    .co-skin__identity--no-image { grid-template-columns: minmax(0, 1fr); }
    .co-skin__facts { padding: 22px; }
    .co-skin__media { gap: 16px; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
    .co-skin__media--single { grid-template-columns: minmax(0, 1fr); }
    .co-skin__media-caption { font-size: 8px; }
    .co-skin__cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .co-skin__chroma-gallery { grid-template-columns: minmax(200px, 30%) minmax(0, 1fr); }
    .co-skin__chroma { min-height: 180px; }
    .co-skin__chroma img { height: 120px; }
}
@media (max-width: 639px) {
    .co-skin { width: calc(100% - 24px); padding-top: 16px; }
    .co-skin > * + * { margin-top: 16px; }
    .co-skin__panel { padding: 18px; border-radius: 12px; }
    .co-skin__identity { grid-template-columns: 90px minmax(0, 1fr); gap: 16px; }
    .co-skin__identity--no-image { grid-template-columns: minmax(0, 1fr); }
    .co-skin__intro { display: contents; }
    .co-skin__portrait { grid-column: 1; grid-row: 1 / 5; }
    .co-skin .co-skin__title { grid-column: 2; font-size: 24px; margin-top: -8px; }
    .co-skin .co-skin__english { grid-column: 2; margin-top: -10px; font-size: 12px; }
    .co-skin__champions { grid-column: 2; margin-top: -4px; }
    .co-skin__champion { min-width: 0; width: 100%; padding: 5px 7px; gap: 7px; font-size: 12px; }
    .co-skin__champion-image { width: 32px; height: 32px; }
    .co-skin__champion small { font-size: 9px; }

    .co-skin__intro > .co-skin__lore, .co-skin__intro > .co-skin__other-games { grid-column: 1 / -1; margin-top: 2px; }
    .co-skin__identity--no-image .co-skin__intro > * { grid-column: 1 / -1; }
    .co-skin__lore { font-size: 13px; }
    .co-skin__other-games { padding-top: 16px; }
    .co-skin__media { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .co-skin__cover { aspect-ratio: auto; }
    .co-skin__cover-image { height: auto; }
    .co-skin__media-tiles { gap: 8px; }
    .co-skin__media-caption { font-size: 9px; }
    .co-skin__chroma-gallery { grid-template-columns: minmax(0, 1fr); }
    .co-skin__chroma-preview { padding: 16px; }
    .co-skin__chroma-preview-art { min-height: 230px; }
    .co-skin__chroma-preview-art img { max-height: 260px; }
    .co-skin__chroma-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .co-skin__chroma { min-height: 160px; padding: 10px 5px; font-size: 10px !important; }
    .co-skin__chroma img { height: 100px; }
    .co-skin__section-header { gap: 12px; margin-bottom: 18px; }
    .co-skin__section-header h2 { font-size: 20px; }
    .co-skin__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 10px; }
    .co-skin .co-skin__card-title { padding: 8px 6px; font-size: 11px; }
    .co-skin-lightbox { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 10px; }
    .co-skin-lightbox__shell { padding: 10px; }
    .co-skin-lightbox__viewer { padding: 0 28px; }
    .co-skin-lightbox__stage { height: auto; aspect-ratio: 16 / 9; min-height: 0; max-height: 60dvh; }
    .co-skin-lightbox__stage :is(img, iframe) { width: 100%; height: 100%; object-fit: contain; }
    .co-skin-lightbox__prev, .co-skin-lightbox__next { width: 24px; height: 40px; }
    .co-skin-lightbox__thumbs { gap: 6px; justify-content: safe center; }
    .co-skin-lightbox .co-skin-lightbox__thumb { flex-basis: 65px; width: 65px; height: 42px; }
}
@media (max-width: 359px) {
    .co-skin__identity { grid-template-columns: 70px minmax(0, 1fr); gap: 12px; }
    .co-skin__identity--no-image { grid-template-columns: minmax(0, 1fr); }
    .co-skin .co-skin__title { font-size: 21px; }
    .co-skin__cards, .co-skin__chroma-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-height: 500px) and (orientation: landscape) {
    .co-skin-lightbox__stage { height: 48dvh; min-height: 100px; }
    .co-skin-lightbox__header { padding-bottom: 6px; }
    .co-skin-lightbox__thumbs { padding-top: 8px; }
    .co-skin-lightbox .co-skin-lightbox__thumb { height: 36px; flex-basis: 64px; }
}
@media (prefers-reduced-motion: reduce) {
    .co-skin *, .co-skin *::before, .co-skin *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* Keep the original breadcrumb design aligned with this page's content. */
.co-skin-breadcrumbs { box-sizing: border-box; width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding: 32px 0 0; }
.co-skin-breadcrumbs .catowl-breadcrumbs { width: 100%; max-width: none; margin: 0; padding: 0; }
.co-skin-breadcrumbs .catowl-breadcrumbs > .container { box-sizing: border-box; width: 100%; max-width: none; margin: 0; padding: 0; }
.co-skin-breadcrumbs .catowl-breadcrumbs__list { margin: 0; padding: 0; }
@media (max-width: 1199px) { .co-skin-breadcrumbs { width: calc(100% - 40px); } }
@media (max-width: 639px) { .co-skin-breadcrumbs { width: calc(100% - 24px); padding-top: 20px; } }