﻿:root {
    --bg-core: #030711;
    --bg-grid: #08111f;
    --neon-cyan: #00f5ff;
    --neon-blue: #2b7fff;
    --neon-ice: #b8f6ff;
}

body {
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(43, 127, 255, 0.18), transparent 35%),
        radial-gradient(circle at bottom, rgba(0, 245, 255, 0.12), transparent 30%),
        linear-gradient(135deg, var(--bg-core), #010204 45%, var(--bg-grid));
    font-family: "Courier New", monospace;
    cursor: none;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 245, 255, 0.92) rgba(6, 18, 30, 0.82);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background:
        linear-gradient(180deg, rgba(2, 8, 18, 0.92), rgba(4, 12, 24, 0.78));
    border-left: 1px solid rgba(184, 246, 255, 0.08);
    box-shadow:
        inset 0 0 10px rgba(0, 245, 255, 0.05),
        0 0 10px rgba(43, 127, 255, 0.04);
}

*::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 1px solid rgba(184, 246, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(0, 245, 255, 0.92), rgba(43, 127, 255, 0.88) 52%, rgba(255, 79, 216, 0.82));
    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, 0.12),
        0 0 12px rgba(0, 245, 255, 0.24),
        0 0 18px rgba(255, 79, 216, 0.14);
}

*::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(180deg, rgba(184, 246, 255, 0.98), rgba(0, 245, 255, 0.92) 45%, rgba(255, 79, 216, 0.88));
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, 0.16),
        0 0 16px rgba(0, 245, 255, 0.32),
        0 0 22px rgba(255, 79, 216, 0.18);
}

#cinema-intro {
    position: fixed;
    inset: 0;
    z-index: 1200;
    pointer-events: none;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#cinema-intro.is-hidden {
    display: none;
}

.cinema-intro__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 16vh;
    background:
        linear-gradient(180deg, rgba(1, 2, 6, 0.98), rgba(2, 8, 18, 0.88));
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.cinema-intro__bar--top {
    top: 0;
    border-bottom: 1px solid rgba(184, 246, 255, 0.14);
}

.cinema-intro__bar--bottom {
    bottom: 0;
    border-top: 1px solid rgba(184, 246, 255, 0.14);
}

.cinema-intro__flare {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.2), rgba(0, 245, 255, 0.1) 14%, transparent 34%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    mix-blend-mode: screen;
    opacity: 0;
}

.cinema-intro__title,
.cinema-intro__subtitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.cinema-intro__title {
    top: 43%;
    color: rgba(242, 252, 255, 0.98);
    font-size: clamp(28px, 4.4vw, 72px);
    letter-spacing: 0.34em;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.34),
        0 0 44px rgba(43, 127, 255, 0.2);
}

.cinema-intro__subtitle {
    top: calc(43% + clamp(44px, 5vw, 78px));
    color: rgba(165, 223, 255, 0.68);
    font-size: clamp(10px, 1vw, 13px);
    letter-spacing: 0.5em;
}

canvas {
    display: block;
    filter: contrast(160%) saturate(130%) brightness(1.05);
}

.lang-btn {
    min-width: 64px;
    padding: 8px 12px;
    border: 1px solid rgba(184, 246, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(223, 252, 255, 0.96);
    font: inherit;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.lang-btn.is-active {
    color: #dffcff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(184, 246, 255, 0.9);
    box-shadow: 0 0 24px rgba(0, 245, 255, 0.32);
}

.lang-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 245, 255, 0.4);
}

#gui {
    position: fixed;
    top: 30px;
    left: 30px;
    right: auto;
    max-width: min(320px, calc(100vw - 32px));
    color: var(--neon-cyan);
    text-shadow: none;
    font-weight: 400;
    border: 1px solid rgba(0, 245, 255, 0.22);
    background: linear-gradient(180deg, rgba(0, 10, 18, 0.5), rgba(1, 5, 12, 0.2));
    box-shadow: inset 0 0 30px rgba(0, 245, 255, 0.08), 0 0 30px rgba(43, 127, 255, 0.12);
    padding: 14px 18px;
    backdrop-filter: blur(8px);
    pointer-events: none;
    z-index: 100;
    font-size: clamp(10px, 1.4vw, 12px);
    line-height: 1.7;
    letter-spacing: clamp(1px, 0.35vw, 2px);
}

#signal-hud {
    position: fixed;
    right: 30px;
    bottom: 28px;
    width: min(360px, calc(100vw - 40px));
    padding: 14px 16px 12px;
    color: var(--neon-ice);
    border: 1px solid rgba(0, 245, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(3, 12, 24, 0.76), rgba(1, 6, 14, 0.42)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.14), transparent 35%);
    box-shadow: inset 0 0 28px rgba(0, 245, 255, 0.08), 0 0 34px rgba(43, 127, 255, 0.1);
    backdrop-filter: blur(12px);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    pointer-events: none;
    z-index: 100;
}

.hud-header,
.hud-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.hud-value {
    color: #ff9ce9;
    text-shadow: 0 0 10px rgba(255, 79, 216, 0.45);
}

.hud-chart-wrap {
    position: relative;
    height: 160px;
    margin: 12px 0 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 245, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(0, 245, 255, 0.05), transparent 38%),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.08), transparent 60%);
}

#signal-chart {
    width: 100%;
    height: 100%;
    display: block;
}

.chart-grid-major,
.chart-grid-minor {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.chart-grid-major {
    stroke: rgba(184, 246, 255, 0.22);
    stroke-width: 1;
}

.chart-grid-minor {
    stroke: rgba(0, 245, 255, 0.09);
    stroke-width: 1;
}

.chart-area {
    fill: rgba(0, 245, 255, 0.12);
}

.chart-line,
.chart-glow {
    fill: none;
    stroke: url(#signalStroke);
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.chart-line {
    stroke-width: 2.2;
}

.chart-glow {
    stroke-width: 7;
    opacity: 0.3;
    filter: blur(6px);
}

.chart-scanline {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(234, 255, 255, 0.18), transparent);
    transform: translateX(-100%);
    animation: hud-scan 3.4s linear infinite;
    mix-blend-mode: screen;
}

@keyframes hud-scan {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.glitch-scan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 255, 255, 0.045) 50%),
        linear-gradient(90deg, rgba(0, 245, 255, 0.08), rgba(43, 127, 255, 0.04), rgba(184, 246, 255, 0.06));
    background-size: 100% 3px, 4px 100%;
    opacity: 0.9;
    pointer-events: none;
}

.cursor-core,
.cursor-aura,
.click-burst {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
}

.identity-reveal {
    --reveal-origin-x: 50vw;
    --reveal-origin-y: 50vh;
    position: fixed;
    inset: 0;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 950;
}

.identity-reveal.is-visible {
    opacity: 1;
    animation: reveal-breathe 0.8s ease-out 1;
}

.identity-reveal__shockwave {
    position: absolute;
    left: var(--reveal-origin-x);
    top: var(--reveal-origin-y);
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    border-radius: 50%;
    border: 1px solid rgba(184, 246, 255, 0.85);
    box-shadow:
        0 0 24px rgba(0, 245, 255, 0.8),
        0 0 60px rgba(43, 127, 255, 0.55);
    opacity: 0;
    animation: reveal-shockwave 1.3s cubic-bezier(0.12, 0.82, 0.22, 1) 0.05s forwards;
}

.identity-card {
    position: relative;
    width: min(78vw, 560px);
    min-height: min(78vh, 680px);
    padding: 28px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(4, 12, 24, 0.92), rgba(2, 8, 18, 0.82)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.16), transparent 34%);
    box-shadow:
        inset 0 0 30px rgba(0, 245, 255, 0.1),
        0 0 60px rgba(43, 127, 255, 0.25),
        0 0 120px rgba(0, 0, 0, 0.45);
    clip-path: polygon(0 24px, 24px 0, calc(100% - 34px) 0, 100% 34px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 36px 100%, 0 calc(100% - 36px));
    overflow: hidden;
}

.identity-card::before,
.identity-card::after,
.identity-card__frame::before,
.identity-card__frame::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 245, 255, 0), rgba(0, 245, 255, 0.95), rgba(0, 245, 255, 0));
}

.identity-card::before {
    top: 18px;
    left: -12%;
    width: 58%;
    height: 1px;
}

.identity-card::after {
    bottom: 28px;
    right: -10%;
    width: 46%;
    height: 1px;
}

.identity-card__frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184, 246, 255, 0.26);
    clip-path: polygon(0 20px, 20px 0, calc(100% - 26px) 0, 100% 26px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 28px 100%, 0 calc(100% - 28px));
}

.identity-card__frame::before {
    top: 14px;
    right: 18px;
    width: 32%;
    height: 1px;
}

.identity-card__frame::after {
    left: 18px;
    bottom: 14px;
    width: 28%;
    height: 1px;
}

.identity-card__scan {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent, rgba(184, 246, 255, 0.12), transparent),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 5px);
    mix-blend-mode: screen;
    opacity: 0.55;
    animation: identity-scan 2.1s linear infinite;
}

.identity-card__portrait-wrap {
    position: relative;
    width: min(100%, 420px);
    aspect-ratio: 0.84;
    margin: 18px auto 24px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 245, 255, 0.04)),
        radial-gradient(circle at top, rgba(43, 127, 255, 0.2), transparent 45%);
    box-shadow:
        inset 0 0 28px rgba(0, 245, 255, 0.12),
        0 0 34px rgba(43, 127, 255, 0.18);
    overflow: hidden;
    clip-path: polygon(0 26px, 26px 0, calc(100% - 36px) 0, 100% 36px, 100% calc(100% - 26px), calc(100% - 26px) 100%, 32px 100%, 0 calc(100% - 32px));
}

.identity-card__portrait-wrap::before,
.identity-card__portrait-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.identity-card__portrait-wrap::before {
    background:
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 46%, transparent 52%),
        linear-gradient(180deg, rgba(0, 245, 255, 0.16), transparent 26%, transparent 72%, rgba(255, 79, 216, 0.16));
    mix-blend-mode: screen;
    animation: portrait-slice 4s ease-in-out infinite;
}

.identity-card__portrait-wrap::after {
    border: 1px solid rgba(184, 246, 255, 0.32);
    transform: scale(0.96);
}

.identity-card__portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: contrast(1.08) saturate(1.12) brightness(0.96);
    transform: scale(1.05);
}

.identity-card__lang-switcher {
    display: none;
}

.identity-card__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: -4px;
    margin-bottom: 4px;
    color: rgba(214, 245, 255, 0.84);
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 600;
    line-height: 1.2;
    text-shadow:
        0 0 12px rgba(43, 127, 255, 0.18),
        0 0 22px rgba(0, 245, 255, 0.12);
}

.identity-card__location .bi {
    color: rgba(76, 255, 236, 0.96);
    font-size: 0.95em;
    text-shadow:
        0 0 12px rgba(76, 255, 236, 0.42),
        0 0 22px rgba(43, 127, 255, 0.22);
}

.identity-reveal__lang-switcher {
    position: absolute;
    top: 118px;
    left: -360px;
    display: grid;
    gap: 10px;
    padding: 14px 10px;
    border: 1px solid rgba(0, 245, 255, 0.26);
    background:
        linear-gradient(180deg, rgba(3, 10, 20, 0.95), rgba(1, 7, 14, 0.82)),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.16), transparent 70%);
    box-shadow:
        inset 0 0 24px rgba(0, 245, 255, 0.08),
        0 0 30px rgba(43, 127, 255, 0.18);
    clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
    pointer-events: auto;
}

.identity-reveal__lang-switcher::before,
.identity-reveal__lang-switcher::after {
    content: "";
    position: absolute;
    right: -28px;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 245, 255, 0.9), rgba(0, 245, 255, 0));
}

.identity-reveal__lang-switcher::before {
    top: 22px;
}

.identity-reveal__lang-switcher::after {
    bottom: 22px;
}

.identity-reveal__lang-switcher .lang-btn {
    min-width: 112px;
    border-color: rgba(184, 246, 255, 0.22);
    background: rgba(255, 255, 255, 0.025);
    pointer-events: auto;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

.identity-reveal__lang-switcher .lang-btn::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(184, 246, 255, 0.32);
    box-shadow: 0 0 0 rgba(0, 245, 255, 0);
}

.identity-reveal__lang-switcher .lang-btn.is-active::before {
    background: #7dff9b;
    box-shadow: 0 0 10px rgba(125, 255, 155, 0.95), 0 0 18px rgba(125, 255, 155, 0.7);
}

