/* ===========================================
   NARUTO — Minato & Kushina Theme
   Yellow Flash meets Red Hot-Blooded Habanero
   =========================================== */

.naruto-theme
{
    --panel-accent: #0050ff;
}

.naruto-theme .manga-show-content
{
    background: radial-gradient(ellipse at top left, rgba(255,200,0,0.06) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(255,60,0,0.05) 0%, transparent 50%);
}

.naruto-theme .dedication-card
{
    border-color: #ff6600;
    box-shadow: 0 0 40px rgba(255,102,0,0.3), 0 0 80px rgba(255,200,0,0.08), inset 0 1px 0 rgba(255,255,255,0.06);
}

.naruto-theme .dedication-card::before
{
    background: linear-gradient(90deg, transparent, #ffcc00, #ff6600, #ff3300, #ff6600, #ffcc00, transparent);
    background-size: 200% 100%;
    animation: flashStep 3s linear infinite;
}

@keyframes flashStep
{
    0%   { background-position: 200% 50%; opacity: 0.6; }
    50%  { background-position: 0% 50%;   opacity: 1; }
    100% { background-position: -200% 50%; opacity: 0.6; }
}

.naruto-theme .dedication-tagline
{
    color: #ffe0b0;
    text-shadow: 0 0 15px rgba(255,150,0,0.7), 0 0 40px rgba(255,100,0,0.3);
    font-style: normal;
    letter-spacing: 0.04em;
}

.naruto-theme .dedication-icon i
{
    color: #ffcc00;
    text-shadow: 0 0 20px rgba(255,200,0,0.9);
    animation: minakushi 4s ease-in-out infinite;
}

@keyframes minakushi
{
    0%, 100% { color: #ffcc00; text-shadow: 0 0 20px rgba(255,200,0,0.9), 0 0 50px rgba(255,200,0,0.3); transform: scale(1); }
    25% { color: #ffffff; text-shadow: 0 0 60px rgba(255,255,200,1); transform: scale(1.2); }
    26% { transform: scale(0.95); }
    65% { color: #ff4400; text-shadow: 0 0 25px rgba(255,80,0,0.9), 0 0 60px rgba(255,60,0,0.4); transform: scale(1.08); }
}

.naruto-theme .manga-hero-overlay
{
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(80,30,0,0.5) 60%, rgba(200,80,0,0.8) 100%);
}

.naruto-theme .panel-glow-bar
{
    background: linear-gradient(90deg, transparent, #ffcc00, #ff6600, #ff3300, #ff6600, #ffcc00, transparent);
    background-size: 200% 100%;
    animation: flashStep 3s linear infinite;
}

.naruto-theme .manga-panel-frame
{
    border-color: rgba(255,102,0,0.3);
}

.naruto-theme .manga-panel-frame:hover
{
    border-color: #ff6600;
    box-shadow: 0 0 30px rgba(255,102,0,0.6);
}

.naruto-theme .section-title
{
    background: linear-gradient(45deg, #ff3300, #ff6600, #ffcc00, #ffe0b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.naruto-theme .section-line
{
    background: linear-gradient(90deg, #ff3300, #ff6600, #ffcc00, #ff6600, #ff3300);
    box-shadow: 0 0 20px rgba(255,102,0,0.5);
}

.naruto-theme .cyber-button.secondary
{
    border-color: #ff6600;
    color: #ffe0b0;
}

.naruto-theme .cyber-button.secondary:hover
{
    background: rgba(255,102,0,0.15);
    box-shadow: 0 0 30px rgba(255,102,0,0.6);
    color: #ffffff;
}

.recording-mode .naruto-theme .dedication-icon i
{
    animation: none !important;
    color: #ff6600 !important;
    text-shadow: 0 0 10px rgba(255,102,0,0.6) !important;
    transform: none !important;
}

.recording-mode .naruto-theme .panel-glow-bar,
.recording-mode .naruto-theme .dedication-card::before
{
    animation: none !important;
    background-position: 0% 50% !important;
}

/* Reasons card border tint */
.naruto-theme .naruto-reasons-card
{
    border-color: #ff6600;
    background: linear-gradient(135deg, rgba(8,4,0,0.95) 0%, rgba(20,10,0,0.9) 100%);
    box-shadow: 0 0 40px rgba(255,102,0,0.3), 0 0 80px rgba(255,200,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

/* About list — Naruto orange/gold tint */
.naruto-theme .naruto-about-list li
{
    border-left: 2px solid rgba(255,102,0,0.4);
    background: rgba(255,102,0,0.04);
    color: rgba(255,224,176,0.87);
}

.naruto-theme .naruto-about-list li:hover
{
    border-left-color: #ff6600;
    background: rgba(255,102,0,0.1);
    color: rgba(255,240,200,0.95);
}

.naruto-theme .naruto-about-list li i
{
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255,200,0,0.7);
}


/* ══════════════════════════════════════════
   MINAKUSHI DOSSIER — Duel Layout
   ══════════════════════════════════════════ */
.naruto-theme .minakushi-dossier
{
    position: relative;
    width: 100%;
    margin-bottom: 3.48rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,102,0,0.37);
    background: #030001;
}

.minakushi-scanline
{
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
    z-index: 10;
    pointer-events: none;
}

/* Top bar */
.minakushi-topbar
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.16rem 2.32rem;
    background: rgba(4, 0, 1, 0.95);
    border-bottom: 1px solid rgba(255,102,0,0.34);
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    gap: 0.58rem;
}

.minakushi-topbar-label
{
    font-family: var(--font-ghost);
    font-size: 0.735rem;
    letter-spacing: 0.45em;
    color: rgba(255, 102, 0, 0.98);
    text-transform: uppercase;
}

.minakushi-topbar-status
{
    font-family: var(--font-ghost);
    font-size: 0.82rem;
    letter-spacing: 0.3em;
    color: rgba(255, 200, 0, 0.98);
    text-transform: uppercase;
}

/* Three-column stage */
.minakushi-stage
{
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    position: relative;
    z-index: 5;
    min-height: 480px;
}

/* Each half */
.minakushi-half
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.392rem;
    padding: 2.32rem 1.74rem;
}

.minato-side
{
    border-right: 1px solid rgba(255,200,0,0.38);
    background: linear-gradient(135deg, rgba(255,200,0,0.09) 0%, transparent 60%);
}

.kushina-side
{
    border-left: 1px solid rgba(255,68,0,0.15);
    background: linear-gradient(225deg, rgba(255,100,0,0.05) 0%, transparent 60%);
}

/* Portrait */
.minakushi-portrait-wrap
{
    position: relative;
    width: 160px;
    height: 200px;
    flex-shrink: 0;
}

.minakushi-portrait
{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    border-radius: 6px;
    border: 1px solid rgba(255,102,0,0.4);
    filter: saturate(0.4) brightness(0.7);
    transition: filter 0.6s ease, box-shadow 0.6s ease;
}

.minakushi-half:hover .minakushi-portrait
{
    filter: saturate(0.9) brightness(1);
    box-shadow: 0 0 30px rgba(255,102,0,0.48);
}

.minakushi-portrait-glow
{
    position: absolute;
    inset: -4px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.minato-glow
{
    box-shadow: 0 0 30px rgba(255,200,0,0.73), 0 0 60px rgba(255,200,0,0.35);
}

.kushina-glow
{
    box-shadow: 0 0 30px rgba(255,68,0,0.72), 0 0 60px rgba(255,50,0,0.34);
}

.minakushi-half:hover .minakushi-portrait-glow
{
    opacity: 1;
}

/* Identity */
.minakushi-identity
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.348rem;
    text-align: center;
}

.minakushi-codename
{
    font-family: var(--font-ghost);
    font-size: 1.376rem;
    letter-spacing: 0.4em;
    color: #ffcc00;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255, 200, 0, 0.85);
}

.minato-side .minakushi-codename { color: #ffcc00; }
.kushina-side .minakushi-codename { color: #ff4400; }

.minakushi-subtitle
{
    font-family: var(--font-ghost);
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: rgba(255, 153, 0, 0.92);
    text-transform: uppercase;
}

/* Stats */
.minakushi-stats
{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255,102,0,0.33);
    padding-top: 1.16rem;
}

.minakushi-stat-row
{
    display: flex;
    flex-direction: column;
    gap: 0.232rem;
    padding: 0.696rem 0;
    border-bottom: 1px solid rgba(255,102,0,0.33);
}

.minakushi-stat-row:last-child { border-bottom: none; }

.minakushi-stat-row-final
{
    margin-top: 0.464rem;
    padding-top: 0.928rem;
    border-top: 1px solid rgba(255,102,0,0.33);
}

.minakushi-stat-key
{
    font-family: var(--font-ghost);
    font-size: 0.684rem;
    letter-spacing: 0.3em;
    color: rgba(255, 102, 0, 0.93);
    text-transform: uppercase;
}

.minakushi-stat-val
{
    font-family: var(--font-ghost);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    color: rgba(255, 228, 187, 0.96);
    line-height: 1.5;
}

.minato-answer-yellow
{
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255,200,0,0.6);
}

.kushina-answer-red
{
    color: #ff4400;
    text-shadow: 0 0 10px rgba(255,68,0,0.6);
}

/* Centre */
.minakushi-centre
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.16rem;
    padding: 2.32rem 1.16rem;
    position: relative;
}

.minakushi-centre-line
{
    flex: 1;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255,102,0,0.42), transparent);
    min-height: 40px;
}

.minakushi-centre-node
{
    font-size: 1.745rem;
    color: rgba(255, 102, 0, 0.96);
    text-shadow: 0 0 15px rgba(255,102,0,0.72);
    flex-shrink: 0;
    animation: duelNodePulse 3s ease-in-out infinite;
}

@keyframes duelNodePulse
{
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
}

.minakushi-centre-quote p
{
    font-family: var(--font-ghost);
    font-size: 0.734rem;
    font-style: italic;
    line-height: 2;
    color: rgba(255, 104, 5, 0.98);
    text-align: center;
    letter-spacing: 0.1em;
    transition: color 0.4s ease;
}

.minakushi-dossier:hover .minakushi-centre-quote p
{
    color: rgba(255, 102, 0, 0.82);
}

/* Outcome */
.minakushi-outcome-bar
{
    display: flex;
    align-items: center;
    gap: 1.74rem;
    padding: 1.16rem 2.32rem;
    border-top: 1px solid rgba(255,102,0,0.31);
    background: rgba(4, 0, 1, 0.95);
    position: relative;
    z-index: 5;
}

.minakushi-outcome-label
{
    font-family: var(--font-ghost);
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    color: rgba(255, 102, 0, 0.89);
    text-transform: uppercase;
    flex-shrink: 0;
}

.minakushi-outcome-val
{
    font-family: var(--font-ghost);
    font-size: 0.915rem;
    font-style: italic;
    letter-spacing: 0.08em;
    color: rgba(255, 224, 176, 0.93);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 750px)
{
    .minakushi-stage { grid-template-columns: 1fr; }
    .minakushi-centre
    {
        flex-direction: row;
        padding: 1.16rem 2.32rem;
        border-top: 1px solid rgba(255,102,0,0.31);
        border-bottom: 1px solid rgba(255,102,0,0.31);
    }
    .minakushi-centre-line
    {
        flex: 1;
        width: 100%;
        height: 1px;
        min-height: unset;
        background: linear-gradient(to right, transparent, rgba(255,102,0,0.4), transparent);
    }
    .minakushi-centre-quote { display: none; }
    .minato-side { border-right: none; border-bottom: 1px solid rgba(255,102,0,0.2); }
    .kushina-side { border-left: none; }
}


.naruto-theme .symbols-grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3.48rem;
}

.naruto-theme .symbol-tile
{
    position: relative;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(255,102,0,0.2);
    border-radius: 12px;
    background: rgba(4, 2, 0, 0.9);
    transition: all 0.4s ease;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.naruto-theme .symbol-tile:hover
{
    border-color: #ff6600;
    background: rgba(255,102,0,0.05);
    box-shadow: 0 0 30px rgba(255,102,0,0.3);
    transform: translateY(-4px);
}

.naruto-theme .symbol-tile i
{
    font-size: 3rem;
    color: #ffcc00;
    text-shadow: 0 0 20px rgba(255,200,0,0.7);
    transition: all 0.4s ease;
}

.naruto-theme .symbol-tile:hover i
{
    color: #ffffff;
    text-shadow: 0 0 40px rgba(255,200,0,1);
    transform: scale(1.1);
}

.naruto-theme .symbol-name
{
    font-family: var(--font-ghost);
    font-size: 0.96rem;
    letter-spacing: 0.2em;
    color: #ffe0b0;
    text-transform: uppercase;
    font-weight: 600;
}

.naruto-theme .symbol-tile p
{
    font-size: 0.854rem;
    color: rgba(255, 231, 195, 0.94);
    line-height: 1.6;
    margin: 0;
}



.naruto-theme .minato-killfeed
{
    position: relative;
    width: 100%;
    margin-bottom: 3.48rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,102,0,0.24);
    background: #030001;
}

.minato-killfeed::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
    z-index: 10;
    pointer-events: none;
}

