.platform-wrapper.index-app.idx-root {
    --cp-accent: #00805b;
    --cp-accent-2: #0f766e;
    --cp-ink: #0f172a;
    --cp-muted: rgba(15, 23, 42, 0.52);
    --cp-paper: #fafaf8;
    --cp-rule: rgba(15, 23, 42, 0.1);
    min-height: 100vh;
    background: var(--cp-paper);
    background-image: linear-gradient(180deg, #fafaf8 0%, #f0f1ed 55%, #ebece8 100%);
    background-attachment: fixed;
    padding-bottom: 108px;
    position: relative;
}

.platform-wrapper.index-app.idx-root::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 70% 45% at 0% 0%, rgba(0, 128, 91, 0.07) 0%, transparent 50%),
        radial-gradient(ellipse 55% 40% at 100% 8%, rgba(15, 118, 110, 0.05) 0%, transparent 48%);
    pointer-events: none;
    z-index: 0;
}

.floating-header.index-topbar.idx-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 52px;
    padding: 10px 0 11px;
    background: rgba(250, 250, 248, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--cp-rule);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: none;
    overflow: visible;
}

.idx-topbar__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 128, 91, 0.06) 0%, transparent 45%);
}

.header-content.index-topbar-inner.idx-topbar__row {
    max-width: 500px;
    width: 100%;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.header-content.index-topbar-inner.idx-topbar__row:not(.prapp-header-inner):not(:has(.idx-topbar__action)) {
    justify-content: center;
}

.idx-topbar__left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.platform-wrapper.index-app .floating-header.index-topbar.idx-topbar .logo-text {
    color: var(--cp-ink);
    text-shadow: none;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 800;
}

.logo-wrapper.index-logo-wrap.idx-brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0 4px 14px;
    border-radius: 0;
    background: transparent;
    border: none;
    border-left: 3px solid var(--cp-accent);
    box-shadow: none;
}

.platform-wrapper.index-app .floating-header.index-topbar.idx-topbar .logo-glow {
    display: none;
}

.index-header-support.idx-topbar__action {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 11px;
    border-radius: 999px;
    border: 1px solid var(--cp-rule);
    background: #ffffff;
    color: var(--cp-accent);
    font-family: var(--font-family);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.index-header-support.idx-topbar__action:active {
    transform: scale(0.98);
}

.index-header-support-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.index-header-support-label {
    line-height: 1;
}

.main-flow.index-body.idx-canvas {
    max-width: 500px;
    margin: 0 auto;
    padding: 78px 16px 40px 16px;
    position: relative;
    z-index: 10;
}

.idx-canvas__stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.idx-slab {
    position: relative;
    border-radius: 16px;
    padding: 18px 18px 20px;
    background: #ffffff;
    border: 1px solid var(--cp-rule);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 40px rgba(15, 23, 42, 0.06);
}

.idx-slab--balances {
    padding-bottom: 18px;
}

.idx-slab__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.idx-slab__eyebrow {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cp-muted);
}

.idx-slab__status {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--cp-accent);
    background: rgba(0, 128, 91, 0.09);
    border: 1px solid rgba(0, 128, 91, 0.2);
}