.identity-card__quick-message {
    position: absolute;
    left: 20px;
    bottom: 28px;
    display: inline-grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 167, 231, 0.22);
    background:
        linear-gradient(180deg, rgba(10, 12, 24, 0.94), rgba(4, 8, 18, 0.88)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.12), transparent 36%);
    box-shadow:
        inset 0 0 18px rgba(255, 79, 216, 0.05),
        0 0 22px rgba(43, 127, 255, 0.12);
    clip-path: polygon(0 12px, 12px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 14px 100%, 0 calc(100% - 14px));
    color: rgba(246, 251, 255, 0.96);
    text-decoration: none;
    pointer-events: auto;
    z-index: 2;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.identity-card__quick-message:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 167, 231, 0.38);
    box-shadow:
        inset 0 0 20px rgba(255, 79, 216, 0.08),
        0 0 28px rgba(255, 79, 216, 0.12);
}

.identity-card__quick-message-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid rgba(184, 246, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 193, 239, 0.96);
    box-shadow:
        inset 0 0 12px rgba(255, 79, 216, 0.05),
        0 0 12px rgba(255, 79, 216, 0.08);
}

.identity-card__quick-message-icon .bi {
    font-size: 15px;
}

.identity-card__quick-message-label {
    font-family: "Tajawal", "Courier New", monospace;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-shadow:
        0 0 12px rgba(255, 79, 216, 0.18),
        0 0 20px rgba(43, 127, 255, 0.12);
}

.identity-card__quick-composer {
    position: absolute;
    left: 20px;
    bottom: 82px;
    width: min(280px, calc(100% - 40px));
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 167, 231, 0.2);
    background:
        linear-gradient(180deg, rgba(8, 12, 24, 0.96), rgba(4, 8, 18, 0.92)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.1), transparent 34%);
    box-shadow:
        inset 0 0 20px rgba(255, 79, 216, 0.05),
        0 0 26px rgba(43, 127, 255, 0.14);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 16px 100%, 0 calc(100% - 16px));
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.96);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 3;
}

.identity-card__quick-composer.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.identity-card__quick-composer-close {
    justify-self: end;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(240, 250, 255, 0.9);
    font-size: 18px;
    cursor: pointer;
}

.identity-card__quick-thread {
    display: grid;
    gap: 10px;
    max-height: 160px;
    padding: 2px;
    overflow-y: auto;
}

.identity-card__quick-thread-empty {
    padding: 14px 12px;
    border: 1px dashed rgba(184, 246, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(184, 246, 255, 0.56);
    font: 600 12px/1.7 "Tajawal", "Courier New", monospace;
    text-align: center;
}

.identity-card__quick-bubble {
    max-width: 88%;
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border: 1px solid rgba(184, 246, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

.identity-card__quick-bubble--sender {
    justify-self: end;
    border-color: rgba(255, 167, 231, 0.22);
    background:
        linear-gradient(180deg, rgba(255, 79, 216, 0.12), rgba(43, 127, 255, 0.08)),
        rgba(255, 255, 255, 0.03);
}

.identity-card__quick-bubble--recipient {
    justify-self: start;
    border-color: rgba(0, 245, 255, 0.2);
    background:
        linear-gradient(180deg, rgba(0, 245, 255, 0.1), rgba(43, 127, 255, 0.06)),
        rgba(255, 255, 255, 0.03);
}

.identity-card__quick-bubble-text {
    color: rgba(246, 251, 255, 0.96);
    font: 500 13px/1.8 "Tajawal", "Courier New", monospace;
    white-space: pre-wrap;
    word-break: break-word;
}

.identity-card__quick-bubble-time {
    color: rgba(184, 246, 255, 0.46);
    font: 600 10px/1 "Tajawal", "Courier New", monospace;
}

.identity-card__quick-composer-text {
    min-height: 110px;
    padding: 12px;
    border: 1px solid rgba(184, 246, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(246, 251, 255, 0.96);
    font: 500 14px/1.7 "Tajawal", "Courier New", monospace;
    resize: vertical;
    outline: none;
}

.identity-card__quick-composer-text::placeholder {
    color: rgba(214, 245, 255, 0.42);
}

.identity-card__quick-composer-attach {
    display: inline-grid;
    place-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px dashed rgba(184, 246, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(214, 245, 255, 0.82);
    font: 700 13px/1.3 "Tajawal", "Courier New", monospace;
    text-align: center;
    cursor: pointer;
}

.identity-card__quick-composer-file {
    display: none;
}

.identity-card__quick-composer-note {
    min-height: 18px;
    color: rgba(184, 246, 255, 0.62);
    font: 600 11px/1.5 "Tajawal", "Courier New", monospace;
    text-align: center;
}

.identity-card__quick-composer-send {
    min-height: 42px;
    border: 1px solid rgba(255, 167, 231, 0.24);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 79, 216, 0.14), rgba(43, 127, 255, 0.08)),
        rgba(255, 255, 255, 0.03);
    color: rgba(248, 252, 255, 0.96);
    font: 800 13px/1 "Tajawal", "Courier New", monospace;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.identity-card__quick-composer-send:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 167, 231, 0.4);
    box-shadow:
        inset 0 0 18px rgba(255, 79, 216, 0.08),
        0 0 20px rgba(255, 79, 216, 0.12);
}

.identity-reveal__bio {
    --bio-rotate-x: 0deg;
    --bio-rotate-y: 0deg;
    --bio-glow-x: 50%;
    --bio-glow-y: 50%;
    --bio-accent: rgba(0, 245, 255, 0.42);
    --bio-accent-strong: rgba(184, 246, 255, 0.92);
    --bio-surface-top: rgba(3, 10, 20, 0.95);
    --bio-surface-bottom: rgba(1, 7, 14, 0.82);
    position: absolute;
    top: 118px;
    left: 0;
    width: min(240px, 20vw);
    min-height: 110px;
    padding: 18px 18px 16px 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 245, 255, 0.26);
    background:
        linear-gradient(180deg, var(--bio-surface-top), var(--bio-surface-bottom)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.12), transparent 36%),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.16), transparent 70%);
    box-shadow:
        inset 0 0 24px rgba(0, 245, 255, 0.08),
        0 0 30px rgba(43, 127, 255, 0.18);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 22px 100%, 0 calc(100% - 24px));
    pointer-events: auto;
    overflow: hidden;
    appearance: none;
    text-align: left;
    cursor: pointer;
    transform: perspective(1000px) rotateX(var(--bio-rotate-x)) rotateY(var(--bio-rotate-y));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.identity-reveal__bio::before,
.identity-reveal__bio::after {
    content: "";
    position: absolute;
    left: -28px;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 245, 255, 0), var(--bio-accent-strong));
}

.identity-reveal__bio::selection {
    background: transparent;
}

.identity-reveal__bio::marker {
    content: "";
}

.identity-reveal__bio::before {
    top: 22px;
}

.identity-reveal__bio::after {
    bottom: 22px;
}

.identity-reveal__bio::backdrop {
    display: none;
}

.identity-reveal__bio-label {
    position: relative;
    display: block;
    margin-bottom: 14px;
    color: var(--bio-accent-strong);
    font-size: 30px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
    letter-spacing: 0;
    text-transform: none;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.55),
        0 0 34px rgba(43, 127, 255, 0.32);
    text-align: center;
}

.identity-reveal__bio-text {
    position: relative;
    margin: 0;
    color: rgba(223, 252, 255, 0.9);
    min-height: 2.2em;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.82;
}

.identity-reveal__bio-text:empty::after {
    content: "........";
    letter-spacing: 4px;
    color: rgba(184, 246, 255, 0.34);
}

.identity-reveal__bio-status {
    position: absolute;
    top: 12px;
    right: 18px;
    color: var(--bio-accent);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.identity-reveal__bio-chrome {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--bio-glow-x) var(--bio-glow-y), color-mix(in srgb, var(--bio-accent-strong) 28%, transparent), transparent 28%);
}

.identity-reveal__bio-node {
    position: absolute;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bio-accent-strong);
    box-shadow: 0 0 10px color-mix(in srgb, var(--bio-accent-strong) 80%, transparent);
}

.identity-reveal__bio-node--top {
    top: 18px;
}

.identity-reveal__bio-node--mid {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 79, 216, 0.9);
    box-shadow: 0 0 12px rgba(255, 79, 216, 0.65);
}

.identity-reveal__bio-node--bottom {
    bottom: 18px;
}

.identity-reveal__bio-trace {
    position: absolute;
    left: 14px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, var(--bio-accent-strong), rgba(255, 79, 216, 0.55), var(--bio-accent-strong));
    opacity: 0.9;
}

.identity-reveal__bio-bar {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: flex-end;
    height: 22px;
    margin-bottom: 14px;
}

.identity-reveal__bio-bar span {
    display: block;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bio-accent-strong), color-mix(in srgb, var(--bio-accent) 60%, transparent));
    box-shadow: 0 0 10px color-mix(in srgb, var(--bio-accent) 45%, transparent);
    animation: bio-bars 1.8s ease-in-out infinite;
}

.identity-reveal__bio-bar span:nth-child(1) {
    height: 16px;
}

.identity-reveal__bio-bar span:nth-child(2) {
    height: 11px;
    animation-delay: 0.2s;
}

.identity-reveal__bio-bar span:nth-child(3) {
    height: 14px;
    animation-delay: 0.4s;
}

.identity-reveal__bio.is-hovered {
    --bio-accent: rgba(255, 79, 216, 0.52);
    --bio-accent-strong: rgba(255, 193, 239, 0.96);
    --bio-surface-top: rgba(12, 8, 22, 0.96);
    --bio-surface-bottom: rgba(5, 7, 18, 0.88);
    border-color: rgba(184, 246, 255, 0.48);
    box-shadow:
        inset 0 0 28px rgba(0, 245, 255, 0.14),
        0 0 34px rgba(43, 127, 255, 0.24);
}

.identity-reveal__bio.is-hovered .identity-reveal__bio-label {
    text-shadow:
        0 0 22px rgba(184, 246, 255, 0.72),
        0 0 40px rgba(43, 127, 255, 0.4);
}

.identity-reveal__bio.is-active {
    --bio-accent: rgba(255, 170, 92, 0.58);
    --bio-accent-strong: rgba(255, 232, 178, 0.98);
    --bio-surface-top: rgba(18, 11, 4, 0.96);
    --bio-surface-bottom: rgba(10, 7, 3, 0.88);
    border-color: rgba(255, 79, 216, 0.55);
    background:
        linear-gradient(180deg, var(--bio-surface-top), var(--bio-surface-bottom)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.2), transparent 40%),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.18), transparent 72%);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.12),
        0 0 40px rgba(255, 79, 216, 0.16),
        0 0 54px rgba(43, 127, 255, 0.16);
}

.identity-reveal__bio.is-active .identity-reveal__bio-node--mid {
    animation: bio-node-pulse 1.2s ease-in-out infinite;
}

.identity-reveal__bio.is-active .identity-reveal__bio-bar span {
    animation-duration: 0.9s;
}

.identity-reveal__bio.is-arabic {
    text-align: right;
    direction: rtl;
}

.identity-reveal__bio.is-empty {
    justify-content: center;
}

.identity-reveal__bio.is-empty .identity-reveal__bio-label {
    margin: 0;
}

.identity-reveal__bio.is-empty .identity-reveal__bio-bar,
.identity-reveal__bio.is-empty .identity-reveal__bio-text {
    display: none;
}

.identity-reveal__bio--focus {
    top: 118px;
    left: 0;
}

.identity-reveal__bio.is-arabic {
    padding: 18px 26px 16px 18px;
}

.identity-reveal__bio.is-arabic .identity-reveal__bio-node {
    left: auto;
    right: 12px;
}

.identity-reveal__bio.is-arabic .identity-reveal__bio-trace {
    left: auto;
    right: 14px;
}