.killfeed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.16rem 2.32rem;
    border-bottom: 1px solid rgba(255,102,0,0.3);
    background: rgba(4, 0, 1, 0.95);
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    gap: 0.58rem;
}

.killfeed-org {
    font-family: var(--font-ghost);
    font-size: 0.735rem;
    letter-spacing: 0.4em;
    color: rgba(255, 102, 0, 0.93);
    text-transform: uppercase;
}

.killfeed-total {
    font-family: var(--font-ghost);
    font-size: 0.895rem;
    letter-spacing: 0.2em;
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255,200,0,0.84);
    text-transform: uppercase;
}

.killfeed-body {
    padding: 0.58rem 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.killfeed-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0 1.74rem;
    padding: 1.044rem 2.32rem;
    border-bottom: 1px solid rgba(255,102,0,0.12);
    transition: background 0.3s ease;
}

.killfeed-row:last-child { border-bottom: none; }

.killfeed-row:hover {
    background: rgba(255,102,0,0.06);
}

.killfeed-key {
    font-family: var(--font-ghost);
    font-size: 0.93rem;
    letter-spacing: 0.15em;
    color: rgb(255, 232, 195);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.58rem;
}

.killfeed-key::before {
    content: '//';
    opacity: 0.3;
    font-size: 0.673rem;
    flex-shrink: 0;
}

