/* ─── CSS VARIABLES (dark/light) ─── */
:root {
    --bg: #07091A;
    --bg2: #0d1025;
    --surface: rgba(255, 255, 255, .04);
    --border: rgba(255, 255, 255, .08);
    --text: #F0F2FF;
    --muted: rgba(255, 255, 255, .4);
    --acc: #60A5FA;
    --acc-glow: rgba(96, 165, 250, .18);
}

html[data-theme="light"] {
    --bg: #F0F4FF;
    --bg2: #E8EFFE;
    --surface: rgba(0, 0, 0, .04);
    --border: rgba(0, 0, 0, .09);
    --text: #07091A;
    --muted: rgba(0, 0, 0, .45);
    --acc: #2563EB;
    --acc-glow: rgba(37, 99, 235, .15);
}

/* ─── RESET ─── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

/* ─── CUSTOM CURSOR ─── */
body {
    cursor: auto
}

.deh-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    mix-blend-mode: normal
}

.deh-cursor__ring {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--acc);
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .3s, height .3s, border-color .3s, opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    background: var(--acc-glow)
}

.deh-cursor__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--acc);
    position: absolute;
    transform: translate(-50%, -50%);
    transition: none
}

.deh-cursor__icon {
    display: none
}

.deh-cursor.hovering .deh-cursor__ring {
    width: 56px;
    height: 56px;
    border-color: #34D399;
    background: rgba(52, 211, 153, .12)
}

.deh-cursor.clicking .deh-cursor__ring {
    width: 28px;
    height: 28px;
    opacity: .6
}

.deh-trail {
    position: fixed;
    pointer-events: none;
    z-index: 99998;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .4s
}

/* ─── THEME TOGGLE (circular button, inside hero, absolute top-right) ─── */
.deh-toggle-wrap {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 10;
    cursor: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.deh-toggle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    border: 1.5px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    position: relative;
    overflow: hidden;
    transition: background .35s, border-color .35s, transform .25s, box-shadow .35s
}

.deh-toggle-btn:hover {
    transform: scale(1.12);
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .35);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .45), 0 0 0 5px rgba(96, 165, 250, .18)
}

.deh-toggle-btn__moon {
    color: rgba(210, 225, 255, .9);
    transition: opacity .3s, transform .35s
}

.deh-toggle-btn__sun {
    position: absolute;
    color: #FDE68A;
    opacity: 0;
    transform: rotate(-60deg) scale(.5);
    transition: opacity .35s, transform .35s
}

html[data-theme="light"] .deh-toggle-btn {
    background: rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .18)
}

html[data-theme="light"] .deh-toggle-btn__moon {
    opacity: 0;
    transform: rotate(60deg) scale(.5)
}

html[data-theme="light"] .deh-toggle-btn__sun {
    opacity: 1;
    transform: rotate(0deg) scale(1)
}

.deh-toggle-label {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    color: rgba(255, 255, 255, .32);
    transition: color .4s
}

html[data-theme="light"] .deh-toggle-label {
    color: rgba(0, 0, 0, .5)
}

/* ═══════════════════════════════════════
                           LIGHT MODE — comprehensive overrides
                        ════════════════════════════════════════ */
html[data-theme="light"] .deh-hero__h1 {
    color: #07091A
}

html[data-theme="light"] .deh-hero__sub {
    color: rgba(7, 9, 26, .75)
}

html[data-theme="light"] .deh-badge {
    background: rgba(7, 9, 26, .08);
    border-color: rgba(7, 9, 26, .15);
    color: rgba(7, 9, 26, .85)
}

html[data-theme="light"] .deh-stat__n {
    color: #07091A;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .08)
}

html[data-theme="light"] .deh-stat__l {
    color: rgba(7, 9, 26, .6)
}

html[data-theme="light"] .deh-stat+.deh-stat::before {
    background: rgba(7, 9, 26, .15)
}

html[data-theme="light"] .deh-stats {
    background: rgba(7, 9, 26, .06);
    border-color: rgba(7, 9, 26, .12);
    box-shadow: 0 8px 40px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .5)
}

html[data-theme="light"] .deh-cats__label {
    color: rgba(7, 9, 26, .4)
}

