/* =========================================================
   MARKUNOX GLOBAL FINANCIAL GLOBE
   FINAL RESPONSIVE VERSION
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* =========================================================
   DOCUMENT
========================================================= */

html {
    margin: 0;
    padding: 0;

    width: 100%;

    background: #020408;

    overflow-x: hidden;

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


body {
    margin: 0;
    padding: 0;

    width: 100%;
    min-width: 0;

    min-height: 100%;

    background: #020408;
    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow-x: hidden;
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   APP
========================================================= */

#markunox-app {
    position: relative;

    width: 100%;
    min-width: 0;

    min-height: 100svh;

    background: #020408;

    overflow: visible;
}


/* =========================================================
   GLOBE SECTION
========================================================= */

#globe-section {
    position: relative;

    width: 100%;

    height: min(
        780px,
        78svh
    );

    min-height: 520px;

    overflow: hidden;

    background: #020408;

    isolation: isolate;
}


/* =========================================================
   GLOBE
========================================================= */

#markunox-globe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #020408;

    z-index: 1;

    isolation: isolate;
}


#markunox-globe canvas {
    position: absolute !important;

    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: none !important;

    touch-action: none;
}


/* =========================================================
   TOP BAR
========================================================= */

#markunox-topbar {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 90px;

    z-index: 100;

    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    padding: 24px 30px 0;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(2, 4, 8, .97),
            rgba(2, 4, 8, .65),
            transparent
        );
}


/* =========================================================
   BRAND
========================================================= */

.brand {
    min-width: 0;
}

.brand-main {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 4px;

    white-space: nowrap;
}

.brand-sub {
    margin-top: 5px;

    color: #64748b;

    font-size: 8px;
    line-height: 1;

    letter-spacing: 2px;

    white-space: nowrap;
}


/* =========================================================
   GLOBAL STATUS
========================================================= */

.global-status {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 2px;

    color: #64748b;

    font-size: 9px;

    line-height: 1;

    letter-spacing: 1.5px;

    white-space: nowrap;
}

.global-status strong {
    color: #10b981;

    font-weight: 700;
}

.status-dot {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #10b981;

    box-shadow:
        0 0 14px rgba(16,185,129,.8);
}


/* =========================================================
   MARKET PANEL
========================================================= */

#market-panel {
    position: absolute;

    top: 95px;
    right: 25px;

    width: 300px;

    max-width:
        calc(100% - 40px);

    max-height:
        calc(100% - 125px);

    z-index: 500;

    margin: 0;
    padding: 18px;

    border:
        1px solid
        rgba(37,99,235,.45);

    border-radius: 14px;

    background:
        rgba(3,8,18,.95);

    box-shadow:
        0 20px 60px rgba(0,0,0,.65);

    overflow-x: hidden;
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform:
        translate3d(0,-10px,0);

    transition:
        opacity .12s ease,
        transform .12s ease,
        visibility .12s ease;

    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

#market-panel.active {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform:
        translate3d(0,0,0);
}


/* =========================================================
   CLOSE
========================================================= */

#close-market-panel {
    position: absolute;

    top: 12px;
    right: 12px;

    width: 28px;
    height: 28px;

    margin: 0;
    padding: 0;

    border: 0;

    border-radius: 7px;

    background:
        rgba(148,163,184,.08);

    color: #64748b;

    font-family: inherit;

    font-size: 20px;
    line-height: 28px;

    text-align: center;

    cursor: pointer;

    appearance: none;

    -webkit-appearance: none;
}

#close-market-panel:hover {
    background:
        rgba(148,163,184,.16);

    color: #ffffff;
}


/* =========================================================
   PANEL HEADER
========================================================= */

.panel-label {
    margin: 0 0 7px;

    color: #64748b;

    font-size: 8px;

    line-height: 1;

    letter-spacing: 2px;
}

