@import url("base.css");
@import url("loading.css");
@import url("layout.css");
@import url("team.css");
@import url("community.css");
@import url("my-rotations.css");
@import url("admin.css");
@import url("skills.css");
@import url("rotation.css");
@import url("dragdrop.css");
@import url("effects.css");
@import url("enemy.css");
@import url("mobile.css");
@import url("tooltip.css");
@import url("skill-elements.css");
.seo-description {
    max-width: 1200px;
    margin: 80px auto 42px;
    padding: 0 24px;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
}

.seo-kicker {
    margin: 0 0 8px;
    color: rgba(248,245,70,0.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-description h1 {
    color: #F8F546;
    margin: 0 0 18px;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.02;
}

.seo-description h3 {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.92);
}

.seo-intro {
    max-width: 920px;
}

.seo-operator-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 4px;
}

.seo-operator-actions a,
.seo-operator-actions button {
    width: 100%;
    min-height: 22px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(248,245,70,0.48);
    border-radius: 0;
    background: rgba(248,245,70,0.10);
    color: #F8F546;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    font-family: inherit;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    appearance: none;
    box-shadow: none;
}

.seo-operator-actions a:hover,
.seo-operator-actions a:focus-visible,
.seo-operator-actions button:hover,
.seo-operator-actions button:focus-visible {
    border-color: rgba(248,245,70,0.82);
    background: rgba(248,245,70,0.16);
    color: #F8F546;
    outline: none;
}

.settings-dialog.operator-gallery-dialog {
    width: min(1460px, calc(100vw - 48px));
    max-height: min(840px, calc(100vh - 32px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.operator-gallery-toolbar {
    flex: 0 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.operator-gallery-search-wrap {
    flex: 1 1 auto;
    display: grid;
    gap: 6px;
    color: #A0AAA9;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operator-gallery-search-input {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 50%, rgba(248,245,70,0.07), transparent 38%),
        linear-gradient(180deg, rgba(14,17,18,0.82), rgba(5,7,8,0.88));
    color: #f2f2f2;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px) saturate(1.06);
    -webkit-backdrop-filter: blur(8px) saturate(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.025);
}

.operator-gallery-search-input:focus {
    border-color: rgba(248,245,70,0.68);
    outline: none;
    box-shadow:
        0 0 0 2px rgba(248,245,70,0.08),
        0 0 18px rgba(248,245,70,0.12);
}

.operator-gallery-count {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    color: rgba(242,242,242,0.78);
    font-size: 12px;
    font-weight: 900;
}

.operator-gallery-filter-panel {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    background:
        linear-gradient(180deg, rgba(20,23,25,0.20), rgba(12,14,16,0.26));
    box-shadow: none;
    z-index: 2;
}

.operator-gallery-filter-group {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.operator-gallery-filter-label {
    color: #A0AAA9;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operator-gallery-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.operator-gallery-filter-chip {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(160,170,169,0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(49,55,57,0.68), rgba(16,18,20,0.96));
    color: rgba(244,245,242,0.82);
    padding: 0 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-transform: none;
    box-shadow: none;
}

.operator-gallery-filter-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.45));
}

.operator-gallery-filter-chip:hover,
.operator-gallery-filter-chip:focus-visible,
.operator-gallery-filter-chip.is-active {
    border-color: rgba(248,245,70,0.92);
    background:
        radial-gradient(circle at 50% 0%, rgba(248,245,70,0.24), transparent 60%),
        linear-gradient(180deg, rgba(64,68,43,0.95), rgba(18,20,13,0.98));
    color: #F8F546;
    box-shadow: 0 0 12px rgba(248,245,70,0.16);
    outline: none;
}

.operator-gallery-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
    padding: 10px 2px 18px;
}

.operator-gallery-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 18%, var(--element-glow, rgba(120,120,120,0.18)), transparent 44%),
        linear-gradient(180deg, rgba(36,36,36,0.86), rgba(24,24,24,0.94));
    padding: 30px 10px 14px;
    position: relative;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.03),
        0 0 0 rgba(0,0,0,0);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.operator-gallery-card::after {
    display: none;
}

