@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('/static/fonts/roboto-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('/static/fonts/roboto-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.input,
.textarea,
.select,
input.input,
textarea.textarea,
select.select {
    background-color: color-mix(in srgb, hsl(var(--b1)) 94%, transparent) !important;
    border-color: color-mix(in srgb, hsl(var(--bc)) 12%, transparent) !important;
    box-shadow: none !important;
}

.input:hover,
.textarea:hover,
.select:hover,
input.input:hover,
textarea.textarea:hover,
select.select:hover {
    border-color: color-mix(in srgb, hsl(var(--bc)) 18%, transparent) !important;
}

.input:focus,
.textarea:focus,
.select:focus,
.input:focus-visible,
.textarea:focus-visible,
.select:focus-visible,
input.input:focus,
textarea.textarea:focus,
select.select:focus {
    border-color: color-mix(in srgb, hsl(var(--p)) 24%, hsl(var(--bc)) 10%) !important;
    box-shadow: none !important;
    outline: none !important;
}

select,
select option,
select optgroup,
.select option,
.select optgroup {
    background-color: hsl(var(--b2)) !important;
    color: hsl(var(--bc)) !important;
}

body.public-bg-light .bg-glass-10 {
    background-color: rgb(15 23 42 / 0.16) !important;
}

body.public-bg-light .bg-glass-20 {
    background-color: rgb(15 23 42 / 0.28) !important;
}

body.public-bg-light .bg-glass-30 {
    background-color: rgb(15 23 42 / 0.4) !important;
}

body.public-bg-light .bg-black\/10 {
    background-color: rgb(15 23 42 / 0.18) !important;
}

body.public-bg-light .bg-black\/20 {
    background-color: rgb(15 23 42 / 0.3) !important;
}

body.public-bg-light .bg-white\/5 {
    background-color: rgb(15 23 42 / 0.18) !important;
}

body.public-bg-light .bg-white\/10 {
    background-color: rgb(15 23 42 / 0.24) !important;
}

body.public-bg-light .bg-white\/15 {
    background-color: rgb(15 23 42 / 0.3) !important;
}

body.public-bg-light .shadow-glass-soft {
    box-shadow: 0 10px 34px rgb(0 0 0 / 0.24) !important;
}

body.public-bg-light .shadow-glass-inset {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12) !important;
}

body.public-bg-light .text-bg,
body.public-bg-light .text-gray-400 {
    color: rgb(226 232 240 / 0.78) !important;
}

body.public-bg-light .text-gray-300 {
    color: rgb(241 245 249 / 0.88) !important;
}

body.public-bg-light .text-gray-500 {
    color: rgb(226 232 240 / 0.68) !important;
}

body.public-bg-light .text-white\/65 {
    color: rgb(255 255 255 / 0.82) !important;
}

body.public-bg-light .text-white\/70 {
    color: rgb(255 255 255 / 0.86) !important;
}

body.public-bg-light .text-white\/75 {
    color: rgb(255 255 255 / 0.9) !important;
}

body.public-bg-light .text-white\/80 {
    color: rgb(255 255 255 / 0.92) !important;
}

body.public-bg-light .text-white\/90 {
    color: rgb(255 255 255 / 0.96) !important;
}

body.public-bg-light .border-white\/10 {
    border-color: rgb(255 255 255 / 0.14) !important;
}

body.public-bg-light .border-white\/8 {
    border-color: rgb(255 255 255 / 0.12) !important;
}

body.public-bg-light .border-white\/20 {
    border-color: rgb(255 255 255 / 0.22) !important;
}

.nav-shell {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 10px 34px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
body.public-bg-light .nav-shell {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.28);
    box-shadow:
        0 10px 34px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.desk-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0 0.9rem;
    border-radius: 9999px;
    border: 1px solid transparent;
    color: rgba(226, 232, 240, 0.76);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}