/* Tags */
.killfeed-tag {
    font-family: var(--font-ghost);
    font-size: 0.696rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.29rem 0.812rem;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid transparent;
}

.flash-killed {
    color: rgba(255,102,0,0.9);
    border-color: rgba(255,102,0,0.42);
    background: rgba(255,102,0,0.1);
}

.flash-sealed {
    color: rgba(255,200,0,0.85);
    border-color: rgba(255,200,0,0.3);
    background: rgba(255,200,0,0.05);
}

/* Hover notes */
.killfeed-note {
    font-family: var(--font-ghost);
    font-size: 0.71rem;
    color: rgba(255, 232, 199, 0.92);
    letter-spacing: 0.15em;
    text-align: right;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.killfeed-row:hover .killfeed-note {
    opacity: 1;
    transform: translateX(0);
}

.redacted-note {
    color: transparent;
    position: relative;
}

.redacted-note::after {
    content: '█████████████';
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255, 180, 60, 0.65);
    font-size: 0.71rem;
}

.killfeed-footer {
    padding: 1.16rem 2.32rem;
    border-top: 1px solid rgba(255,102,0,0.25);
    background: rgba(4, 0, 1, 0.9);
    position: relative;
    z-index: 5;
}

.killfeed-footer-line {
    font-family: var(--font-ghost);
    font-size: 0.76rem;
    font-style: italic;
    letter-spacing: 0.15em;
    color: rgba(255, 102, 0, 0.96);
    display: block;
    text-align: center;
}