html[data-theme="light"] .deh-pill {
    color: rgba(7, 9, 26, .65);
    border-color: rgba(7, 9, 26, .12);
    background: rgba(7, 9, 26, .04)
}

html[data-theme="light"] .deh-pill:hover,
html[data-theme="light"] .deh-pill.active {
    color: #2563EB;
    border-color: rgba(37, 99, 235, .4);
    background: rgba(37, 99, 235, .07)
}

html[data-theme="light"] .deh-search {
    background: rgba(255, 255, 255, .8);
    border-color: rgba(7, 9, 26, .12)
}

html[data-theme="light"] .deh-search svg {
    color: rgba(7, 9, 26, .3)
}

html[data-theme="light"] .deh-search input {
    color: #07091A
}

html[data-theme="light"] .deh-search input::placeholder {
    color: rgba(7, 9, 26, .3)
}

html[data-theme="light"] .deh-jobs__title {
    color: #07091A
}

html[data-theme="light"] .deh-jobs__count {
    color: rgba(7, 9, 26, .4)
}

html[data-theme="light"] .deh-card {
    background: rgba(255, 255, 255, .8);
    border-color: rgba(7, 9, 26, .08)
}

html[data-theme="light"] .deh-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12), 0 0 0 1px rgba(37, 99, 235, .15)
}

html[data-theme="light"] .deh-card__company {
    color: rgba(7, 9, 26, .4)
}

html[data-theme="light"] .deh-card__title {
    color: #07091A
}

html[data-theme="light"] .deh-card__loc {
    color: rgba(7, 9, 26, .35)
}

html[data-theme="light"] .deh-card__arrow {
    background: rgba(7, 9, 26, .06);
    color: rgba(7, 9, 26, .4)
}

html[data-theme="light"] .deh-card__footer {
    border-color: rgba(7, 9, 26, .07)
}

html[data-theme="light"] .deh-card__logo {
    background: rgba(7, 9, 26, .05);
    border-color: rgba(7, 9, 26, .08)
}

html[data-theme="light"] .deh-empty {
    color: rgba(7, 9, 26, .25)
}

html[data-theme="light"] .deh-ticker {
    border-color: rgba(7, 9, 26, .06)
}

html[data-theme="light"] .deh-ticker__label {
    color: rgba(7, 9, 26, .3)
}

html[data-theme="light"] .deh-employer-logo {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(7, 9, 26, .08)
}

html[data-theme="light"] .deh-employer-logo .init {
    color: #2563EB
}

html[data-theme="light"] .deh-cta {
    background: linear-gradient(135deg, #dce8ff 0%, #e8f0ff 100%);
    border-color: rgba(37, 99, 235, .1)
}

html[data-theme="light"] .deh-cta__text h2 {
    color: #07091A
}

html[data-theme="light"] .deh-cta__text p {
    color: rgba(7, 9, 26, .5)
}

html[data-theme="light"] .deh-btn--outline {
    background: rgba(7, 9, 26, .05);
    color: rgba(7, 9, 26, .75);
    border-color: rgba(7, 9, 26, .15)
}

html[data-theme="light"] .deh-btn--outline:hover {
    background: rgba(7, 9, 26, .1);
    color: #07091A
}

html[data-theme="light"] .deh-emp-section .deh-jobs__title {
    color: #07091A
}

html[data-theme="light"] .deh-employer-card {
    background: rgba(255, 255, 255, .8);
    border-color: rgba(7, 9, 26, .08)
}

html[data-theme="light"] .deh-employer-card__name {
    color: #07091A
}

html[data-theme="light"] .deh-employer-card__jobs {
    color: rgba(7, 9, 26, .4)
}

/* ─── FLOATING JOB TAGS ─── */
.deh-ftag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 10px 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    pointer-events: none;
    transition: transform .1s ease-out;
    animation: ftag-drift 10s ease-in-out infinite
}

.deh-ftag__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0
}

html[data-theme="light"] .deh-ftag {
    background: rgba(255, 255, 255, .98);
    border-color: rgba(37, 99, 235, .25);
    color: #07091A;
    box-shadow: 0 2px 16px rgba(0,0,0,.08)
}