.identity-reveal__work {
    --bio-rotate-x: 0deg;
    --bio-rotate-y: 0deg;
    --bio-glow-x: 50%;
    --bio-glow-y: 50%;
    --bio-accent: rgba(0, 245, 255, 0.42);
    --bio-accent-strong: rgba(184, 246, 255, 0.92);
    --bio-surface-top: rgba(3, 10, 20, 0.95);
    --bio-surface-bottom: rgba(1, 7, 14, 0.82);
    position: absolute;
    top: 118px;
    left: 0;
    width: min(240px, 20vw);
    min-height: 110px;
    padding: 18px 18px 16px 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 245, 255, 0.26);
    background:
        linear-gradient(180deg, var(--bio-surface-top), var(--bio-surface-bottom)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.12), transparent 36%),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.16), transparent 70%);
    box-shadow:
        inset 0 0 24px rgba(0, 245, 255, 0.08),
        0 0 30px rgba(43, 127, 255, 0.18);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 22px 100%, 0 calc(100% - 24px));
    pointer-events: auto;
    overflow: hidden;
    appearance: none;
    text-align: left;
    cursor: pointer;
    transform: perspective(1000px) rotateX(var(--bio-rotate-x)) rotateY(var(--bio-rotate-y));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.identity-reveal__work::before,
.identity-reveal__work::after {
    content: "";
    position: absolute;
    left: -28px;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 245, 255, 0), var(--bio-accent-strong));
}

.identity-reveal__work::before {
    top: 22px;
}

.identity-reveal__work::after {
    bottom: 22px;
}

.identity-reveal__work-label {
    position: relative;
    display: block;
    margin-bottom: 14px;
    color: var(--bio-accent-strong);
    font-size: 26px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.55),
        0 0 34px rgba(43, 127, 255, 0.32);
    text-align: center;
    transition: text-shadow 180ms ease, transform 180ms ease;
}

.identity-reveal__work-text {
    position: relative;
    margin: 0;
    color: rgba(223, 252, 255, 0.9);
    min-height: 2.2em;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.82;
}

.identity-reveal__work-status {
    position: absolute;
    top: 12px;
    right: 18px;
    color: var(--bio-accent);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.identity-reveal__work-mark {
    position: absolute;
    top: 14px;
    left: 38px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--bio-accent-strong) 26%, transparent);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.identity-reveal__work-mark img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.14));
}

.identity-reveal__work-chrome {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--bio-glow-x) var(--bio-glow-y), color-mix(in srgb, var(--bio-accent-strong) 28%, transparent), transparent 28%);
}

.identity-reveal__work-node {
    position: absolute;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bio-accent-strong);
    box-shadow: 0 0 10px color-mix(in srgb, var(--bio-accent-strong) 80%, transparent);
}

.identity-reveal__work-node--top {
    top: 18px;
}

.identity-reveal__work-node--mid {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 79, 216, 0.9);
    box-shadow: 0 0 12px rgba(255, 79, 216, 0.65);
}

.identity-reveal__work-node--bottom {
    bottom: 18px;
}

.identity-reveal__work-trace {
    position: absolute;
    left: 14px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, var(--bio-accent-strong), rgba(255, 79, 216, 0.55), var(--bio-accent-strong));
    opacity: 0.9;
}

.identity-reveal__work-bar {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: flex-end;
    height: 22px;
    margin-bottom: 14px;
}

.identity-reveal__work-bar span {
    display: block;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bio-accent-strong), color-mix(in srgb, var(--bio-accent) 60%, transparent));
    box-shadow: 0 0 10px color-mix(in srgb, var(--bio-accent) 45%, transparent);
    animation: bio-bars 1.8s ease-in-out infinite;
}

.identity-reveal__work-bar span:nth-child(1) {
    height: 16px;
}

.identity-reveal__work-bar span:nth-child(2) {
    height: 11px;
    animation-delay: 0.2s;
}

.identity-reveal__work-bar span:nth-child(3) {
    height: 14px;
    animation-delay: 0.4s;
}

.identity-reveal__work.is-hovered {
    --bio-accent: rgba(255, 79, 216, 0.52);
    --bio-accent-strong: rgba(255, 193, 239, 0.96);
    --bio-surface-top: rgba(12, 8, 22, 0.96);
    --bio-surface-bottom: rgba(5, 7, 18, 0.88);
    border-color: rgba(184, 246, 255, 0.48);
    box-shadow:
        inset 0 0 28px rgba(0, 245, 255, 0.14),
        0 0 34px rgba(43, 127, 255, 0.24);
}

.identity-reveal__work.is-hovered .identity-reveal__work-label {
    transform: translateY(-1px);
    text-shadow:
        0 0 22px rgba(184, 246, 255, 0.72),
        0 0 40px rgba(43, 127, 255, 0.4);
}

.identity-reveal__work.is-active {
    --bio-accent: rgba(255, 170, 92, 0.58);
    --bio-accent-strong: rgba(255, 232, 178, 0.98);
    --bio-surface-top: rgba(18, 11, 4, 0.96);
    --bio-surface-bottom: rgba(10, 7, 3, 0.88);
    border-color: rgba(255, 79, 216, 0.55);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.12),
        0 0 40px rgba(255, 79, 216, 0.16),
        0 0 54px rgba(43, 127, 255, 0.16);
}

.identity-reveal__work.is-active .identity-reveal__work-node--mid {
    animation: bio-node-pulse 1.2s ease-in-out infinite;
}

.identity-reveal__work.is-active .identity-reveal__work-bar span {
    animation-duration: 0.9s;
}

.identity-reveal__work.is-arabic {
    text-align: right;
    direction: rtl;
    padding: 18px 26px 16px 18px;
}

.identity-reveal__work.is-arabic .identity-reveal__work-node {
    left: auto;
    right: 12px;
}

.identity-reveal__work.is-arabic .identity-reveal__work-status {
    right: auto;
    left: 18px;
}

.identity-reveal__work.is-arabic .identity-reveal__work-trace {
    left: auto;
    right: 14px;
}

.identity-reveal__work.is-arabic .identity-reveal__work-mark {
    left: auto;
    right: 38px;
}

.identity-reveal__work.is-empty {
    justify-content: center;
}

.identity-reveal__work.is-empty .identity-reveal__work-label {
    margin: 0;
}

.identity-reveal__work.is-empty .identity-reveal__work-bar,
.identity-reveal__work.is-empty .identity-reveal__work-text,
.identity-reveal__work.is-empty .identity-reveal__work-status {
    display: none;
}

.identity-reveal__work.is-empty .identity-reveal__work-mark {
    display: none;
}

.identity-reveal__work--current-role {
    --bio-accent: rgba(255, 79, 216, 0.42);
    --bio-accent-strong: rgba(255, 211, 239, 0.95);
    --bio-surface-top: rgba(18, 8, 18, 0.95);
    --bio-surface-bottom: rgba(10, 6, 14, 0.84);
    border-color: rgba(255, 79, 216, 0.3);
    background:
        linear-gradient(180deg, var(--bio-surface-top), var(--bio-surface-bottom)),
        radial-gradient(circle at top right, rgba(0, 245, 255, 0.12), transparent 36%),
        radial-gradient(circle at center, rgba(255, 79, 216, 0.16), transparent 70%);
    box-shadow:
        inset 0 0 24px rgba(255, 79, 216, 0.08),
        0 0 30px rgba(255, 79, 216, 0.16);
}

.identity-reveal__work--current-role .identity-reveal__work-text {
    min-height: 3.4em;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.6;
}

.identity-reveal__work--current-role .identity-reveal__work-label {
    font-size: 22px;
}

.identity-reveal__bio--focus .identity-reveal__bio-label {
    font-size: 24px;
}

.identity-reveal__work--current-role.is-hovered {
    --bio-accent: rgba(0, 245, 255, 0.48);
    --bio-accent-strong: rgba(214, 251, 255, 0.98);
    --bio-surface-top: rgba(5, 16, 24, 0.96);
    --bio-surface-bottom: rgba(4, 10, 17, 0.88);
    border-color: rgba(0, 245, 255, 0.48);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.1),
        0 0 34px rgba(0, 245, 255, 0.2);
}

.identity-reveal__work--current-role.is-active {
    --bio-accent: rgba(255, 204, 104, 0.56);
    --bio-accent-strong: rgba(255, 240, 194, 0.98);
    --bio-surface-top: rgba(20, 12, 6, 0.96);
    --bio-surface-bottom: rgba(11, 7, 5, 0.88);
    border-color: rgba(255, 204, 104, 0.46);
    box-shadow:
        inset 0 0 28px rgba(255, 204, 104, 0.1),
        0 0 36px rgba(255, 79, 216, 0.14);
}

.identity-reveal__detail-world {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 965;
}

.identity-reveal__detail-world.is-visible {
    opacity: 1;
}

.identity-reveal__detail-world-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(11, 30, 58, 0.14), rgba(1, 7, 14, 0.62) 52%, rgba(0, 0, 0, 0.82)),
        linear-gradient(180deg, rgba(0, 245, 255, 0.03), rgba(255, 79, 216, 0.04));
    backdrop-filter: blur(8px);
}

.identity-reveal__detail-world-viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.identity-reveal__detail-world-surface {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    will-change: transform;
}

.identity-reveal__detail-world-grid,
.identity-reveal__detail-world-orbit {
    position: absolute;
    pointer-events: none;
}