.idx-meter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.idx-meter {
    border-radius: 12px;
    padding: 14px 14px 16px;
    background: linear-gradient(165deg, #f4f6f3 0%, #eef1ee 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.idx-meter--recharge {
    background: linear-gradient(165deg, rgba(0, 128, 91, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    border-color: rgba(0, 128, 91, 0.18);
}

.idx-meter--withdraw {
    background: linear-gradient(165deg, rgba(15, 118, 110, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
    border-color: rgba(15, 118, 110, 0.16);
}

.idx-meter__label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.48);
    line-height: 1.2;
}

.idx-meter__value {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    min-width: 0;
}

.idx-meter__value .balance-amount {
    font-size: clamp(12px, 4.4vw + 0.2rem, 22px);
    font-weight: 800;
    color: var(--hz-text-primary);
    font-family: var(--font-mono), monospace;
    line-height: 1.2;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.idx-meter__value .balance-unit {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.35);
}

.idx-meter-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.idx-balance-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.idx-balance-link:active {
    transform: scale(0.98);
}

.idx-balance-link--recharge {
    color: #ffffff;
    background: linear-gradient(145deg, #00805b 0%, #0f766e 100%);
    border: 1px solid rgba(0, 128, 91, 0.35);
    box-shadow: 0 2px 10px rgba(0, 128, 91, 0.22);
}

.idx-balance-link--withdraw {
    color: var(--cp-accent);
    background: #ffffff;
    border: 1px solid rgba(0, 128, 91, 0.28);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.idx-slab--feed {
    padding: 20px 18px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f6 100%);
}

.idx-feed {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.idx-feed__intro {
    padding: 2px 2px 0 12px;
    border-left: 3px solid var(--cp-accent);
}

.idx-feed__kicker {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--cp-muted);
}

.idx-feed__title {
    margin: 0 0 8px;
    font-size: clamp(24px, 6.5vw, 32px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: var(--cp-ink);
    font-family: var(--font-display), var(--font-family);
}

.idx-feed__summary {
    margin: 0;
    max-width: 24rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--cp-muted);
}

.idx-feed__stage {
    min-width: 0;
}

.hero-carousel.index-carousel.idx-carousel {
    margin: 0;
    position: relative;
    padding: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

.carousel-track.index-carousel-viewport.idx-carousel__viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px var(--cp-rule),
        0 16px 36px rgba(15, 23, 42, 0.1);
    background: #e4e6e1;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
    background: #0c0e12;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.default-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(145deg, #00805b 0%, #0f766e 100%);
    position: relative;
    overflow: hidden;
}

.default-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.22) 0%, transparent 55%);
    animation: backgroundPulse 8s ease-in-out infinite;
}

@keyframes backgroundPulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.75; }
}

.banner-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.banner-icon svg {
    width: 100%;
    height: 100%;
    color: #ffffff;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.25));
}

.banner-title {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 4px 0;
    font-family: var(--font-family);
    letter-spacing: 6px;
    position: relative;
    z-index: 2;
}

.banner-subtitle {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.carousel-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.carousel-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}

.carousel-dot.active {
    width: 22px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.45);
}

.carousel-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(145deg, #00805b 0%, #0f766e 100%);
}

.products-showcase.index-products.idx-slab--plans {
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 18px 22px;
}

.idx-plans-head.index-products-heading {
    padding: 0 2px 0 12px;
    text-align: left;
    border-left: 3px solid var(--cp-accent);
}

.idx-plans-head__title.index-products-title {
    font-size: clamp(22px, 5.5vw, 28px);
    font-weight: 800;
    color: var(--cp-ink);
    margin: 0 0 8px 0;
    font-family: var(--font-display), var(--font-family);
    letter-spacing: 0.03em;
    line-height: 1.15;
}

.idx-plans-head__note.index-products-note {
    font-size: 13px;
    font-weight: 500;
    color: var(--cp-muted);
    margin: 0;
    line-height: 1.55;
    max-width: 36rem;
}

.products-showcase.index-products .withdraw-marquee.index-marquee {
    display: none;
}

.withdraw-marquee.index-marquee.idx-marquee {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.withdraw-marquee-viewport.index-marquee-viewport.idx-marquee__viewport {
    height: 5.75rem;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(17, 17, 17, 0.07);
    background: linear-gradient(180deg, #1a1a1f 0%, #121218 100%);
    box-shadow:
        inset 0 3px 0 rgba(0, 128, 91, 0.45),
        0 12px 32px rgba(15, 23, 42, 0.12);
    contain: paint;
    isolation: isolate;
}

.withdraw-marquee-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
    min-height: 5.75rem;
}

.withdraw-marquee-track--scroll {
    animation: withdrawMarqueeHorizontal var(--wm-duration, 27s) linear infinite;
    width: max-content;
    will-change: transform;
    backface-visibility: hidden;
}

.withdraw-marquee-track--scroll.withdraw-marquee-track--paused {
    animation-play-state: paused;
}

@keyframes withdrawMarqueeHorizontal {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .withdraw-marquee-track--scroll {
        animation: none;
        transform: none;
    }
}

.withdraw-marquee-line {
    flex: 0 0 auto;
    width: 11.5rem;
    min-height: 5.75rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 600;
    color: rgba(250, 250, 250, 0.92);
    letter-spacing: 0.02em;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-family: var(--font-family);
}

.withdraw-marquee-account {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
}

.withdraw-marquee-status {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(212, 212, 216, 0.85);
    font-weight: 600;
    font-size: 10px;
}

.withdraw-marquee-amount {
    text-align: left;
    white-space: nowrap;
    color: #FDA4AF;
    font-weight: 800;
    font-family: var(--font-mono), monospace;
    font-size: 14px;
}

.withdraw-marquee-line--empty {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(212, 212, 216, 0.65);
    font-weight: 500;
}

.withdraw-marquee-empty-inner {
    text-align: center;
    padding: 0 12px;
}

.products-masonry.index-products-grid.idx-plans-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-tile.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--cp-rule);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
    opacity: 0;
    transform: translateY(16px);
    animation: tileSlideIn 0.5s ease forwards;
    min-width: 0;
}