@keyframes ftag-drift {

    0%,
    100% {
        transform: translateY(0px) rotate(var(--r, 0deg))
    }

    50% {
        transform: translateY(-14px) rotate(var(--r, 0deg))
    }
}

.deh-wrap {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    transition: background .4s, color .4s;
}

/* ─── HERO ─── */
.deh-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    overflow: hidden
}

.deh-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .45;
    animation: float 8s ease-in-out infinite;
    pointer-events: none
}

.deh-blob--a {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #2563EB, #1e3a8a);
    top: -80px;
    left: -120px;
    animation-delay: 0s
}

.deh-blob--b {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #E63946, #7f1d1d);
    bottom: -60px;
    right: -80px;
    animation-delay: -4s
}

.deh-blob--c {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #0EA5E9, #0369a1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -2s;
    opacity: .25
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-30px) scale(1.05)
    }
}

.deh-hero__content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    width: 100%
}

.deh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 6px 20px;
    border-radius: 100px;
    margin-bottom: 32px;
    backdrop-filter: blur(12px)
}

.deh-hero__h1 {
    font-size: clamp(42px, 7vw, 88px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
    color: #fff;
    margin-bottom: 20px
}

.deh-hero__h1 .acc {
    background: linear-gradient(135deg, #60A5FA, #38BDF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.deh-hero__sub {
    font-size: clamp(15px, 2vw, 18px);
    color: rgba(255, 255, 255, .55);
    max-width: 520px;
    margin: 0 auto 44px;
    line-height: 1.7
}

/* ─── SEARCH BOX ─── */
.deh-search {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border: 1.5px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 8px 8px 8px 24px;
    max-width: 680px;
    margin: 0 auto 48px;
    backdrop-filter: blur(20px);
    transition: border-color .25s, box-shadow .25s;
    gap: 12px
}

.deh-search:focus-within {
    border-color: rgba(96, 165, 250, .6);
    box-shadow: 0 0 0 4px rgba(96, 165, 250, .12)
}

.deh-search svg {
    flex-shrink: 0;
    color: rgba(255, 255, 255, .35)
}

.deh-search input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    min-width: 0
}

.deh-search input::placeholder {
    color: rgba(255, 255, 255, .32)
}

.deh-search-btn {
    flex-shrink: 0;
    background: linear-gradient(135deg, #2563EB, #1d4ed8);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .18s, box-shadow .18s
}

.deh-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, .4)
}

/* ─── STATS ─── */
.deh-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .15)
}

.deh-stat {
    flex: 1;
    padding: 20px 24px;
    position: relative;
    text-align: center
}

.deh-stat+.deh-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, .15)
}

.deh-stat__n {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .2)
}

.deh-stat__l {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: .02em
}

/* ─── CATEGORY PILLS ─── */
.deh-cats {
    padding: 56px 0 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.deh-cats__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 16px;
    padding: 0;
    text-align: center
}

.deh-cats__scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 4px 24px 16px
}

.deh-cats__scroll::-webkit-scrollbar {
    display: none
}

.deh-pill {
    padding: 9px 20px;
    border-radius: 100px;
    border: 1.5px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .7);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap
}

.deh-pill:hover,
.deh-pill.active {
    background: rgba(96, 165, 250, .15);
    border-color: rgba(96, 165, 250, .5);
    color: #60A5FA
}

.deh-pill.active {
    background: rgba(96, 165, 250, .18)
}

/* ─── JOBS SECTION ─── */
.deh-jobs {
    padding: 40px 24px 80px;
    max-width: 1200px;
    margin: 0 auto
}

.deh-jobs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.deh-jobs__title {
    font-size: 22px;
    font-weight: 800;
    color: #fff
}

.deh-jobs__count {
    font-size: 13px;
    color: rgba(255, 255, 255, .4)
}

.deh-jobs__link {
    font-size: 14px;
    font-weight: 600;
    color: #60A5FA;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s
}

.deh-jobs__link:hover {
    gap: 10px
}

/* ─── JOB GRID ─── */
.deh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