.identity-reveal__detail-world-grid {
    inset: 0;
    background:
        linear-gradient(rgba(184, 246, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(184, 246, 255, 0.06) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(0, 245, 255, 0.1), transparent 48%);
    background-size: 68px 68px, 68px 68px, 100% 100%;
    mask-image: radial-gradient(circle at center, black 38%, transparent 88%);
    opacity: 0.5;
}

.identity-reveal__detail-world-orbit {
    border: 1px solid rgba(0, 245, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(43, 127, 255, 0.08);
}

.identity-reveal__detail-world-orbit--one {
    width: 560px;
    height: 560px;
    top: 280px;
    left: 440px;
}

.identity-reveal__detail-world-orbit--two {
    width: 980px;
    height: 980px;
    top: 120px;
    left: 640px;
}

.identity-reveal__bio-insights {
    position: absolute;
    top: 118px;
    left: 0;
    width: min(210px, 18vw);
    min-height: 188px;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 968;
    transform-origin: center;
    animation: insight-space-float 8s ease-in-out infinite;
}

.identity-reveal__bio-insights.is-visible {
    opacity: 1;
}

.identity-reveal__bio-insights-frame {
    display: none;
}

.identity-reveal__bio-insights-status {
    position: absolute;
    top: 8px;
    right: 0;
    color: rgba(0, 245, 255, 0.72);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.identity-reveal__bio-insights-title {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.96);
    font-size: 18px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
    text-shadow:
        0 0 16px rgba(184, 246, 255, 0.4),
        0 0 30px rgba(43, 127, 255, 0.28);
    white-space: nowrap;
}

.identity-reveal__bio-insights-chart {
    position: relative;
    display: grid;
    gap: 0;
    padding-top: 16px;
}

.identity-reveal__bio-radar {
    position: relative;
    display: grid;
    place-items: center;
}

.identity-reveal__bio-radar-core {
    position: relative;
    width: 174px;
    height: 174px;
    display: grid;
    place-items: center;
    margin: 0 auto;
}

.identity-reveal__bio-radar-core::before,
.identity-reveal__bio-radar-core::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.identity-reveal__bio-radar-core::before {
    border: 1px solid rgba(0, 245, 255, 0.24);
    box-shadow: 0 0 22px rgba(43, 127, 255, 0.18);
    animation: insight-orbit-spin 14s linear infinite;
}

.identity-reveal__bio-radar-core::after {
    inset: 16px;
    border: 1px dashed rgba(255, 79, 216, 0.24);
    animation: insight-orbit-spin-reverse 10s linear infinite;
}

.identity-reveal__bio-radar-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    filter: drop-shadow(0 0 12px rgba(0, 245, 255, 0.24));
}

.identity-reveal__bio-radar-grid {
    fill: none;
    stroke: rgba(184, 246, 255, 0.14);
    stroke-width: 1;
}

.identity-reveal__bio-ring-set {
    transform-origin: 120px 120px;
    transform: rotate(var(--ring-rotation));
    animation: insight-orbit-spin 12s linear infinite;
}

.identity-reveal__bio-ring-track {
    fill: none;
    stroke: rgba(184, 246, 255, 0.08);
    stroke-width: 8;
}

.identity-reveal__bio-ring-arc {
    fill: none;
    stroke: url(#signalStroke);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: var(--ring-length) var(--ring-gap);
}

.identity-reveal__bio-ring-node {
    fill: #7dff9b;
    filter: drop-shadow(0 0 8px rgba(125, 255, 155, 0.95));
}

.identity-reveal__bio-label-orbit {
    animation: insight-orbit-spin-reverse 18s linear infinite;
}

.identity-reveal__bio-label-dot {
    fill: rgba(255, 79, 216, 0.92);
    filter: drop-shadow(0 0 6px rgba(255, 79, 216, 0.8));
}

.identity-reveal__bio-radar-center {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 1px solid rgba(184, 246, 255, 0.14);
    background: radial-gradient(circle at center, rgba(5, 20, 38, 0.74), rgba(1, 8, 16, 0.18));
    box-shadow:
        inset 0 0 18px rgba(0, 245, 255, 0.06),
        0 0 22px rgba(43, 127, 255, 0.08);
    backdrop-filter: blur(4px);
}

.identity-reveal__bio-radar-percent {
    color: rgba(255, 255, 255, 0.96);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.identity-reveal__bio-radar-caption {
    color: rgba(184, 246, 255, 0.74);
    font-size: 10px;
    letter-spacing: 1.8px;
    line-height: 1;
    text-align: center;
}

.identity-reveal__bio-insight-legend {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.identity-reveal__bio-insight-row {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    white-space: nowrap;
    text-shadow:
        0 0 12px rgba(0, 245, 255, 0.26),
        0 0 22px rgba(43, 127, 255, 0.16);
}

.identity-reveal__bio-insight-row::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(125, 255, 155, 0.92);
    box-shadow: 0 0 8px rgba(125, 255, 155, 0.75);
}

.identity-reveal__bio-insight-row--1 {
    top: 26px;
    right: -4px;
}

.identity-reveal__bio-insight-row--2 {
    top: 90px;
    left: -18px;
}

.identity-reveal__bio-insight-row--3 {
    right: -12px;
    bottom: 54px;
}

.identity-reveal__bio-insight-row--4 {
    bottom: 12px;
    left: 4px;
}

.identity-reveal__bio-insight-label {
    color: rgba(223, 252, 255, 0.9);
    font-size: 12px;
    font-weight: 600;
}

.identity-reveal__bio-insight-value {
    color: rgba(184, 246, 255, 0.88);
    font-size: 11px;
    letter-spacing: 1px;
}

.identity-reveal__bio-insights.is-arabic {
    direction: rtl;
    text-align: right;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insights-status {
    right: auto;
    left: 0;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insight-row {
    flex-direction: row-reverse;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insight-row--1 {
    right: auto;
    left: -4px;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insight-row--2 {
    left: auto;
    right: -18px;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insight-row--3 {
    right: auto;
    left: -12px;
}

.identity-reveal__bio-insights.is-arabic .identity-reveal__bio-insight-row--4 {
    left: auto;
    right: 4px;
}

.identity-reveal__bio-story {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(560px, 62vw);
    min-height: 250px;
    padding: 26px 28px 24px;
    border: 1px solid rgba(0, 245, 255, 0.34);
    background:
        linear-gradient(180deg, rgba(5, 12, 26, 0.96), rgba(2, 8, 18, 0.92)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.16), transparent 34%);
    box-shadow:
        inset 0 0 34px rgba(0, 245, 255, 0.08),
        0 0 50px rgba(43, 127, 255, 0.22),
        0 0 90px rgba(0, 0, 0, 0.35);
    clip-path: polygon(0 22px, 22px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 28px 100%, 0 calc(100% - 28px));
    opacity: 0;
    pointer-events: auto;
    z-index: 970;
    transform-style: preserve-3d;
}

.identity-reveal__bio-story.is-visible {
    opacity: 1;
}

.identity-reveal__bio-story-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184, 246, 255, 0.18);
    clip-path: polygon(0 18px, 18px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 22px 100%, 0 calc(100% - 22px));
    pointer-events: none;
}

.identity-reveal__bio-story .identity-reveal__bio-story-close {
    display: none;
}

.identity-reveal__bio-story-close--outer {
    position: absolute;
    top: -42px;
    left: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 245, 255, 0.34);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(184, 246, 255, 0.2), rgba(5, 16, 28, 0.96) 58%, rgba(2, 8, 16, 0.92)),
        linear-gradient(180deg, rgba(0, 245, 255, 0.08), rgba(255, 79, 216, 0.04));
    color: rgba(255, 176, 230, 0.98);
    box-shadow:
        inset 0 0 16px rgba(0, 245, 255, 0.12),
        0 0 18px rgba(0, 245, 255, 0.16),
        0 0 28px rgba(43, 127, 255, 0.12);
    text-shadow:
        0 0 10px rgba(255, 210, 240, 0.84),
        0 0 18px rgba(255, 79, 216, 0.56),
        0 0 28px rgba(255, 79, 216, 0.32),
        0 1px 0 rgba(0, 0, 0, 0.6);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.identity-reveal__bio-story-close--outer::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 10px rgba(255, 255, 255, 0.18),
        0 0 18px rgba(0, 245, 255, 0.34),
        0 0 28px rgba(0, 245, 255, 0.28);
    opacity: 1;
    pointer-events: none;
}

.identity-reveal__bio-story-close--outer.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.identity-reveal__bio-story-close--outer::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px dashed rgba(184, 246, 255, 0.24);
    border-radius: 50%;
    opacity: 0.9;
}

.identity-reveal__bio-story-close--outer:hover {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(255, 79, 216, 0.48);
    box-shadow:
        inset 0 0 18px rgba(0, 245, 255, 0.16),
        0 0 20px rgba(255, 79, 216, 0.18),
        0 0 32px rgba(43, 127, 255, 0.16);
}

.identity-reveal__bio-story-close--outer:active {
    transform: scale(0.96);
}

.identity-reveal__bio-story-label {
    position: relative;
    margin-bottom: 18px;
    padding-inline-start: 28px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.55),
        0 0 34px rgba(43, 127, 255, 0.3);
}

.identity-reveal__bio-story-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #7dff9b;
    box-shadow: 0 0 12px rgba(125, 255, 155, 0.9);
}

.identity-reveal__bio-story-text {
    position: relative;
    margin: 0;
    color: rgba(223, 252, 255, 0.92);
    font-size: 18px;
    line-height: 2;
    text-align: right;
    direction: rtl;
    white-space: pre-wrap;
    padding: 18px 20px 18px 24px;
    border: 1px solid rgba(110, 189, 255, 0.14);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(7, 18, 34, 0.82), rgba(4, 12, 24, 0.7)),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 38px);
    box-shadow:
        inset 0 0 22px rgba(0, 245, 255, 0.05),
        0 0 26px rgba(18, 92, 160, 0.1);
    font-family: "Tajawal", "Courier New", monospace;
    letter-spacing: 0.2px;
}

.identity-reveal__bio-story-text::before {
    content: "BIO.LOG";
    position: absolute;
    top: -11px;
    right: 16px;
    padding: 0 10px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(5, 18, 34, 0.92);
    border: 1px solid rgba(110, 189, 255, 0.18);
    color: rgba(160, 225, 255, 0.75);
    font-size: 10px;
    letter-spacing: 2px;
}

.identity-reveal__bio-story-text::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 10px;
    height: 1.25em;
    border-radius: 2px;
    background: rgba(125, 255, 155, 0.95);
    box-shadow: 0 0 12px rgba(125, 255, 155, 0.45);
    opacity: 0;
}

.identity-reveal__bio-story-text.is-typing::after {
    opacity: 1;
    animation: bio-code-caret 0.75s steps(1) infinite;
}

.identity-reveal__work-story {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Tajawal", "Courier New", monospace;
    width: min(1320px, 90vw);
    min-height: 430px;
    padding: 30px 30px 26px;
    border: 1px solid rgba(125, 255, 155, 0.28);
    background:
        radial-gradient(circle at var(--work-pointer-x, 78%) var(--work-pointer-y, 18%), rgba(255, 255, 255, 0.14), transparent 18%),
        linear-gradient(180deg, rgba(6, 14, 24, 0.97), rgba(2, 8, 16, 0.92)),
        radial-gradient(circle at top left, rgba(125, 255, 155, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255, 79, 216, 0.08), transparent 26%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 26px);
    box-shadow:
        inset 0 0 34px rgba(125, 255, 155, 0.07),
        0 0 44px rgba(0, 245, 255, 0.16),
        0 0 110px rgba(0, 0, 0, 0.38);
    clip-path: polygon(0 20px, 20px 0, calc(100% - 26px) 0, 100% 26px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 24px 100%, 0 calc(100% - 24px));
    opacity: 0;
    pointer-events: none;
    z-index: 970;
    transform-style: preserve-3d;
    overflow: hidden;
}

.identity-reveal__work-story::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%),
        linear-gradient(120deg, rgba(255, 79, 216, 0.08), transparent 40%);
    mix-blend-mode: screen;
    opacity: 0.56;
    pointer-events: none;
}

.identity-reveal__work-story.is-visible {
    opacity: 1;
}

.identity-reveal__work-story-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    clip-path: polygon(0 16px, 16px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 18px 100%, 0 calc(100% - 18px));
    pointer-events: none;
}

.identity-reveal__work-story-glow {
    position: absolute;
    inset: -24px;
    background:
        radial-gradient(circle at 16% 18%, rgba(125, 255, 155, 0.16), transparent 18%),
        radial-gradient(circle at 82% 22%, rgba(255, 79, 216, 0.14), transparent 18%),
        radial-gradient(circle at 50% 100%, rgba(0, 245, 255, 0.14), transparent 24%);
    filter: blur(26px);
    opacity: 0.9;
    pointer-events: none;
}

.identity-reveal__work-story-scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 12px);
    opacity: 0.18;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: work-story-scan 7s linear infinite;
}

.identity-reveal__work-story::before {
    content: "";
    position: absolute;
    top: 116px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgba(125, 255, 155, 0.32), rgba(0, 245, 255, 0.82), rgba(255, 79, 216, 0.28));
    box-shadow: 0 0 18px rgba(0, 245, 255, 0.18);
    pointer-events: none;
}

.identity-reveal__work-story-label {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-inline-start: 24px;
    color: rgba(240, 255, 244, 0.96);
    font-size: 28px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
}

.identity-reveal__work-story-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #7dff9b;
    box-shadow: 0 0 12px rgba(125, 255, 155, 0.8);
}

.identity-reveal__work-story-welcome {
    position: absolute;
    inset: 26px;
    z-index: 3;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    background:
        radial-gradient(circle at center, rgba(7, 17, 28, 0.86), rgba(7, 17, 28, 0.22) 52%, transparent 72%);
    text-align: center;
    pointer-events: none;
}

.identity-reveal__work-story-welcome-kicker {
    color: rgba(125, 255, 155, 0.88);
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.identity-reveal__work-story-welcome-title {
    color: rgba(245, 252, 255, 0.98);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow:
        0 0 18px rgba(0, 245, 255, 0.16),
        0 0 34px rgba(255, 79, 216, 0.12);
}

.identity-reveal__work-story-welcome-subtitle {
    max-width: 520px;
    color: rgba(205, 238, 248, 0.76);
    font-size: 13px;
    letter-spacing: 1.4px;
}

.identity-reveal__work-story-timeline {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-height: min(56vh, 540px);
    padding-right: 4px;
    overflow: auto;
}

.identity-reveal__work-story-hud {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.identity-reveal__work-story-metric-card {
    position: relative;
    padding: 10px 12px 9px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
        radial-gradient(circle at top right, rgba(0, 245, 255, 0.12), transparent 40%);
    clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
    overflow: hidden;
}

.identity-reveal__work-story-metric-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 255, 155, 0.8), transparent);
    opacity: 0.9;
}

.identity-reveal__work-story-metric-label {
    display: block;
    margin-bottom: 6px;
    color: rgba(184, 246, 255, 0.56);
    font-size: 10px;
    letter-spacing: 1.8px;
}

.identity-reveal__work-story-metric-value {
    display: block;
    color: rgba(248, 255, 252, 0.95);
    font-size: 13px;
    letter-spacing: 1.2px;
    text-shadow: 0 0 12px rgba(125, 255, 155, 0.2);
}

.identity-reveal__work-item {
    position: relative;
    min-height: 196px;
    padding: 18px 20px 18px 20px;
    margin-inline-start: 0;
    border: 1px solid rgba(184, 246, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at top right, rgba(125, 255, 155, 0.14), transparent 42%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.028), transparent 42%),
        radial-gradient(circle at 14% 50%, rgba(0, 245, 255, 0.08), transparent 28%);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 18px 100%, 0 calc(100% - 18px));
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.identity-reveal__work-item:hover,
.identity-reveal__work-item:focus-visible {
    transform: translate3d(8px, -2px, 0);
    border-color: rgba(125, 255, 155, 0.32);
    box-shadow:
        inset 0 0 24px rgba(125, 255, 155, 0.05),
        0 16px 28px rgba(0, 0, 0, 0.22),
        0 0 26px rgba(0, 245, 255, 0.08);
    outline: none;
}

