/* Mute or Die - premium Minecraft horror landing */

:root {
    --bg: #000208;
    --bg-2: #05070d;
    --bg-3: #071224;
    --panel: rgba(4, 18, 35, 0.62);
    --panel-strong: rgba(0, 3, 12, 0.88);
    --border: oklch(30% 0.04 255 / 0.35);
    --border-hot: oklch(50% 0.2 260 / 0.6);
    --text: oklch(96% 0.01 240);
    --muted: oklch(68% 0.02 250);
    --soft: oklch(82% 0.025 248);
    --blue: #2f75ff;
    --blue-2: #8cb6ff;
    --blue-3: #1c69e3;
    --purple: #2b124d;
    --gradient: linear-gradient(135deg, #0766ee 0%, #2f75ff 58%, #8cb6ff 100%);
    --container: 1180px;
    --radius: 8px;
    --font-display: 'Orbitron', 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --t: 0.22s ease;
}

body.deep-night {
    --bg: #000002;
    --bg-2: #01030a;
    --bg-3: #020716;
    --panel: rgba(0, 3, 12, 0.76);
}

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

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    background:
        radial-gradient(80% 60% at 50% -10%, #011d508c, transparent 60%),
        radial-gradient(60% 40% at 90% 100%, #5c000f2e, transparent 70%),
        linear-gradient(#000208, #000002);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.preloading {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

svg {
    display: block;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

.noise,
.scanlines {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.noise {
    z-index: 2;
    opacity: 0.055;
    background-image:
        repeating-linear-gradient(0deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 2px),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 3px);
    mix-blend-mode: overlay;
}

.scanlines {
    z-index: 3;
    opacity: 0.09;
    background: repeating-linear-gradient(180deg, transparent 0 12px, rgba(255,255,255,0.06) 12px 13px);
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(0, 2, 8, 0.98), rgba(0, 3, 12, 0.98));
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-panel {
    width: min(90vw, 420px);
    padding: 32px;
    text-align: center;
    border: 1px solid var(--border-hot);
    border-radius: var(--radius);
    background: rgba(0, 3, 12, 0.88);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(47, 117, 255, 0.12);
}

.skull-loader {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border: 1px solid rgba(47, 117, 255, 0.42);
    border-radius: 50%;
    animation: spin 1.8s linear infinite;
}

.skull-loader::before,
.skull-loader::after,
.skull-loader span {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.skull-loader::before {
    inset: 17px;
    border: 1px solid rgba(140, 182, 255, 0.44);
}

.skull-loader::after {
    inset: 33px;
    background: var(--blue);
    box-shadow: 0 0 22px rgba(47, 117, 255, 0.8);
}

.skull-loader span {
    width: 50%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform-origin: left center;
    background: var(--blue-2);
}

.preloader h2,
.logo,
.hero h1,
.eyebrow {
    font-family: var(--font-display);
}

.preloader h2 {
    font-size: 1.25rem;
}

.preloader h2 span,
.logo-text span {
    color: var(--blue);
}

.preloader p {
    margin: 10px 0 16px;
    color: var(--soft);
}

.loadbar {
    height: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.09);
}

.loadbar i {
    display: block;
    width: 42%;
    height: 100%;
    background: var(--gradient);
    animation: load 1.2s ease-in-out infinite;
}

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

@keyframes load {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(260%); }
}

.navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    padding: 18px 0;
    background: transparent;
    border-bottom: 0;
    opacity: 1;
    transform: translateY(0);
    backdrop-filter: none;
    box-shadow: none;
    transition: padding var(--t), background var(--t), border-color var(--t), box-shadow var(--t), opacity var(--t), transform var(--t);
}

.navbar.scrolled {
    padding: 14px 0;
    background: rgba(0, 3, 12, 0.9);
    border-bottom: 0;
    backdrop-filter: blur(18px) saturate(1.12);
    box-shadow: 0 18px 50px rgba(0, 2, 8, 0.24);
}

.nav-inner,
.nav-actions,
.logo,
.badge-row,
.cta-group,
.hero-stats,
.footer-grid,
.footer-links {
    display: flex;
    align-items: center;
}

.nav-inner {
    justify-content: space-between;
    gap: 24px;
}

.logo {
    gap: 10px;
    font-weight: 900;
    font-size: 0.98rem;
}

.logo-icon {
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 0 14px rgba(47, 117, 255, 0.5));
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    color: #9aa8bf;
    font-size: 0.86rem;
    font-weight: 700;
    transition: color var(--t);
}

.nav-links a:hover {
    color: var(--text);
}

.nav-actions {
    gap: 12px;
}

.lang-switch {
    display: inline-flex;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(35, 62, 99, 0.62);
    border-radius: 999px;
    background: rgba(0, 7, 18, 0.74);
}

.lang-btn {
    min-width: 38px;
    padding: 8px 11px;
    border-radius: 0;
    color: #9aa8bf;
    font-size: 0.75rem;
    font-weight: 800;
}

.lang-btn.active {
    color: var(--text);
    background: var(--blue);
}

.icon-btn {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--blue-2);
    background: rgba(255, 255, 255, 0.04);
}

.icon-btn svg {
    width: 18px;
    height: 18px;
}

.nav-download {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0c63d9, #0f5bc4);
    color: var(--text);
    font-weight: 900;
    font-size: 0.78rem;
    box-shadow: 0 0 22px rgba(47, 117, 255, 0.25);
}

.menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--text);
    transition: transform var(--t), opacity var(--t);
}

.menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding: 112px 0 112px;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(180deg, transparent, var(--bg));
    pointer-events: none;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-bg,
.hero-vignette {
    position: absolute;
    inset: 0;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 39%;
    filter: saturate(1.03) contrast(1.06) brightness(0.72);
}

.hero-bg-main {
    opacity: 1;
}

.hero-bg-alt {
    display: none;
}

.hero-bg-hunt {
    animation-delay: 6s;
}

.hero-bg-cave {
    animation-delay: 12s;
    object-position: center 44%;
}

.hero-vignette {
    background:
        radial-gradient(circle at 50% 12%, rgba(47, 117, 255, 0.16), transparent 26%),
        radial-gradient(circle at 50% 102%, rgba(92, 0, 15, 0.16), transparent 36%),
        linear-gradient(90deg, rgba(0, 2, 8, 0.98) 0%, rgba(0, 2, 8, 0.76) 26%, rgba(0, 2, 8, 0.38) 50%, rgba(0, 2, 8, 0.76) 74%, rgba(0, 2, 8, 0.98) 100%),
        linear-gradient(180deg, rgba(0, 2, 8, 0.18), rgba(0, 2, 8, 0.82) 64%, #000002 100%);
}

.entity-eyes {
    animation: blink 5.4s ease-in-out infinite;
}

@keyframes blink {
    0%, 86%, 100% { opacity: 0.92; }
    89%, 92% { opacity: 0.06; }
}

.hero-grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
}

.hero-copy {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.badge-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid rgba(47, 117, 255, 0.45);
    border-radius: 999px;
    background: rgba(0, 7, 18, 0.62);
    color: var(--blue-2);
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 16px rgba(47, 117, 255, 0.9);
}

.badge-muted {
    color: var(--soft);
}

.hero h1 {
    margin: 0 auto;
    color: #d8e7ff;
    font-size: 5.85rem;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 14px 45px rgba(0, 0, 0, 0.72);
}

.hero h1 .title-blue {
    color: transparent;
    background: linear-gradient(90deg, #2f75ff, #78a8ff);
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes shimmer {
    to { background-position: -200% 0; }
}

.hero-subtitle {
    margin-top: 20px;
    color: #c6d7f8;
    font-size: 1.24rem;
    font-weight: 800;
}

.hero-desc {
    max-width: 720px;
    margin: 14px auto 34px;
    color: #aebfe4;
    font-size: 1rem;
    line-height: 1.55;
}

.cta-group {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform var(--t), box-shadow var(--t), border-color var(--t), background var(--t);
}

.btn svg {
    width: 20px;
    height: 20px;
}

.btn-primary {
    background: linear-gradient(135deg, #0c63d9, #0f5bc4);
    color: var(--text);
    box-shadow: 0 0 0 1px rgba(5, 89, 210, 0.4), 0 18px 42px rgba(12, 45, 187, 0.28);
}

.btn-secondary {
    border: 1px solid rgba(38, 65, 104, 0.6);
    background: rgba(0, 3, 12, 0.54);
    color: var(--text);
}

.btn:hover,
.nav-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px -5px rgba(28, 105, 227, 0.55);
}

.btn-full {
    width: 100%;
}

.hero-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #aebfe4;
    font-size: 0.78rem;
}

.hero-note span:first-child {
    color: var(--blue);
    font-size: 0.9rem;
}

.hero-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 58px;
}

.hero-stats div {
    width: 200px;
    min-height: 88px;
    display: grid;
    place-items: center;
    padding: 17px 18px;
    border: 1px solid rgba(35, 62, 99, 0.54);
    border-radius: var(--radius);
    background: rgba(0, 9, 22, 0.56);
    backdrop-filter: blur(14px);
}

.hero-stats strong {
    display: block;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.55rem;
    line-height: 1;
}

.hero-stats span {
    color: #9db7e8;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.minecraft-mockup {
    overflow: hidden;
    border: 1px solid rgba(47, 117, 255, 0.34);
    border-radius: var(--radius);
    background: linear-gradient(rgba(4, 18, 35, 0.72), rgba(0, 3, 12, 0.78));
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45), 0 28px 80px rgba(0, 0, 0, 0.55), 0 0 50px rgba(47, 117, 255, 0.16);
}

.window-bar {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.8rem;
}

.window-bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue);
    opacity: 0.72;
}

.window-bar strong {
    margin-left: 8px;
}

