.gdx-brand-ltr {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.gdx-gold-pulse-section {
    --gdx-pulse-bg: #0d1017;
    --gdx-pulse-border: rgba(255, 178, 46, .24);
    --gdx-pulse-gold: #ffb22e;
    --gdx-pulse-gold-2: #ffde4d;
    --gdx-pulse-text: #fff7d6;
    --gdx-pulse-muted: rgba(255, 255, 255, .68);
    --gdx-pulse-deep: #b87518;
    --gdx-pulse-orb-score: 50%;

    margin-top: 0;
    padding: 16px;
    border: 1px solid var(--gdx-pulse-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 178, 46, .16), transparent 34%),
        linear-gradient(180deg, rgba(22, 25, 34, .98), rgba(8, 10, 15, .99));
    box-shadow: 0 24px 65px rgba(0, 0, 0, .28);
    color: var(--gdx-pulse-text);
    position: relative;
    overflow: hidden;
}

.gdx-gold-pulse-section::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 222, 77, .12), transparent 62%);
    pointer-events: none;
}

.gdx-gold-pulse-head,
.gdx-gold-pulse-marketbar,
.gdx-gold-pulse-visuals,
.gdx-gold-pulse-grid,
.gdx-gold-pulse-footer {
    position: relative;
    z-index: 1;
}

.gdx-gold-pulse-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.gdx-gold-pulse-head__content {
    min-width: 0;
}

.gdx-gold-pulse-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--gdx-pulse-gold-2);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .8px;
    direction: ltr;
}

.gdx-gold-pulse-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gdx-pulse-gold-2);
    box-shadow: 0 0 16px rgba(255, 222, 77, .70);
}

.gdx-gold-pulse-head h2 {
    margin: 5px 0 4px;
    color: #fff7d6;
    font-size: 24px;
    font-weight: 1000;
    line-height: 1.25;
}

.gdx-gold-pulse-head p {
    margin: 0;
    color: var(--gdx-pulse-muted);
    font-size: 13px;
    line-height: 1.7;
}

.gdx-gold-pulse-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 360px;
}

.gdx-gold-pulse-unit,
.gdx-gold-pulse-timeframes,
.gdx-gold-pulse-chartmodes {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid rgba(255, 178, 46, .18);
    background: rgba(255, 255, 255, .045);
}

.gdx-gold-pulse-unit__btn,
.gdx-gold-pulse-timeframes button,
.gdx-gold-pulse-chartmodes button {
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    padding: 7px 11px;
    color: rgba(255, 255, 255, .72);
    background: transparent;
    font-size: 11px;
    font-weight: 1000;
    transition: .18s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.gdx-gold-pulse-unit__btn:hover,
.gdx-gold-pulse-timeframes button:hover,
.gdx-gold-pulse-chartmodes button:hover {
    color: #fff7d6;
    background: rgba(255, 255, 255, .06);
}

.gdx-gold-pulse-unit__btn.is-active,
.gdx-gold-pulse-timeframes button.is-active,
.gdx-gold-pulse-chartmodes button.is-active {
    color: #0d1017;
    background: linear-gradient(135deg, var(--gdx-pulse-gold), var(--gdx-pulse-gold-2));
    box-shadow: 0 10px 22px rgba(255, 178, 46, .14);
}

.gdx-gold-pulse-share {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0d1017;
    background: linear-gradient(135deg, var(--gdx-pulse-gold), var(--gdx-pulse-gold-2));
    font-size: 12px;
    font-weight: 1000;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(255, 178, 46, .14);
    transition: .18s ease;
}

.gdx-gold-pulse-share:hover {
    transform: translateY(-1px);
    color: #0d1017;
    box-shadow: 0 16px 34px rgba(255, 178, 46, .20);
}

.gdx-gold-pulse-marketbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gdx-gold-pulse-visuals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .40fr);
    gap: 10px;
    margin-bottom: 10px;
}