/* ─── JOB CARD ─── */
.deh-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, .04);
    border: 1.5px solid rgba(255, 255, 255, .07);
    border-radius: 20px;
    padding: 22px;
    text-decoration: none;
    color: inherit;
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px)
}

.deh-card.visible {
    opacity: 1;
    transform: translateY(0)
}

.deh-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(96, 165, 250, .06), transparent);
    opacity: 0;
    transition: opacity .28s
}

.deh-card:hover {
    border-color: rgba(96, 165, 250, .35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4), 0 0 0 1px rgba(96, 165, 250, .15);
    transform: translateY(-4px)
}

.deh-card:hover::before {
    opacity: 1
}

/* hidden by category filter */
.deh-card.deh-hidden {
    display: none
}

.deh-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px
}

.deh-card__logo {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.deh-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.deh-card__logo-init {
    font-size: 18px;
    font-weight: 900;
    color: #60A5FA
}

.deh-card__meta {
    flex: 1;
    min-width: 0
}

.deh-card__company {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deh-card__type {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
    margin-top: 4px;
    background: rgba(96, 165, 250, .12);
    color: #60A5FA;
    border: 1px solid rgba(96, 165, 250, .2);
    letter-spacing: .03em
}

.deh-card__type--ft {
    background: rgba(52, 211, 153, .1);
    color: #34D399;
    border-color: rgba(52, 211, 153, .2)
}

.deh-card__type--pt {
    background: rgba(251, 191, 36, .1);
    color: #FBBF24;
    border-color: rgba(251, 191, 36, .2)
}

.deh-card__type--fr {
    background: rgba(167, 139, 250, .1);
    color: #A78BFA;
    border-color: rgba(167, 139, 250, .2)
}

.deh-card__title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.deh-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.deh-card__loc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, .35)
}

.deh-card__arrow {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    color: rgba(255, 255, 255, .4)
}

.deh-card:hover .deh-card__arrow {
    background: rgba(96, 165, 250, .2);
    color: #60A5FA;
    transform: translate(2px, -2px)
}

/* no results */
.deh-empty {
    text-align: center;
    padding: 64px 0;
    color: rgba(255, 255, 255, .25);
    font-size: 15px;
    display: none
}

.deh-empty.visible {
    display: block
}

/* ─── CTA STRIP ─── */
.deh-cta {
    background: linear-gradient(135deg, #101728 0%, #0a1020 100%);
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 48px 24px
}

.deh-cta__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.deh-cta__text h2 {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px
}

.deh-cta__text p {
    font-size: 15px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6
}

.deh-cta__btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.deh-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .2s
}

.deh-btn--blue {
    background: linear-gradient(135deg, #2563EB, #1d4ed8);
    color: #fff
}

.deh-btn--blue:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, .4);
    transform: translateY(-1px)
}

.deh-btn--outline {
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .8);
    border: 1.5px solid rgba(255, 255, 255, .12)
}

.deh-btn--outline:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

/* ─── COMPANIES TICKER ─── */
.deh-ticker {
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.deh-ticker__label {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .2);
    margin-bottom: 20px
}

.deh-ticker__track {
    display: flex;
    gap: 48px;
    animation: ticker 28s linear infinite;
    width: max-content
}

.deh-ticker__track:hover {
    animation-play-state: paused
}

.deh-ticker__item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.deh-ticker__logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center
}

.deh-ticker__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.deh-ticker__logo-i {
    font-size: 14px;
    font-weight: 900;
    color: #60A5FA
}

.deh-ticker__name {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .4);
    white-space: nowrap
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ─── SCROLL ANIMATIONS ─── */
.deh-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease
}

.deh-fade.visible {
    opacity: 1;
    transform: translateY(0)
}

/* ─── LIGHT MODE overrides ─── */
html[data-theme="light"] .deh-hero {
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 50%, #dbeafe 100%)
}

html[data-theme="light"] .deh-blob {
    opacity: .22;
    filter: blur(70px)
}