.operator-gallery-card > * {
    position: relative;
    z-index: 1;
}

.operator-gallery-card > img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border: none;
    border-radius: 11px;
    background: rgba(255,255,255,0.04);
    box-shadow: 0 0 12px rgba(0,0,0,0.45);
}

.operator-gallery-card-title {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 6px;
    position: relative;
}

.operator-gallery-card-title::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 0;
    height: 1px;
    border-radius: 999px;
    background: var(--element-color, rgba(248,245,70,0.58));
    box-shadow:
        0 0 8px var(--element-color, rgba(248,245,70,0.48)),
        0 0 12px var(--element-glow, rgba(248,245,70,0.14));
    opacity: 0.92;
}

.operator-gallery-card-title strong {
    min-width: 0;
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
    color: #f0f0f0;
    font-size: 13px;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.75);
}

.operator-gallery-info-button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 18%, rgba(255,255,255,0.18), transparent 38%),
        linear-gradient(180deg, rgba(49,55,57,0.72), rgba(16,18,20,0.92));
    color: rgba(244,245,242,0.9);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 0 10px rgba(255,255,255,0.06);
}

.operator-gallery-info-button:hover,
.operator-gallery-info-button:focus-visible {
    transform: translateY(-50%);
}

.operator-gallery-info-button::before {
    content: "i";
}

.operator-gallery-info-button:hover,
.operator-gallery-info-button:focus-visible {
    border-color: rgba(248,245,70,0.82);
    background:
        radial-gradient(circle at 50% 0%, rgba(248,245,70,0.24), transparent 60%),
        linear-gradient(180deg, rgba(64,68,43,0.95), rgba(18,20,13,0.98));
    color: #F8F546;
    outline: none;
}

.operator-gallery-card-name {
    cursor: pointer;
}

.operator-gallery-card:focus-visible,
.operator-gallery-card:hover {
    transform: translateY(-2px);
    border-color: var(--element-color, rgba(248,245,70,0.54));
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.04),
        0 0 16px var(--element-glow, rgba(248,245,70,0.14)),
        0 12px 24px rgba(0,0,0,0.22);
    outline: none;
}

.operator-gallery-card > span {
    color: rgba(160,170,169,0.82);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.operator-gallery-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: 100%;
    margin-top: auto;
}

.operator-gallery-actions a,
.operator-gallery-actions button {
    width: 100%;
    min-width: 0;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgba(160,170,169,0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(49,55,57,0.68), rgba(16,18,20,0.96));
    color: rgba(244,245,242,0.88);
    padding: 0 8px;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    appearance: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 5px 12px rgba(0,0,0,0.18);
}

.operator-gallery-actions a {
    border-color: rgba(248,245,70,0.30);
    color: rgba(248,245,70,0.88);
    background:
        radial-gradient(circle at 50% 0%, rgba(248,245,70,0.10), transparent 62%),
        linear-gradient(180deg, rgba(49,55,57,0.68), rgba(16,18,20,0.96));
}

.operator-gallery-actions a:hover,
.operator-gallery-actions a:focus-visible,
.operator-gallery-actions button:hover,
.operator-gallery-actions button:focus-visible {
    border-color: rgba(248,245,70,0.92);
    background:
        radial-gradient(circle at 50% 0%, rgba(248,245,70,0.24), transparent 60%),
        linear-gradient(180deg, rgba(64,68,43,0.95), rgba(18,20,13,0.98));
    color: #F8F546;
    box-shadow: 0 0 12px rgba(248,245,70,0.16);
    outline: none;
}

.operator-gallery-role-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
}