.gdx-gold-pulse-visual-card {
    border: 1px solid rgba(255, 178, 46, .18);
    border-radius: 18px;
    padding: 14px;
    background:
        radial-gradient(circle at top right, rgba(255, 178, 46, .10), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    overflow: hidden;
}

.gdx-gold-pulse-visual-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.gdx-gold-pulse-visual-card__head span {
    color: var(--gdx-pulse-muted);
    font-size: 12px;
    font-weight: 900;
}

.gdx-gold-pulse-visual-card__head b {
    color: var(--gdx-pulse-gold-2);
    font-size: 12px;
    font-weight: 1000;
    text-align: left;
    direction: rtl;
}

.gdx-gold-pulse-chart-card {
    min-height: 340px;
}

.gdx-gold-pulse-chart-wrap {
    width: 100%;
    height: 282px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at top right, rgba(255,178,46,.08), transparent 44%),
        rgba(255,255,255,.026);
    overflow: hidden;
    position: relative;
}

.gdx-gold-pulse-chart {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gdx-gold-pulse-chart .tv-lightweight-charts {
    direction: ltr;
}

.gdx-gold-pulse-orb-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 340px;
}

.gdx-gold-pulse-orb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
}

.gdx-gold-pulse-orb {
    width: 142px;
    height: 142px;
    border-radius: 999px;
    position: relative;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, #141820 0 48%, transparent 49%),
        conic-gradient(var(--gdx-pulse-gold-2) var(--gdx-pulse-orb-score), rgba(255,255,255,.10) 0);
    box-shadow:
        0 0 0 1px rgba(255, 178, 46, .22),
        0 0 36px rgba(255, 178, 46, .16);
    isolation: isolate;
    transition: .25s ease;
}

.gdx-gold-pulse-orb::before,
.gdx-gold-pulse-orb::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    border: 1px solid rgba(255, 178, 46, .26);
    animation: gdxPulseOrbWave 2.2s ease-out infinite;
    z-index: -1;
}

.gdx-gold-pulse-orb::after {
    inset: -16px;
    opacity: .45;
    animation-delay: .45s;
}

.gdx-gold-pulse-orb span {
    color: #fff7d6;
    font-size: 36px;
    line-height: 1;
    font-weight: 1000;
    direction: ltr;
}

.gdx-gold-pulse-orb small {
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 900;
    margin-top: 4px;
}

.gdx-gold-pulse-orb.is-strong {
    box-shadow:
        0 0 0 1px rgba(255, 222, 77, .24),
        0 0 42px rgba(255, 222, 77, .18);
}

.gdx-gold-pulse-orb.is-pressure {
    box-shadow:
        0 0 0 1px rgba(184, 117, 24, .28),
        0 0 42px rgba(184, 117, 24, .16);
}

.gdx-gold-pulse-orb-card p {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.75;
    margin: 0;
}

@keyframes gdxPulseOrbWave {
    0% { opacity: .55; transform: scale(.92); }
    100% { opacity: 0; transform: scale(1.18); }
}

.gdx-gold-pulse-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.gdx-gold-pulse-card {
    min-height: 126px;
    border: 1px solid rgba(255, 178, 46, .18);
    border-radius: 16px;
    padding: 13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    position: relative;
    overflow: hidden;
}

.gdx-gold-pulse-card::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 222, 77, .55), transparent);
    opacity: .8;
}

.gdx-gold-pulse-main {
    background:
        radial-gradient(circle at top right, rgba(255, 178, 46, .16), transparent 42%),
        linear-gradient(180deg, rgba(255, 178, 46, .10), rgba(255, 255, 255, .028));
    border-color: rgba(255, 222, 77, .30);
}

.gdx-gold-pulse-card span {
    display: block;
    color: var(--gdx-pulse-muted);
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
}

.gdx-gold-pulse-card strong {
    display: block;
    color: #fff7d6;
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.35;
    margin-bottom: 7px;
}

.gdx-gold-pulse-main strong {
    color: var(--gdx-pulse-gold);
    font-size: 21px;
}

.gdx-gold-pulse-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.65;
}

.gdx-gold-pulse-card.is-strong strong {
    color: var(--gdx-pulse-gold-2);
}

.gdx-gold-pulse-card.is-pressure strong {
    color: var(--gdx-pulse-deep);
}

.gdx-gold-pulse-card.is-neutral strong {
    color: var(--gdx-pulse-gold);
}