.game-scene {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background:
        linear-gradient(180deg, #061326 0%, #0b1725 48%, #071018 49%, #03060a 100%);
}

.moon {
    position: absolute;
    top: 44px;
    right: 56px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e7f0ff;
    box-shadow: 0 0 45px rgba(140, 182, 255, 0.4);
}

.block-ground {
    position: absolute;
    inset: auto 0 0;
    height: 108px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(#111827, #06101c);
}

.player,
.monster-shadow {
    position: absolute;
    bottom: 102px;
}

.player {
    width: 46px;
    height: 92px;
}

.player::before,
.player::after,
.player i {
    content: '';
    position: absolute;
    image-rendering: pixelated;
}

.player::before {
    top: 0;
    left: 8px;
    width: 30px;
    height: 30px;
    background: #caa17e;
}

.player::after {
    top: 32px;
    left: 10px;
    width: 26px;
    height: 36px;
    background: #2f75ff;
}

.player i {
    bottom: 0;
    left: 12px;
    width: 10px;
    height: 24px;
    background: #121a31;
    box-shadow: 12px 0 #121a31;
}

.player-a { left: 120px; }
.player-b { left: 245px; transform: scale(0.9); opacity: 0.86; }

.monster-shadow {
    right: 96px;
    width: 110px;
    height: 170px;
    background: #000002;
    clip-path: polygon(32% 0, 68% 0, 90% 100%, 10% 100%);
    opacity: 0.82;
    filter: drop-shadow(0 0 30px rgba(47, 117, 255, 0.2));
}

.monster-shadow span {
    position: absolute;
    top: 44px;
    width: 22px;
    height: 8px;
    background: var(--blue-2);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(140, 182, 255, 0.8);
}

.monster-shadow span:first-child { left: 27px; }
.monster-shadow span:last-child { right: 27px; }

.voice-ring {
    position: absolute;
    left: 142px;
    bottom: 146px;
    border: 2px solid rgba(47, 117, 255, 0.56);
    border-radius: 50%;
    animation: voicePulse 2.4s ease-in-out infinite;
}

.ring-one {
    width: 110px;
    height: 54px;
}

.ring-two {
    width: 170px;
    height: 84px;
    animation-delay: 0.5s;
}

@keyframes voicePulse {
    50% { transform: scale(1.12); opacity: 0.35; }
}

.voice-card,
.warning-card {
    position: absolute;
    border: 1px solid rgba(47, 117, 255, 0.36);
    border-radius: var(--radius);
    background: rgba(0, 3, 12, 0.76);
    backdrop-filter: blur(12px);
}

.voice-card {
    left: 22px;
    top: 22px;
    width: 160px;
    padding: 12px;
}

.voice-card small,
.radar-panel-label {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 900;
}

.voice-card strong {
    display: block;
    margin: 3px 0 8px;
}

.meter {
    display: flex;
    gap: 4px;
    align-items: end;
    height: 26px;
}

.meter i {
    width: 8px;
    border-radius: 999px;
    background: var(--blue);
    animation: meter 1s ease-in-out infinite;
}

.meter i:nth-child(1) { height: 30%; }
.meter i:nth-child(2) { height: 78%; animation-delay: 0.15s; }
.meter i:nth-child(3) { height: 46%; animation-delay: 0.3s; }
.meter i:nth-child(4) { height: 92%; animation-delay: 0.45s; }

@keyframes meter {
    50% { height: 20%; }
}

.warning-card {
    right: 22px;
    top: 22px;
    padding: 10px 12px;
    color: var(--blue-2);
    font-size: 0.8rem;
    font-weight: 900;
}

.section {
    padding: 96px 0;
    position: relative;
}

.section-header {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.align-left {
    margin-left: 0;
    text-align: left;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 900;
}

.section h2,
.support h2 {
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 900;
}

.section-header p,
.about p,
.support p,
.changelog p {
    margin-top: 14px;
    color: var(--soft);
    font-size: 1.03rem;
}

.features,
.radar-section,
.testimonials,
.faq {
    background: linear-gradient(180deg, var(--bg), var(--bg-2) 48%, var(--bg));
}

.features-grid,
.testimonial-grid,
.requirements-grid {
    display: grid;
    gap: 16px;
}

.features-grid {
    grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.timeline-card,
.requirements-grid div,
.install-list article,
.download-panel,
.testimonial-grid article,
.faq details,
.mail-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--panel);
    backdrop-filter: blur(14px);
    transition: transform var(--t), border-color var(--t), box-shadow var(--t), background var(--t);
}

.feature-card,
.testimonial-grid article {
    padding: 26px;
}

.feature-card:hover,
.timeline-card:hover,
.install-list article:hover,
.testimonial-grid article:hover,
.mail-card:hover {
    transform: translateY(-3px);
    border-color: var(--border-hot);
    box-shadow: 0 0 30px -6px rgba(47, 117, 255, 0.45);
}

.feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(47, 117, 255, 0.36);
    border-radius: var(--radius);
    color: var(--blue-2);
    background: rgba(47, 117, 255, 0.1);
    font-size: 1.25rem;
}

.feature-card h3,
.timeline-card h3,
.install-list h3,
.download-panel h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
}

.feature-card p,
.timeline-card p,
.install-list p,
.download-panel p,
.testimonial-grid p,
.faq p {
    color: var(--soft);
}

.how {
    background:
        repeating-linear-gradient(90deg, transparent 0 90px, rgba(255, 255, 255, 0.025) 90px 91px),
        #000208;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.timeline-card {
    padding: 28px;
    min-height: 250px;
}

.timeline-card span {
    display: block;
    margin-bottom: 28px;
    color: var(--blue);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
}

.how-image {
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid rgba(47, 117, 255, 0.34);
    border-radius: var(--radius);
    background: #01040b;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58), 0 0 42px rgba(47, 117, 255, 0.13);
}

.how-image img {
    display: block;
    width: 100%;
    height: auto;
}

.how-preview {
    position: relative;
    min-height: 560px;
    margin-top: 34px;
    overflow: hidden;
    border: 1px solid rgba(47, 117, 255, 0.34);
    border-radius: var(--radius);
    background: #01040b;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58), 0 0 42px rgba(47, 117, 255, 0.13);
    isolation: isolate;
}

.how-preview img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.68) contrast(1.18) saturate(0.95);
    transform: scale(1.03);
}

.how-preview::before,
.how-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.how-preview::before {
    background:
        radial-gradient(circle at 48% 45%, rgba(8, 29, 58, 0.08), rgba(0, 0, 0, 0.62) 74%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 28%, transparent 70%, rgba(0, 0, 0, 0.72)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.82));
}

.how-preview::after {
    opacity: 0.22;
    background-image:
        repeating-linear-gradient(180deg, transparent 0 10px, rgba(255, 255, 255, 0.05) 10px 11px),
        repeating-linear-gradient(115deg, rgba(139, 182, 255, 0.12) 0 1px, transparent 1px 18px);
    mix-blend-mode: screen;
}

.how-preview-radar,
.how-preview-alert,
.how-preview-mic,
.how-preview-players,
.how-preview-log,
.how-preview-crosshair,
.how-preview-hotbar {
    position: absolute;
    z-index: 2;
}

.how-preview-radar,
.how-preview-alert,
.how-preview-mic,
.how-preview-players {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.68);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
}

.how-preview-radar {
    top: 22px;
    left: 22px;
    width: 230px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.how-preview-radar strong,
.how-preview-radar p,
.how-preview-alert h3,
.how-preview-alert strong,
.how-preview-mic h4,
.how-preview-players h4,
.how-preview-log {
    font-family: var(--font-display);
}

.how-preview-radar strong {
    display: block;
    margin-bottom: 10px;
    color: #f2f7ff;
    font-size: 0.88rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(47, 117, 255, 0.62);
}

.mini-radar {
    position: relative;
    width: 190px;
    aspect-ratio: 1;
    margin-bottom: 14px;
    border: 1px solid rgba(47, 117, 255, 0.9);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(47, 117, 255, 0.16), transparent 30%),
        rgba(0, 6, 18, 0.44);
    box-shadow: 0 0 22px rgba(47, 117, 255, 0.26);
}

.mini-ring,
.mini-axis,
.mini-sweep,
.mini-dot {
    position: absolute;
}