/* ══════════════════════════════════════════
   UZUMAKI CLAN DOSSIER — Static
   ══════════════════════════════════════════ */
.naruto-theme .uzumaki-dossier {
    position: relative;
    width: 100%;
    margin-bottom: 3.48rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,68,0,0.37);
    background: #030001;
}

.uzumaki-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
    z-index: 10;
    pointer-events: none;
}

/* Top bar */
.uzumaki-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.16rem 2.32rem;
    background: rgba(10, 3, 1, 0.95);
    border-bottom: 1px solid rgba(255,68,0,0.34);
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    gap: 0.58rem;
}

.uzumaki-topbar-label {
    font-family: var(--font-ghost);
    font-size: 0.734rem;
    letter-spacing: 0.45em;
    color: rgba(255, 68, 0, 0.9);
    text-transform: uppercase;
}

.uzumaki-topbar-status {
    font-family: var(--font-ghost);
    font-size: 0.8325rem;
    letter-spacing: 0.3em;
    color: rgba(255, 200, 0, 0.92);
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255,200,0,0.4);
}

/* Two-column body */
.uzumaki-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 5;
}

/* LEFT: Clan file */
.uzumaki-clan-file {
    padding: 2rem 2.32rem;
    border-right: 1px solid rgba(255,68,0,0.25);
    background: linear-gradient(135deg, rgba(255,68,0,0.05) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.uzumaki-file-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.uzumaki-file-icon {
    font-size: 2.5rem;
    filter: brightness(0.9);
}

.uzumaki-file-title {
    display: block;
    font-family: var(--font-ghost);
    font-size: 1.65rem;
    letter-spacing: 0.3em;
    color: #ff4400;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255,68,0,0.7);
}

.uzumaki-file-sub {
    display: block;
    font-family: var(--font-ghost);
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    color: rgba(255, 68, 0, 0.9);
    text-transform: uppercase;
    margin-top: 0.2rem;
}

.uzumaki-stat-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255,68,0,0.25);
}

