@charset "utf-8";
@font-face {
    font-family: "Roya";
    src: url("../fonts/Roya.ttf") format("truetype");
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@keyframes LoadingNav {
    from {
        border-bottom-left-radius: 0;
    }
    to {
        border-bottom-left-radius: 50%;
    }
}

:root {
    --oos-gold: #0f6d6f;
    --oos-accent: #0f6d6f;
    --oos-accent-strong: #0b5d5f;
    --oos-accent-soft: rgba(15, 109, 111, 0.28);
    --oos-bg: #1d2326;
    --oos-bg-deep: #13181b;
    --oos-bg-soft: #384347;
    --oos-surface: rgba(255, 255, 255, 0.03);
    --oos-text: #f1fbfb;
    --oos-text-muted: rgba(241, 251, 251, 0.76);
    --oos-shadow: rgba(0, 0, 0, 0.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: unset;
}

.PersianFont {
    font-family: "Roya";
}

html,
body {
    min-height: 100%;
    background: var(--oos-bg);
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    color: var(--oos-text);
    overflow-x: hidden;
}

.LoadingSymbol {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

.LoadingSymbol > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(150px, 40vw);
    height: auto;
    transform: translate(-50%, -50%);
    display: block;
}

.quickAccessBar {
    position: relative;
    width: 100%;
    height: 0;
    max-height: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #1A1A1A;
    opacity: 0;
    transform: translateY(-6px);
    transition: height 0.4s ease, max-height 0.4s ease, opacity 0.28s ease, transform 0.34s ease;
    overflow: hidden;
    z-index: 5;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.quickAccessBar.is-open {
    opacity: 1;
    transform: translateY(0);
}

.QuickAccessBarNavItem {
    position: relative;
    float: none;
    flex: 1 1 240px;
    min-height: 52px;
    padding: 8px 12px;
    background: linear-gradient(0deg, rgba(106, 104, 105, 1), rgba(58, 58, 58, 0), rgba(58, 58, 58, 0), rgba(250, 250, 210, 0));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--oos-text);
    font-size: 18px;
    text-shadow: 4px 4px 10px #000000;
    cursor: pointer;
    animation-name: LoadingNav;
    animation-duration: 2s;
    scroll-snap-align: start;
    touch-action: manipulation;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 56px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 3px solid var(--oos-gold);
    background-color: var(--oos-bg-soft);
    box-shadow: 0 5px 15px var(--oos-bg);
    z-index: 1000;
    isolation: isolate;
    overflow: visible;
    direction: ltr;
}

.HeaderLeftZone {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 44px;
    flex: 0 1 40%;
    margin-left: auto;
    direction: rtl;
    position: relative;
}

.HeaderModuleItem {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 3px solid var(--oos-gold);
    border-radius: 999px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.03);
    color: #5fe0e2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(20vw, 220px);
    cursor: pointer;
}

.HeaderModuleToggle {
    appearance: none;
    cursor: pointer;
}

.HeaderContextItem {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 2px solid var(--oos-gold);
    border-radius: 999px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.03);
    color: var(--oos-text);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(34vw, 420px);
    cursor: pointer;
}

.HeaderContextItem:hover {
    border-color: var(--oos-accent);
    background: rgba(15, 109, 111, 0.16);
}

.HeaderBreadcrumbPanel {
    position: absolute;
    top: calc(100% + 8px);
    right: 54px;
    max-width: min(72vw, 620px);
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(15, 109, 111, 0.42);
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(16, 29, 34, 0.98), rgba(9, 22, 26, 0.96));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.22s ease;
    z-index: 1010;
}

.HeaderBreadcrumbPanel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.HeaderBreadcrumbLink,
.HeaderBreadcrumbCurrent {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
}

.HeaderBreadcrumbLink {
    color: #a7f2f3;
    background: rgba(69, 190, 192, 0.14);
    border: 1px solid rgba(69, 190, 192, 0.34);
}