.product-tile[data-idx="0"] { animation-delay: 0s; }
.product-tile[data-idx="1"] { animation-delay: 0.07s; }
.product-tile[data-idx="2"] { animation-delay: 0.14s; }
.product-tile[data-idx="3"] { animation-delay: 0.21s; }
.product-tile[data-idx="4"] { animation-delay: 0.28s; }
.product-tile[data-idx="5"] { animation-delay: 0.35s; }

@keyframes tileSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-tile-disabled {
    filter: saturate(0.55);
    opacity: 0.92;
}

.product-card__hero.tile-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 20 / 11;
    min-height: 0;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(145deg, #e8ebe9 0%, #dfe3e0 100%);
    container-type: normal;
}

.product-card__hero.tile-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.55) 100%);
    pointer-events: none;
    z-index: 1;
}

.product-card__hero .tile-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.tile-coming-soon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.93);
    color: var(--hz-text-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    z-index: 2;
}

.product-card__body.tile-info {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fafbf9;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    min-width: 0;
    container-type: inline-size;
    container-name: product-tile-info;
}

.product-card__title.tile-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--cp-ink);
    margin: 0;
    padding: 0 2px 0 0;
    font-family: var(--font-family);
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.product-card__metrics.tile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.product-card__metrics .stat-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 8px 9px;
    text-align: left;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.product-card__metrics .stat-label {
    font-size: 9px;
    font-weight: 700;
    color: var(--cp-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-card__metrics .stat-value {
    font-size: clamp(10px, 3.2vw, 13px);
    font-weight: 800;
    color: var(--cp-accent);
    font-family: var(--font-mono), monospace;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.product-card__stake.tile-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    background: rgba(0, 128, 91, 0.06);
    border-radius: 12px;
    border: 1px solid rgba(0, 128, 91, 0.12);
}

.product-card__stake .price-label {
    font-size: 10px;
    font-weight: 800;
    color: rgba(15, 23, 42, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.product-card__stake .price-amount {
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 800;
    color: var(--cp-ink);
    font-family: var(--font-mono), monospace;
    text-align: right;
    flex: 1;
    min-width: 0;
}

.product-card__price-above-action {
    margin: 0;
    padding: 0 2px;
    font-size: clamp(15px, 4.2vw, 19px);
    font-weight: 800;
    font-family: var(--font-mono), monospace;
    color: var(--cp-ink);
    text-align: center;
    line-height: 1.2;
}

.product-card__action.tile-action-btn {
    width: 100%;
    padding: 13px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--font-family);
    background: linear-gradient(145deg, #00805b 0%, #0f766e 100%);
    box-shadow: 0 4px 14px rgba(0, 128, 91, 0.25);
}

.product-card__action.tile-action-btn:hover:not(:disabled):not(.tile-action-btn-disabled) {
    box-shadow: 0 6px 18px rgba(0, 128, 91, 0.32);
}

.product-card__action.tile-action-btn.tile-action-btn-disabled,
.product-card__action.tile-action-btn:disabled,
.product-card__action.tile-action-btn.tile-action-btn-disabled:hover,
.product-card__action.tile-action-btn:disabled:hover {
    cursor: not-allowed;
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    box-shadow: none;
    opacity: 0.88;
    color: #ffffff;
}

.loader-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    animation: spin 0.85s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.masonry-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 20px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 14px;
    border: 1px dashed rgba(0, 128, 91, 0.22);
}

.masonry-loader .loader-spinner {
    border-top-color: #00805b;
    border-right-color: rgba(0, 128, 91, 0.35);
}

.masonry-loader p {
    font-size: 13px;
    color: var(--hz-text-muted);
    margin: 0;
    font-weight: 600;
}

.empty-state {
    text-align: center;
    padding: 72px 20px;
    color: var(--hz-text-muted);
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    border: 1px dashed rgba(15, 23, 42, 0.1);
}

.toast-notification {
    position: fixed;
    top: 22px;
    left: 50%;
    transform: translateX(-50%) translateY(-150%);
    background: rgba(255, 255, 255, 0.98);
    padding: 14px 28px;
    border-radius: 999px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 90%;
    text-align: center;
    font-weight: 600;
    border: 1px solid rgba(24, 24, 27, 0.06);
}

.toast-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.toast-notification.success {
    background: linear-gradient(135deg, rgba(0, 177, 64, 0.96) 0%, rgba(124, 179, 66, 0.94) 100%);
    color: #ffffff;
    border-color: rgba(0, 177, 64, 0.5);
    box-shadow: 0 10px 32px rgba(0, 177, 64, 0.35);
}

.toast-notification.error {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.96) 0%, rgba(200, 35, 51, 0.94) 100%);
    color: #ffffff;
    border-color: rgba(220, 53, 69, 0.45);
    box-shadow: 0 10px 32px rgba(220, 53, 69, 0.35);
}

.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(238, 240, 244, 0.94);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.loading-overlay .loader-spinner {
    border-top-color: #00805b;
    border-right-color: rgba(0, 128, 91, 0.35);
}

.index-service-fab {
    position: fixed;
    z-index: 10000;
    right: max(14px, env(safe-area-inset-right));
    top: min(68vh, calc(100vh - 140px));
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    box-shadow:
        0 12px 32px rgba(79, 70, 229, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    -webkit-tap-highlight-color: transparent;
}

.index-service-fab:hover {
    transform: translateY(-50%);
    box-shadow:
        0 16px 42px rgba(79, 70, 229, 0.58),
        0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.index-service-fab:active {
    transform: translateY(-50%);
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.4);
}

.index-service-fab:focus-visible {
    outline: 2px solid var(--cp-accent);
    outline-offset: 3px;
}

.index-service-fab-icon {
    width: 26px;
    height: 26px;
    pointer-events: none;
}

.index-service-fab--legacy {
    display: none !important;
}

.index-app nav.bottom-navigation.index-bottom-nav.idx-dock {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 58px !important;
    padding: 6px 2px max(10px, env(safe-area-inset-bottom, 0px)) !important;
    padding-left: max(2px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(2px, env(safe-area-inset-right, 0px)) !important;
    border-radius: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(250, 250, 248, 0.97) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.06) !important;
    gap: 0 !important;
    justify-content: stretch !important;
    align-items: stretch !important;
}

.index-app nav.bottom-navigation.index-bottom-nav.idx-dock .nav-item {
    border-radius: 0 !important;
    min-height: 44px !important;
    flex: 1 1 0 !important;
    color: rgba(63, 63, 70, 0.48) !important;
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
}

.index-app nav.bottom-navigation.index-bottom-nav.idx-dock .nav-item.active {
    color: #00805b !important;
    background: transparent !important;
    box-shadow: none !important;
}

.index-app nav.bottom-navigation.index-bottom-nav.idx-dock .nav-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: #00805b;
}

.index-app nav.bottom-navigation.index-bottom-nav.idx-dock .nav-item:hover {
    background: rgba(0, 128, 91, 0.06) !important;
    color: var(--hz-text-primary) !important;
}

.balance-selection-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    animation: modalFadeIn 0.28s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.balance-modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.balance-modal-content {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 24px;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
    animation: modalSlideUp 0.38s ease-out;
}

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

.balance-modal-title {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 800;
    color: #1a2332;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}

.balance-modal-amount {
    font-family: var(--font-mono), monospace;
    font-size: 16px;
    color: #5a6c7d;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 600;
}

.balance-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.balance-option {
    background: linear-gradient(135deg, rgba(0, 177, 64, 0.06) 0%, rgba(124, 179, 66, 0.05) 100%);
    border: 2px solid rgba(0, 177, 64, 0.18);
    border-radius: 16px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.28s ease;
    text-align: left;
    width: 100%;
}

.balance-option:not(.disabled):hover {
    background: linear-gradient(135deg, rgba(0, 177, 64, 0.12) 0%, rgba(124, 179, 66, 0.08) 100%);
    border-color: #00b140;
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 177, 64, 0.22);
}

.balance-option.disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.balance-option.selected {
    background: linear-gradient(135deg, rgba(0, 177, 64, 0.16) 0%, rgba(124, 179, 66, 0.12) 100%);
    border-color: #00b140;
    box-shadow: 0 8px 26px rgba(0, 177, 64, 0.28);
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.option-label {
    font-size: 15px;
    color: #1a2332;
    font-weight: 700;
}

.option-balance {
    font-family: var(--font-mono), monospace;
    font-size: 22px;
    font-weight: 900;
    color: #00b140;
}

.option-insufficient {
    font-size: 12px;
    color: var(--hz-danger);
    margin-top: 6px;
    font-weight: 600;
}

.balance-modal-actions {
    display: flex;
    gap: 12px;
}

.balance-modal-confirm {
    flex: 1;
    padding: 14px;
    background: linear-gradient(135deg, #00b140 0%, #7cb342 100%);
    border: none;
    border-radius: 999px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.28s ease;
    font-family: var(--font-family);
    box-shadow: 0 5px 18px rgba(0, 177, 64, 0.35);
}

.balance-modal-confirm:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 177, 64, 0.42);
}

.balance-modal-confirm:active:not(:disabled) {
    transform: translateY(0);
}

.balance-modal-confirm:disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.balance-modal-cancel {
    flex: 1;
    padding: 14px;
    background: #f5f7fa;
    border: 2px solid #e8edf2;
    border-radius: 999px;
    color: #5a6c7d;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.28s ease;
    font-family: var(--font-family);
}

.balance-modal-cancel:hover {
    background: #e8edf2;
    border-color: #dfe6ec;
    transform: translateY(-2px);
}

.balance-modal-cancel:active {
    transform: translateY(0);
}

.idx-welcome-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 12050;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    box-sizing: border-box;
}