.identity-reveal__work-item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7dff9b;
    box-shadow:
        0 0 0 4px rgba(125, 255, 155, 0.1),
        0 0 14px rgba(125, 255, 155, 0.42);
}

.identity-reveal__work-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(184, 246, 255, 0.05), transparent 36%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 22px);
    pointer-events: none;
    opacity: 0.72;
}

.identity-reveal__work-item-orbit {
    position: absolute;
    top: 34px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(184, 246, 255, 0.18);
    box-shadow: inset 0 0 18px rgba(0, 245, 255, 0.1);
    opacity: 0.85;
    pointer-events: none;
}

.identity-reveal__work-item-orbit::before,
.identity-reveal__work-item-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.identity-reveal__work-item-orbit::before {
    inset: 5px;
    border: 1px dashed rgba(125, 255, 155, 0.36);
    animation: work-orbit-spin 5.8s linear infinite;
}

.identity-reveal__work-item-orbit::after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(0, 245, 255, 0.72));
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px rgba(0, 245, 255, 0.52);
}

.identity-reveal__work-item-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.identity-reveal__work-item-period,
.identity-reveal__work-item-location {
    color: rgba(125, 255, 155, 0.92);
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.identity-reveal__work-item-location {
    color: rgba(184, 246, 255, 0.68);
    text-align: end;
}

.identity-reveal__work-item-company {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    border: 1px solid rgba(184, 246, 255, 0.16);
    background: rgba(184, 246, 255, 0.06);
    color: rgba(221, 249, 255, 0.92);
    font-size: 11px;
    letter-spacing: 1.6px;
}

.identity-reveal__work-item-role {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.97);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 0 14px rgba(184, 246, 255, 0.14);
}

.identity-reveal__work-item-summary {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(208, 242, 255, 0.82);
    font-size: 14px;
    line-height: 1.75;
}

.identity-reveal__work-story.is-arabic {
    direction: rtl;
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item {
    padding: 18px 20px 18px 20px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item:hover,
.identity-reveal__work-story.is-arabic .identity-reveal__work-item:focus-visible {
    transform: translate3d(-8px, -2px, 0);
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item::before {
    left: auto;
    right: 18px;
}

.identity-reveal__work-story.is-arabic::before {
    left: 30px;
    right: 30px;
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item-topline {
    flex-direction: row-reverse;
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item-location {
    padding-right: 24px;
}

.identity-reveal__work-story.is-arabic .identity-reveal__work-item-orbit {
    right: auto;
    left: 18px;
}

.identity-reveal__current-role-story {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Tajawal", "Courier New", monospace;
    width: min(620px, 50vw);
    min-height: 320px;
    padding: 28px 28px 24px;
    border: 1px solid rgba(255, 79, 216, 0.28);
    background:
        linear-gradient(180deg, rgba(16, 8, 20, 0.96), rgba(8, 6, 16, 0.9)),
        radial-gradient(circle at top right, rgba(0, 245, 255, 0.12), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 79, 216, 0.14), transparent 30%);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.06),
        0 0 42px rgba(255, 79, 216, 0.14),
        0 0 90px rgba(0, 0, 0, 0.34);
    clip-path: polygon(0 20px, 20px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 22px 100%, 0 calc(100% - 22px));
    opacity: 0;
    pointer-events: none;
    z-index: 970;
}

.identity-reveal__current-role-story.is-visible {
    opacity: 1;
}

.identity-reveal__current-role-story-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 211, 239, 0.14);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 16px 100%, 0 calc(100% - 16px));
    pointer-events: none;
}

.identity-reveal__current-role-story-mark {
    width: 128px;
    height: 128px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    border: 1px solid rgba(255, 211, 239, 0.16);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.03);
}

.identity-reveal__current-role-story-mark img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.identity-reveal__current-role-story-status {
    margin-bottom: 10px;
    color: rgba(255, 211, 239, 0.72);
    font-size: 14px;
    letter-spacing: 2.2px;
    text-align: center;
}

.identity-reveal__current-role-story-title {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.identity-reveal__current-role-story-org {
    margin-bottom: 16px;
    color: rgba(216, 244, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.identity-reveal__current-role-story-meta {
    margin-bottom: 14px;
    color: rgba(255, 211, 239, 0.64);
    font-size: 12px;
    letter-spacing: 1.6px;
    text-align: center;
}

.identity-reveal__current-role-story-fields {
    margin: 0 auto 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 520px;
}

.identity-reveal__current-role-story-field {
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 211, 239, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 79, 216, 0.08), rgba(0, 232, 220, 0.06)),
        rgba(255, 255, 255, 0.02);
    color: rgba(239, 249, 255, 0.92);
    font-size: 13px;
    text-align: center;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.02);
}

.identity-reveal__current-role-story-link {
    width: fit-content;
    min-height: 40px;
    margin: 0 auto;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 232, 220, 0.34);
    background:
        linear-gradient(180deg, rgba(0, 232, 220, 0.18), rgba(0, 232, 220, 0.08)),
        radial-gradient(circle at top center, rgba(160, 255, 248, 0.1), transparent 60%);
    color: rgba(98, 255, 241, 0.98);
    text-shadow:
        0 0 10px rgba(76, 255, 236, 0.32),
        0 0 22px rgba(0, 232, 220, 0.28);
    box-shadow:
        inset 0 0 16px rgba(0, 232, 220, 0.08),
        0 0 18px rgba(0, 232, 220, 0.1);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.identity-reveal__current-role-story-link:hover {
    transform: translateY(-1px);
    border-color: rgba(76, 255, 236, 0.56);
    box-shadow:
        inset 0 0 18px rgba(0, 232, 220, 0.12),
        0 0 24px rgba(0, 232, 220, 0.18),
        0 0 36px rgba(76, 255, 236, 0.14);
}

.identity-reveal__focus-story {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Tajawal", "Courier New", monospace;
    width: min(1140px, 84vw);
    min-height: 540px;
    max-height: min(78vh, 900px);
    overflow-y: auto;
    padding: 28px 32px 28px;
    border: 1px solid rgba(0, 245, 255, 0.26);
    background:
        linear-gradient(180deg, rgba(6, 14, 24, 0.96), rgba(3, 9, 18, 0.92)),
        radial-gradient(circle at top left, rgba(0, 245, 255, 0.12), transparent 26%),
        radial-gradient(circle at bottom right, rgba(255, 79, 216, 0.08), transparent 24%);
    box-shadow:
        inset 0 0 28px rgba(0, 245, 255, 0.06),
        0 0 44px rgba(43, 127, 255, 0.14),
        0 0 90px rgba(0, 0, 0, 0.34);
    clip-path: polygon(0 20px, 20px 0, calc(100% - 24px) 0, 100% 24px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 22px 100%, 0 calc(100% - 22px));
    opacity: 0;
    pointer-events: none;
    z-index: 970;
    scrollbar-width: thin;
    scrollbar-color: rgba(76, 255, 236, 0.92) rgba(6, 18, 30, 0.82);
}

.identity-reveal__focus-story.is-visible {
    opacity: 1;
}

.identity-reveal__focus-story::-webkit-scrollbar {
    width: 12px;
}

.identity-reveal__focus-story::-webkit-scrollbar-track {
    background:
        linear-gradient(180deg, rgba(3, 12, 22, 0.94), rgba(8, 20, 32, 0.88));
    border-left: 1px solid rgba(0, 245, 255, 0.14);
    box-shadow:
        inset 0 0 14px rgba(0, 245, 255, 0.08),
        inset 0 0 24px rgba(255, 79, 216, 0.06);
}

.identity-reveal__focus-story::-webkit-scrollbar-thumb {
    border: 2px solid rgba(5, 16, 28, 0.92);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(76, 255, 236, 0.96), rgba(255, 79, 216, 0.82));
    box-shadow:
        0 0 14px rgba(76, 255, 236, 0.45),
        0 0 22px rgba(255, 79, 216, 0.22);
}

.identity-reveal__focus-story::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(180deg, rgba(120, 255, 244, 0.98), rgba(255, 124, 226, 0.9));
    box-shadow:
        0 0 18px rgba(76, 255, 236, 0.58),
        0 0 28px rgba(255, 79, 216, 0.28);
}

.identity-reveal__focus-story-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 16px 100%, 0 calc(100% - 16px));
    pointer-events: none;
}

.identity-reveal__focus-story-label {
    margin-bottom: 18px;
    color: rgba(248, 255, 255, 0.98);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.identity-reveal__focus-story-intro {
    margin: 0 0 22px;
    color: rgba(216, 244, 255, 0.88);
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.identity-reveal__focus-story-works-label {
    margin-bottom: 14px;
    color: rgba(125, 255, 155, 0.88);
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.identity-reveal__focus-story-works {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.identity-reveal__focus-story-work {
    min-height: 88px;
    padding: 14px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top right, rgba(0, 245, 255, 0.08), transparent 34%);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.identity-reveal__focus-story-work:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 245, 255, 0.3);
    box-shadow: 0 0 22px rgba(0, 245, 255, 0.08);
}

.identity-reveal__focus-story-work-logo {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid rgba(184, 246, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.identity-reveal__focus-story-work-logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.identity-reveal__focus-story-work-copy {
    display: grid;
    gap: 4px;
}

.identity-reveal__focus-story-work-name {
    color: rgba(248, 255, 255, 0.96);
    font-size: 16px;
    font-weight: 700;
}

.identity-reveal__focus-story-work-type {
    color: rgba(184, 246, 255, 0.7);
    font-size: 12px;
}

.identity-reveal__focus-story-work-action {
    color: rgba(98, 255, 241, 0.96);
    font-size: 12px;
    letter-spacing: 1.6px;
    text-shadow: 0 0 14px rgba(0, 232, 220, 0.18);
}

.identity-reveal__focus-story-tools-label {
    margin-bottom: 14px;
    color: rgba(255, 168, 233, 0.92);
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.identity-reveal__focus-story-tools {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 150px));
    justify-content: center;
    gap: 8px;
}

.identity-reveal__focus-story-tool {
    min-height: 66px;
    width: 100%;
    max-width: 150px;
    padding: 9px 8px;
    display: grid;
    justify-items: center;
    justify-self: center;
    align-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 167, 231, 0.16);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top center, rgba(255, 79, 216, 0.08), transparent 38%),
        radial-gradient(circle at bottom left, rgba(0, 245, 255, 0.08), transparent 34%);
    box-shadow:
        inset 0 0 20px rgba(255, 79, 216, 0.05),
        0 0 24px rgba(0, 0, 0, 0.12);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.identity-reveal__focus-story-tool:hover,
.identity-reveal__focus-story-tool:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 167, 231, 0.34);
    box-shadow:
        inset 0 0 24px rgba(255, 79, 216, 0.08),
        0 0 26px rgba(255, 79, 216, 0.12);
    outline: none;
}

.identity-reveal__focus-story-tool-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    background:
        radial-gradient(circle at 50% 32%, rgba(255, 79, 216, 0.18), transparent 56%),
        rgba(8, 18, 30, 0.78);
    color: rgba(166, 250, 255, 0.98);
    box-shadow:
        inset 0 0 18px rgba(0, 245, 255, 0.07),
        0 0 18px rgba(0, 245, 255, 0.08);
}

.identity-reveal__focus-story-tool-icon .bi {
    font-size: 16px;
    line-height: 1;
}

.identity-reveal__focus-story-tool-label {
    color: rgba(240, 251, 255, 0.92);
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
}

@keyframes work-story-scan {
    0% {
        transform: translateY(-12%);
    }

    100% {
        transform: translateY(12%);
    }
}

@keyframes work-orbit-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.identity-reveal__contact-story {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Tajawal", "Courier New", monospace;
    width: min(620px, 64vw);
    min-height: 320px;
    padding: 32px 32px 28px;
    border: 1px solid rgba(0, 245, 255, 0.34);
    background:
        linear-gradient(180deg, rgba(5, 12, 26, 0.96), rgba(2, 8, 18, 0.92)),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.12), transparent 30%),
        radial-gradient(circle at bottom left, rgba(43, 127, 255, 0.14), transparent 34%);
    box-shadow:
        inset 0 0 34px rgba(0, 245, 255, 0.08),
        0 0 50px rgba(43, 127, 255, 0.2),
        0 0 90px rgba(0, 0, 0, 0.34);
    clip-path: polygon(0 22px, 22px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 28px 100%, 0 calc(100% - 28px));
    opacity: 0;
    pointer-events: none;
    z-index: 970;
    transform-style: preserve-3d;
}