.uzumaki-stat-row {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255,68,0,0.2);
    transition: background 0.3s ease;
}

.uzumaki-stat-row:last-child { border-bottom: none; }

.uzumaki-stat-row:hover {
    background: rgba(255,68,0,0.05);
    padding-left: 0.5rem;
}

.uzumaki-stat-key {
    font-family: var(--font-ghost);
    font-size: 0.71rem;
    letter-spacing: 0.3em;
    color: rgba(255, 68, 0, 0.9);
    text-transform: uppercase;
}

.uzumaki-stat-val {
    font-family: var(--font-ghost);
    font-size: 0.91rem;
    letter-spacing: 0.08em;
    color: rgba(255, 234, 201, 0.96);
    line-height: 1.5;
}

.uzumaki-red {
    color: #ff4400;
    text-shadow: 0 0 10px rgba(255,68,0,0.5);
}

/* RIGHT: Event log */
.uzumaki-event-log {
    display: flex;
    flex-direction: column;
    background: linear-gradient(225deg, rgba(255,68,0,0.04) 0%, transparent 60%);
}

.uzumaki-log-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.16rem 2rem;
    border-bottom: 1px solid rgba(255,68,0,0.22);
    flex-wrap: wrap;
    gap: 0.5rem;
}

.uzumaki-log-title {
    font-family: var(--font-ghost);
    font-size: 0.81rem;
    letter-spacing: 0.25em;
    color: rgba(255, 68, 0, 0.94);
    text-transform: uppercase;
}

.uzumaki-log-count {
    font-family: var(--font-ghost);
    font-size: 0.765rem;
    letter-spacing: 0.2em;
    color: rgba(255, 200, 0, 0.91);
    text-transform: uppercase;
}

.uzumaki-log-body {
    display: flex;
    flex-direction: column;
}

.uzumaki-log-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.16rem 2rem;
    border-bottom: 1px solid rgba(255,68,0,0.15);
    transition: background 0.3s ease;
}

.uzumaki-log-row:last-child { border-bottom: none; }

.uzumaki-log-row:hover {
    background: rgba(255,68,0,0.06);
}

.uzumaki-log-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.uzumaki-log-event {
    font-family: var(--font-ghost);
    font-size: 0.8865rem;
    letter-spacing: 0.12em;
    color: rgba(255,224,176,0.9);
    text-transform: uppercase;
}

.uzumaki-log-tag {
    font-family: var(--font-ghost);
    font-size: 0.71rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    border: 1px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
}

.tag-sealed {
    color: rgba(255,200,0,0.85);
    border-color: rgba(255,200,0,0.35);
    background: rgba(255,200,0,0.06);
}