.idx-welcome-modal.is-open {
    display: flex;
}

.idx-welcome-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

.idx-welcome-modal__panel {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 22px 20px 20px;
    border-radius: 20px;
    border: 1px solid var(--hz-border-secondary);
    background: linear-gradient(165deg, #ffffff 0%, #f4f4f5 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
}

.idx-welcome-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    background: rgba(24, 24, 27, 0.06);
    color: var(--hz-text-secondary);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.idx-welcome-modal__close svg {
    width: 20px;
    height: 20px;
}

.idx-welcome-modal__close:hover {
    background: rgba(24, 24, 27, 0.1);
    color: var(--hz-text-primary);
}

.idx-welcome-modal__title {
    margin: 0 0 16px;
    padding-right: 40px;
    font-size: clamp(22px, 6vw, 28px);
    font-weight: 900;
    font-family: var(--font-display), 'Bebas Neue', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--hz-text-primary);
}

.idx-welcome-modal__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.idx-welcome-modal__list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--hz-text-secondary);
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(0, 128, 91, 0.06);
    border: 1px solid rgba(0, 128, 91, 0.12);
}

.idx-welcome-modal__list strong {
    font-weight: 800;
    color: var(--hz-text-primary);
}

.idx-welcome-modal__join {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    font-family: var(--font-family);
    color: #ffffff;
    cursor: pointer;
    background: var(--hz-accent-gradient);
    border: 1px solid rgba(0, 128, 91, 0.28);
    box-shadow: 0 4px 16px rgba(0, 128, 91, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.idx-welcome-modal__join:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 128, 91, 0.28);
}