.identity-reveal__contact-story.is-visible {
    opacity: 1;
}

.identity-reveal__contact-story-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184, 246, 255, 0.18);
    clip-path: polygon(0 18px, 18px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 22px 100%, 0 calc(100% - 22px));
    pointer-events: none;
}

.identity-reveal__contact-story::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(43, 127, 255, 0.12);
    clip-path: polygon(0 16px, 16px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 18px 100%, 0 calc(100% - 18px));
    pointer-events: none;
}

.identity-reveal__contact-story-label {
    position: relative;
    margin-bottom: 22px;
    padding-inline-start: 28px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    font-family: "Tajawal", "Courier New", monospace;
    letter-spacing: 0.5px;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.55),
        0 0 34px rgba(43, 127, 255, 0.3);
}

.identity-reveal__contact-story-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #7dff9b;
    box-shadow: 0 0 12px rgba(125, 255, 155, 0.9);
}

.identity-reveal__contact-story-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.identity-reveal__contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
        "icon copy"
        "icon action";
    align-items: center;
    row-gap: 14px;
    gap: 16px;
    min-height: 138px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(184, 246, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at top right, rgba(43, 127, 255, 0.2), transparent 42%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 45%);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 18px 100%, 0 calc(100% - 18px));
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.identity-reveal__contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(184, 246, 255, 0.08), transparent 38%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px);
    opacity: 0.7;
    pointer-events: none;
}

.identity-reveal__contact-card:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(0, 245, 255, 0.3);
    box-shadow:
        0 18px 32px rgba(0, 0, 0, 0.24),
        0 0 28px rgba(43, 127, 255, 0.18),
        inset 0 0 22px rgba(0, 245, 255, 0.08);
}

.identity-reveal__contact-card-icon {
    grid-area: icon;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    border: 1px solid rgba(0, 245, 255, 0.14);
    background:
        radial-gradient(circle at 50% 35%, rgba(43, 127, 255, 0.24), rgba(3, 10, 20, 0.96) 72%);
    box-shadow:
        inset 0 0 20px rgba(0, 245, 255, 0.08),
        0 0 22px rgba(43, 127, 255, 0.14);
}

.identity-reveal__contact-card-icon svg {
    width: 36px;
    height: 36px;
    overflow: visible;
}

.contact-icon {
    fill: none;
    stroke: rgba(184, 246, 255, 0.92);
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-icon--mail {
    animation: contact-icon-mail 2.6s ease-in-out infinite;
}

.contact-icon--phone {
    animation: contact-icon-phone 1.9s ease-in-out infinite;
    transform-origin: 32px 32px;
}

.contact-icon--github {
    animation: contact-icon-float 2.8s ease-in-out infinite;
}

.contact-icon--linkedin {
    animation: contact-icon-pop 2.2s ease-in-out infinite;
}

.identity-reveal__contact-card-copy {
    grid-area: copy;
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
}

.identity-reveal__contact-card-label {
    color: rgba(163, 224, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.identity-reveal__contact-card-value {
    color: rgba(255, 255, 255, 0.98);
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.15px;
    text-wrap: balance;
}

.identity-reveal__contact-card-detail {
    color: rgba(184, 246, 255, 0.55);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    overflow-wrap: anywhere;
}

.identity-reveal__contact-card-action {
    grid-area: action;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 203, 107, 0.36);
    background:
        linear-gradient(135deg, rgba(255, 214, 120, 0.22), rgba(255, 166, 43, 0.14)),
        radial-gradient(circle at center, rgba(255, 233, 168, 0.16), transparent 70%);
    color: rgba(255, 238, 191, 0.98);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.9px;
    box-shadow:
        0 0 18px rgba(255, 188, 71, 0.22),
        inset 0 0 14px rgba(255, 232, 173, 0.12);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.identity-reveal__contact-card:hover .identity-reveal__contact-card-action {
    transform: translateX(-2px) scale(1.03);
    background:
        linear-gradient(135deg, rgba(255, 224, 138, 0.3), rgba(255, 166, 43, 0.2)),
        radial-gradient(circle at center, rgba(255, 239, 188, 0.22), transparent 70%);
    border-color: rgba(255, 223, 145, 0.52);
    box-shadow:
        0 0 26px rgba(255, 188, 71, 0.36),
        0 0 46px rgba(255, 166, 43, 0.18),
        inset 0 0 18px rgba(255, 240, 197, 0.16);
}

.identity-reveal__contact-card-action.is-copied {
    border-color: rgba(125, 255, 155, 0.52);
    background:
        linear-gradient(135deg, rgba(125, 255, 155, 0.22), rgba(33, 214, 122, 0.16)),
        radial-gradient(circle at center, rgba(196, 255, 209, 0.18), transparent 72%);
    color: rgba(225, 255, 232, 0.98);
    box-shadow:
        0 0 24px rgba(74, 255, 146, 0.28),
        0 0 42px rgba(33, 214, 122, 0.16),
        inset 0 0 16px rgba(221, 255, 229, 0.12);
}

.identity-reveal__contact-card-action.is-copied .identity-reveal__contact-card-action-arrow {
    background: rgba(194, 255, 207, 0.18);
    box-shadow: 0 0 14px rgba(125, 255, 155, 0.32);
}

@keyframes bio-code-caret {

    0%,
    48% {
        opacity: 1;
    }

    49%,
    100% {
        opacity: 0;
    }
}

.identity-reveal__contact-card-action-arrow {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 236, 182, 0.18);
    box-shadow: 0 0 14px rgba(255, 205, 92, 0.28);
    font-size: 12px;
}

.identity-reveal__contact-story.is-arabic {
    direction: rtl;
}

.identity-reveal__contact-story.is-arabic .identity-reveal__contact-card {
    grid-template-columns: minmax(0, 1fr) 76px;
    grid-template-areas:
        "copy icon"
        "action icon";
}

.identity-reveal__contact-story.is-arabic .identity-reveal__contact-card-action {
    justify-self: end;
}

.identity-reveal__contact {
    --contact-shift-x: 0px;
    --contact-shift-y: 0px;
    --contact-glow-x: 50%;
    --contact-glow-y: 50%;
    position: absolute;
    width: 220px;
    min-height: 62px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(4, 10, 22, 0.94), rgba(2, 7, 16, 0.86)),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.16), transparent 68%);
    box-shadow:
        inset 0 0 24px rgba(0, 245, 255, 0.08),
        0 0 28px rgba(43, 127, 255, 0.14);
    clip-path: polygon(0 16px, 16px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 18px 100%, 0 calc(100% - 18px));
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    color: #dffcff;
    pointer-events: auto;
    transform: translate(var(--contact-shift-x), var(--contact-shift-y));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.identity-reveal__contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent, rgba(184, 246, 255, 0.22), transparent),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 11px);
    transform: translateX(-100%);
    opacity: 0.65;
}

.identity-reveal__contact::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--contact-glow-x) var(--contact-glow-y), rgba(255, 203, 107, 0.16), transparent 24%);
    opacity: 0.9;
    pointer-events: none;
}

.identity-reveal__contact.is-hovered::before,
.identity-reveal__contact.is-active::before {
    animation: contact-scan 1.4s linear infinite;
}

.identity-reveal__contact-ring,
.identity-reveal__contact-ring--alt {
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(184, 246, 255, 0.16);
    clip-path: polygon(0 12px, 12px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 14px 100%, 0 calc(100% - 14px));
    pointer-events: none;
}

.identity-reveal__contact-ring--alt {
    inset: 14px;
    opacity: 0.45;
    border-color: rgba(255, 79, 216, 0.18);
}

.identity-reveal__contact-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 245, 255, 0.08), transparent 28%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 9px);
    opacity: 0.5;
    pointer-events: none;
}

.identity-reveal__contact-label {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Tajawal", "Courier New", monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    text-shadow:
        0 0 16px rgba(184, 246, 255, 0.5),
        0 0 30px rgba(43, 127, 255, 0.26);
}

.identity-reveal__contact.is-hovered {
    transform: translate(var(--contact-shift-x), var(--contact-shift-y)) scale(1.035);
    border-color: rgba(255, 79, 216, 0.42);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.1),
        0 0 34px rgba(43, 127, 255, 0.18),
        0 0 48px rgba(255, 79, 216, 0.12);
}

.identity-reveal__contact.is-active {
    border-color: rgba(255, 203, 107, 0.62);
    background:
        linear-gradient(180deg, rgba(18, 12, 6, 0.96), rgba(12, 7, 3, 0.9)),
        radial-gradient(circle at center, rgba(255, 170, 92, 0.16), transparent 68%);
    box-shadow:
        inset 0 0 28px rgba(255, 170, 92, 0.12),
        0 0 36px rgba(255, 170, 92, 0.2),
        0 0 56px rgba(43, 127, 255, 0.14);
}

.identity-reveal__contact.is-pulsing {
    animation: contact-pulse 0.5s ease-out 1;
}

.identity-reveal__contact.is-pulsing .identity-reveal__contact-ring--alt {
    animation: contact-ring-burst 0.5s ease-out 1;
}

.identity-reveal__contact.is-arabic .identity-reveal__contact-label {
    font-family: "Tajawal", "Courier New", monospace;
}

.identity-reveal__contact {
    --contact-shift-x: 0px;
    --contact-shift-y: 0px;
    --contact-glow-x: 50%;
    --contact-glow-y: 50%;
    position: absolute;
    width: 248px;
    min-height: 68px;
    padding: 11px 16px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(5, 13, 24, 0.96), rgba(2, 8, 18, 0.92)),
        radial-gradient(circle at var(--contact-glow-x) var(--contact-glow-y), rgba(43, 127, 255, 0.14), transparent 32%);
    box-shadow:
        inset 0 0 20px rgba(0, 245, 255, 0.05),
        0 0 24px rgba(43, 127, 255, 0.12);
    clip-path: polygon(0 14px, 14px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 16px 100%, 0 calc(100% - 16px));
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    color: #dffcff;
    pointer-events: auto;
    transform: translate(var(--contact-shift-x), var(--contact-shift-y));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.identity-reveal__contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent, rgba(184, 246, 255, 0.1), transparent);
    transform: translateX(-100%);
    opacity: 0.4;
    pointer-events: none;
}

.identity-reveal__contact::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(184, 246, 255, 0.05);
    clip-path: polygon(0 10px, 10px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 12px 100%, 0 calc(100% - 12px));
    pointer-events: none;
}

.identity-reveal__contact-accent {
    display: none;
}

.identity-reveal__contact-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(184, 246, 255, 0.1);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 32%, rgba(255, 79, 216, 0.08), transparent 58%),
        rgba(8, 18, 30, 0.76);
    color: rgba(194, 251, 255, 0.98);
    box-shadow:
        inset 0 0 14px rgba(0, 245, 255, 0.05),
        0 0 14px rgba(0, 245, 255, 0.06);
    animation: contact-icon-dual-pulse 2.4s ease-in-out infinite;
}

.identity-reveal__contact-icon .bi {
    font-size: 16px;
    animation: contact-icon-dual-glyph 2.4s ease-in-out infinite;
}

.identity-reveal__contact-copy {
    display: grid;
    gap: 2px;
    justify-items: center;
    text-align: center;
}

.identity-reveal__contact-label {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Tajawal", "Courier New", monospace;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    text-shadow:
        0 0 16px rgba(184, 246, 255, 0.5),
        0 0 30px rgba(43, 127, 255, 0.26);
}

.identity-reveal__contact-pill {
    display: none;
}

.identity-reveal__contact-ring,
.identity-reveal__contact-ring--alt,
.identity-reveal__contact-grid {
    display: none;
}

.identity-reveal__contact.is-hovered {
    transform: translate(var(--contact-shift-x), var(--contact-shift-y)) translateY(-2px) scale(1.02);
    border-color: rgba(76, 255, 236, 0.42);
    box-shadow:
        inset 0 0 22px rgba(0, 245, 255, 0.07),
        0 0 30px rgba(43, 127, 255, 0.16),
        0 0 42px rgba(76, 255, 236, 0.08);
}