html[data-theme="light"] .deh-hero__h1 .acc {
    background: linear-gradient(135deg, #1d4ed8, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

html[data-theme="light"] .deh-search {
    background: rgba(255, 255, 255, .95);
    border-color: rgba(0, 0, 0, .12);
    box-shadow: 0 4px 20px rgba(0,0,0,.06)
}

html[data-theme="light"] .deh-search input {
    color: #07091A
}

html[data-theme="light"] .deh-stats {
    border-color: rgba(7, 9, 26, .12)
}

html[data-theme="light"] .deh-stat__n,
html[data-theme="light"] .deh-badge,
html[data-theme="light"] .deh-hero__sub {
    color: #07091A
}

html[data-theme="light"] .deh-stat+.deh-stat::before {
    background: rgba(7, 9, 26, .15)
}

html[data-theme="light"] .deh-card {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(0, 0, 0, .08);
    color: #07091A
}

html[data-theme="light"] .deh-card__title {
    color: #07091A
}

html[data-theme="light"] .deh-card__logo {
    background: rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, .06)
}

html[data-theme="light"] .deh-card__footer {
    border-color: rgba(0, 0, 0, .07)
}

html[data-theme="light"] .deh-cta {
    background: #E8EFFE;
    border-top-color: rgba(0, 0, 0, .06);
    border-bottom-color: rgba(0, 0, 0, .06)
}

html[data-theme="light"] .deh-cta__text h2 {
    color: #07091A
}

html[data-theme="light"] .deh-ticker {
    border-top-color: rgba(0, 0, 0, .07)
}

html[data-theme="light"] .deh-ticker__logo,
html[data-theme="light"] .deh-ticker__item {
    filter: none
}

html[data-theme="light"] .deh-cats__scroll .deh-pill {
    background: rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

html[data-theme="light"] .deh-pill:hover,
html[data-theme="light"] .deh-pill.active {
    background: rgba(37, 99, 235, .1);
    border-color: rgba(37, 99, 235, .4);
    color: #2563EB
}

html[data-theme="light"] .deh-jobs__title {
    color: #07091A
}

html[data-theme="light"] .deh-jobs__count {
    color: rgba(0, 0, 0, .45)
}

html[data-theme="light"] .deh-section-label {
    color: rgba(0, 0, 0, .4)
}

html[data-theme="light"] .deh-btn--outline {
    background: rgba(0, 0, 0, .05);
    color: #07091A;
    border-color: rgba(0, 0, 0, .15)
}

html[data-theme="light"] .deh-btn--outline:hover {
    background: rgba(0, 0, 0, .1)
}

/* Ticker names + logos in light mode */
html[data-theme="light"] .deh-ticker__name {
    color: rgba(7, 9, 26, .55)
}

html[data-theme="light"] .deh-ticker__label {
    color: rgba(7, 9, 26, .3)
}

html[data-theme="light"] .deh-ticker__logo {
    background: rgba(7, 9, 26, .05);
    border-color: rgba(7, 9, 26, .1)
}

html[data-theme="light"] .deh-cta__text p {
    color: rgba(7, 9, 26, .55)
}

html[data-theme="light"] .deh-card__company {
    color: rgba(7, 9, 26, .45)
}

html[data-theme="light"] .deh-card__loc {
    color: rgba(7, 9, 26, .38)
}

html[data-theme="light"] .deh-card__arrow {
    background: rgba(7, 9, 26, .06);
    color: rgba(7, 9, 26, .4)
}

/* ─── RESPONSIVE ─── */
@media(max-width:900px) {
    .deh-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .deh-hero__h1 {
        letter-spacing: -1.5px
    }

    .deh-grid {
        grid-template-columns: 1fr
    }

    .deh-cta__inner {
        flex-direction: column;
        text-align: center
    }

    .deh-cta__btns {
        justify-content: center
    }

    .deh-search {
        flex-wrap: wrap
    }

    .deh-stats {
        flex-direction: column
    }

    .deh-stat+.deh-stat::before {
        top: 0;
        left: 20%;
        width: 60%;
        height: 1px
    }

    .deh-ftag {
        display: none
    }
}

/* Empty location dash */
.deh-card__loc-empty {
    color: rgba(255,255,255,.15)
}

html[data-theme="light"] .deh-card__loc-empty {
    color: rgba(7,9,26,.15)
}