.HeaderBreadcrumbLink:hover {
    background: rgba(69, 190, 192, 0.2);
}

.HeaderBreadcrumbCurrent {
    color: var(--oos-text);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.HeaderBreadcrumbSep {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1;
}

.MainTitleShell--empty + .oos-page-shell {
    margin-top: -92px;
    position: relative;
    z-index: 2;
}

.Menu {
    position: relative;
    z-index: 6;
}

.headerMenuIcon {
    position: relative;
    height: 38px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    will-change: transform;
}

.headerMenuIcon:hover {
    border-color: var(--oos-accent);
    background: rgba(15, 109, 111, 0.16);
    box-shadow: 0 0 0 2px rgba(15, 109, 111, 0.2);
}

.headerMenuIcon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(15, 109, 111, 0.4), rgba(15, 109, 111, 0));
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.headerMenuIcon a {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 7;
}

.headerMenuIconLine1,
.headerMenuIconLine2,
.headerMenuIconLine3 {
    position: absolute;
    width: 25px;
    height: 2px;
    left: 10px;
    transform: rotate(0deg);
    background-color: var(--oos-text);
    transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease, width 0.3s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.headerMenuIconLine1 {
    top: 30%;
}

.headerMenuIconLine2 {
    top: 50%;
}

.headerMenuIconLine3 {
    top: 70%;
}

.headerMenuItem {
    position: absolute;
    top: 42px;
    right: 0;
    max-height: 0;
    min-width: 208px;
    padding: 0 10px;
    background: linear-gradient(155deg, rgba(16, 29, 34, 0.96), rgba(9, 22, 26, 0.94));
    border: 1px solid rgba(15, 109, 111, 0.42);
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(-10px) scale(0.96);
    transform-origin: top right;
    transition: max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.headerMenuItem ul {
    list-style: none;
    text-align: center;
    margin: 8px 0;
}

.headerMenuItem li {
    height: 38px;
    line-height: 1;
    border-bottom: 1px solid rgba(15, 109, 111, 0.22);
    border-radius: 9px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    transform: translateY(6px);
    opacity: 0;
    transition: background-color 0.2s ease, color 0.2s ease, letter-spacing 0.2s ease;
    white-space: nowrap;
    font-size: 16px;
}

.MenuItemIcon {
    color: var(--oos-gold);
    font-size: 13px;
    inline-size: 14px;
    text-align: center;
    flex: 0 0 14px;
}

.headerMenuItem .HeaderMenuClockItem,
.headerMenuItem .HeaderMenuContextItem {
    display: none;
}

.headerMenuItem a:last-child li {
    border-bottom: 0;
}

.headerMenuItem li:hover {
    color: var(--oos-text);
    letter-spacing: 0.3px;
    background: rgba(15, 109, 111, 0.2);
}

.Menu.is-open .headerMenuIcon {
    border-color: var(--oos-accent);
    background: rgba(15, 109, 111, 0.22);
    box-shadow: 0 0 0 2px rgba(15, 109, 111, 0.22);
}

.Menu.is-open .headerMenuIcon::before {
    opacity: 1;
    transform: scale(1);
}

.Menu.is-open .headerMenuIconLine1 {
    top: 41%;
    left: 9px;
    width: 12px;
    transform: rotate(-42deg);
}

.Menu.is-open .headerMenuIconLine2 {
    top: 50%;
    left: 9px;
    width: 22px;
    transform: rotate(0deg);
}

.Menu.is-open .headerMenuIconLine3 {
    top: 59%;
    left: 9px;
    width: 12px;
    opacity: 1;
    transform: rotate(42deg);
}

.Menu.is-open .headerMenuItem {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.Menu.is-open .headerMenuItem li {
    animation: HeaderMenuItemIn 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(var(--menu-item-index, 0) * 28ms + 45ms);
}

.headerMenuBackdrop {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: radial-gradient(circle at 20% 0%, rgba(15, 109, 111, 0.15), rgba(0, 0, 0, 0.48));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

body.menu-open .headerMenuBackdrop {
    opacity: 1;
    pointer-events: auto;
}

.Version {
    position: relative;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    line-height: 32px;
    color: var(--oos-text);
    font-family: "Arial", sans-serif;
    font-size: 13px;
    opacity: 0.78;
}

.HeaderCenterZone {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.HeaderItem {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 2px solid var(--oos-gold);
    border-radius: 999px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.03);
    color: var(--oos-text);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 28vw;
}

.PageName {
    padding: 0 16px;
    border-right: 3px solid var(--oos-gold);
    color: var(--oos-gold);
    text-shadow: 1px 1px 2px #000000;
    font-size: 20px;
    font-weight: bold;
    max-width: 34vw;
}

.HeaderActionZone {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    white-space: nowrap;
    direction: rtl;
}

.HeaderToolButton {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 34px;
    min-width: 34px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--oos-text);
    font-size: 14px;
    line-height: 1.1;
    font-family: "Roya";
    cursor: pointer;
    transition: 0.2s ease;
    gap: 6px;
}

.HeaderToolButton--quick {
    border-color: rgba(15, 109, 111, 0.48);
    background: rgba(15, 109, 111, 0.18);
}

.HeaderMobileMoreButton {
    display: none;
}

.HeaderToolButton:focus-visible {
    outline: 2px solid var(--oos-accent);
    outline-offset: 1px;
}

.HeaderToolButton:hover {
    background: rgba(15, 109, 111, 0.2);
    border-color: var(--oos-accent);
}

.HeaderToolIcon {
    font-size: 13px;
}

.HeaderToolText {
    line-height: 1;
}

.HeaderClockBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 220px;
    padding: 0 12px;
    height: 34px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Vazirmatn", "Roya", sans-serif;
    font-size: 12px;
    white-space: nowrap;
    direction: rtl;
}

.HeaderContextItem,
.HeaderModuleItem,
.HeaderItem,
.PageName {
    min-width: 0;
}

.HeaderLiveDate {
    font-family: "Vazirmatn", "Roya", sans-serif;
    color: var(--oos-text);
    opacity: 0.92;
}

.HeaderLiveClock {
    color: var(--oos-gold);
    font-weight: bold;
    letter-spacing: 0.3px;
    font-family: "Vazirmatn", "Roya", sans-serif;
}

.SiteFooter {
    position: relative;
    width: 100%;
    min-height: 56px;
    padding: 9px 14px;
    border-top: 2px solid var(--oos-gold);
    background: linear-gradient(180deg, rgba(30, 38, 42, 0.96), rgba(20, 27, 30, 0.96));
    color: var(--oos-gold);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: rtl;
    font-size: 13px;
    flex-wrap: wrap;
}

.SiteFooter.fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding-bottom: calc(9px + env(safe-area-inset-bottom, 0px));
}

.FooterSpacer {
    width: 100%;
    height: calc(56px + env(safe-area-inset-bottom, 0px));
}

.FooterMeta {
    display: inline-flex;
    align-items: center;
}

.FooterInfoGroup {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.FooterInfoItem {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--oos-text);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.FooterInfoIcon {
    color: var(--oos-gold);
    font-size: 12px;
}

.FooterVersionBadge {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--oos-text);
    font-size: 14px;
}

.FooterCopy {
    font-family: "Arial", sans-serif;
    opacity: 0.95;
    text-align: center;
    flex: 1 1 auto;
    min-width: 260px;
}

@media (max-width: 991.98px) {
    .QuickAccessBarNavItem {
        font-size: 16px;
        min-height: 50px;
    }

    .HeaderContextItem {
        max-width: min(38vw, 320px);
    }

    .HeaderModuleItem {
        max-width: min(22vw, 200px);
    }

    .HeaderItem {
        max-width: 35vw;
    }

    .PageName {
        max-width: 42vw;
    }
}

@media (max-width: 767.98px) {
    .HeaderActionZone > .HeaderClockBox {
        display: none !important;
    }

    header {
        min-height: 56px;
        padding: 8px;
        padding-top: calc(8px + env(safe-area-inset-top, 0px));
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        align-items: center;
        border-bottom-width: 1px;
        background: rgba(31, 39, 43, 0.94);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .HeaderActionZone {
        grid-column: 1;
        grid-row: 1;
        position: relative;
        width: auto;
        justify-content: flex-start;
        overflow: visible;
        border: 0;
        padding: 0;
        gap: 6px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .HeaderLeftZone {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        flex: none;
        margin-left: 0;
        min-height: 40px;
        justify-content: flex-start;
        gap: 8px;
        overflow: visible;
    }

    .headerMenuIcon {
        height: 40px;
        width: 42px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.055);
    }

    .headerMenuIcon a {
        height: 40px;
    }

    .headerMenuItem {
        position: fixed;
        top: calc(58px + env(safe-area-inset-top, 0px));
        right: 8px;
        left: 8px;
        min-width: 0;
        max-width: none;
        border-radius: 16px;
    }

    .headerMenuItem .HeaderMenuClockItem,
    .headerMenuItem .HeaderMenuContextItem {
        display: flex;
        justify-content: space-between;
        min-height: 42px;
        margin-bottom: 6px;
        opacity: 1;
        transform: none;
        border: 1px solid rgba(69, 190, 192, 0.26);
        background: rgba(15, 109, 111, 0.16);
        color: var(--oos-text);
        font-family: "Vazirmatn", "Roya", sans-serif;
        cursor: default;
    }

    .headerMenuItem .HeaderMenuContextItem {
        justify-content: flex-start;
        gap: 8px;
        background: rgba(255, 255, 255, 0.055);
        border-color: rgba(255, 255, 255, 0.16);
    }

    .HeaderMenuClockItem .HeaderLiveDate,
    .HeaderMenuClockItem .HeaderLiveClock {
        font-size: 12px;
        line-height: 1;
    }

    .HeaderMenuContextText {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        line-height: 1;
    }

    .headerMenuItem .HeaderMenuClockItem:hover,
    .headerMenuItem .HeaderMenuContextItem:hover {
        letter-spacing: 0;
    }

    .HeaderItem {
        height: 30px;
        font-size: 13px;
        padding: 0 8px;
        max-width: 42vw;
    }

    .HeaderModuleItem {
        height: 40px;
        min-width: 0;
        max-width: none;
        flex: 1 1 auto;
        justify-content: flex-start;
        padding: 0 12px;
        border-right-width: 0;
        border-inline-start: 3px solid var(--oos-gold);
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
        color: var(--oos-text);
        font-size: 16px;
        text-align: right;
    }

    .HeaderBreadcrumbPanel {
        position: fixed;
        top: calc(58px + env(safe-area-inset-top, 0px));
        right: 8px;
        left: 8px;
        max-width: none;
        padding: 10px;
        border-radius: 16px;
    }

    .HeaderBreadcrumbLink,
    .HeaderBreadcrumbCurrent {
        font-size: 14px;
    }

    .HeaderContextItem {
        display: none;
    }

    .PageName {
        font-size: 15px;
        max-width: 52vw;
    }

    .HeaderToolButton {
        height: 40px;
        min-width: 40px;
        padding: 0 10px;
        border-radius: 14px;
        font-size: 13px;
        gap: 4px;
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.055);
    }

    .HeaderToolButton--quick {
        min-width: 44px;
        background: rgba(15, 109, 111, 0.28);
    }

    .HeaderToolButton--secondary {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        z-index: 1020;
        display: inline-flex;
        opacity: 0;
        transform: translateY(-6px) scale(0.96);
        pointer-events: none;
        background: linear-gradient(155deg, rgba(16, 29, 34, 0.98), rgba(9, 22, 26, 0.96));
        border: 1px solid rgba(15, 109, 111, 0.42);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .HeaderActionZone.is-tools-open .HeaderToolButton--secondary {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .HeaderActionZone .HeaderToolButton--secondary:nth-of-type(5) {
        left: 46px;
    }

    .HeaderActionZone .HeaderToolButton--secondary:nth-of-type(6) {
        left: 92px;
    }

    .HeaderMobileMoreButton {
        display: inline-flex;
    }

    .HeaderActionZone.is-tools-open .HeaderMobileMoreButton {
        border-color: rgba(69, 190, 192, 0.78);
        background: rgba(15, 109, 111, 0.36);
    }

    .HeaderToolButton .HeaderToolText {
        display: none;
    }

    .QuickAccessBarNavItem {
        min-height: 48px;
        font-size: 15px;
        text-shadow: 2px 2px 8px #000000;
        flex: 1 1 180px;
    }

    .SiteFooter {
        min-height: 92px;
        padding: 8px 10px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        justify-content: flex-start;
        align-items: stretch;
        gap: 7px;
        font-size: 12px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .FooterSpacer {
        height: calc(92px + env(safe-area-inset-bottom, 0px));
    }

    .FooterInfoGroup {
        order: 1;
        justify-content: center;
        width: 100%;
    }

    .FooterCopy {
        order: 2;
        min-width: 0;
        text-align: center;
        line-height: 1.35;
        font-size: 11px;
        width: 100%;
        overflow-wrap: anywhere;
        display: none;
    }

    .FooterMeta {
        order: 2;
        justify-content: center;
        width: 100%;
    }

    .FooterVersionBadge {
        height: 28px;
        font-size: 13px;
    }

    .FooterInfoItem {
        min-height: 28px;
        font-size: 11px;
        max-width: 100%;
        padding: 0 9px;
    }

    .FooterInfoGroup .FooterInfoItem:not(:first-child) {
        display: none;
    }

    .MainTitleShell--empty + .oos-page-shell {
        margin-top: -40px;
    }
}

@media (max-width: 479.98px) {
    .headerMenuItem {
        padding: 0 12px;
    }

    .headerMenuItem li {
        font-size: 15px;
    }

    .HeaderItem {
        font-size: 12px;
        padding: 0 6px;
        max-width: 44vw;
    }

    .HeaderModuleItem {
        height: 38px;
        font-size: 15px;
        padding: 0 10px;
    }

    .HeaderBreadcrumbPanel {
        right: 8px;
        max-width: none;
    }

    .HeaderContextItem {
        font-size: 12px;
        padding: 0 6px;
        max-width: 50vw;
    }

    .HeaderContextItem {
        display: none;
    }

    .HeaderActionZone {
        gap: 5px;
    }

    .HeaderToolButton {
        min-width: 38px;
        height: 38px;
        padding: 0 9px;
    }

    .PageName {
        font-size: 14px;
        max-width: 49vw;
    }

    .SiteFooter {
        min-height: 74px;
        gap: 6px;
        padding-inline: 8px;
    }

    .FooterSpacer {
        height: calc(74px + env(safe-area-inset-bottom, 0px));
    }

    .FooterInfoItem {
        padding: 0 8px;
        font-size: 10px;
    }

    .FooterVersionBadge {
        height: 27px;
        font-size: 12px;
    }

    .HeaderToolIcon {
        font-size: 12px;
    }

    .MainTitleShell--empty + .oos-page-shell {
        margin-top: -24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .headerMenuIcon,
    .headerMenuIcon::before,
    .headerMenuIconLine1,
    .headerMenuIconLine2,
    .headerMenuIconLine3,
    .headerMenuItem {
        transition: none !important;
    }
}

@keyframes HeaderMenuItemIn {
    from {
        transform: translateY(8px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