.identity-reveal__contact.is-active {
    border-color: rgba(255, 203, 107, 0.62);
    background:
        linear-gradient(135deg, rgba(18, 12, 6, 0.96), rgba(12, 7, 3, 0.9)),
        radial-gradient(circle at var(--contact-glow-x) var(--contact-glow-y), rgba(255, 170, 92, 0.18), transparent 38%);
    box-shadow:
        inset 0 0 28px rgba(255, 170, 92, 0.12),
        0 0 36px rgba(255, 170, 92, 0.2),
        0 0 56px rgba(43, 127, 255, 0.14);
}

.identity-reveal__contact.is-hovered::before,
.identity-reveal__contact.is-active::before {
    animation: contact-scan 1.4s linear infinite;
}

.identity-reveal__contact.is-arabic .identity-reveal__contact-copy,
.identity-reveal__contact.is-arabic .identity-reveal__contact-label {
    justify-items: center;
    text-align: center;
}

.identity-reveal__contact {
    position: absolute;
    width: 220px;
    min-height: 62px;
    border: 1px solid rgba(0, 245, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(4, 10, 22, 0.94), rgba(2, 7, 16, 0.86)),
        radial-gradient(circle at center, rgba(43, 127, 255, 0.16), transparent 68%);
    box-shadow:
        inset 0 0 24px rgba(0, 245, 255, 0.08),
        0 0 28px rgba(43, 127, 255, 0.14);
    clip-path: polygon(0 16px, 16px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 18px 100%, 0 calc(100% - 18px));
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    color: #dffcff;
    pointer-events: auto;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.identity-reveal__contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(184, 246, 255, 0.14), transparent),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 11px);
    transform: translateX(-100%);
    opacity: 0.65;
}

.identity-reveal__contact.is-hovered::before,
.identity-reveal__contact.is-active::before {
    animation: contact-scan 1.4s linear infinite;
}

.identity-reveal__contact-ring,
.identity-reveal__contact-ring--alt {
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(184, 246, 255, 0.16);
    clip-path: polygon(0 12px, 12px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 14px 100%, 0 calc(100% - 14px));
    pointer-events: none;
}

.identity-reveal__contact-ring--alt {
    inset: 14px;
    opacity: 0.45;
    border-color: rgba(255, 79, 216, 0.18);
}

.identity-reveal__contact-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 245, 255, 0.08), transparent 28%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 9px);
    opacity: 0.5;
    pointer-events: none;
}

.identity-reveal__contact-label {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Tajawal", "Courier New", monospace;
    font-size: 26px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    text-shadow:
        0 0 16px rgba(184, 246, 255, 0.5),
        0 0 30px rgba(43, 127, 255, 0.26);
}

.identity-reveal__contact.is-hovered {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(255, 79, 216, 0.42);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 216, 0.1),
        0 0 34px rgba(43, 127, 255, 0.18),
        0 0 48px rgba(255, 79, 216, 0.12);
}

.identity-reveal__contact.is-active {
    border-color: rgba(255, 203, 107, 0.62);
    background:
        linear-gradient(180deg, rgba(18, 12, 6, 0.96), rgba(12, 7, 3, 0.9)),
        radial-gradient(circle at center, rgba(255, 170, 92, 0.16), transparent 68%);
    box-shadow:
        inset 0 0 28px rgba(255, 170, 92, 0.12),
        0 0 36px rgba(255, 170, 92, 0.2),
        0 0 56px rgba(43, 127, 255, 0.14);
}

.identity-reveal__contact.is-arabic .identity-reveal__contact-label {
    font-family: "Tajawal", "Courier New", monospace;
}