#panel-market-name {
    margin: 0;

    padding-right: 35px;

    color: #ffffff;

    font-size: 22px;

    line-height: 1.2;

    font-weight: 700;
}

#panel-market-country {
    margin-top: 5px;

    color: #64748b;

    font-size: 9px;

    line-height: 1;

    letter-spacing: 2px;
}


/* =========================================================
   STATUS
========================================================= */

#panel-market-status {
    display: flex;

    align-items: center;

    gap: 9px;

    min-height: 34px;

    margin-top: 16px;

    padding: 10px 12px;

    border-radius: 9px;

    background:
        rgba(15,23,42,.65);

    color: #10b981;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1px;
}

#panel-market-status.closed {
    color: #64748b;
}

.panel-status-dot {
    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: currentColor;

    box-shadow:
        0 0 12px currentColor;
}


/* =========================================================
   TIME GRID
========================================================= */

.market-time-grid {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 8px;

    width: 100%;

    margin-top: 11px;
}

.time-box {
    min-width: 0;

    padding: 10px;

    border:
        1px solid
        rgba(148,163,184,.08);

    border-radius: 9px;

    background:
        rgba(15,23,42,.55);

    overflow: hidden;
}

.time-box span {
    display: block;

    overflow: hidden;

    color: #64748b;

    font-size: 7px;

    line-height: 1.2;

    letter-spacing: 1px;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.time-box strong {
    display: block;

    margin-top: 5px;

    overflow: hidden;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;

    white-space: nowrap;

    text-overflow: ellipsis;
}


/* =========================================================
   FINANCIAL
========================================================= */

.financial-section {
    width: 100%;

    margin-top: 15px;
}

.section-title {
    margin: 0 0 8px;

    color: #475569;

    font-size: 8px;

    line-height: 1;

    letter-spacing: 2px;
}

.financial-grid {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 8px;

    width: 100%;
}

.financial-box {
    min-width: 0;

    padding: 10px;

    border:
        1px solid
        rgba(148,163,184,.08);

    border-radius: 9px;

    background:
        rgba(15,23,42,.55);

    overflow: hidden;
}

.financial-box span {
    display: block;

    overflow: hidden;

    color: #64748b;

    font-size: 7px;

    line-height: 1.2;

    letter-spacing: 1px;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.financial-box strong {
    display: block;

    margin-top: 5px;

    overflow: hidden;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;

    white-space: nowrap;

    text-overflow: ellipsis;
}

#panel-change {
    color: #10b981;
}


/* =========================================================
   PANEL FOOTER
========================================================= */

.panel-footer {
    margin-top: 14px;

    padding-top: 11px;

    border-top:
        1px solid
        rgba(148,163,184,.10);

    color: #334155;

    font-size: 7px;

    line-height: 1.3;

    letter-spacing: 1.5px;
}


/* =========================================================
   MARKET DATA SECTION
========================================================= */

#market-data-section {
    position: relative;

    width: 100%;

    padding:
        42px
        30px
        36px;

    background:
        linear-gradient(
            to bottom,
            #020408,
            #030811
        );

    border-top:
        1px solid
        rgba(37,99,235,.10);

    z-index: 20;
}


/* =========================================================
   DATA HEADER
========================================================= */

.market-data-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 20px;

    max-width: 1400px;

    margin:
        0 auto 20px;
}

.market-data-kicker {
    margin-bottom: 7px;

    color: #38bdf8;

    font-size: 8px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2.5px;
}

.market-data-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;

    line-height: 1.1;

    font-weight: 700;
}

.market-data-live {
    display: flex;

    align-items: center;

    gap: 7px;

    padding:
        8px 11px;

    border:
        1px solid
        rgba(16,185,129,.18);

    border-radius: 999px;

    color: #10b981;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;

    background:
        rgba(16,185,129,.05);

    white-space: nowrap;
}

.live-indicator {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #10b981;

    box-shadow:
        0 0 10px rgba(16,185,129,.8);
}