.tag-breached {
    color: rgba(255,68,0,0.9);
    border-color: rgba(255,68,0,0.42);
    background: rgba(255,68,0,0.1);
}

.tag-complete {
    color: rgba(180,255,180,0.8);
    border-color: rgba(100,255,100,0.25);
    background: rgba(100,255,100,0.05);
}

.uzumaki-log-note {
    font-family: var(--font-ghost);
    font-size: 0.9134rem;
    letter-spacing: 0.08em;
    color: rgba(255, 224, 176, 0.95);
    line-height: 1.7;
}

.uzumaki-quote-note {
    color: rgba(255,68,0,0.8);
    font-style: italic;
    text-shadow: 0 0 10px rgba(255,68,0,0.3);
}

/* Footer */
.uzumaki-footer {
    padding: 1.16rem 2.32rem;
    border-top: 1px solid rgba(255,68,0,0.25);
    background: rgba(10, 3, 1, 0.9);
    position: relative;
    z-index: 5;
}

.uzumaki-footer-line {
    font-family: var(--font-ghost);
    font-size: 0.754rem;
    font-style: italic;
    letter-spacing: 0.15em;
    color: rgba(255, 68, 0, 0.94);
    display: block;
    text-align: center;
}

/* Responsive */
@media (max-width: 750px) {
    .uzumaki-body { grid-template-columns: 1fr; }
    .uzumaki-clan-file { border-right: none; border-bottom: 1px solid rgba(255,68,0,0.25); }
}


/* ══════════════════════════════════════════
   KUNAI MARK REGISTRY — Static
   ══════════════════════════════════════════ */
.naruto-theme .kunai-registry {
    position: relative;
    width: 100%;
    margin-bottom: 3.48rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,200,0,0.24);
    background: #030001;
}

.registry-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
    z-index: 10;
    pointer-events: none;
}

.registry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.16rem 2.32rem;
    border-bottom: 1px solid rgba(255,200,0,0.25);
    background: rgba(8, 6, 0, 0.95);
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    gap: 0.58rem;
}

.registry-org {
    font-family: var(--font-ghost);
    font-size: 0.765rem;
    letter-spacing: 0.4em;
    color: rgba(255, 200, 0, 0.94);
    text-transform: uppercase;
}

.registry-total {
    font-family: var(--font-ghost);
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255,200,0,0.7);
    text-transform: uppercase;
}

/* Column labels */
.registry-cols {
    display: grid;
    grid-template-columns: 1fr 100px 1fr 110px;
    gap: 0 1.74rem;
    padding: 0.7rem 2.32rem;
    background: rgba(255,200,0,0.04);
    border-bottom: 1px solid rgba(255,200,0,0.15);
    position: relative;
    z-index: 5;
}

.registry-cols span {
    font-family: var(--font-ghost);
    font-size: 0.67rem;
    letter-spacing: 0.35em;
    color: rgba(255, 200, 0, 0.89);
    text-transform: uppercase;
}

/* Rows */
.registry-body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.registry-row {
    display: grid;
    grid-template-columns: 1fr 100px 1fr 110px;
    align-items: center;
    gap: 0 1.74rem;
    padding: 1.044rem 2.32rem;
    border-bottom: 1px solid rgba(255,200,0,0.1);
    transition: background 0.3s ease;
}

.registry-row:last-child { border-bottom: none; }

.registry-row:hover {
    background: rgba(255,200,0,0.05);
}

.registry-location {
    font-family: var(--font-ghost);
    font-size: 0.91rem;
    letter-spacing: 0.12em;
    color: rgba(255,224,176,0.88);
    text-transform: uppercase;
}

.registry-dist {
    font-family: var(--font-ghost);
    font-size: 0.906rem;
    letter-spacing: 0.1em;
    color: rgba(255, 200, 0, 0.91);
}

.registry-purpose {
    font-family: var(--font-ghost);
    font-size: 0.832rem;
    letter-spacing: 0.1em;
    color: rgba(255, 224, 176, 0.95);
}