.operator-gallery-role-chips span {
    min-height: 19px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(160,170,169,0.22);
    background: linear-gradient(180deg, rgba(49,55,57,0.38), rgba(16,18,20,0.68));
    color: rgba(242,242,242,0.72);
    padding: 0 7px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.operator-gallery-role-chips span:first-child {
    border-color: rgba(248,245,70,0.24);
    color: rgba(248,245,70,0.82);
}

.operator-gallery-role-chips.is-compact {
    align-self: start;
    gap: 4px;
}

.operator-gallery-role-chips.is-compact span {
    min-height: 18px;
    padding: 0 5px;
    font-size: 8px;
}

.operator-gallery-detail {
    max-height: min(560px, calc(100vh - 300px));
    overflow: auto;
    display: grid;
    gap: 14px;
    padding: 2px 2px 8px;
}

.operator-gallery-detail[hidden] {
    display: none;
}

.operator-gallery-detail-back {
    width: fit-content;
    min-height: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 0;
    background: linear-gradient(180deg, rgba(49,55,57,0.58), rgba(12,15,17,0.74));
    color: rgba(242,242,242,0.82);
    padding: 0 12px;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 5px 12px rgba(0,0,0,0.16);
}

.operator-gallery-detail-back:hover,
.operator-gallery-detail-back:focus-visible {
    border-color: rgba(248,245,70,0.72);
    color: #F8F546;
    outline: none;
}

.operator-gallery-detail-header {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        radial-gradient(circle at 14% 0%, rgba(255,255,255,0.08), transparent 32%),
        linear-gradient(180deg, rgba(28,34,36,0.58), rgba(8,12,14,0.70));
    padding: 16px;
    backdrop-filter: blur(10px) saturate(1.08);
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.025),
        0 10px 24px rgba(0,0,0,0.20);
}

.operator-gallery-detail-avatar {
    width: 108px;
    height: 108px;
    object-fit: cover;
    border: 1px solid rgba(248,245,70,0.25);
    background: rgba(255,255,255,0.04);
}