.identity-card__code {
    position: relative;
    display: grid;
    gap: 10px;
    color: #dffcff;
    text-align: left;
    direction: ltr;
    font-family: "Courier New", monospace;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.identity-card__label {
    color: rgba(184, 246, 255, 0.82);
    font-size: clamp(12px, 1.2vw, 14px);
}

.identity-card__name {
    min-height: 2.5em;
    color: #ffffff;
    font-size: clamp(24px, 4.1vw, 40px);
    font-weight: 700;
    text-shadow:
        0 0 18px rgba(184, 246, 255, 0.55),
        0 0 34px rgba(43, 127, 255, 0.32);
}

.identity-card__name::after {
    content: "_";
    margin-left: 6px;
    color: var(--neon-cyan);
    animation: terminal-caret 0.7s steps(1) infinite;
}

.identity-card__meta {
    color: rgba(255, 156, 233, 0.9);
    font-size: clamp(9px, 0.85vw, 11px);
    transform: translateY(-6px);
    text-shadow:
        0 0 8px rgba(255, 156, 233, 0.55),
        0 0 16px rgba(255, 79, 216, 0.35);
}

.identity-card.is-arabic .identity-card__code {
    text-align: right;
    direction: rtl;
    font-family: "Tajawal", "Courier New", monospace;
    letter-spacing: 0.8px;
}

.identity-card.is-arabic .identity-card__name::after {
    margin-left: 0;
    margin-right: 6px;
}

.cursor-core {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, #b8f6ff 0%, #00f5ff 45%, #2b7fff 100%);
    box-shadow: 0 0 14px rgba(184, 246, 255, 0.95), 0 0 28px rgba(0, 245, 255, 0.8);
    mix-blend-mode: screen;
}

.cursor-aura {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    border-radius: 50%;
    border: 1px solid rgba(0, 245, 255, 0.35);
    box-shadow: 0 0 24px rgba(43, 127, 255, 0.3), inset 0 0 18px rgba(0, 245, 255, 0.15);
    transition: transform 120ms ease-out, border-color 120ms ease-out;
}

.cursor-aura.is-clicking {
    transform: scale(1.4);
    border-color: rgba(184, 246, 255, 0.75);
}

.click-burst {
    width: var(--burst-size, 10px);
    height: var(--burst-size, 10px);
    margin-left: calc(var(--burst-size, 10px) * -0.5);
    margin-top: calc(var(--burst-size, 10px) * -0.5);
    border-radius: 50%;
    background: var(--burst-color, #00f5ff);
    box-shadow:
        0 0 18px var(--burst-color, #00f5ff),
        0 0 34px color-mix(in srgb, var(--burst-color, #00f5ff) 80%, white 20%);
    transform: translate3d(0, 0, 0) scale(1);
    animation: burst-flight 900ms cubic-bezier(0.08, 0.82, 0.24, 1) forwards;
}

.click-burst-primary {
    box-shadow:
        0 0 26px var(--burst-color, #00f5ff),
        0 0 52px color-mix(in srgb, var(--burst-color, #00f5ff) 76%, white 24%);
    animation-duration: 1050ms;
}

.click-burst-trail {
    opacity: 0.72;
    box-shadow:
        0 0 12px var(--burst-color, #00f5ff),
        0 0 24px color-mix(in srgb, var(--burst-color, #00f5ff) 70%, white 30%);
    animation-duration: 520ms;
}

.click-burst-trail-primary {
    opacity: 0.88;
    box-shadow:
        0 0 16px var(--burst-color, #00f5ff),
        0 0 30px color-mix(in srgb, var(--burst-color, #00f5ff) 74%, white 26%);
}

@keyframes burst-flight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1.9);
    }

    to {
        opacity: 0;
        transform: translate3d(var(--tx, 0), var(--ty, 0), 0) scale(0.15);
    }
}

@keyframes reveal-shockwave {
    0% {
        opacity: 0.95;
        transform: scale(0.2);
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: scale(16);
    }
}

@keyframes reveal-breathe {
    0% {
        transform: scale(0.985);
        filter: brightness(1.12);
    }

    55% {
        transform: scale(1.01);
        filter: brightness(1.22);
    }

    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes identity-scan {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(100%);
    }
}

@keyframes portrait-slice {

    0%,
    100% {
        transform: translateX(-14%) skewX(-10deg);
        opacity: 0.32;
    }

    50% {
        transform: translateX(18%) skewX(-10deg);
        opacity: 0.68;
    }
}

@keyframes terminal-caret {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes bio-bars {

    0%,
    100% {
        transform: scaleY(0.75);
        opacity: 0.7;
    }

    50% {
        transform: scaleY(1.15);
        opacity: 1;
    }
}

@keyframes bio-node-pulse {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-50%) scale(1.35);
        opacity: 1;
    }
}

@keyframes insight-signal {

    0%,
    100% {
        filter: brightness(0.95);
    }

    50% {
        filter: brightness(1.16);
    }
}

@keyframes insight-orbit-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes insight-orbit-spin-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes insight-space-float {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -10px, 0) rotate(1.5deg);
    }
}

@keyframes contact-icon-mail {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

@keyframes contact-icon-phone {

    0%,
    100% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    40% {
        transform: rotate(8deg);
    }

    60% {
        transform: rotate(-5deg);
    }
}

@keyframes contact-icon-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes contact-icon-pop {

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

    50% {
        transform: scale(1.08);
    }
}

@keyframes contact-icon-dual-pulse {

    0%,
    100% {
        border-color: rgba(184, 246, 255, 0.12);
        background:
            radial-gradient(circle at 50% 32%, rgba(0, 245, 255, 0.14), transparent 58%),
            rgba(8, 18, 30, 0.76);
        box-shadow:
            inset 0 0 14px rgba(0, 245, 255, 0.06),
            0 0 14px rgba(0, 245, 255, 0.12),
            0 0 24px rgba(0, 245, 255, 0.08);
    }

    50% {
        border-color: rgba(255, 167, 231, 0.22);
        background:
            radial-gradient(circle at 50% 32%, rgba(255, 79, 216, 0.18), transparent 58%),
            rgba(12, 16, 30, 0.82);
        box-shadow:
            inset 0 0 14px rgba(255, 79, 216, 0.08),
            0 0 14px rgba(255, 79, 216, 0.14),
            0 0 24px rgba(255, 79, 216, 0.1);
    }
}

@keyframes contact-icon-dual-glyph {

    0%,
    100% {
        color: rgba(194, 251, 255, 0.98);
        text-shadow:
            0 0 10px rgba(0, 245, 255, 0.34),
            0 0 18px rgba(43, 127, 255, 0.18);
        transform: scale(1);
    }

    50% {
        color: rgba(255, 210, 239, 0.98);
        text-shadow:
            0 0 10px rgba(255, 79, 216, 0.34),
            0 0 18px rgba(255, 79, 216, 0.18);
        transform: scale(1.06);
    }
}

@keyframes contact-scan {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes contact-scan {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes contact-pulse {
    0% {
        transform: translate(var(--contact-shift-x), var(--contact-shift-y)) scale(0.96);
    }

    55% {
        transform: translate(var(--contact-shift-x), var(--contact-shift-y)) scale(1.05);
    }

    100% {
        transform: translate(var(--contact-shift-x), var(--contact-shift-y)) scale(1);
    }
}

@keyframes contact-ring-burst {
    0% {
        opacity: 0.28;
        transform: scale(0.92);
    }

    60% {
        opacity: 0.85;
        transform: scale(1.06);
    }

    100% {
        opacity: 0.45;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    #gui {
        top: auto;
        bottom: 14px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(92vw, 360px);
        max-width: min(92vw, 360px);
        padding: 8px 10px;
        font-size: 9px;
        line-height: 1.55;
        letter-spacing: 0.8px;
        text-align: center;
    }

    #signal-hud {
        right: 50%;
        bottom: 88px;
        transform: translateX(50%);
        width: min(92vw, 380px);
        padding: 11px 12px 10px;
    }

    .hud-header,
    .hud-footer {
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .hud-chart-wrap {
        height: 128px;
        margin: 10px 0 8px;
    }

    .glitch-scan {
        opacity: 0.7;
    }

    .identity-card {
        width: min(90vw, 460px);
        min-height: auto;
        padding: 18px;
    }

    .identity-card__portrait-wrap {
        margin: 10px auto 18px;
    }

    .identity-reveal__lang-switcher {
        top: auto;
        left: -136px;
        bottom: 230px;
        padding: 10px 8px;
    }

    .identity-card__quick-message {
        min-height: 40px;
        padding: 8px 10px;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 8px;
    }

    .identity-card__quick-composer {
        left: 20px;
        bottom: 74px;
        width: min(250px, calc(100% - 40px));
        padding: 12px;
    }

    .identity-card__quick-message-icon {
        width: 30px;
        height: 30px;
    }

    .identity-card__quick-message-label {
        font-size: 12px;
    }

    .identity-reveal__bio {
        width: 160px;
        padding: 12px 14px;
    }

    .identity-reveal__work {
        width: 160px;
        min-height: 52px;
    }

    .identity-reveal__work-label {
        font-size: 19px;
        line-height: 52px;
    }

    .identity-reveal__bio-insights {
        width: 190px;
        min-height: 172px;
        padding: 0;
    }

    .identity-reveal__bio-insights-title {
        font-size: 18px;
    }

    .identity-reveal__bio-radar-core {
        width: 150px;
        height: 150px;
    }

    .identity-reveal__bio-radar-percent {
        font-size: 21px;
    }

    .identity-reveal__bio-insight-label {
        font-size: 12px;
    }

    .identity-reveal__contact {
        width: 206px;
        min-height: 60px;
        padding: 9px 12px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .identity-reveal__contact-icon {
        width: 38px;
        height: 38px;
    }

    .identity-reveal__contact-icon .bi {
        font-size: 15px;
    }

    .identity-reveal__contact-label {
        font-size: 18px;
        line-height: 1.1;
    }

    .identity-reveal__bio-story {
        width: min(88vw, 500px);
        min-height: 220px;
        padding: 22px 20px 20px;
    }

    .identity-reveal__work-story {
        width: min(88vw, 500px);
        min-height: 320px;
        padding: 22px 20px 20px;
    }

    .identity-reveal__work-story-welcome {
        inset: 22px;
    }

    .identity-reveal__work-story-welcome-title {
        font-size: 28px;
    }

    .identity-reveal__work-story::before {
        top: 84px;
        right: auto;
        bottom: 28px;
        left: 26px;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(125, 255, 155, 0.88), rgba(0, 245, 255, 0.24));
    }

    .identity-reveal__work-story-timeline {
        grid-template-columns: 1fr;
    }

    .identity-reveal__work-item {
        min-height: 0;
        margin-inline-start: 12px;
        padding: 14px 14px 14px 20px;
    }

    .identity-reveal__work-item::before {
        top: 22px;
        left: -23px;
    }

    .identity-reveal__work-story-hud {
        gap: 8px;
        margin-bottom: 16px;
    }

    .identity-reveal__work-story-metric-card {
        padding: 9px 10px 8px;
    }

    .identity-reveal__work-story-metric-value {
        font-size: 12px;
    }

    .identity-reveal__work-story.is-arabic::before {
        left: auto;
        right: 26px;
    }

    .identity-reveal__work-story.is-arabic .identity-reveal__work-item {
        margin-inline-end: 12px;
    }

    .identity-reveal__work-story.is-arabic .identity-reveal__work-item::before {
        left: auto;
        right: -23px;
    }

    .identity-reveal__contact-story {
        width: min(92vw, 520px);
        min-height: 300px;
        padding: 24px 20px 20px;
    }

    .identity-reveal__current-role-story {
        width: min(88vw, 500px);
        min-height: 300px;
        padding: 24px 20px 20px;
    }

    .identity-reveal__focus-story {
        width: min(94vw, 920px);
        min-height: 420px;
        padding: 24px 20px 20px;
    }

    .identity-reveal__focus-story-works {
        grid-template-columns: 1fr;
    }

    .identity-reveal__focus-story-tools {
        grid-template-columns: repeat(auto-fit, minmax(124px, 138px));
        justify-content: center;
        gap: 8px;
    }

    .identity-reveal__focus-story-tool {
        min-height: 64px;
        max-width: 138px;
    }

    .identity-reveal__contact-story-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .identity-reveal__contact-card {
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-areas:
            "icon copy"
            "icon action";
        min-height: 112px;
        gap: 12px;
        row-gap: 12px;
        padding: 14px 14px 13px;
    }

    .identity-reveal__contact-card-icon {
        width: 64px;
        height: 64px;
    }

    .identity-reveal__contact-card-value {
        font-size: 18px;
    }

    .identity-reveal__contact-card-detail {
        font-size: 11px;
    }

    .identity-reveal__contact-card-action {
        min-height: 30px;
        padding: 0 12px;
    }

    .identity-reveal__bio-story-close--outer {
        top: -36px;
        left: 10px;
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .identity-reveal__bio-story-text {
        font-size: 16px;
        line-height: 1.9;
    }

    .identity-reveal__contact {
        width: 180px;
        min-height: 54px;
    }

    .identity-reveal__contact-label {
        font-size: 22px;
        line-height: 54px;
    }

    .identity-card__code {
        gap: 8px;
    }
}

@media (max-width: 390px) {
    #gui {
        bottom: 10px;
        width: min(94vw, 320px);
        padding: 7px 9px;
        font-size: 8px;
        letter-spacing: 0.6px;
    }

    #signal-hud {
        bottom: 72px;
        width: min(94vw, 330px);
        padding: 9px 10px 8px;
    }

    .hud-chart-wrap {
        height: 112px;
    }

    .identity-card {
        width: min(94vw, 360px);
        padding: 14px;
    }

    .identity-reveal__lang-switcher {
        left: -104px;
        bottom: 188px;
        gap: 8px;
    }

    .identity-card__quick-message {
        left: 16px;
        bottom: 22px;
        min-height: 38px;
        padding: 7px 9px;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 7px;
    }

    .identity-card__quick-message-icon {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }

    .identity-card__quick-message-icon .bi {
        font-size: 13px;
    }

    .identity-card__quick-message-label {
        font-size: 11px;
    }

    .identity-card__quick-composer {
        left: 16px;
        bottom: 66px;
        width: min(220px, calc(100% - 32px));
        padding: 10px;
    }

    .identity-card__quick-composer-text {
        min-height: 92px;
        font-size: 13px;
    }

    .identity-reveal__bio {
        width: 144px;
        padding: 10px 12px;
    }

    .identity-reveal__work {
        width: 148px;
        min-height: 48px;
    }

    .identity-reveal__work-label {
        font-size: 17px;
        line-height: 48px;
    }

    .identity-reveal__bio-insights {
        width: 170px;
        min-height: 164px;
        padding: 0;
    }

    .identity-reveal__bio-insights-title {
        font-size: 16px;
    }

    .identity-reveal__bio-radar-core {
        width: 138px;
        height: 138px;
    }

    .identity-reveal__bio-radar-center {
        width: 72px;
        height: 72px;
    }

    .identity-reveal__bio-radar-percent {
        font-size: 18px;
    }

    .identity-reveal__bio-insight-meta {
        gap: 8px;
    }

    .identity-reveal__bio-insight-label {
        font-size: 11px;
    }

    .identity-reveal__contact {
        width: 184px;
        min-height: 56px;
        padding: 8px 10px;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    .identity-reveal__contact-icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .identity-reveal__contact-icon .bi {
        font-size: 14px;
    }

    .identity-reveal__contact-label {
        font-size: 16px;
        line-height: 1.05;
    }

    .identity-reveal__bio-story {
        width: min(92vw, 360px);
        min-height: 210px;
        padding: 20px 16px 18px;
    }

    .identity-reveal__work-story {
        width: min(92vw, 360px);
        min-height: 286px;
        padding: 18px 16px 16px;
    }

    .identity-reveal__work-story-welcome {
        inset: 18px;
        gap: 8px;
    }

    .identity-reveal__work-story-welcome-kicker {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .identity-reveal__work-story-welcome-title {
        font-size: 24px;
    }

    .identity-reveal__work-story-welcome-subtitle {
        font-size: 11px;
        max-width: 280px;
    }

    .identity-reveal__work-story-label {
        font-size: 24px;
    }

    .identity-reveal__work-story::before {
        right: auto;
        bottom: 20px;
        left: 22px;
        top: 78px;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(125, 255, 155, 0.88), rgba(0, 245, 255, 0.24));
    }

    .identity-reveal__work-story-timeline {
        grid-template-columns: 1fr;
    }

    .identity-reveal__work-item {
        min-height: 0;
        margin-inline-start: 8px;
        padding: 13px 12px 12px 16px;
    }

    .identity-reveal__work-item::before {
        left: -18px;
        width: 10px;
        height: 10px;
    }

    .identity-reveal__work-story-hud {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-bottom: 14px;
    }

    .identity-reveal__work-story-metric-card {
        padding: 8px 10px 7px;
    }

    .identity-reveal__work-item-topline {
        gap: 8px;
        margin-bottom: 8px;
    }

    .identity-reveal__work-item-company {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .identity-reveal__work-item-role {
        font-size: 16px;
    }

    .identity-reveal__work-item-summary {
        font-size: 13px;
        line-height: 1.65;
    }

    .identity-reveal__work-item-orbit {
        width: 34px;
        height: 34px;
        top: 24px;
        right: 12px;
    }

    .identity-reveal__work-story.is-arabic .identity-reveal__work-item {
        margin-inline-end: 8px;
    }

    .identity-reveal__work-story.is-arabic::before {
        left: auto;
        right: 22px;
    }

    .identity-reveal__work-story.is-arabic .identity-reveal__work-item::before {
        right: -18px;
    }

    .identity-reveal__work-story.is-arabic .identity-reveal__work-item-orbit {
        left: 12px;
    }

    .identity-reveal__contact-story {
        width: min(94vw, 360px);
        min-height: 268px;
        padding: 18px 16px 16px;
    }

    .identity-reveal__current-role-story {
        width: min(92vw, 360px);
        min-height: 280px;
        padding: 18px 16px 16px;
    }

    .identity-reveal__focus-story {
        width: min(92vw, 380px);
        min-height: 360px;
        padding: 18px 16px 16px;
    }

    .identity-reveal__focus-story-label {
        font-size: 24px;
    }

    .identity-reveal__focus-story-intro {
        font-size: 15px;
        line-height: 1.8;
    }

    .identity-reveal__focus-story-work {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
    }

    .identity-reveal__focus-story-work-action {
        grid-column: 2;
    }

    .identity-reveal__focus-story-tools {
        grid-template-columns: repeat(2, minmax(0, 132px));
        justify-content: center;
        gap: 7px;
    }

    .identity-reveal__focus-story-tool {
        min-height: 60px;
        max-width: 132px;
        padding: 8px 7px;
        gap: 5px;
    }

    .identity-reveal__focus-story-tool-icon {
        width: 30px;
        height: 30px;
    }

    .identity-reveal__focus-story-tool-icon .bi {
        font-size: 14px;
    }

    .identity-reveal__focus-story-tool-label {
        font-size: 10px;
        line-height: 1.3;
    }

    .identity-reveal__current-role-story-mark {
        width: 82px;
        height: 82px;
    }

    .identity-reveal__current-role-story-title {
        font-size: 24px;
    }

    .identity-reveal__current-role-story-org {
        font-size: 15px;
        line-height: 1.7;
    }

    .identity-reveal__current-role-story-fields {
        gap: 8px;
        max-width: 280px;
    }

    .identity-reveal__current-role-story-field {
        min-height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }

    .identity-reveal__contact-story-label {
        font-size: 24px;
    }

    .identity-reveal__contact-card {
        grid-template-columns: 50px 1fr;
        grid-template-areas:
            "icon copy"
            "action action";
        min-height: 108px;
        gap: 10px;
        row-gap: 12px;
        padding: 13px 12px 12px;
    }

    .identity-reveal__contact-card-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .identity-reveal__contact-card-value {
        font-size: 16px;
    }

    .identity-reveal__contact-card-detail {
        font-size: 10px;
    }

    .identity-reveal__contact-card-action {
        justify-self: start;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .identity-reveal__contact-story.is-arabic .identity-reveal__contact-card {
        grid-template-columns: 1fr 50px;
        grid-template-areas:
            "copy icon"
            "action action";
    }

    .identity-reveal__contact-story.is-arabic .identity-reveal__contact-card-action {
        justify-self: end;
    }

    .identity-reveal__bio-story-close--outer {
        top: -32px;
        left: 8px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .identity-reveal__bio-story-label {
        font-size: 24px;
    }

    .identity-reveal__bio-story-text {
        font-size: 15px;
        line-height: 1.85;
    }

    .identity-reveal__contact {
        width: 164px;
        min-height: 50px;
    }

    .identity-reveal__contact-label {
        font-size: 20px;
        line-height: 50px;
    }

    .identity-reveal__lang-switcher .lang-btn {
        min-width: 74px;
        padding: 7px 10px;
    }
}

@media (pointer: coarse) {
    body {
        cursor: auto;
    }

    .cursor-core,
    .cursor-aura {
        display: none;
    }
}