.mini-ring {
    inset: 50%;
    border: 1px solid rgba(47, 117, 255, 0.36);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.mini-ring-1 { width: 34%; height: 34%; }
.mini-ring-2 { width: 62%; height: 62%; }
.mini-ring-3 { width: 86%; height: 86%; }

.mini-axis {
    background: rgba(47, 117, 255, 0.42);
}

.mini-axis-x {
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
}

.mini-axis-y {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

.mini-sweep {
    bottom: 50%;
    left: 50%;
    width: 44%;
    height: 44%;
    transform-origin: 0 100%;
    background: linear-gradient(46deg, rgba(47, 117, 255, 0.44), transparent 72%);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
    animation: previewSweep 4s linear infinite;
}

.mini-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e9f2ff;
    box-shadow: 0 0 12px currentColor;
}

.mini-you {
    top: 33%;
    left: 70%;
    color: #2f75ff;
    background: #2f75ff;
}

.mini-kai {
    top: 24%;
    left: 26%;
    color: #4cc7bf;
    background: #4cc7bf;
}

.mini-alex {
    top: 55%;
    left: 10%;
}

.mini-steve {
    top: 66%;
    left: 58%;
}

.mini-entity {
    top: 42%;
    left: 51%;
    color: #ff263e;
    background: #ff263e;
    animation: previewThreatPulse 1.2s ease-in-out infinite;
}

.how-preview-radar p {
    color: #ff263e;
    font-size: 0.98rem;
    line-height: 1.45;
    text-shadow: 0 0 12px rgba(255, 38, 62, 0.6);
}

.how-preview-alert {
    top: 28px;
    right: 28px;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    width: min(46%, 520px);
    padding: 22px;
}

.preview-mic-icon {
    display: grid;
    place-items: center;
}

.preview-mic-icon span {
    position: relative;
    width: 46px;
    height: 70px;
    border: 5px solid #ff1f34;
    border-radius: 24px;
    box-shadow: 0 0 22px rgba(255, 31, 52, 0.5);
}

.preview-mic-icon span::before,
.preview-mic-icon span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.preview-mic-icon span::before {
    bottom: -22px;
    width: 74px;
    height: 42px;
    border: 5px solid #ff1f34;
    border-top: 0;
    border-radius: 0 0 44px 44px;
}

.preview-mic-icon span::after {
    bottom: -36px;
    width: 6px;
    height: 22px;
    background: #ff1f34;
    box-shadow: -18px 24px 0 -1px #ff1f34, 18px 24px 0 -1px #ff1f34;
}

.how-preview-alert h3 {
    margin-bottom: 10px;
    color: #ff263e;
    font-size: 1.02rem;
    line-height: 1.2;
    text-shadow: 0 0 14px rgba(255, 38, 62, 0.52);
}

.how-preview-alert p {
    margin-bottom: 12px;
    color: #eff4ff;
    font-size: 0.92rem;
    line-height: 1.45;
}

.how-preview-alert strong {
    display: block;
    margin-bottom: 16px;
    color: #ff263e;
    font-size: 0.9rem;
}

.preview-sound-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.preview-sound-row span {
    flex: 0 0 auto;
    margin-right: 10px;
    color: #ff263e;
    font-family: var(--font-display);
    font-size: 0.78rem;
}

.preview-sound-row i {
    width: 9px;
    height: 16px;
    background: rgba(255, 255, 255, 0.18);
}

.preview-sound-row i:nth-of-type(-n + 8) {
    background: linear-gradient(180deg, #ff263e, #8e1020);
    box-shadow: 0 0 10px rgba(255, 38, 62, 0.46);
    animation: previewSoundBars 1.2s ease-in-out infinite alternate;
}

.preview-sound-row i:nth-of-type(2n) {
    animation-delay: 0.18s;
}

.how-preview-alert small {
    display: block;
    color: #d3d8e5;
    line-height: 1.45;
}

.how-preview-mic {
    bottom: 112px;
    left: 24px;
    width: 250px;
    padding: 18px;
}

.how-preview-mic h4,
.how-preview-players h4 {
    margin-bottom: 12px;
    color: #f2f7ff;
    font-size: 0.78rem;
}

.how-preview-mic p,
.how-preview-mic li,
.how-preview-players p {
    color: #d8dfed;
    font-size: 0.82rem;
}

.how-preview-mic strong {
    color: #45dc63;
}

.preview-sensitivity {
    width: 100%;
    height: 10px;
    margin: 8px 0 14px;
    background: rgba(255, 255, 255, 0.16);
}

.preview-sensitivity i {
    display: block;
    width: 82%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #3fd15d 0 10px, transparent 10px 14px);
    animation: previewSensitivity 1.2s ease-in-out infinite alternate;
}

.how-preview-mic ul {
    display: grid;
    gap: 3px;
    margin-top: 4px;
    list-style: none;
}

.how-preview-mic li {
    display: flex;
    justify-content: space-between;
}

.how-preview-mic b {
    color: #ff263e;
    font-size: 1rem;
    line-height: 1;
}

.how-preview-mic em {
    color: #3fd15d;
    font-style: normal;
}

.how-preview-players {
    right: 28px;
    bottom: 130px;
    width: 230px;
    padding: 16px;
}

.how-preview-players p {
    display: grid;
    grid-template-columns: 16px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-family: var(--font-display);
}

.how-preview-players i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e9f2ff;
}

.how-preview-players p:nth-of-type(2) i {
    background: #4cc7bf;
}

.how-preview-log {
    bottom: 18px;
    left: 24px;
    width: min(430px, 46%);
    padding: 14px 16px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.42), transparent);
}

.how-preview-log p {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 10px;
    color: #ff263e;
    font-size: 0.86rem;
    line-height: 1.35;
    text-shadow: 0 0 12px rgba(255, 38, 62, 0.52);
    animation: previewLogFlicker 1.8s ease-in-out infinite;
}

.how-preview-log time {
    color: rgba(239, 244, 255, 0.7);
}

.how-preview-crosshair {
    left: 50%;
    top: 52%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.how-preview-crosshair::before,
.how-preview-crosshair::after {
    content: "";
    position: absolute;
    background: rgba(239, 244, 255, 0.88);
}

.how-preview-crosshair::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
}

.how-preview-crosshair::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
}

.how-preview-hotbar {
    left: 50%;
    bottom: 22px;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
}

.how-preview-hotbar span {
    width: 46px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.58);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.how-preview-hotbar span:first-child {
    border-color: #f2f7ff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

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

@keyframes previewThreatPulse {
    from { transform: scale(0.88); }
    to { transform: scale(1.18); }
}

@keyframes previewSoundBars {
    from { transform: scaleY(0.62); opacity: 0.65; }
    to { transform: scaleY(1); opacity: 1; }
}

@keyframes previewSensitivity {
    from { width: 72%; }
    to { width: 86%; }
}

@keyframes previewLogFlicker {
    0%, 100% { opacity: 0.96; }
    48% { opacity: 0.72; }
}

.radar-section {
    padding: 78px 0 92px;
}

.radar-section .section-header {
    max-width: 660px;
    margin-bottom: 48px;
}

.radar-section .eyebrow {
    color: #0f63df;
    font-size: 0.72rem;
}

.radar-section h2 {
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 3.25rem;
    line-height: 0.95;
    text-shadow: 2px 0 rgba(47, 117, 255, 0.55), -2px 0 rgba(92, 0, 15, 0.28);
}

.radar-section .section-header p {
    max-width: 560px;
    margin-inline: auto;
    color: #aebfe4;
    font-size: 0.96rem;
}

.identity-radar {
    max-width: 1290px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(35, 62, 99, 0.66);
    border-radius: var(--radius);
    background: rgba(1, 9, 20, 0.78);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5);
}

.identity-radar-screen {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.9fr);
    gap: 26px;
    padding: 28px;
}

.identity-radar-map,
.identity-card {
    border: 1px solid rgba(35, 62, 99, 0.66);
    border-radius: var(--radius);
    background: rgba(0, 5, 14, 0.72);
}

.identity-radar-map {
    min-height: 548px;
    position: relative;
    padding: 28px;
    overflow: hidden;
}

.radar-map-label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7d93bc;
    font-size: 0.68rem;
    font-weight: 800;
}

.radar-map-label span {
    color: var(--blue);
}

.identity-map {
    position: absolute;
    left: 50%;
    top: 56%;
    width: min(78%, 560px);
    aspect-ratio: 1;
    border: 1px solid rgba(15, 91, 196, 0.66);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(12, 99, 217, 0.13), rgba(0, 3, 12, 0.12) 42%, rgba(0, 3, 12, 0.68));
}

.identity-ring,
.identity-axis,
.identity-sweep,
.identity-you,
.identity-dot,
.identity-entity {
    position: absolute;
}

.identity-ring {
    inset: 50%;
    border: 1px solid rgba(15, 91, 196, 0.38);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.identity-ring-1 { width: 25%; height: 25%; }
.identity-ring-2 { width: 50%; height: 50%; }
.identity-ring-3 { width: 75%; height: 75%; }

.identity-axis {
    left: 50%;
    top: 50%;
    background: rgba(15, 91, 196, 0.3);
    transform: translate(-50%, -50%);
}

.identity-axis-x {
    width: 100%;
    height: 1px;
}

.identity-axis-y {
    width: 1px;
    height: 100%;
}

.identity-sweep {
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 330deg, rgba(47, 117, 255, 0.5), rgba(47, 117, 255, 0.18) 34deg, transparent 58deg);
    animation: identitySweep var(--radar-beat-long, 4.8s) linear infinite;
}

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

.identity-you {
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 5px;
    transform: translate(-50%, -50%);
    transition: left 0.72s ease, top 0.72s ease, transform 0.72s ease;
}

.identity-you i {
    width: 28px;
    height: 28px;
    display: block;
    border: 3px solid rgba(124, 170, 255, 0.95);
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 18px rgba(47, 117, 255, 0.9);
}

.identity-you strong {
    color: #d7e6ff;
    font-family: var(--font-display);
    font-size: 0.85rem;
}

.identity-dot,
.identity-entity {
    display: grid;
    justify-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
    transition: left 1.75s ease, top 1.75s ease, opacity 0.65s ease, transform 1.75s ease;
}

.identity-dot i {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background: #a9b4c5;
}

.identity-dot strong,
.identity-entity strong {
    font-family: var(--font-display);
    font-size: 0.78rem;
}

.identity-dot strong {
    color: #a9b4c5;
}

.identity-dot-kai { left: 35%; top: 32%; }
.identity-dot-steve { left: 71%; top: 57%; }
.identity-dot-alex { left: 28%; top: 73%; }

.identity-entity {
    left: 23%;
    top: 23%;
    z-index: 3;
}

.identity-entity i {
    width: 21px;
    height: 21px;
    display: block;
    border: 3px solid #ff2542;
    border-radius: 50%;
    background: rgba(255, 37, 66, 0.2);
    box-shadow: 0 0 22px rgba(255, 37, 66, 0.8);
}

.identity-entity strong {
    color: #ff4d61;
    text-shadow: 0 0 14px rgba(255, 37, 66, 0.9);
}

.identity-radar[data-step="0"] .identity-entity,
.identity-radar[data-step="1"] .identity-entity {
    opacity: 0.75;
}

.identity-radar[data-step="1"] .identity-entity {
    left: 35%;
    top: 32%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
}

.identity-radar[data-step="2"] .identity-entity {
    left: 47%;
    top: 47%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.14);
}

.identity-radar[data-step="3"] .identity-entity {
    left: 61%;
    top: 42%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.22);
}

.identity-radar[data-step="3"] .identity-you {
    left: 73%;
    top: 34%;
    transform: translate(-50%, -50%) scale(0.94);
}

.identity-radar[data-step="2"] .identity-entity i,
.identity-radar[data-step="3"] .identity-entity i {
    box-shadow: 0 0 34px rgba(255, 37, 66, 0.95), 0 0 56px rgba(92, 0, 15, 0.72);
}

.identity-radar.paused .identity-sweep {
    animation-play-state: paused;
}

.identity-sound {
    position: absolute;
    z-index: 5;
    min-width: 70px;
    min-height: 28px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(47, 117, 255, 0.66);
    border-radius: 999px;
    background: rgba(0, 14, 34, 0.92);
    color: #d7e6ff;
    font-family: var(--font-display);
    font-size: 0.66rem;
    font-weight: 900;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 24px rgba(47, 117, 255, 0.28);
}