.desk-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}
.desk-nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.desk-nav-link--rewards {
    color: rgba(226, 232, 240, 0.76);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
.desk-nav-link--rewards:hover,
.desk-nav-link--rewards.active {
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.rewards-nav-text {
    background: linear-gradient(90deg, rgb(186 230 253), rgb(244 114 182));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
body.public-bg-light .desk-nav-link {
    color: rgba(255, 255, 255, 0.82);
}
body.public-bg-light .desk-nav-link:hover,
body.public-bg-light .desk-nav-link.active {
    color: #fff;
}
.nav-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(226, 232, 240, 0.72);
    flex-shrink: 0;
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}
.nav-icon-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}
.nav-account-cluster {
    display: flex;
    align-items: center;
    min-height: 2.65rem;
    padding: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.nav-account-metric {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    min-height: 2.1rem;
    padding: 0 0.58rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    font: inherit;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
    transition: background-color 0.16s ease, color 0.16s ease;
}
a.nav-account-metric,
button.nav-account-metric {
    cursor: pointer;
}
button.nav-account-metric:disabled {
    cursor: default;
}
a.nav-account-metric:hover,
button.nav-account-metric:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.055);
}
.nav-account-metric:focus-visible,
.nav-account-trigger:focus-visible,
.nav-account-menu-item:focus-visible {
    outline: 2px solid rgba(186, 230, 253, 0.62);
    outline-offset: 2px;
}
.nav-account-metric-icon {
    width: 0.98rem;
    height: 0.98rem;
    flex: 0 0 auto;
    opacity: 0.8;
}
.nav-account-metric-value {
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.nav-account-metric--points {
    color: rgba(186, 230, 253, 0.9);
}
.nav-account-metric--balance {
    color: rgba(110, 231, 183, 0.94);
}
.nav-account-balance-plus {
    width: 0.88rem;
    height: 0.88rem;
    margin-left: 0.05rem;
    opacity: 0.58;
}
.nav-account-divider {
    width: 1px;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.09);
    flex: 0 0 auto;
}
.nav-account-menu-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.16rem;
}
.nav-account-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0.76rem;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease;
}
.nav-account-trigger:hover,
.nav-account-trigger[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}
.nav-account-trigger img {
    display: block;
    width: 1.74rem;
    height: 1.74rem;
    border-radius: 0.58rem;
    object-fit: cover;
}
.nav-wheel-indicator {
    position: absolute;
    top: -0.16rem;
    right: -0.16rem;
    width: 0.52rem;
    height: 0.52rem;
    border: 2px solid rgba(7, 10, 16, 0.96);
    border-radius: 9999px;
    background: rgb(251, 191, 36);
    box-shadow: 0 0 0 0 rgba(251, 191, 36, 0);
    opacity: 0;
    transform: scale(0.7);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.nav-wheel-indicator.is-visible {
    opacity: 1;
    transform: scale(1);
    animation: nav-wheel-attention 3.6s ease-in-out infinite;
}
.nav-account-menu {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: -0.2rem;
    z-index: 130;
    width: 14.5rem;
    padding: 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    background: rgba(7, 10, 16, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.nav-account-menu[hidden] {
    display: none;
}
.nav-account-summary {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.55rem 0.62rem;
}
.nav-account-summary img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.58rem;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}
.nav-account-name {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-account-caption {
    margin-top: 0.18rem;
    color: rgba(148, 163, 184, 0.62);
    font-size: 0.66rem;
    line-height: 1.2;
}
.nav-account-menu-separator {
    height: 1px;
    margin: 0 0.35rem 0.3rem;
    background: rgba(255, 255, 255, 0.07);
}
.nav-account-menu-item {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    min-height: 2.35rem;
    padding: 0 0.65rem;
    border-radius: 0.62rem;
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.78rem;
    font-weight: 620;
    text-decoration: none;
    transition: color 0.16s ease, background-color 0.16s ease;
}
.nav-account-menu-item svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    opacity: 0.7;
}
.nav-account-menu-item--wheel[hidden] {
    display: none;
}
.nav-wheel-menu-badge {
    min-width: 2rem;
    margin-left: auto;
    padding: 0.24rem 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.48rem;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(203, 213, 225, 0.58);
    font-size: 0.61rem;
    font-weight: 760;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}
.nav-wheel-menu-badge.is-active {
    border-color: rgba(251, 191, 36, 0.22);
    background: rgba(251, 191, 36, 0.1);
    color: rgba(253, 230, 138, 0.95);
    animation: nav-wheel-badge-attention 3.6s ease-in-out infinite;
}
@keyframes nav-wheel-attention {
    0%, 68%, 100% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0); }
    76% { box-shadow: 0 0 0 0.24rem rgba(251, 191, 36, 0.13); }
    84% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0); }
}
@keyframes nav-wheel-badge-attention {
    0%, 68%, 100% { opacity: 1; }
    76% { opacity: 0.68; }
    84% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .nav-wheel-indicator.is-visible,
    .nav-wheel-menu-badge.is-active {
        animation: none;
    }
}
.nav-account-menu-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.nav-account-menu-item--logout:hover {
    color: rgb(253, 164, 175);
    background: rgba(244, 63, 94, 0.07);
}
@media (max-width: 767px) {
    .nav-account-cluster {
        min-height: 2.45rem;
        padding: 0.16rem;
        border-radius: 0.86rem;
    }
    .nav-account-metric {
        min-height: 2rem;
        gap: 0.3rem;
        padding: 0 0.42rem;
        border-radius: 0.62rem;
    }
    .nav-account-metric-icon {
        width: 0.9rem;
        height: 0.9rem;
    }
    .nav-account-metric-value {
        font-size: 0.72rem;
    }
    .nav-account-balance-plus {
        display: none;
    }
    .nav-account-divider {
        height: 1rem;
    }
    .nav-account-menu-wrap {
        margin-left: 0.08rem;
    }
    .nav-account-trigger {
        width: 2rem;
        height: 2rem;
        border-radius: 0.68rem;
    }
    .nav-account-trigger img {
        width: 1.66rem;
        height: 1.66rem;
        border-radius: 0.52rem;
    }
    .nav-account-menu {
        right: -0.15rem;
        width: min(14.5rem, calc(100vw - 1.5rem));
    }
}
.nav-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}
.nav-login-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}
.mob-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.625rem;
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease;
    text-decoration: none;
}
.mob-nav-link:hover,
.mob-nav-link:active {
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.8);
}
.mob-nav-link.active {
    background: rgba(255,255,255,0.07);
    color: #fff;
}
.mob-nav-link.active svg {
    color: #fff;
}
.mob-nav-link.rewards-link span {
    background: linear-gradient(90deg, rgb(186 230 253), rgb(244 114 182));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.mob-nav-link.rewards-link:hover,
.mob-nav-link.rewards-link.active {
    color: #fff;
}
#mobile-menu-panel {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#mobile-menu.open #mobile-menu-panel {
    transform: translateX(0);
}
#mobile-menu-backdrop {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#mobile-menu.open #mobile-menu-backdrop {
    opacity: 1;
}
#topup-modal-content {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}
#topup-modal-overlay:not(.hidden) #topup-modal-content {
    opacity: 1;
    transform: scale(1) translateY(0);
}
.topup-modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity;
}
.topup-modal-backdrop.visible {
    opacity: 1;
}
.topup-modal-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: #fff;
    font-size: 0.875rem;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.topup-modal-input::placeholder {
    color: rgb(75 85 99);
}
.topup-modal-input:focus {
    outline: none;
    border-color: rgba(16, 185, 129, 0.4);
}
.topup-modal-input:-webkit-autofill,
.topup-modal-input:-webkit-autofill:hover,
.topup-modal-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 9999s ease-in-out 0s;
}
.home-value-shell {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.home-value-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
    padding: 0.46rem 0.86rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.home-value-kicker::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.2rem;
    background: rgba(244, 114, 182, 0.62);
}
.home-value-title {
    max-width: 10.3ch;
    letter-spacing: -0.05em;
    line-height: 0.92;
    text-wrap: balance;
}
.home-value-intro {
    position: relative;
}
.home-value-rail {
    position: relative;
    padding-left: 1.15rem;
}
.home-value-rail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.22rem;
    bottom: 0.22rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(244, 114, 182, 0.28), rgba(255, 255, 255, 0.04));
}
.home-value-body {
    color: rgba(255, 255, 255, 0.69);
}
.home-value-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.home-value-meta-panel {
    max-width: 35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
    padding: 0.95rem 0.95rem 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.home-value-meta-label {
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}
.home-value-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 0.74rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.016);
    padding: 0.46rem 0.72rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.71);
}
.home-value-intro-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.8rem;
}
.home-value-footnote {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}
.home-value-subtle-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.18s ease, transform 0.18s ease;
}
.home-value-subtle-link:hover {
    color: #fff;
    transform: translateY(-1px);
}
.home-value-grid {
    align-items: start;
}
.home-value-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.012));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.home-value-card::after {
    content: "";
    position: absolute;
    left: 1.35rem;
    right: 1.35rem;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.home-value-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.018));
}
.home-value-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.home-value-card-num {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
}
.home-value-card-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    padding: 0.34rem 0.62rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.54);
}
.home-value-card-title {
    max-width: 16ch;
    letter-spacing: -0.02em;
    line-height: 1.08;
    text-wrap: balance;
}
.home-value-card-body {
    color: rgba(255, 255, 255, 0.63);
}
.home-value-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.home-value-card-footer span {
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.54);
}
@media (min-width: 768px) {
    .home-value-card-compact {
        min-height: 18rem;
    }
    .home-value-card-wide {
        min-height: 15rem;
    }
    .home-value-card-wide .home-value-card-title {
        max-width: 24ch;
    }
}
@media (max-width: 767px) {
    .home-value-meta-panel {
        padding: 0.9rem 0.9rem 0.95rem;
    }
    .home-value-card-wide {
        max-width: none;
        margin-left: 0;
    }
    .home-value-title {
        max-width: 11ch;
    }
}
body.public-bg-light .home-value-shell {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.3));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
body.public-bg-light .home-value-kicker,
body.public-bg-light .home-value-meta-panel,
body.public-bg-light .home-value-chip,
body.public-bg-light .home-value-card-chip {
    background: rgba(15, 23, 42, 0.28);
    border-color: rgba(255, 255, 255, 0.12);
}
body.public-bg-light .home-value-footnote {
    color: rgba(241, 245, 249, 0.52);
}
body.public-bg-light .home-value-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.24));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
body.public-bg-light .home-value-card:hover {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.22), rgba(15, 23, 42, 0.27));
    border-color: rgba(255, 255, 255, 0.16);
}
body.public-bg-light .home-value-body,
body.public-bg-light .home-value-card-body {
    color: rgba(241, 245, 249, 0.92);
}
body.public-bg-light .home-value-card-footer span {
    color: rgba(241, 245, 249, 0.62);
}
body.public-bg-light .home-value-subtle-link:hover {
    color: #fff;
}