.registry-tag
{
    font-family: var(--font-ghost);
    font-size: 0.71rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.28rem 0.75rem;
    border-radius: 3px;
    border: 1px solid transparent;
    white-space: nowrap;
    justify-self: start;
}

.registry-tag.tag-active
{
    color: rgba(255,200,0,0.9);
    border-color: rgba(255,200,0,0.35);
    background: rgba(255,200,0,0.07);
}

.registry-tag.tag-sealed {
    color: rgba(255,102,0,0.85);
    border-color: rgba(255,102,0,0.35);
    background: rgba(255,102,0,0.08);
}

.registry-tag.tag-expired {
    color: rgba(255,224,176,0.4);
    border-color: rgba(255,224,176,0.15);
    background: transparent;
}

.registry-tag.tag-permanent {
    color: rgba(180,255,180,0.8);
    border-color: rgba(100,255,100,0.25);
    background: rgba(100,255,100,0.05);
    text-shadow: 0 0 8px rgba(100,255,100,0.4);
}

.registry-footer {
    padding: 1.16rem 2.32rem;
    border-top: 1px solid rgba(255,200,0,0.2);
    background: rgba(8, 6, 0, 0.9);
    position: relative;
    z-index: 5;
}

.registry-footer-line {
    font-family: var(--font-ghost);
    font-size: 0.743rem;
    font-style: italic;
    letter-spacing: 0.15em;
    color: rgba(255, 200, 0, 0.88);
    display: block;
    text-align: center;
}

/* Responsive */
@media (max-width: 700px) {
    .registry-cols,
    .registry-row {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 1rem;
    }
    .registry-cols span:nth-child(2),
    .registry-cols span:nth-child(3),
    .registry-row .registry-dist,
    .registry-row .registry-purpose {
        display: none;
    }
}


/* ══════════════════════════════════════════
   RAIJIN ANATOMY CARD — Static
   ══════════════════════════════════════════ */
.naruto-theme .raijin-anatomy {
    position: relative;
    width: 100%;
    margin-bottom: 3.48rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,200,0,0.3);
    background: #020001;
}

.anatomy-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
    z-index: 10;
    pointer-events: none;
}

.anatomy-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.16rem 2.32rem;
    background: rgba(8, 6, 0, 0.95);
    border-bottom: 1px solid rgba(255,200,0,0.25);
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    gap: 0.58rem;
}

.anatomy-topbar-label {
    font-family: var(--font-ghost);
    font-size: 0.71rem;
    letter-spacing: 0.45em;
    color: rgba(255, 200, 0, 0.89);
    text-transform: uppercase;
}

.anatomy-topbar-status {
    font-family: var(--font-ghost);
    font-size: 0.795rem;
    letter-spacing: 0.3em;
    color: rgba(255, 200, 0, 0.91);
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255,200,0,0.4);
}

/* Two-column stage */
.anatomy-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 5;
    min-height: 400px;
}

/* LEFT: File card */
.anatomy-file {
    padding: 2rem 2.32rem;
    border-right: 1px solid rgba(255,200,0,0.2);
    background: linear-gradient(135deg, rgba(255,200,0,0.06) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.anatomy-file-title-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.anatomy-file-icon {
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(255, 200, 0, 0.9);
}

.anatomy-tech-name {
    display: block;
    font-family: var(--font-ghost);
    font-size: 1.45rem;
    letter-spacing: 0.3em;
    color: #ffcc00;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255,200,0,0.7);
}

.anatomy-tech-sub {
    display: block;
    font-family: var(--font-ghost);
    font-size: 0.73rem;
    letter-spacing: 0.2em;
    color: rgba(255, 200, 0, 0.93);
    text-transform: uppercase;
    margin-top: 0.2rem;
}

.anatomy-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255,200,0,0.2);
}

.anatomy-stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255,200,0,0.12);
    transition: background 0.3s ease, padding-left 0.3s ease;
}

.anatomy-stat:last-child { border-bottom: none; }

.anatomy-stat:hover {
    background: rgba(255,200,0,0.04);
    padding-left: 0.5rem;
}

.anatomy-stat-key {
    font-family: var(--font-ghost);
    font-size: 0.712rem;
    letter-spacing: 0.3em;
    color: rgba(255, 200, 0, 0.89);
    text-transform: uppercase;
}

