/* ═══════════════════════════════════════════════
   NORMAL MODE — Clean Modern Design
   ═══════════════════════════════════════════════ */

.normal-mode {
    --bg-void: #F5F5F5;
    --surface: #FFFFFF;
    --acid-green: #1A1A1A;
    --elec-blue: #2B59FF;
    --text-white: #121212;
    --text-dim: rgba(0, 0, 0, 0.4);
    --font-mono: 'DM Sans', sans-serif;
    --font-display: 'DM Sans', sans-serif;
    --border-thin: 1px solid rgba(0, 0, 0, 0.1);
    --border-blue: 1px solid rgba(0, 0, 0, 0.1);
    --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* ── Global resets ── */

.normal-mode * {
    text-transform: lowercase;
}

.normal-mode .name-monolith {
    text-transform: uppercase;
}

.normal-mode .nav-link,
.normal-mode .block-title,
.normal-mode .codename,
.normal-mode .operative-id,
.normal-mode .status-badge,
.normal-mode .uptime-metric,
.normal-mode .highlight,
.normal-mode .contact-value {
    text-transform: capitalize;
}

.normal-mode .tag {
    text-transform: none;
}

.normal-mode .content-text,
.normal-mode .output-line,
.normal-mode .terminal-prompt,
.normal-mode .contact-label,
.normal-mode .progress-label,
.normal-mode .timestamp {
    text-transform: none;
}

.normal-mode body {
    cursor: default;
    font-size: 14px;
    line-height: 1.5;
}

.normal-mode a {
    cursor: pointer;
}

/* ── Hide cyberpunk elements ── */

.normal-mode .scanlines {
    display: none;
}

.normal-mode .crosshair {
    display: none;
}

.normal-mode .glitch-text::before,
.normal-mode .glitch-text::after {
    display: none;
}

.normal-mode .mode-toggle {
    display: none;
}

/* ── Navigation ── */

.normal-mode .col-nav {
    background: var(--surface);
    border-right: var(--border-thin);
    padding: 40px 20px;
}

.normal-mode .sys-header span {
    font-weight: 500;
    font-size: 11px;
}

.normal-mode .barcode {
    opacity: 0.3;
}

.normal-mode .nav-list {
    gap: 4px;
}

.normal-mode .nav-link {
    color: var(--text-white);
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.normal-mode .nav-link::before,
.normal-mode .nav-link::after,
.normal-mode .lang-switcher::before,
.normal-mode .lang-switcher::after {
    content: none;
}

.normal-mode .lang-switcher {
    padding-left: 16px;
}

.normal-mode .nav-link:hover,
.normal-mode .nav-link.active {
    background: #1A1A1A;
    color: #FFFFFF;
}

.normal-mode .nav-link:hover::before,
.normal-mode .nav-link:hover::after,
.normal-mode .nav-link.active::before,
.normal-mode .nav-link.active::after {
    content: none;
}

.normal-mode .nav-list-ext {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.normal-mode .telemetry-stream {
    color: var(--text-dim);
    height: 120px;
    line-height: 1.8;
    font-size: 11px;
}

.normal-mode .telemetry-stream p {
    animation: none;
}

/* ── Theme toggle link ── */

.normal-mode .theme-toggle-link {
    color: var(--elec-blue);
    font-weight: 600;
}

.normal-mode .theme-toggle-link:hover {
    background: var(--elec-blue);
    color: #FFFFFF;
}

/* ── Language switcher ── */

.normal-mode .lang-switcher {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.normal-mode .lang-opt {
    color: rgba(0, 0, 0, 0.35);
}

.normal-mode .lang-opt:hover {
    color: #121212;
}

.normal-mode .lang-opt.active {
    color: var(--elec-blue);
    font-weight: 800;
}

/* ── Main content ── */

.normal-mode .col-main {
    padding: 60px 80px;
    scrollbar-color: var(--elec-blue) var(--bg-void);
}

.normal-mode .col-main::-webkit-scrollbar-track {
    background: var(--bg-void);
}

.normal-mode .col-main::-webkit-scrollbar-thumb {
    background: var(--elec-blue);
}

.normal-mode .data-block {
    background: var(--surface);
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-subtle);
}

.normal-mode .block-title {
    color: var(--elec-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 24px;
    display: block;
}

.normal-mode .block-title::before {
    content: none;
}

.normal-mode .content-text {
    color: #4A4A4A;
    text-align: left;
    font-size: 15px;
}

.normal-mode .content-text .highlight {
    color: #121212;
    background: none;
    font-weight: 600;
    border-bottom: 2px solid var(--elec-blue);
    padding: 0;
}

/* ── Status OK block ── */

.normal-mode .status-ok-block {
    right: 40px;
    top: 40px;
    border: 2px solid #1A1A1A;
    padding: 8px 12px;
    border-radius: 4px;
    background: transparent;
    transform-origin: center;
}

.normal-mode .status-ok-block span {
    font-size: 24px;
    font-weight: 800;
    color: #1A1A1A;
    transform: none;
    -webkit-text-stroke: none;
}

/* ── Skills matrix ── */

.normal-mode .skills-matrix {
    gap: 16px;
    margin-top: 8px;
}

.normal-mode .skill-item {
    background: var(--bg-void);
    border: none;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* ── Background coords ── */

.normal-mode .bg-coords {
    font-weight: 500;
    font-size: 11px;
}

/* ── Blue sidebar ── */

.normal-mode .col-blue {
    background-color: #2B59FF;
    border-left: none;
    border-right: none;
}

.normal-mode .blue-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.9;
}

.normal-mode .blue-text .divider {
    color: rgba(255, 255, 255, 0.5);
}

/* ── Green sidebar (now dark) ── */

.normal-mode .col-green {
    background-color: #1A1A1A;
    color: #FFFFFF;
}

.normal-mode .name-monolith {
    font-weight: 900;
    -webkit-text-stroke: none;
    font-size: 140px;
    letter-spacing: -0.04em;
    opacity: 0.95;
    color: #FFFFFF;
    text-transform: uppercase;
}

.normal-mode .green-micro-data {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
    opacity: 0.5;
}

/* ── Project cards (projects.html) ── */

.normal-mode .project-card {
    background: var(--surface);
    border: none;
    border-radius: 12px;
    box-shadow: var(--shadow-subtle);
    padding: 30px;
}

.normal-mode .project-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.normal-mode .codename {
    color: #121212;
}

.normal-mode .tag {
    background: #2B59FF;
    border-radius: 4px;
}

.normal-mode .status-badge {
    border-radius: 4px;
}

.normal-mode .project-card .status-active,
.normal-mode .project-card .status-launching {
    color: #16a34a;
}

.normal-mode .ascii-bar {
    color: #2B59FF;
}

/* ── Log entries (speaker.html) ── */

.normal-mode .log-entry {
    border-left-color: #2B59FF;
}

.normal-mode .log-entry::before {
    background: #2B59FF;
    border-radius: 50%;
}

.normal-mode .operative-id {
    color: #121212;
}

.normal-mode .uptime-metric {
    background: rgba(43, 89, 255, 0.1);
    border-color: #2B59FF;
    border-radius: 4px;
}

/* ── Contact items (contact.html) ── */

.normal-mode .contact-item {
    background: var(--surface);
    border: none;
    border-radius: 12px;
    box-shadow: var(--shadow-subtle);
    padding: 24px;
}

.normal-mode .contact-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.normal-mode .contact-value {
    color: #2B59FF;
}

.normal-mode .contact-value:hover {
    color: #121212;
}

.normal-mode .terminal-prompt {
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0.1);
}

.normal-mode .terminal-prompt .cursor {
    background: #2B59FF;
}

/* ═══════════════════════════════════════════════
   NORMAL MODE — Mobile Responsive
   ═══════════════════════════════════════════════ */

@media (max-width: 860px) {
    .normal-mode .col-nav {
        background: var(--surface);
        padding: 12px 20px;
    }

    .normal-mode .col-green {
        background-color: #1A1A1A;
    }

    .normal-mode .name-monolith {
        font-size: 32px;
        -webkit-text-stroke: none;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .normal-mode .col-main {
        padding: 20px;
    }

    .normal-mode .data-block {
        padding: 24px;
    }

    .normal-mode .project-card {
        padding: 20px;
    }

    .normal-mode .contact-item {
        padding: 18px;
    }

    .normal-mode .status-ok-block span {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .normal-mode .name-monolith {
        font-size: 24px;
    }

    .normal-mode .col-main {
        padding: 15px;
    }

    .normal-mode .data-block {
        padding: 20px;
    }
}