/* =========================================================
   MARKET DATA CARDS
========================================================= */

.market-data-cards {
    display: grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    gap: 12px;

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;
}


/* =========================================================
   INDIVIDUAL DATA CARD
========================================================= */

.market-data-card {
    position: relative;

    min-width: 0;

    padding: 15px;

    border:
        1px solid
        rgba(148,163,184,.10);

    border-radius: 13px;

    background:
        linear-gradient(
            145deg,
            rgba(15,23,42,.72),
            rgba(3,8,18,.72)
        );

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);

    overflow: hidden;

    cursor: pointer;

    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;

    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.market-data-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(56,189,248,.45),
            transparent
        );

    opacity: .5;
}

.market-data-card:hover {
    transform:
        translateY(-3px);

    border-color:
        rgba(56,189,248,.35);

    background:
        linear-gradient(
            145deg,
            rgba(15,23,42,.88),
            rgba(3,8,18,.82)
        );

    box-shadow:
        0 18px 45px
        rgba(0,0,0,.35),
        0 0 25px
        rgba(56,189,248,.05);
}

.market-data-card.selected {
    border-color:
        rgba(56,189,248,.55);

    box-shadow:
        0 0 28px
        rgba(56,189,248,.08);
}


/* =========================================================
   CARD TOP
========================================================= */

.market-card-top {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 10px;
}

.market-card-name {
    min-width: 0;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 700;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.market-card-country {
    margin-top: 4px;

    color: #64748b;

    font-size: 7px;

    line-height: 1;

    letter-spacing: 1.2px;

    white-space: nowrap;
}

.market-card-status {
    flex: 0 0 auto;

    padding:
        4px 6px;

    border-radius: 999px;

    color: #10b981;

    background:
        rgba(16,185,129,.08);

    font-size: 6px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .8px;
}

.market-card-status.closed {
    color: #64748b;

    background:
        rgba(100,116,139,.08);
}


/* =========================================================
   CARD PRICE
========================================================= */

.market-card-price {
    margin-top: 15px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -.3px;
}

.market-card-change {
    margin-top: 5px;

    color: #10b981;

    font-size: 8px;

    line-height: 1;

    font-weight: 700;
}

.market-card-change.negative {
    color: #f87171;
}


/* =========================================================
   CARD GRID
========================================================= */

.market-card-grid {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 7px;

    margin-top: 14px;
}

.market-card-stat {
    min-width: 0;

    padding: 8px;

    border:
        1px solid
        rgba(148,163,184,.07);

    border-radius: 8px;

    background:
        rgba(15,23,42,.42);

    overflow: hidden;
}

.market-card-stat span {
    display: block;

    color: #475569;

    font-size: 6px;

    line-height: 1;

    letter-spacing: 1px;

    white-space: nowrap;
}

.market-card-stat strong {
    display: block;

    margin-top: 4px;

    color: #cbd5e1;

    font-size: 8px;

    line-height: 1.15;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}


/* =========================================================
   MARKET SESSIONS
========================================================= */

#market-sessions {
    position: relative;

    width: 100%;

    padding:
        15px
        25px
        22px;

    background:
        #020408;

    border-top:
        1px solid
        rgba(148,163,184,.05);

    z-index: 30;
}

.market-bar-title {
    max-width: 1400px;

    margin:
        0 auto 8px;

    color: #475569;

    font-size: 8px;

    line-height: 1;

    letter-spacing: 2px;
}


/* =========================================================
   MARKET BAR
========================================================= */

#market-bar-items {
    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    align-items: stretch;

    gap: 8px;

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0;

    overflow-x: auto;

    overflow-y: hidden;

    scrollbar-width: none;

    -ms-overflow-style: none;

    user-select: none;

    -webkit-user-select: none;

    touch-action: pan-x;

    -webkit-overflow-scrolling: touch;

    overscroll-behavior-x: contain;
}