.anatomy-stat-val {
    font-family: var(--font-ghost);
    font-size: 0.835rem;
    letter-spacing: 0.08em;
    color: rgba(255,224,176,0.85);
    line-height: 1.5;
}

.anatomy-gold {
    color: #ffcc00;
    text-shadow: 0 0 10px rgba(255,200,0,0.5);
}

.anatomy-red {
    color: #ff4400;
    text-shadow: 0 0 8px rgba(255,68,0,0.5);
}

/* RIGHT: Node map */
.anatomy-map {
    padding: 2rem 2.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    background: radial-gradient(ellipse 70% 60% at center, rgba(255,200,0,0.06) 0%, transparent 70%);
}

.anatomy-map-label {
    font-family: var(--font-ghost);
    font-size: 0.723rem;
    letter-spacing: 0.3em;
    color: rgba(255, 200, 0, 0.87);
    text-transform: uppercase;
    align-self: flex-start;
}

.anatomy-nodes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    flex: 1;
    justify-content: center;
}

/* Center node */
.anatomy-node.node-center {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    flex-shrink: 0;
}

.node-ring {
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(255,200,0,0.5);
    border-radius: 50%;
    animation: nodeRingPulse 2.5s ease-in-out infinite;
}

@keyframes nodeRingPulse {
    0%, 100% { box-shadow: 0 0 10px rgba(255,200,0,0.4); opacity: 0.6; }
    50% { box-shadow: 0 0 25px rgba(255,200,0,0.8); opacity: 1; }
}

.node-icon {
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(255,200,0,0.9);
    z-index: 1;
}

.node-label {
    font-family: var(--font-ghost);
    font-size: 0.64rem;
    letter-spacing: 0.2em;
    color: #ffcc00;
    text-transform: uppercase;
    z-index: 1;
}

/* Spokes */
.anatomy-spoke-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
}

.anatomy-spoke {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.spoke-line {
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, rgba(255,200,0,0.6), rgba(255,200,0,0.2));
}

.anatomy-mark-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.6rem 0.8rem;
    border: 1px solid rgba(255,200,0,0.25);
    border-radius: 8px;
    background: rgba(255,200,0,0.04);
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.anatomy-mark-node:hover {
    border-color: #ffcc00;
    background: rgba(255,200,0,0.1);
    box-shadow: 0 0 15px rgba(255,200,0,0.3);
}

.anatomy-mark-node.node-final {
    border-color: rgba(100,255,100,0.3);
    background: rgba(100,255,100,0.04);
}

.anatomy-mark-node.node-final:hover {
    border-color: rgba(100,255,100,0.6);
    box-shadow: 0 0 15px rgba(100,255,100,0.2);
}

.mark-icon { font-size: 1.2rem; }

.mark-label {
    font-family: var(--font-ghost);
    font-size: 0.73rem;
    letter-spacing: 0.15em;
    color: rgba(255, 224, 176, 0.92);
    text-transform: uppercase;
}

.mark-dist {
    font-family: var(--font-ghost);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    color: rgba(255, 200, 0, 0.9);
}

.anatomy-map-note {
    font-family: var(--font-ghost);
    font-size: 0.74rem;
    font-style: italic;
    letter-spacing: 0.12em;
    color: rgba(255, 200, 0, 0.87);
    text-align: center;
}

/* Footer */
.anatomy-footer {
    padding: 1.16rem 2.32rem;
    border-top: 1px solid rgba(255,200,0,0.2);
    background: rgba(8, 6, 0, 0.9);
    position: relative;
    z-index: 5;
}

.anatomy-footer-line {
    font-family: var(--font-ghost);
    font-size: 0.74rem;
    font-style: italic;
    letter-spacing: 0.15em;
    color: rgba(255, 200, 0, 0.84);
    display: block;
    text-align: center;
}

/* Responsive */
@media (max-width: 750px) {
    .anatomy-stage { grid-template-columns: 1fr; }
    .anatomy-file { border-right: none; border-bottom: 1px solid rgba(255,200,0,0.2); }
    .anatomy-spoke-group { grid-template-columns: 1fr 1fr; }
}