.operator-gallery-detail-copy {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.operator-gallery-detail-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.operator-gallery-detail-copy p {
    margin: 0;
    color: rgba(160,170,169,0.88);
    font-size: 13px;
    font-weight: 800;
}

.operator-gallery-detail-actions {
    max-width: 560px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operator-gallery-summary-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.operator-gallery-summary-item {
    min-width: 0;
    display: grid;
    gap: 5px;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        radial-gradient(circle at 16% 0%, rgba(248,245,70,0.07), transparent 34%),
        linear-gradient(180deg, rgba(20,25,27,0.58), rgba(6,9,10,0.66));
    padding: 11px;
    backdrop-filter: blur(8px) saturate(1.06);
    -webkit-backdrop-filter: blur(8px) saturate(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.02);
}

.operator-gallery-summary-item span {
    color: #A0AAA9;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operator-gallery-summary-item strong {
    color: rgba(242,242,242,0.94);
    font-size: 13px;
    line-height: 1.2;
}

.operator-gallery-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.operator-gallery-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.operator-gallery-detail-meta-item {
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        radial-gradient(circle at 12% 0%, rgba(255,255,255,0.06), transparent 36%),
        linear-gradient(180deg, rgba(20,25,27,0.54), rgba(6,9,10,0.62));
    padding: 10px;
    backdrop-filter: blur(8px) saturate(1.06);
    -webkit-backdrop-filter: blur(8px) saturate(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.02);
}

.operator-gallery-detail-meta-item span {
    color: #A0AAA9;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operator-gallery-detail-meta-item strong {
    color: rgba(242,242,242,0.92);
    font-size: 14px;
}

.operator-gallery-detail-section-title {
    margin: 4px 0 -4px;
    color: #F8F546;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.operator-gallery-role-panel {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        radial-gradient(circle at 12% 0%, rgba(255,255,255,0.07), transparent 32%),
        linear-gradient(180deg, rgba(28,34,36,0.56), rgba(8,12,14,0.68));
    padding: 12px;
    backdrop-filter: blur(10px) saturate(1.08);
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.07),
        inset 0 0 0 1px rgba(255,255,255,0.025);
}

.operator-gallery-role-panel p {
    margin: 0;
    color: rgba(242,242,242,0.74);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.operator-gallery-detail-skills {
    display: grid;
    gap: 10px;
}

.operator-gallery-detail-skill {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border: 1px solid rgba(255,255,255,0.10);
    background:
        radial-gradient(circle at 12% 0%, rgba(255,255,255,0.06), transparent 32%),
        linear-gradient(180deg, rgba(28,34,36,0.54), rgba(8,12,14,0.68));
    padding: 12px;
    backdrop-filter: blur(8px) saturate(1.06);
    -webkit-backdrop-filter: blur(8px) saturate(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 0 0 1px rgba(255,255,255,0.02);
}

.operator-gallery-detail-skill-icon {
    --ef-size: 42px;
}

.operator-gallery-detail-skill-fallback {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.operator-gallery-detail-skill-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.operator-gallery-detail-skill-copy strong {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    line-height: 1.15;
}

.operator-gallery-detail-skill-copy span {
    color: rgba(160,170,169,0.84);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.operator-gallery-detail-skill-copy .operator-gallery-detail-skill-trigger {
    color: rgba(248,245,70,0.78);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: none;
}

.operator-gallery-detail-skill-copy p,
.operator-gallery-detail-empty {
    margin: 0;
    color: rgba(242,242,242,0.72);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.operator-gallery-detail-skill-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 3px;
}

.operator-gallery-detail-skill-chip {
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(160,170,169,0.22);
    background: linear-gradient(180deg, rgba(49,55,57,0.34), rgba(16,18,20,0.64));
    color: rgba(242,242,242,0.82);
    padding: 0 7px 0 4px;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
}

.operator-gallery-detail-skill-chip small {
    min-height: 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(160,170,169,0.16);
    color: rgba(242,242,242,0.72);
    padding: 0 5px;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.operator-gallery-detail-skill-chip.is-buff small {
    background: rgba(248,245,70,0.14);
    color: rgba(248,245,70,0.88);
}

.operator-gallery-detail-skill-chip.is-debuff small {
    background: rgba(255,125,115,0.14);
    color: rgba(255,165,155,0.92);
}

.operator-gallery-detail-skill-chip.is-consume small {
    background: rgba(127,220,255,0.14);
    color: rgba(127,220,255,0.92);
}

.operator-gallery-detail-skill-chip.is-trigger small {
    background: rgba(76,217,100,0.14);
    color: rgba(119,235,137,0.92);
}

.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 34px;
}

.seo-feature-grid article,
.seo-faq details {
    border: 1px solid rgba(160,170,169,0.18);
    background: rgba(11,16,18,0.58);
}

.seo-feature-grid article {
    padding: 18px;
}

.seo-feature-grid p,
.seo-faq p,
.seo-operator-section p {
    margin: 0;
}

.seo-operator-section,
.seo-faq {
    margin-top: 34px;
}

.seo-operator-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.seo-operator-gallery article {
    min-height: 310px;
}

.seo-operator-gallery .operator-card-meta {
    position: absolute;
}

.seo-operator-gallery .operator-gallery-actions {
    grid-template-columns: 1fr;
}

.seo-operator-gallery .operator-gallery-card-title strong {
    font-size: 13px;
}

.seo-operator-gallery .operator-gallery-role-chips.is-compact span {
    min-height: 17px;
    padding: 0 5px;
    font-size: 8px;
}

.seo-faq {
    display: grid;
    gap: 10px;
}

.seo-faq details {
    padding: 14px 16px;
}

.seo-faq summary {
    cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-weight: 800;
}

.seo-faq p {
    padding-top: 10px;
}

@media (max-width: 760px) {
    .seo-description {
        margin: 48px auto 28px;
        padding: 0 14px;
    }

    .seo-feature-grid {
        grid-template-columns: 1fr;
    }

    .seo-operator-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .operator-gallery-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .operator-gallery-count {
        min-height: auto;
    }

    .operator-gallery-filter-panel {
        grid-template-columns: 1fr;
    }

    .operator-gallery-list {
        grid-template-columns: 1fr;
        max-height: min(560px, calc(100vh - 360px));
    }

    .operator-gallery-actions {
        grid-template-columns: 1fr;
    }

    .operator-gallery-detail,
    .operator-gallery-detail-header,
    .operator-gallery-detail-meta,
    .operator-gallery-summary-panel,
    .operator-gallery-info-grid,
    .operator-gallery-detail-actions {
        grid-template-columns: 1fr;
    }

    .operator-gallery-detail-avatar {
        width: 88px;
        height: 88px;
    }
}