.identity-sound i {
    width: 16px;
    height: 12px;
    display: block;
    background:
        linear-gradient(90deg, var(--blue) 0 3px, transparent 3px 6px, var(--blue-2) 6px 9px, transparent 9px 12px, var(--blue) 12px 15px);
    animation: visualSoundBars var(--radar-beat, 1.2s) var(--radar-beat-ease, ease-in-out) infinite;
}

.identity-sound-kai {
    left: 35%;
    top: 22%;
}

.identity-sound-you {
    left: 50%;
    top: 38%;
}

.identity-radar[data-step="1"] .identity-sound-kai,
.identity-radar[data-step="2"] .identity-sound-you {
    display: inline-flex;
}

@keyframes visualSoundBars {
    50% { transform: scaleY(0.55); opacity: 0.72; }
}

.identity-radar-info {
    display: grid;
    gap: 22px;
    align-content: start;
}

.identity-card {
    padding: 24px;
}

.identity-label {
    display: block;
    margin-bottom: 14px;
    color: #7d93bc;
    font-size: 0.68rem;
    font-weight: 900;
}

.identity-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 1.5rem;
    text-shadow: 1px 0 rgba(47, 117, 255, 0.55), -1px 0 rgba(92, 0, 15, 0.3);
}

.identity-card h3::before {
    content: '☊';
    color: #f4f8ff;
    font-family: var(--font-body);
    font-size: 1.35rem;
}

.identity-card p {
    color: #9fb1d0;
    font-size: 0.95rem;
}

.identity-progress {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 34, 64, 0.74);
}

.identity-progress i {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: var(--blue);
    box-shadow: 0 0 16px rgba(47, 117, 255, 0.7);
    transition: width 0.45s ease;
}

.identity-radar[data-step="0"] .identity-progress i { width: 10%; }
.identity-radar[data-step="1"] .identity-progress i { width: 31%; }
.identity-radar[data-step="2"] .identity-progress i { width: 66%; }
.identity-radar[data-step="3"] .identity-progress i { width: 100%; }

.identity-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 15px;
}

.identity-step {
    color: #65738c;
    font-size: 0.66rem;
    font-weight: 900;
    text-align: center;
}

.identity-step.active {
    color: #f4f8ff;
}

.identity-pause {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(35, 62, 99, 0.66);
    border-radius: var(--radius);
    background: rgba(0, 5, 14, 0.72);
    color: #f4f8ff;
    font-size: 0.9rem;
    font-weight: 900;
}

.identity-pause::before {
    content: 'Ⅱ';
    font-size: 0.88rem;
}

.identity-radar.paused .identity-pause::before {
    content: '▶';
}

.identity-note {
    color: #65738c;
    font-size: 0.78rem;
    line-height: 1.55;
}

.radar-section .container {
    max-width: 1040px;
}

.identity-radar {
    --radar-beat: 1.2s;
    --radar-beat-slow: 2.4s;
    --radar-beat-long: 4.8s;
    --radar-beat-ease: cubic-bezier(0.42, 0, 0.22, 1);
    border-color: rgba(47, 117, 255, 0.34);
    background:
        radial-gradient(circle at 44% 40%, rgba(47, 117, 255, 0.11), transparent 34%),
        linear-gradient(180deg, rgba(2, 11, 24, 0.92), rgba(0, 3, 12, 0.94));
    box-shadow: inset 0 0 0 1px rgba(140, 182, 255, 0.03), 0 28px 90px rgba(0, 0, 0, 0.58);
}

.identity-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 14px;
    padding: 14px;
    background:
        repeating-linear-gradient(0deg, transparent 0 20px, rgba(47, 117, 255, 0.035) 20px 21px),
        repeating-linear-gradient(90deg, transparent 0 20px, rgba(47, 117, 255, 0.03) 20px 21px);
}

.radar-console-left {
    display: grid;
    gap: 10px;
}

.radar-main,
.radar-mini-panel {
    border: 1px solid rgba(35, 62, 99, 0.76);
    border-radius: var(--radius);
    background: rgba(0, 7, 18, 0.66);
    box-shadow: inset 0 0 34px rgba(47, 117, 255, 0.035);
}

.radar-main {
    position: relative;
    min-height: 612px;
    overflow: hidden;
    padding: 14px 16px 16px;
}

.radar-main::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 52%, transparent 0 39%, rgba(47, 117, 255, 0.08) 39.2% 39.55%, transparent 39.8%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.14));
}

.identity-topbar,
.radar-brand,
.radar-server,
.player-row,
.sound-row,
.radar-legend p {
    display: flex;
    align-items: center;
}

.identity-topbar {
    position: relative;
    z-index: 4;
    justify-content: space-between;
    gap: 12px;
}

.radar-brand {
    align-items: flex-start;
    gap: 10px;
}

.radar-logo {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(47, 117, 255, 0.45);
    border-radius: var(--radius);
    background: rgba(2, 14, 34, 0.82);
}

.radar-logo::before,
.radar-logo::after,
.radar-logo i {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.radar-logo::before {
    inset: 7px;
    border: 1px solid rgba(47, 117, 255, 0.8);
}

.radar-logo::after {
    inset: 12px;
    border: 1px solid rgba(47, 117, 255, 0.5);
}

.radar-logo i {
    width: 28px;
    height: 1px;
    background: rgba(47, 117, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(47, 117, 255, 0.14);
}

.radar-logo i::before,
.radar-logo i::after {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
}

.radar-logo i::before {
    transform: rotate(90deg);
}

.radar-logo i::after {
    transform: rotate(45deg);
}

.radar-brand h3 {
    color: #f5f8ff;
    font-family: var(--font-display);
    font-size: 0.98rem;
    line-height: 1.05;
    text-transform: uppercase;
    text-shadow: 1px 0 rgba(47, 117, 255, 0.5), -1px 0 rgba(92, 0, 15, 0.28);
}

.radar-brand h3 small {
    margin-left: 6px;
    color: #9aa8bf;
    font-family: var(--font-body);
    font-size: 0.56rem;
    font-weight: 800;
}

.radar-brand p,
.radar-server p {
    color: #9aa8bf;
    font-family: var(--font-display);
    font-size: 0.56rem;
    font-weight: 800;
    text-transform: uppercase;
}

.radar-online {
    gap: 7px;
    margin-top: 6px;
    color: #ff3048 !important;
}

.radar-online i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3048;
    box-shadow: 0 0 18px rgba(255, 48, 72, 0.8);
}

.radar-server {
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

.radar-server strong {
    color: #3f8dff;
}

.identity-map {
    position: relative;
    left: auto;
    top: auto;
    width: min(86%, 500px);
    margin: 14px auto 0;
    aspect-ratio: 1;
    border: 2px solid rgba(47, 117, 255, 0.84);
    border-radius: 50%;
    transform: none;
    background:
        radial-gradient(circle at center, rgba(47, 117, 255, 0.14), rgba(0, 3, 12, 0.1) 32%, rgba(0, 3, 12, 0.42) 72%),
        repeating-radial-gradient(circle at center, rgba(255,255,255,0.025) 0 1px, transparent 1px 8px);
    box-shadow: 0 0 22px rgba(47, 117, 255, 0.42), inset 0 0 44px rgba(47, 117, 255, 0.08);
}

.identity-ring,
.identity-axis,
.identity-sweep,
.identity-you,
.identity-dot,
.identity-entity,
.compass {
    position: absolute;
}

.identity-ring {
    inset: 50%;
    border: 1px solid rgba(47, 117, 255, 0.24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.identity-ring-1 { width: 18%; height: 18%; }
.identity-ring-2 { width: 34%; height: 34%; }
.identity-ring-3 { width: 51%; height: 51%; }
.identity-ring-4 { width: 68%; height: 68%; }
.identity-ring-5 { width: 86%; height: 86%; }

.identity-axis {
    left: 50%;
    top: 50%;
    background: rgba(47, 117, 255, 0.34);
    transform: translate(-50%, -50%);
}

.identity-axis-x {
    width: 96%;
    height: 1px;
}

.identity-axis-y {
    width: 1px;
    height: 96%;
}

.identity-axis-diagonal {
    width: 82%;
    height: 1px;
    opacity: 0.42;
    transform: translate(-50%, -50%) rotate(45deg);
}

.identity-sweep {
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 154deg, transparent 0 18deg, rgba(47, 117, 255, 0.58) 18deg 42deg, transparent 42deg 360deg);
    animation: sweepPulse var(--radar-beat-slow) var(--radar-beat-ease) infinite;
    mix-blend-mode: screen;
}

@keyframes sweepPulse {
    50% { opacity: 0.62; filter: brightness(1.18); }
}

.compass {
    color: #438dff;
    font-family: var(--font-display);
    font-size: 0.68rem;
    font-weight: 800;
    text-shadow: 0 0 12px rgba(47, 117, 255, 0.72);
}

.compass-n { left: 50%; top: 2%; transform: translateX(-50%); }
.compass-e { right: 2%; top: 50%; transform: translateY(-50%); }
.compass-s { left: 50%; bottom: 2%; transform: translateX(-50%); }
.compass-w { left: 2%; top: 50%; transform: translateY(-50%); }

.identity-you,
.identity-dot,
.identity-entity {
    z-index: 4;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 7px;
    align-items: center;
    justify-items: start;
    transform: translate(-50%, -50%);
    transition: left 1.35s ease, top 1.35s ease, opacity 0.35s ease, transform 1.35s ease;
}

.identity-you i,
.identity-dot i,
.identity-entity i {
    grid-row: 1 / span 2;
    display: block;
    border-radius: 50%;
}

.identity-you i {
    width: 22px;
    height: 22px;
    border: 5px solid rgba(140, 182, 255, 0.95);
    background: #2f75ff;
    box-shadow: 0 0 24px rgba(47, 117, 255, 0.96), 0 0 48px rgba(47, 117, 255, 0.38);
}

.identity-dot i {
    width: 12px;
    height: 12px;
    background: #c8d3e3;
    box-shadow: 0 0 14px rgba(200, 211, 227, 0.6);
}

.identity-entity i {
    width: 17px;
    height: 17px;
    border: 3px solid #ff314a;
    background: #ff6c78;
    box-shadow: 0 0 24px rgba(255, 49, 74, 0.95), 0 0 62px rgba(255, 49, 74, 0.34);
}

.identity-you strong,
.identity-dot strong,
.identity-entity strong,
.identity-you em,
.identity-dot em,
.identity-entity em {
    display: block;
    font-family: var(--font-body);
    font-style: normal;
    line-height: 1.15;
    white-space: nowrap;
}

.identity-you strong,
.identity-entity strong {
    font-size: 0.74rem;
    font-weight: 900;
}

.identity-dot strong {
    color: #d6deec;
    font-size: 0.72rem;
    font-weight: 800;
}

.identity-you strong {
    color: #4d98ff;
    text-shadow: 0 0 14px rgba(47, 117, 255, 0.8);
}

.identity-entity strong {
    color: #ff334b;
    text-shadow: 0 0 14px rgba(255, 49, 74, 0.8);
}

.identity-you em,
.identity-dot em,
.identity-entity em {
    color: #c5cfdf;
    font-size: 0.66rem;
}

[data-radar-distance] {
    transition: color 0.18s ease, text-shadow 0.18s ease, transform 0.18s ease;
}

[data-radar-distance].metric-flash {
    color: #8cb6ff;
    text-shadow: 0 0 14px rgba(47, 117, 255, 0.85);
}

.identity-you { left: 50%; top: 50%; }
.identity-dot-kai { left: 31%; top: 23%; }
.identity-dot-steve { left: 75%; top: 59%; }
.identity-dot-alex { left: 17%; top: 68%; }
.identity-entity { left: 62%; top: 35%; }

.identity-radar[data-step="0"] .identity-entity {
    left: 76%;
    top: 20%;
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.86);
}

.identity-radar[data-step="1"] .identity-entity {
    left: 31%;
    top: 23%;
    opacity: 1;
}

.identity-radar[data-step="2"] .identity-entity {
    left: 46%;
    top: 47%;
    opacity: 1;
}

.identity-radar[data-step="3"] .identity-entity {
    left: 62%;
    top: 35%;
    opacity: 1;
}

.identity-radar[data-step="3"] .identity-you {
    left: 50%;
    top: 50%;
    animation: evadeMarker var(--radar-beat) var(--radar-beat-ease) infinite alternate;
}

@keyframes evadeMarker {
    from { transform: translate(-48%, -52%) scale(0.97); }
    to { transform: translate(-56%, -43%) scale(1.03); }
}

.identity-sound {
    min-width: 58px;
    min-height: 24px;
    font-size: 0.55rem;
    border-color: rgba(47, 117, 255, 0.78);
    background: rgba(0, 12, 31, 0.94);
}

.identity-sound-kai {
    left: 31%;
    top: 16%;
}

.identity-sound-you {
    left: 52%;
    top: 43%;
}

.identity-radar[data-step="1"] .identity-sound-kai,
.identity-radar[data-step="2"] .identity-sound-you {
    display: inline-flex;
}

.radar-bottom {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
    gap: 10px;
}

.radar-mini-panel {
    position: relative;
    overflow: hidden;
    padding: 12px 14px;
}

.radar-risk::before,
.radar-history::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(47, 117, 255, 0.08), transparent);
    opacity: 0;
    transform: translateY(-100%);
    animation: panelScan var(--radar-beat-long) var(--radar-beat-ease) infinite;
}