#market-bar-items::-webkit-scrollbar {
    display: none;
}


/* =========================================================
   SESSION
========================================================= */

.market-session {
    position: relative;

    flex:
        0 0 115px;

    width: 115px;

    min-width: 115px;

    min-height: 65px;

    padding:
        9px 10px;

    border:
        1px solid
        rgba(148,163,184,.09);

    border-radius: 9px;

    background:
        rgba(15,23,42,.45);

    color: #ffffff;

    cursor: pointer;

    text-align: left;

    appearance: none;

    -webkit-appearance: none;

    transition:
        border-color .15s ease,
        background .15s ease,
        transform .15s ease;
}

.market-session:hover {
    border-color:
        rgba(56,189,248,.30);

    background:
        rgba(15,23,42,.65);

    transform:
        translateY(-1px);
}

.market-session.selected {
    border-color:
        rgba(56,189,248,.55);

    background:
        rgba(15,23,42,.75);
}

.session-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 6px;
}

.session-name {
    min-width: 0;

    color: #ffffff;

    font-size: 8px;

    font-weight: 600;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.session-change {
    color: #10b981;

    font-size: 7px;

    font-weight: 700;

    white-space: nowrap;
}

.session-change.negative {
    color: #f87171;
}

.session-time {
    display: block;

    margin-top: 6px;

    color: #64748b;

    font-size: 6.5px;

    line-height: 1.2;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.session-status {
    display: block;

    margin-top: 5px;

    color: #10b981;

    font-size: 6px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .5px;
}

.session-status.closed {
    color: #64748b;
}


/* =========================================================
   GLOBE TOOLTIP
========================================================= */

.scene-tooltip {
    position: absolute !important;

    max-width: 190px !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    box-shadow: none !important;

    pointer-events: none !important;
}

.markunox-tooltip {
    display: flex;

    flex-direction: column;

    gap: 4px;

    min-width: 105px;

    padding:
        9px 11px;

    border:
        1px solid
        rgba(56,189,248,.30);

    border-radius: 8px;

    background:
        rgba(3,8,18,.95);

    box-shadow:
        0 12px 30px
        rgba(0,0,0,.45);

    color: #ffffff;

    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.markunox-tooltip strong {
    color: #ffffff;

    font-size: 10px;

    line-height: 1.1;

    font-weight: 700;
}

.markunox-tooltip span {
    font-size: 7px;

    font-weight: 700;

    letter-spacing: .7px;
}

.markunox-tooltip span.open {
    color: #10b981;
}

.markunox-tooltip span.closed {
    color: #64748b;
}

.markunox-tooltip small {
    color: #64748b;

    font-size: 6px;
}


/* =========================================================
   WORDPRESS SAFETY
========================================================= */

#markunox-app,
#markunox-app * {
    max-width: none;
}

#markunox-globe img {
    max-width: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {

    #globe-section {
        height: 70svh;

        min-height: 500px;
    }

    #markunox-topbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    #market-panel {
        right: 18px;

        width: 280px;
    }

    #market-data-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .market-data-cards {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    #market-sessions {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    html,
    body {
        width: 100%;

        min-width: 0;

        overflow-x: hidden;

        overflow-y: auto;
    }


    #markunox-app {
        width: 100%;

        min-height: 100svh;

        overflow: visible;
    }


    /* =====================================================
       GLOBE
    ====================================================== */

    #globe-section {

        height:
            58svh;

        min-height:
            430px;

        max-height:
            560px;

        overflow: hidden;
    }


    /* =====================================================
       TOP BAR
    ====================================================== */

    #markunox-topbar {

        height: 62px;

        padding:
            14px 12px 0;
    }

    .brand-main {

        font-size: 15px;

        letter-spacing: 2.5px;
    }

    .brand-sub {

        margin-top: 4px;

        font-size: 5.5px;

        letter-spacing: 1.2px;
    }

    .global-status {

        gap: 5px;

        margin-top: 2px;

        font-size: 6px;

        letter-spacing: .7px;
    }

    .status-dot {

        width: 5px;
        height: 5px;

        flex-basis: 5px;
    }


    /* =====================================================
       PANEL
    ====================================================== */

    #market-panel {

        top: 62px;

        right: 8px;

        width:
            min(
                220px,
                calc(100% - 16px)
            );

        max-height:
            calc(100% - 74px);

        padding: 11px;

        border-radius: 10px;
    }

    #close-market-panel {

        top: 7px;
        right: 7px;

        width: 22px;
        height: 22px;

        font-size: 16px;

        line-height: 22px;
    }

    .panel-label {

        margin-bottom: 5px;

        font-size: 6px;

        letter-spacing: 1.3px;
    }

    #panel-market-name {

        padding-right: 27px;

        font-size: 16px;

        line-height: 1.15;
    }

    #panel-market-country {

        margin-top: 3px;

        font-size: 7px;

        letter-spacing: 1.4px;
    }

    #panel-market-status {

        gap: 6px;

        min-height: 27px;

        margin-top: 9px;

        padding: 7px 8px;

        border-radius: 7px;

        font-size: 7px;

        letter-spacing: .6px;
    }

    .panel-status-dot {

        width: 5px;
        height: 5px;

        flex-basis: 5px;
    }


    /* =====================================================
       TIME
    ====================================================== */

    .market-time-grid {

        gap: 5px;

        margin-top: 7px;
    }

    .time-box {

        padding: 7px;

        border-radius: 6px;
    }

    .time-box span {

        font-size: 5px;

        letter-spacing: .5px;
    }

    .time-box strong {

        margin-top: 3px;

        font-size: 9px;
    }


    /* =====================================================
       FINANCIAL
    ====================================================== */

    .financial-section {

        margin-top: 9px;
    }

    .section-title {

        margin-bottom: 5px;

        font-size: 6px;

        letter-spacing: 1.3px;
    }

    .financial-grid {

        gap: 5px;
    }

    .financial-box {

        padding: 7px;

        border-radius: 6px;
    }

    .financial-box span {

        font-size: 5px;

        letter-spacing: .5px;
    }

    .financial-box strong {

        margin-top: 3px;

        font-size: 9px;
    }

    .panel-footer {

        margin-top: 8px;

        padding-top: 7px;

        font-size: 5px;

        letter-spacing: .8px;
    }


    /* =====================================================
       MARKET DATA
    ====================================================== */

    #market-data-section {

        padding:
            28px
            10px
            26px;
    }

    .market-data-header {

        align-items:
            center;

        gap: 10px;

        margin-bottom: 13px;
    }

    .market-data-kicker {

        margin-bottom: 5px;

        font-size: 6px;

        letter-spacing: 1.5px;
    }

    .market-data-header h2 {

        font-size: 17px;

        line-height: 1.15;
    }

    .market-data-live {

        padding:
            6px 8px;

        font-size: 6px;

        letter-spacing: 1px;
    }

    .live-indicator {

        width: 5px;
        height: 5px;
    }


    /* =====================================================
       CARDS
    ====================================================== */

    .market-data-cards {

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap: 7px;
    }

    .market-data-card {

        padding: 9px;

        border-radius: 9px;
    }

    .market-card-name {

        font-size: 8px;
    }

    .market-card-country {

        margin-top: 3px;

        font-size: 5px;

        letter-spacing: .8px;
    }

    .market-card-status {

        padding:
            3px 4px;

        font-size: 4.5px;
    }

    .market-card-price {

        margin-top: 10px;

        font-size: 14px;
    }

    .market-card-change {

        margin-top: 4px;

        font-size: 6px;
    }

    .market-card-grid {

        gap: 4px;

        margin-top: 9px;
    }

    .market-card-stat {

        padding: 5px;

        border-radius: 5px;
    }

    .market-card-stat span {

        font-size: 4.5px;

        letter-spacing: .5px;
    }

    .market-card-stat strong {

        margin-top: 3px;

        font-size: 6px;
    }


    /* =====================================================
       SESSIONS
    ====================================================== */

    #market-sessions {

        padding:
            10px
            10px
            16px;
    }

    .market-bar-title {

        margin-bottom: 6px;

        font-size: 6px;

        letter-spacing: 1.3px;
    }

    #market-bar-items {

        gap: 5px;
    }

    .market-session {

        flex-basis: 91px;

        width: 91px;

        min-width: 91px;

        min-height: 55px;

        padding:
            6px 7px;

        border-radius: 6px;
    }

    .session-name {

        font-size: 6.5px;
    }

    .session-change {

        font-size: 5.5px;
    }

    .session-time {

        margin-top: 4px;

        font-size: 5px;
    }

    .session-status {

        margin-top: 4px;

        font-size: 5px;
    }


    /* =====================================================
       TOOLTIP
    ====================================================== */

    .markunox-tooltip {

        min-width: 92px;

        padding:
            7px 9px;

        border-radius: 7px;
    }

    .markunox-tooltip strong {

        font-size: 8px;
    }

    .markunox-tooltip span {

        font-size: 6px;
    }

    .markunox-tooltip small {

        font-size: 5px;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 380px) {

    #globe-section {

        height: 55svh;

        min-height: 390px;
    }

    #markunox-topbar {

        padding:
            12px 9px 0;
    }

    .brand-main {

        font-size: 13px;

        letter-spacing: 2px;
    }

    .brand-sub {

        font-size: 5px;

        letter-spacing: 1px;
    }

    .global-status {

        font-size: 5.5px;
    }

    #market-panel {

        top: 55px;

        right: 6px;

        width: 195px;

        max-width:
            calc(100% - 12px);
    }

    #panel-market-name {

        font-size: 14px;
    }

    #market-data-section {

        padding-left: 8px;

        padding-right: 8px;
    }

    .market-data-header h2 {

        font-size: 15px;
    }

    .market-card-price {

        font-size: 13px;
    }

}