.idx-welcome-modal__join:active {
    transform: translateY(0);
}

.android-app-download-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 84px;
    z-index: 10000;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 244, 245, 0.98) 100%);
    border-top: 1px solid rgba(24, 24, 27, 0.08);
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.06);
    border-radius: 16px 16px 0 0;
}

.android-app-download-bar.is-visible {
    display: flex;
}

.android-app-download-bar__text {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--hz-text-primary);
    line-height: 1.35;
}

.android-app-download-bar__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    background: var(--hz-accent-gradient);
    border: 1px solid rgba(0, 128, 91, 0.28);
    box-shadow: 0 2px 12px rgba(0, 128, 91, 0.18);
}

.platform-wrapper.has-android-app-download-bar {
    padding-bottom: calc(108px + 52px);
}

@media (min-width: 420px) {
    .idx-feed {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 20px 18px;
        align-items: center;
    }

    .idx-feed__intro {
        order: 1;
    }

    .idx-feed__stage {
        order: 2;
    }
}

@media (max-width: 360px) {
    .idx-meter-grid {
        grid-template-columns: 1fr;
    }

    .main-flow.index-body.idx-canvas {
        padding-top: 74px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .idx-slab {
        padding: 16px 14px 18px;
    }
}

@media (max-width: 480px) {
    .floating-header.index-topbar.idx-topbar .logo-text {
        font-size: 20px;
    }

    .index-service-fab {
        width: 50px;
        height: 50px;
        right: max(10px, env(safe-area-inset-right));
    }

    .product-card__metrics .stat-value {
        font-size: clamp(9px, 2.9vw, 12px);
    }

    .product-card__action.tile-action-btn {
        padding: 12px 14px;
        font-size: 11px;
    }
}