.gdx-gold-pulse-footer {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--gdx-pulse-muted);
    font-size: 11px;
    line-height: 1.6;
    flex-wrap: wrap;
}

.gdx-gold-pulse-footer b {
    color: var(--gdx-pulse-gold-2);
}

.gdx-pulse-share-modal {
    position: fixed;
    inset: 0;
    z-index: 100500;
    display: none;
}

.gdx-pulse-share-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 34px 24px;
    overflow: auto;
}

.gdx-pulse-share-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .76);
    backdrop-filter: blur(8px);
}

.gdx-pulse-share-modal__box {
    position: relative;
    width: min(980px, calc(100vw - 48px));
    max-height: none;
    overflow: visible;
    margin: 0 auto;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(255, 178, 46, .24);
    background:
        radial-gradient(circle at top left, rgba(255, 178, 46, .10), transparent 34%),
        linear-gradient(180deg, rgba(17, 20, 29, .98), rgba(7, 9, 14, .99));
    box-shadow: 0 34px 90px rgba(0, 0, 0, .55);
    color: #fff;
}

.gdx-pulse-share-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gdx-pulse-share-modal__head strong {
    display: block;
    color: #fff7d6;
    font-size: 18px;
    font-weight: 1000;
}

.gdx-pulse-share-modal__head span {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    margin-top: 4px;
}

.gdx-pulse-share-modal__head button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 178, 46, .24);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: #ffde4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gdx-pulse-share-canvas-wrap {
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 178, 46, .24);
    background: #0d1017;
}

.gdx-pulse-share-canvas {
    width: 100%;
    height: auto;
    display: block;
    background: #0d1017;
}

.gdx-pulse-share-modal__actions {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.gdx-pulse-modal-open {
    overflow: hidden;
}

.gdx-pulse-share-card-btn {
    width: fit-content;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #0d1017;
    background: linear-gradient(135deg, #ffb22e, #ffde4d);
    font-weight: 1000;
    box-shadow: 0 14px 30px rgba(255, 178, 46, .16);
    transition: .2s ease;
}

.gdx-pulse-share-card-btn:hover {
    transform: translateY(-2px);
    color: #0d1017;
}

.gdx-pulse-share-card-btn:disabled {
    cursor: not-allowed;
    opacity: .78;
}

.gdx-pulse-share-card-btn--ghost {
    background: rgba(255, 255, 255, .075) !important;
    color: #fff7d6 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: none !important;
}

@media (max-width: 1199px) {
    .gdx-gold-pulse-head {
        display: grid;
        gap: 14px;
    }

    .gdx-gold-pulse-actions {
        justify-content: flex-start;
        min-width: 0;
    }

    .gdx-gold-pulse-visuals {
        grid-template-columns: 1fr;
    }

    .gdx-gold-pulse-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdx-gold-pulse-main {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .gdx-gold-pulse-section {
        padding: 13px;
        border-radius: 15px;
    }

    .gdx-gold-pulse-head h2 {
        font-size: 21px;
    }

    .gdx-gold-pulse-actions,
    .gdx-gold-pulse-marketbar {
        width: 100%;
        display: grid;
        gap: 10px;
    }

    .gdx-gold-pulse-unit,
    .gdx-gold-pulse-timeframes,
    .gdx-gold-pulse-chartmodes {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .gdx-gold-pulse-unit__btn,
    .gdx-gold-pulse-timeframes button,
    .gdx-gold-pulse-chartmodes button {
        flex: 1 0 auto;
    }

    .gdx-gold-pulse-share {
        width: 100%;
    }

    .gdx-gold-pulse-grid {
        grid-template-columns: 1fr;
    }

    .gdx-gold-pulse-card {
        min-height: 112px;
    }

    .gdx-gold-pulse-chart-wrap {
        height: 300px;
    }

    .gdx-gold-pulse-footer {
        display: grid;
    }

    .gdx-pulse-share-modal.is-open {
        padding: 16px;
    }

    .gdx-pulse-share-modal__box {
        width: calc(100vw - 32px);
        border-radius: 22px;
    }

    .gdx-pulse-share-modal__actions {
        display: grid;
    }

    .gdx-pulse-share-card-btn {
        width: 100%;
    }
}