.radar-history::before {
    animation-delay: var(--radar-beat);
}

@keyframes panelScan {
    0%, 62%, 100% {
        opacity: 0;
        transform: translateY(-100%);
    }
    72% {
        opacity: 0.8;
    }
    88% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.radar-mini-panel h4 {
    margin-bottom: 10px;
    color: #b6c0d0;
    font-family: var(--font-display);
    font-size: 0.68rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.radar-risk > strong {
    display: block;
    color: var(--risk-color, #ff334b);
    font-family: var(--font-display);
    font-size: 1.05rem;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 16px var(--risk-glow, rgba(255, 49, 74, 0.52));
    animation: criticalPulse var(--radar-beat) var(--radar-beat-ease) infinite;
}

@keyframes criticalPulse {
    0%, 100% {
        color: var(--risk-color, #ff334b);
        text-shadow: 0 0 10px var(--risk-glow, rgba(255, 49, 74, 0.45));
        transform: translateX(0);
    }
    50% {
        color: var(--risk-bright, #ff7080);
        text-shadow: 0 0 20px var(--risk-glow-strong, rgba(255, 49, 74, 0.88)), 0 0 40px var(--risk-glow, rgba(255, 49, 74, 0.32));
        transform: translateX(2px);
    }
}

.risk-meter {
    min-height: 18px;
    display: flex;
    align-items: end;
    gap: 3px;
    margin: 14px 0 16px;
}

.risk-meter i {
    width: 6px;
    height: 8px;
    display: block;
    background: rgba(42, 53, 72, 0.55);
    box-shadow: none;
    opacity: 0.38;
}

.risk-meter i.active {
    background: linear-gradient(180deg, var(--risk-bright, #ff8c98) 0%, var(--risk-color, #ff334b) 52%, var(--risk-deep, #a90019) 100%);
    box-shadow: 0 0 10px var(--risk-glow, rgba(255, 49, 74, 0.44));
    opacity: 1;
}

.risk-meter i:nth-child(1) { height: 5px; }
.risk-meter i:nth-child(2) { height: 6px; }
.risk-meter i:nth-child(3) { height: 7px; }
.risk-meter i:nth-child(4) { height: 8px; }
.risk-meter i:nth-child(5) { height: 9px; }
.risk-meter i:nth-child(6) { height: 10px; }
.risk-meter i:nth-child(7) { height: 11px; }
.risk-meter i:nth-child(8) { height: 12px; }
.risk-meter i:nth-child(9) { height: 13px; }
.risk-meter i:nth-child(10) { height: 14px; }
.risk-meter i:nth-child(11) { height: 15px; }
.risk-meter i:nth-child(12) { height: 16px; }
.risk-meter i:nth-child(n+13) { height: 17px; }

.radar-risk p {
    color: var(--risk-color, #ff334b);
    font-family: var(--font-display);
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.radar-risk p strong {
    color: var(--risk-color, #ff334b);
    animation: distanceBlink var(--radar-beat) steps(2, end) infinite;
}

@keyframes distanceBlink {
    50% {
        color: var(--risk-bright, #ff8c98);
        text-shadow: 0 0 16px var(--risk-glow-strong, rgba(255, 49, 74, 0.72));
    }
}

.radar-risk.risk-low {
    --risk-color: #52e87a;
    --risk-bright: #9bffb3;
    --risk-deep: #16a84b;
    --risk-glow: rgba(82, 232, 122, 0.42);
    --risk-glow-strong: rgba(82, 232, 122, 0.82);
}

.radar-risk.risk-medium {
    --risk-color: #ffd447;
    --risk-bright: #ffe991;
    --risk-deep: #c88700;
    --risk-glow: rgba(255, 212, 71, 0.42);
    --risk-glow-strong: rgba(255, 212, 71, 0.84);
}

.radar-risk.risk-high {
    --risk-color: #ff334b;
    --risk-bright: #ff8c98;
    --risk-deep: #a90019;
    --risk-glow: rgba(255, 49, 74, 0.44);
    --risk-glow-strong: rgba(255, 49, 74, 0.86);
}

.radar-history {
    min-width: 0;
}

.sound-row {
    display: grid;
    grid-template-columns: 58px minmax(100px, 1fr) minmax(110px, 0.8fr);
    gap: 8px;
    align-items: center;
    color: #a8b4c7;
    font-size: 0.64rem;
    opacity: 0.72;
    animation: soundRowPulse var(--radar-beat-slow) var(--radar-beat-ease) infinite;
}

.sound-row + .sound-row {
    margin-top: 5px;
}

.sound-row time {
    color: #8e9bb0;
    font-family: var(--font-display);
    font-size: 0.58rem;
    animation: timestampGlow var(--radar-beat-slow) var(--radar-beat-ease) infinite;
}

.sound-row span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sound-row i {
    height: 15px;
    display: block;
    color: #8e9bb0;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent, currentColor 48%, currentColor 52%, transparent),
        repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 7px);
    background-size: 130px 100%, 18px 100%;
    opacity: 0.62;
    clip-path: polygon(0 48%, 5% 44%, 8% 55%, 12% 42%, 16% 58%, 21% 50%, 26% 62%, 31% 38%, 35% 58%, 41% 42%, 46% 60%, 52% 30%, 57% 68%, 62% 42%, 67% 58%, 72% 45%, 77% 62%, 83% 40%, 88% 56%, 94% 44%, 100% 48%, 100% 52%, 0 52%);
    transform-origin: center;
    animation: waveformMove var(--radar-beat) linear infinite, waveformGain var(--radar-beat) var(--radar-beat-ease) infinite alternate;
}

.sound-row i::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0.42;
    transform: translateX(-100%);
    animation: waveformSweep var(--radar-beat-slow) var(--radar-beat-ease) infinite;
}

.sound-row:nth-of-type(1) { animation-delay: 0s; }
.sound-row:nth-of-type(2) { animation-delay: 0s; }
.sound-row:nth-of-type(3) { animation-delay: 0s; }
.sound-row:nth-of-type(4) { animation-delay: 0s; }
.sound-row:nth-of-type(5) { animation-delay: 0s; }
.sound-row:nth-of-type(1) i { animation-delay: 0s, 0s; }
.sound-row:nth-of-type(2) i { animation-delay: 0s, 0s; }
.sound-row:nth-of-type(3) i { animation-delay: 0s, 0s; }
.sound-row:nth-of-type(4) i { animation-delay: 0s, 0s; }
.sound-row:nth-of-type(5) i { animation-delay: 0s, 0s; }

@keyframes soundRowPulse {
    0%, 100% {
        opacity: 0.66;
        transform: translateX(0);
    }
    45%, 55% {
        opacity: 1;
        transform: translateX(2px);
    }
}

@keyframes timestampGlow {
    50% {
        color: #c9d5e8;
        text-shadow: 0 0 12px rgba(140, 182, 255, 0.28);
    }
}

@keyframes waveformMove {
    to {
        background-position: 130px 0, 18px 0;
    }
}

@keyframes waveformGain {
    0% {
        opacity: 0.38;
        transform: scaleY(0.72);
    }
    100% {
        opacity: 0.9;
        transform: scaleY(1.18);
    }
}

@keyframes waveformSweep {
    0%, 35% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.38;
    }
    75%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.sound-row-blue span,
.sound-row-blue i {
    color: #3f8dff;
}

.sound-row-red span,
.sound-row-red i {
    color: #ff334b;
}

.radar-sidebar {
    display: grid;
    gap: 10px;
    align-content: stretch;
}

.players-panel {
    padding: 14px 12px;
}

.players-count {
    margin-top: -4px;
    margin-bottom: 10px;
    color: #56de78;
    font-family: var(--font-display);
    font-size: 0.62rem;
    font-weight: 900;
}

.player-list {
    border-top: 1px solid rgba(35, 62, 99, 0.76);
}

.player-row {
    position: relative;
    min-height: 86px;
    gap: 9px;
    padding: 9px 2px;
    border-bottom: 1px solid rgba(35, 62, 99, 0.56);
    --voice-color: #5be37b;
    --voice-bright: #b8ffc8;
    --voice-glow: rgba(91, 227, 123, 0.42);
}

.player-row > i {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #c8d3e3;
    box-shadow: 0 0 13px rgba(200, 211, 227, 0.7);
}

.player-row div {
    min-width: 0;
    flex: 1;
}

.player-row strong,
.player-row span {
    display: block;
}

.player-row strong {
    color: #d6deec;
    font-size: 0.76rem;
    line-height: 1.2;
}

.player-row span {
    color: #a8b4c7;
    font-size: 0.62rem;
}

.distance-value {
    display: inline;
    color: inherit;
    font: inherit;
}

.voice-value {
    display: inline;
    color: inherit;
    font: inherit;
}

.voice-volume {
    margin-top: 1px;
}

.player-row .voice-volume {
    display: block;
}

.player-row .voice-volume span {
    display: inline;
}

.silence-meter {
    width: min(88px, 100%);
    height: 5px;
    display: block;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(80, 96, 122, 0.28);
}

.silence-meter i {
    width: var(--silence-level, 90%);
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #5be37b, #8cb6ff);
    box-shadow: 0 0 10px rgba(91, 227, 123, 0.35);
    transition: width 0.42s var(--radar-beat-ease);
    animation: silenceBreath var(--radar-beat) var(--radar-beat-ease) infinite alternate;
}

.silence-meter.low-silence i {
    background: linear-gradient(90deg, #ffd447, #ff334b);
    box-shadow: 0 0 12px rgba(255, 49, 74, 0.42);
}

@keyframes silenceBreath {
    from {
        filter: brightness(0.8);
    }
    to {
        filter: brightness(1.25);
    }
}

.player-row .volume-meter {
    width: min(88px, 100%);
    height: 15px;
    display: flex;
    align-items: end;
    gap: 2px;
    margin-top: 4px;
}

.volume-meter i {
    width: 4px;
    display: block;
    border-radius: 999px;
    background: rgba(80, 96, 122, 0.34);
    opacity: 0.5;
    transform-origin: bottom;
}

.volume-meter i.active {
    background: linear-gradient(180deg, var(--voice-bright), var(--voice-color));
    opacity: 1;
    box-shadow: 0 0 10px var(--voice-glow);
    animation: volumeBarTalk var(--radar-beat) var(--radar-beat-ease) infinite alternate;
}

.volume-meter i:nth-child(1) { height: 4px; }
.volume-meter i:nth-child(2) { height: 5px; }
.volume-meter i:nth-child(3) { height: 6px; }
.volume-meter i:nth-child(4) { height: 8px; }
.volume-meter i:nth-child(5) { height: 9px; }
.volume-meter i:nth-child(6) { height: 10px; }
.volume-meter i:nth-child(7) { height: 11px; }
.volume-meter i:nth-child(8) { height: 12px; }
.volume-meter i:nth-child(9) { height: 14px; }
.volume-meter i:nth-child(10) { height: 15px; }
.volume-meter i:nth-child(2) { animation-delay: 0s; }
.volume-meter i:nth-child(3) { animation-delay: 0s; }
.volume-meter i:nth-child(4) { animation-delay: 0s; }
.volume-meter i:nth-child(5) { animation-delay: 0s; }
.volume-meter i:nth-child(6) { animation-delay: 0s; }
.volume-meter i:nth-child(7) { animation-delay: 0s; }
.volume-meter i:nth-child(8) { animation-delay: 0s; }
.volume-meter i:nth-child(9) { animation-delay: 0s; }
.volume-meter i:nth-child(10) { animation-delay: 0s; }

@keyframes volumeBarTalk {
    from {
        transform: scaleY(0.62);
        filter: brightness(0.82);
    }
    to {
        transform: scaleY(1.1);
        filter: brightness(1.35);
    }
}

.player-row em {
    color: #ff334b;
    font-style: normal;
    font-weight: 900;
}

.player-row.speaking strong {
    text-shadow: 0 0 12px var(--voice-glow);
}

.player-row.speaking .voice-volume,
.player-row.speaking .voice-value {
    color: var(--voice-color);
}

.player-you > i {
    border: 3px solid rgba(140, 182, 255, 0.95);
    background: #101b32;
    box-shadow: 0 0 17px rgba(47, 117, 255, 0.9);
}

.player-you {
    --voice-color: #3f8dff;
    --voice-bright: #b8d4ff;
    --voice-glow: rgba(63, 141, 255, 0.48);
}

.player-you strong {
    color: #4d98ff;
}

.mic-muted {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 16px;
    height: 16px;
    color: #a8b4c7;
}

.mic-muted::before,
.mic-muted::after {
    content: '';
    position: absolute;
}

.mic-muted::before {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: 1px solid currentColor;
    border-radius: 999px;
}

.mic-muted::after {
    left: 1px;
    top: 7px;
    width: 16px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(168, 180, 199, 0.35);
}

.player-entity > i {
    border: 3px solid #ff334b;
    background: rgba(255, 49, 74, 0.12);
    box-shadow: 0 0 18px rgba(255, 49, 74, 0.9);
}

.player-entity {
    --voice-color: #ff334b;
    --voice-bright: #ffa0aa;
    --voice-glow: rgba(255, 49, 74, 0.55);
}

.player-entity strong {
    color: #ff334b;
}

.signal-bars {
    width: 18px;
    height: 16px;
    flex: 0 0 auto;
    display: flex;
    align-items: end;
    gap: 2px;
}

.signal-bars b {
    width: 3px;
    display: block;
    border-radius: 999px;
    background: currentColor;
}

.signal-bars b:nth-child(1) { height: 35%; }
.signal-bars b:nth-child(2) { height: 55%; }
.signal-bars b:nth-child(3) { height: 78%; }
.signal-bars b:nth-child(4) { height: 100%; }

.signal-green {
    color: #5be37b;
}

.signal-red {
    color: #ff334b;
}

.radar-tip {
    min-height: 100px;
    padding: 10px 6px 12px;
    border-bottom: 1px solid rgba(35, 62, 99, 0.48);
}

.radar-tip strong {
    color: #3f8dff;
    font-family: var(--font-display);
    font-size: 0.62rem;
}

.radar-tip p {
    margin-top: 8px;
    color: #a8b4c7;
    font-size: 0.68rem;
    line-height: 1.55;
}

.radar-legend {
    align-self: end;
}

.radar-legend p {
    gap: 7px;
    color: #a8b4c7;
    font-size: 0.66rem;
}

.radar-legend p + p {
    margin-top: 6px;
}

.radar-legend i {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    display: inline-block;
}

.legend-you,
.legend-entity,
.legend-player {
    border-radius: 50%;
}

.legend-you {
    border: 2px solid #3f8dff;
}

.legend-entity {
    border: 2px solid #ff334b;
}

.legend-player {
    border: 2px solid #9aa8bf;
}

.legend-silent,
.legend-loud {
    background:
        linear-gradient(to top, currentColor 0 32%, transparent 32%),
        linear-gradient(to top, currentColor 0 54%, transparent 54%),
        linear-gradient(to top, currentColor 0 76%, transparent 76%),
        linear-gradient(to top, currentColor 0 100%, transparent 100%);
    background-position: 0 0, 4px 0, 8px 0, 12px 0;
    background-size: 2px 100%;
    background-repeat: no-repeat;
}

.legend-silent {
    color: #5be37b;
}

.legend-loud {
    color: #ff334b;
}

.legend-muted {
    position: relative;
    color: #9aa8bf;
}

.legend-muted::before,
.legend-muted::after {
    content: '';
    position: absolute;
}

.legend-muted::before {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: 1px solid currentColor;
    border-radius: 999px;
}

.legend-muted::after {
    left: 1px;
    top: 6px;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
}

.about {
    background: linear-gradient(180deg, var(--bg), var(--bg-3));
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.requirements-grid {
    grid-template-columns: repeat(2, 1fr);
}

.requirements-grid div {
    padding: 18px;
}

.requirements-grid strong {
    display: block;
}

.requirements-grid span {
    color: var(--muted);
}

.install {
    padding: 110px 0 118px;
    background:
        radial-gradient(circle at 50% 0%, rgba(5, 73, 170, 0.14), transparent 34%),
        linear-gradient(180deg, #000713, #000208 58%, #000002);
}

.install .container {
    max-width: 1100px;
}

.install-header {
    max-width: 680px;
    margin: 0 auto 52px;
    text-align: center;
}

.install-header .eyebrow {
    color: #0f63df;
    font-size: 0.68rem;
    font-weight: 800;
}

.install-header h2 {
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 0.88;
    text-shadow: 2px 0 rgba(47, 117, 255, 0.55), -2px 0 rgba(92, 0, 15, 0.28);
}

.install-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.95fr);
    gap: 22px;
    align-items: start;
}

.install-list {
    display: grid;
    gap: 16px;
}

.install-step {
    min-height: 96px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    align-items: start;
    padding: 23px 24px 22px;
    border-color: rgba(35, 62, 99, 0.66);
    background: rgba(1, 9, 20, 0.72);
}

.install-step-highlight {
    border-color: rgba(47, 117, 255, 0.86);
    box-shadow: 0 0 28px rgba(47, 117, 255, 0.16);
}

.step-side {
    display: grid;
    justify-items: center;
    gap: 6px;
}

.step-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(47, 117, 255, 0.52);
    border-radius: 50%;
    background: rgba(4, 31, 68, 0.74);
    color: var(--blue);
    font-size: 1rem;
    line-height: 1;
}

.step-icon svg {
    width: 18px;
    height: 18px;
}

.step-number {
    color: #7d93bc;
    font-family: var(--font-display);
    font-size: 0.65rem;
    font-weight: 800;
}

.step-content h3,
.download-panel h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 1.05rem;
    line-height: 1.1;
    text-shadow: 1px 0 rgba(47, 117, 255, 0.55), -1px 0 rgba(92, 0, 15, 0.3);
}

.step-content p {
    color: #aebfe4;
    font-size: 0.78rem;
}

.step-download {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0c63d9, #0f5bc4);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(12, 45, 187, 0.24);
}

.step-download::before {
    content: '↓';
    font-size: 0.88rem;
}

.copy-label {
    display: block;
    margin: 12px 0 7px;
    color: #6f86ae;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.copy-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 0 0 0 14px;
    border: 1px solid rgba(35, 62, 99, 0.7);
    border-radius: var(--radius);
    background: rgba(0, 3, 12, 0.82);
}

.copy-box code {
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 0.72rem;
    word-break: break-all;
}

.copy-box button {
    flex: 0 0 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-left: 1px solid rgba(35, 62, 99, 0.7);
    border-radius: 0;
    background: transparent;
    color: #f4f8ff;
    font-size: 0.7rem;
    font-weight: 900;
}

.copy-box button::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1.7px solid currentColor;
    border-radius: 2px;
    box-shadow: -4px -4px 0 -1.7px #020712, -4px -4px 0 0 currentColor;
}

.download-panel {
    position: sticky;
    top: 94px;
    padding: 26px 24px 24px;
    border-color: rgba(35, 62, 99, 0.66);
    background: rgba(1, 9, 20, 0.72);
}

.requirements-list {
    display: grid;
    gap: 14px;
    margin: 20px 0 28px;
    list-style: none;
}

.requirements-list li {
    color: #f4f8ff;
    font-size: 0.78rem;
    font-weight: 800;
}

.requirements-list li::before {
    content: '✓';
    margin-right: 10px;
    color: var(--blue);
}

.step-download-wide {
    width: 100%;
    margin-top: 0;
}

.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid strong {
    display: block;
    margin-top: 14px;
    color: var(--blue-2);
}

.changelog {
    background: #00030c;
}

.changelog-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
    align-items: start;
}

.changelog ul {
    display: grid;
    gap: 10px;
    list-style: none;
}

.changelog li {
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--panel);
    color: var(--soft);
}

.faq-list {
    max-width: 940px;
    display: grid;
    gap: 16px;
    margin: 0 auto;
}

.faq .section-header {
    margin-bottom: 60px;
}

.faq .eyebrow {
    color: #0f63df;
    font-size: 0.72rem;
}

.faq h2 {
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 3.4rem;
    line-height: 0.95;
    text-shadow: 2px 0 rgba(47, 117, 255, 0.55), -2px 0 rgba(92, 0, 15, 0.28);
}

.faq details {
    overflow: hidden;
    border-color: rgba(35, 62, 99, 0.66);
    background: rgba(1, 9, 20, 0.72);
}

.faq details[open] {
    border-color: rgba(15, 91, 196, 0.85);
    box-shadow: 0 0 32px rgba(12, 45, 187, 0.18);
}

.faq summary {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 32px;
    color: #f4f8ff;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
    text-shadow: 1px 0 rgba(47, 117, 255, 0.55), -1px 0 rgba(92, 0, 15, 0.3);
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: '⌄';
    color: #9fb1d0;
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: none;
}

.faq details[open] summary::after {
    content: '⌃';
}

.faq p {
    max-width: 760px;
    padding: 0 32px 28px;
    color: #aebfe4;
    font-size: 0.96rem;
}

.support {
    background:
        repeating-linear-gradient(135deg, transparent 0 34px, rgba(7, 102, 238, 0.05) 34px 35px),
        #00030c;
}

.support-box {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 0.9fr);
    gap: 32px;
    align-items: center;
}

.mail-card {
    display: block;
    padding: 24px;
}

.mail-card strong {
    display: block;
    overflow-wrap: anywhere;
}

.mail-card span {
    color: var(--muted);
}

.footer {
    padding: 42px 0 28px;
    border-top: 1px solid var(--border);
    background: #000002;
}

.footer-grid {
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
}

.footer p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.9rem;
}

.footer-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.footer-links a {
    color: var(--soft);
    font-weight: 800;
    font-size: 0.9rem;
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 120;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border-hot);
    border-radius: 50%;
    background: rgba(0, 3, 12, 0.88);
    color: var(--text);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity var(--t), transform var(--t), background var(--t);
    backdrop-filter: blur(8px);
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 130;
    max-width: calc(100vw - 32px);
    padding: 10px 14px;
    border: 1px solid rgba(47, 117, 255, 0.38);
    border-radius: var(--radius);
    background: rgba(0, 3, 12, 0.92);
    color: var(--blue-2);
    font-weight: 900;
    transform: translate(-50%, 16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--t), transform var(--t);
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .hero-grid,
    .about-grid,
    .install-layout,
    .support-box,
    .changelog-grid {
        grid-template-columns: 1fr;
    }

    .minecraft-mockup {
        max-width: 640px;
    }

    .features-grid,
    .timeline,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-preview-alert {
        width: min(58%, 500px);
    }

    .download-panel {
        position: static;
    }

    .identity-panel {
        grid-template-columns: 1fr;
    }

    .radar-main {
        min-height: auto;
    }

    .radar-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .players-panel {
        grid-row: span 2;
    }
}

@media (max-width: 860px) {
    .container {
        padding: 0 20px;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 20px 18px;
        background: rgba(0, 2, 8, 0.98);
        border-bottom: 1px solid var(--border);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        padding: 14px 0;
        border-bottom: 1px solid var(--border);
    }

    .menu-toggle {
        display: grid;
    }

    .nav-download {
        display: none;
    }

    .hero {
        padding-top: 118px;
    }

    .hero h1 {
        font-size: 4.2rem;
    }

    .section h2,
    .support h2 {
        font-size: 2.35rem;
    }

    .features-grid,
    .timeline,
    .testimonial-grid,
    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .how-preview {
        min-height: 720px;
    }

    .how-preview-alert {
        top: 18px;
        left: 18px;
        right: 18px;
        width: auto;
        grid-template-columns: 70px 1fr;
    }

    .how-preview-radar {
        top: 245px;
        left: 18px;
    }

    .how-preview-players {
        top: 282px;
        right: 18px;
        bottom: auto;
    }

    .how-preview-mic {
        bottom: 104px;
        left: 18px;
    }

    .how-preview-log {
        right: 18px;
        bottom: 18px;
        left: 18px;
        width: auto;
    }

    .identity-radar-screen {
        grid-template-columns: 1fr;
    }

    .radar-bottom,
    .radar-sidebar {
        grid-template-columns: 1fr;
    }

    .identity-radar-map,
    .radar-main {
        min-height: auto;
    }

    .identity-map {
        width: min(96%, 560px);
    }

    .sound-row {
        grid-template-columns: 72px minmax(120px, 1fr);
    }

    .sound-row i {
        grid-column: 1 / -1;
    }

    .radar-section h2 {
        font-size: 2.55rem;
    }

    .footer-grid {
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 72px 0;
    }

    .hero h1 {
        font-size: 2.45rem;
    }

    .hero-subtitle {
        font-size: 1.12rem;
    }

    .cta-group,
    .btn {
        width: 100%;
    }

    .hero-stats {
        display: grid;
    }

    .hero-stats div {
        width: 100%;
    }

    .how-preview {
        min-height: 680px;
    }

    .how-preview-alert {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .preview-mic-icon {
        display: none;
    }

    .how-preview-alert h3 {
        font-size: 0.9rem;
    }

    .how-preview-alert p,
    .how-preview-alert strong,
    .how-preview-alert small {
        font-size: 0.78rem;
    }

    .preview-sound-row {
        flex-wrap: wrap;
    }

    .preview-sound-row span {
        flex-basis: 100%;
    }

    .how-preview-radar {
        top: 246px;
        left: 16px;
        transform: scale(0.86);
        transform-origin: top left;
    }

    .how-preview-players {
        top: 428px;
        left: 16px;
        right: 16px;
        width: auto;
    }

    .how-preview-mic,
    .how-preview-log,
    .how-preview-hotbar {
        display: none;
    }

    .identity-radar-screen {
        padding: 16px;
    }

    .identity-panel {
        padding: 14px;
    }

    .radar-main,
    .radar-mini-panel,
    .players-panel {
        padding: 16px;
    }

    .identity-topbar,
    .radar-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .radar-server {
        align-items: flex-start;
    }

    .radar-brand h3 {
        font-size: 1.12rem;
    }

    .radar-brand h3 small {
        display: block;
        margin: 6px 0 0;
    }

    .identity-radar-map {
        min-height: auto;
        padding: 18px;
    }

    .identity-map {
        width: min(100%, 360px);
    }

    .identity-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .identity-you strong,
    .identity-dot strong,
    .identity-entity strong {
        font-size: 0.8rem;
    }

    .identity-you em,
    .identity-dot em,
    .identity-entity em {
        font-size: 0.72rem;
    }

    .compass {
        font-size: 0.68rem;
    }

    .player-row {
        min-height: 88px;
    }

    .radar-section h2 {
        font-size: 2rem;
    }

    .copy-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Compact identity radar matching the reference mockup */
.radar-section {
    background:
        radial-gradient(circle at 50% 30%, rgba(47, 117, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(0, 4, 12, 0.98), rgba(0, 0, 4, 1));
}

.radar-section .container {
    max-width: 1070px;
}

.radar-section .section-header {
    max-width: 620px;
    margin-bottom: 40px;
}

.radar-section .eyebrow {
    color: #1d76ff;
    letter-spacing: 0.34em;
}

.radar-section h2 {
    font-size: clamp(2.35rem, 6vw, 3.05rem);
    letter-spacing: 0;
}

.identity-radar {
    --radar-beat: 1.2s;
    --radar-beat-slow: 2.4s;
    --radar-beat-long: 5.6s;
    --radar-beat-ease: cubic-bezier(0.42, 0, 0.22, 1);
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
    gap: 18px;
    max-width: 1020px;
    padding: 22px;
    overflow: visible;
    border: 1px solid rgba(23, 57, 101, 0.6);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(2, 12, 27, 0.96), rgba(0, 4, 12, 0.96)),
        radial-gradient(circle at 46% 48%, rgba(47, 117, 255, 0.12), transparent 42%);
    box-shadow: inset 0 0 0 1px rgba(140, 182, 255, 0.03), 0 28px 86px rgba(0, 0, 0, 0.54);
}

.identity-radar-map,
.identity-card {
    border: 1px solid rgba(26, 47, 80, 0.72);
    border-radius: 8px;
    background: rgba(0, 5, 14, 0.72);
    box-shadow: none;
}

.identity-radar-map {
    position: relative;
    min-height: 556px;
    padding: 20px;
    overflow: hidden;
}

.identity-radar-label {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b7c8e2;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.34em;
    line-height: 1.25;
    text-transform: uppercase;
}

.identity-radar-label strong {
    min-width: 0;
    font: inherit;
}

.identity-radar-label .radar-logo {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border: 0;
    border-radius: 50%;
    background: transparent;
}

.identity-radar-label .radar-logo::before {
    inset: 2px;
    border-color: #2683ff;
}

.identity-radar-label .radar-logo::after {
    inset: 5px;
    border-color: rgba(38, 131, 255, 0.76);
}

.identity-radar-label .radar-logo i {
    width: 12px;
    background: rgba(38, 131, 255, 0.95);
}

.identity-map {
    position: relative;
    left: auto;
    top: auto;
    width: min(88%, 452px);
    margin: 34px auto 0;
    aspect-ratio: 1;
    border: 1px solid rgba(22, 91, 197, 0.68);
    border-radius: 50%;
    transform: none;
    background:
        radial-gradient(circle at center, rgba(22, 91, 197, 0.1), rgba(0, 3, 12, 0.24) 34%, rgba(0, 3, 12, 0.62) 76%),
        repeating-radial-gradient(circle at center, rgba(47, 117, 255, 0.035) 0 1px, transparent 1px 10px);
    box-shadow: inset 0 0 34px rgba(47, 117, 255, 0.08);
}

.identity-ring,
.identity-axis,
.identity-sweep,
.identity-you,
.identity-dot,
.identity-entity {
    position: absolute;
}

.identity-ring {
    inset: 50%;
    border: 1px solid rgba(35, 113, 238, 0.28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.identity-ring-1 { width: 15%; height: 15%; }
.identity-ring-2 { width: 25%; height: 25%; }
.identity-ring-3 { width: 50%; height: 50%; }
.identity-ring-4 { width: 75%; height: 75%; }
.identity-ring-5 { width: 86%; height: 86%; }

.identity-axis {
    left: 50%;
    top: 50%;
    background: rgba(35, 113, 238, 0.22);
    transform: translate(-50%, -50%);
}

.identity-axis-x {
    width: 100%;
    height: 1px;
}

.identity-axis-y {
    width: 1px;
    height: 100%;
}

.identity-axis-diagonal,
.compass,
.identity-sound,
.identity-map [data-radar-distance],
.radar-threat-distance {
    display: none;
}

.identity-sweep {
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 352deg, transparent 0 8deg, rgba(47, 117, 255, 0.42) 8deg 50deg, transparent 50deg 360deg);
    mix-blend-mode: screen;
    transform-origin: center;
    animation: identityRadarSweep var(--radar-beat-slow) var(--radar-beat-ease) infinite;
}

@keyframes identityRadarSweep {
    50% {
        opacity: 0.72;
        filter: brightness(1.18);
    }
}

.identity-you,
.identity-dot,
.identity-entity {
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
    transform: translate(-50%, -50%);
    transition: left 0.85s ease, top 0.85s ease, opacity 0.35s ease, transform 0.85s ease;
}

.identity-you i,
.identity-dot i,
.identity-entity i {
    grid-row: auto;
    display: block;
    border-radius: 50%;
}

.identity-you {
    left: 50%;
    top: 50%;
    z-index: 6;
}

.identity-you strong {
    order: -1;
    color: #cbdcff;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-shadow: 0 0 12px rgba(47, 117, 255, 0.72);
}

.identity-you i {
    width: 13px;
    height: 13px;
    border: 2px solid #6fa8ff;
    background: #0d65ff;
    box-shadow: 0 0 18px rgba(47, 117, 255, 0.92), 0 0 30px rgba(47, 117, 255, 0.32);
}

.identity-dot i {
    width: 14px;
    height: 14px;
    background: #aeb9c9;
    box-shadow: 0 0 12px rgba(190, 205, 225, 0.48);
}

.identity-dot strong {
    color: #d7e4f5;
    font-family: var(--font-display);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.24em;
}

.identity-dot-kai { left: 35%; top: 32%; }
.identity-dot-steve { left: 71%; top: 57%; }
.identity-dot-alex { left: 28%; top: 73%; }

.identity-entity {
    left: 50%;
    top: 50%;
    z-index: 7;
}

.identity-entity i {
    width: 30px;
    height: 30px;
    border: 2px solid #ff3048;
    background:
        radial-gradient(circle, #ff3048 0 4px, rgba(255, 48, 72, 0.2) 5px 9px, transparent 10px);
    box-shadow: 0 0 18px rgba(255, 48, 72, 0.92), 0 0 48px rgba(255, 48, 72, 0.32);
}

.identity-entity strong {
    color: #ff4057;
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-shadow: 0 0 14px rgba(255, 48, 72, 0.84);
}

.identity-radar[data-step="0"] .identity-entity {
    left: 76%;
    top: 20%;
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.82);
}

.identity-radar[data-step="1"] .identity-entity {
    left: 35%;
    top: 32%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.95);
}

.identity-radar[data-step="2"] .identity-entity {
    left: 47%;
    top: 47%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

.identity-radar[data-step="3"] .identity-entity,
.identity-radar[data-step="3"] .identity-you {
    left: 50%;
    top: 50%;
    opacity: 1;
    animation: none;
}

.identity-radar[data-step="3"] .identity-entity {
    transform: translate(-50%, -50%) scale(1.06);
}

.identity-radar[data-step="3"] .identity-you {
    transform: translate(-50%, -50%);
}

.identity-radar.paused .identity-sweep {
    animation-play-state: paused;
}

.identity-radar-info {
    display: grid;
    gap: 16px;
    align-content: start;
}

.identity-card {
    padding: 20px;
}

.identity-label {
    display: block;
    margin-bottom: 14px;
    color: #98a8c3;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.34em;
}

.identity-status h3,
.identity-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: #0673ff;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.4vw, 1.72rem);
    letter-spacing: 0;
    line-height: 1.05;
    text-shadow: 0 0 16px rgba(0, 112, 255, 0.42);
}

.identity-status h3::before,
.identity-card h3::before {
    content: '';
    width: 19px;
    height: 22px;
    flex: 0 0 19px;
    border: 2px solid #0673ff;
    border-radius: 48% 48% 38% 38%;
    background:
        radial-gradient(circle at 34% 43%, #001329 0 2px, transparent 2.5px),
        radial-gradient(circle at 66% 43%, #001329 0 2px, transparent 2.5px),
        linear-gradient(#0673ff, #0673ff) 50% 72% / 8px 2px no-repeat;
    box-shadow: 0 0 14px rgba(0, 112, 255, 0.52);
}

.identity-card p {
    color: #b2c3df;
    font-size: 0.86rem;
    line-height: 1.5;
}

.identity-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(12, 28, 47, 0.85);
}

.identity-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0b67f0, #4ca0ff);
    box-shadow: 0 0 14px rgba(47, 117, 255, 0.72);
    transition: width 0.45s ease;
}

.identity-radar[data-step="0"] .identity-progress i { width: 10%; }
.identity-radar[data-step="1"] .identity-progress i { width: 31%; }
.identity-radar[data-step="2"] .identity-progress i { width: 58%; }
.identity-radar[data-step="3"] .identity-progress i { width: 82%; }

.identity-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.identity-step {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c7b96;
    cursor: pointer;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.identity-step.active {
    color: #ffffff;
}

.identity-pause {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(26, 47, 80, 0.72);
    border-radius: 8px;
    background: rgba(0, 5, 14, 0.68);
    color: #ffffff;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 900;
}

.identity-pause::before {
    content: '';
    width: 12px;
    height: 15px;
    background: linear-gradient(90deg, #dcecff 0 3px, transparent 3px 8px, #dcecff 8px 11px);
}

.identity-radar.paused .identity-pause::before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #dcecff;
    background: transparent;
}

.identity-note {
    margin-top: 2px;
    color: #6f819e;
    font-size: 0.76rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .identity-radar {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .identity-radar-map {
        min-height: 540px;
    }
}

@media (max-width: 560px) {
    .radar-section .section-header {
        margin-bottom: 28px;
    }

    .radar-section h2 {
        font-size: 2.15rem;
    }

    .radar-section .eyebrow,
    .identity-label {
        letter-spacing: 0.22em;
    }

    .identity-radar {
        padding: 12px;
        gap: 12px;
    }

    .identity-radar-map {
        min-height: 400px;
        padding: 16px;
    }

    .identity-radar-label {
        align-items: flex-start;
        font-size: 0.54rem;
        letter-spacing: 0.16em;
    }

    .identity-radar-label strong {
        overflow-wrap: anywhere;
    }

    .identity-map {
        width: min(100%, 330px);
        margin-top: 32px;
    }

    .identity-card {
        padding: 16px;
    }

    .identity-steps {
        gap: 5px;
    }

    .identity-step {
        font-size: 0.52rem;
        letter-spacing: 0.12em;
    }

    .identity-dot strong,
    .identity-entity strong {
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .identity-you strong {
        font-size: 0.72rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