/* =========================================================
   LANDSCAPE MOBILE
========================================================= */

@media screen and
(max-width: 767px) and
(orientation: landscape) {

    #globe-section {

        height: 82svh;

        min-height: 360px;

        max-height: 500px;
    }

    #markunox-topbar {

        height: 48px;

        padding:
            9px 12px 0;
    }

    #market-panel {

        top: 50px;

        width: 205px;

        max-height:
            calc(100% - 55px);
    }

    #market-data-section {

        padding-top: 20px;
    }
}


/* =========================================================
   TOUCH
========================================================= */

@media (hover:none) and (pointer:coarse) {

    #markunox-globe,
    #markunox-globe canvas {

        touch-action: none;
    }

    .market-data-card:hover {

        transform: none;
    }

    .market-session:hover {

        transform: none;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

button,
.market-data-card {

    -webkit-tap-highlight-color:
        transparent;
}

button:focus-visible,
.market-data-card:focus-visible {

    outline:
        1px solid
        rgba(56,189,248,.65);

    outline-offset: 2px;
}

/* =========================================================
   MARKET PANEL — SCROLL FIX
========================================================= */

#market-panel {
    overflow-y: auto !important;
    overflow-x: hidden !important;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    touch-action: pan-y !important;
    overscroll-behavior-y: contain !important;
    overscroll-behavior-x: none !important;

    -webkit-overflow-scrolling: touch !important;
}

#market-panel::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Keep the panel scrollable on touch devices */
@media (hover: none) and (pointer: coarse) {
    #market-panel {
        touch-action: pan-y !important;
        overflow-y: auto !important;
        overscroll-behavior-y: contain !important;
        -webkit-overflow-scrolling: touch !important;
    }
}
