/* ========================================================================== */
/* 🌟 MNDSET AI - MODULES STYLING (PREMIUM WEB3 UI)                           */
/* ========================================================================== */

.module-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 80px;
    animation: fadeIn 0.4s ease-out;
}

/* --- Headers --- */
.module-header {
    margin-bottom: 30px;
    text-align: left;
}

.module-title {
    display: block;
    font-family: monospace;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
}

.module-subtitle {
    display: block;
    font-size: 11px;
    color: #8892b0;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

/* --- Glassmorphism Boxen --- */
.glass-box {
    background: rgba(15, 23, 42, 0.6); /* Diep donkerblauw/zwart */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.glass-box:hover {
    border-color: rgba(34, 211, 238, 0.2); /* Subtiele cyaan glow bij hover */
}

/* --- Labels & Uitleg --- */
.glass-box .label {
    font-family: monospace;
    font-size: 12px;
    color: var(--primary-cyan, #22d3ee);
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(34, 211, 238, 0.3);
    padding-bottom: 5px;
}

.split-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.info-card {
    flex: 1;
    min-width: 250px;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid;
}

.info-card.required {
    border-left-color: #ff4d4d;
}

.info-card.optional {
    border-left-color: #14F195; /* Solana Green */
}

.info-card-title {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

/* --- Solana Premium Actie Sectie --- */
.action-box {
    text-align: center;
    border: 1px dashed rgba(153, 69, 255, 0.3); /* Solana Purple dashed */
    background: linear-gradient(180deg, rgba(153, 69, 255, 0.02) 0%, rgba(20, 241, 149, 0.02) 100%);
}

/* De ultieme Solana knop (Purple to Green) */
.solana-btn {
    display: block; /* Zorgt dat de margin-truc werkt */
    margin: 0 auto; /* DE FIX: Drukt de knop altijd perfect naar het midden */
    background: linear-gradient(90deg, #9945FF, #14F195);
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    max-width: 380px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(20, 241, 149, 0.2);
    text-transform: uppercase;
}

.solana-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(20, 241, 149, 0.4);
    color: #fff;
}

.solana-btn:active {
    transform: translateY(1px);
}

/* --- Inputs --- */
.cyber-input {
    width: 100%;
    max-width: 380px;
    padding: 16px;
    /* Achtergrond iets lichter gemaakt voor beter contrast */
    background: rgba(255, 255, 255, 0.05); 
    /* Duidelijke border met een lichte tint */
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 8px;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.cyber-input:focus {
    outline: none;
    /* Focus-glow maakt het veld nu écht zichtbaar */
    border-color: var(--primary-cyan, #22d3ee);
    background: rgba(34, 211, 238, 0.05);
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
}

.cyber-input::placeholder {
    /* Placeholder ook wat duidelijker gemaakt */
    color: rgba(255, 255, 255, 0.5); 
}

/* --- Hulpelementen --- */
.divider-text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    margin: 25px 0;
    letter-spacing: 4px;
    font-family: monospace;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider-text::before, .divider-text::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 15px;
    max-width: 120px;
}

.disclaimer-text {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 30px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Telegram Sync Module --- */
.sync-status-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(34, 211, 238, 0.05);
    border: 1px solid rgba(34, 211, 238, 0.4);
    border-radius: 30px;
    color: var(--primary-cyan, #22d3ee);
    font-family: monospace;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

/* ========================================================================== */
/* 🔥 NEURAL OVERCLOCK & BURN STYLING                                         */
/* ========================================================================== */

/* Specifieke Glass-box voor de Burn module */
.burn-box {
    border-color: rgba(239, 68, 68, 0.3) !important;
    background: linear-gradient(145deg, rgba(239, 68, 68, 0.05) 0%, rgba(0,0,0,0.4) 100%) !important;
    box-shadow: inset 0 0 20px rgba(239, 68, 68, 0.02);
}

.burn-box:hover {
    border-color: rgba(239, 68, 68, 0.6) !important;
    box-shadow: 0 8px 32px rgba(239, 68, 68, 0.15), inset 0 0 20px rgba(239, 68, 68, 0.05);
}

/* De agressieve Burn Knop */
.burn-btn {
    background: linear-gradient(90deg, #ff416c, #ff4b2b); /* Vurige gradient */
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.burn-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.burn-btn:disabled {
    background: rgba(255,255,255,0.1);
    color: #555;
    box-shadow: none;
    cursor: not-allowed;
}

/* Overclock Status Paneel */
.overclock-status-panel {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
}

/* ========================================================================== */
/* 🎯 DAILY NEURAL QUESTS STYLING (SOLANA EDITION)                            */
/* ========================================================================== */

.quests-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* De standaard Quest Card */
.quest-card {
    background: rgba(5, 11, 26, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(34, 211, 238, 0.3); /* Subtiel cyaan als hij nog niet af is */
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.quest-card:hover {
    background: rgba(5, 11, 26, 0.8);
    border-color: rgba(34, 211, 238, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(34, 211, 238, 0.05);
}

/* Actieve / Gehaalde Quests (Solana Green) */
.quest-card.completed {
    border-color: rgba(20, 241, 149, 0.3);
    border-left: 3px solid #14F195;
    background: linear-gradient(145deg, rgba(20, 241, 149, 0.05) 0%, rgba(0,0,0,0.4) 100%);
    box-shadow: 0 4px 15px rgba(20, 241, 149, 0.05);
}

/* Interne Card Layout */
.quest-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 10px;
}

.quest-title {
    font-family: monospace;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}

/* De Reward Badge */
.quest-reward {
    font-family: monospace;
    font-size: 11px;
    font-weight: bold;
    color: #14F195;
    text-shadow: 0 0 10px rgba(20, 241, 149, 0.4);
    background: rgba(20, 241, 149, 0.1);
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(20, 241, 149, 0.2);
}

.quest-desc {
    font-size: 12px;
    color: #8892b0;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* De Solana Progress Bar */
.quest-progress-wrap {
    width: 100%;
}

.quest-progress-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.quest-progress-fill {
    height: 100%;
    /* DE FIX: Vette Solana Gradient over de voortgangsbalk! */
    background: linear-gradient(90deg, #9945FF, #14F195);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(20, 241, 149, 0.6);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.quest-progress-text {
    display: block;
    font-family: monospace;
    font-size: 10px;
    color: #8892b0;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* ========================================================================== */
/* 📚 KNOWLEDGE BASE / FAQ STYLING (SOLANA EDITION)                           */
/* ========================================================================== */

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* De gesloten FAQ-kaart */
.faq-item {
    background: rgba(10, 15, 30, 0.6); /* Diepe donkere achtergrond */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid #9945FF; /* De kenmerkende Solana Purple balk */
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(153, 69, 255, 0.3);
    box-shadow: 0 4px 15px rgba(153, 69, 255, 0.05);
}

/* De geopende FAQ-kaart */
.faq-item.active {
    border-left-color: #14F195; /* Springt naar groen bij openen */
    border-color: rgba(20, 241, 149, 0.2);
    background: rgba(10, 15, 30, 0.9);
}

/* De Vraag balk (klikbaar) */
.faq-question {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}

/* Nummering [ 01 ] */
.faq-number {
    color: #8892b0;
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    letter-spacing: 1px;
}

/* De vraag tekst */
.faq-title {
    flex: 1;
    color: #fff;
    font-family: monospace;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* De plus (+) knop rechts */
.faq-icon {
    color: #555;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* Draait de + naar een x */
    color: #14F195;
}

/* Het antwoord blok (verborgen tot klik) */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: rgba(0, 0, 0, 0.3);
}

.faq-answer-content {
    padding: 0 20px 20px 73px; /* Zorgt dat de tekst netjes onder de vraag uitlijnt (voorbij de [ 01 ]) */
    color: #a8b2c1;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.7;
}
/* ========================================================================== */
/* 📜 SYSTEM EVOLUTION LOG (CHANGELOG)                                        */
/* ========================================================================== */

.changelog-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

/* De verticale tijdlijn streep */
.changelog-container::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, #14F195 0%, #9945FF 50%, transparent 100%);
    opacity: 0.3;
}

.changelog-entry {
    position: relative;
    padding-left: 50px; /* Ruimte voor de tijdlijn */
}

/* De oplichtende stip op de tijdlijn */
.changelog-entry::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: #02040a;
    border: 2px solid #14F195;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(20, 241, 149, 0.6);
    z-index: 2;
}

.changelog-entry.legacy::before {
    border-color: #555;
    box-shadow: none;
}

/* De glazen kaart voor de update */
.changelog-content {
    background: rgba(10, 15, 30, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.changelog-content:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(34, 211, 238, 0.2);
    box-shadow: 0 4px 15px rgba(34, 211, 238, 0.05);
}

/* Typografie binnen de log */
.changelog-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.changelog-version {
    font-family: monospace;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}

.changelog-version.latest {
    background: linear-gradient(90deg, #9945FF, #14F195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.changelog-date {
    font-size: 10px;
    color: #8892b0;
    font-family: monospace;
    letter-spacing: 1px;
}

.changelog-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.changelog-tag.major { background: rgba(20, 241, 149, 0.1); border: 1px solid rgba(20, 241, 149, 0.3); color: #14F195; }
.changelog-tag.feature { background: rgba(153, 69, 255, 0.1); border: 1px solid rgba(153, 69, 255, 0.3); color: #c084fc; }

.changelog-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cl-item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.5;
}

.cl-title {
    color: #e2e8f0;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.cl-desc {
    color: #8892b0;
}

/* --- Sidebar & Global Version Tag --- */
.version-tag {
    font-family: monospace;
    font-size: 10px;
    color: #8892b0; /* Subtiel terminal grijs */
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

/* Subtiele oplichting als je over de footer hovert */
.sidebar-footer:hover .version-tag {
    color: #14F195; /* Solana Groen glow */
    border-color: rgba(20, 241, 149, 0.2);
    box-shadow: inset 0 0 10px rgba(20, 241, 149, 0.05), 0 0 10px rgba(20, 241, 149, 0.1);
}


/* ================================================= */
/* INTERNAL DEPOSIT MODULE (SOLANA / CYBERPUNK)      */
/* ================================================= */

/* Balance Box */
.deposit-balance-box {
    border-color: #14F195 !important;
    background: linear-gradient(135deg, rgba(20, 241, 149, 0.05) 0%, rgba(0,0,0,0.4) 100%) !important;
    box-shadow: inset 0 0 20px rgba(20, 241, 149, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px !important;
}

.deposit-sol-value {
    font-size: 32px;
    color: #14F195;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(20, 241, 149, 0.5);
    margin-top: 10px;
    letter-spacing: 2px;
}

.deposit-action-box {
    padding: 25px !important;
}

/* Cyberpunk Warning Panel */
.cyber-warning-panel {
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.1) 0%, rgba(239, 68, 68, 0.02) 100%);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-left: 4px solid #ff4d4d;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.warning-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff4d4d;
    font-family: monospace;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.warning-icon {
    font-size: 16px;
    animation: warningPulse 2s infinite;
}

@keyframes warningPulse {
    0%, 100% { opacity: 1; text-shadow: 0 0 10px rgba(239, 68, 68, 0.8); }
    50% { opacity: 0.5; text-shadow: none; }
}

.warning-text {
    color: #a8b2c1;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: monospace;
}

.warning-text strong {
    color: #fff;
}

/* Custom Cyber Checkbox */
.deposit-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease;
}

.deposit-checkbox-wrapper:hover {
    border-color: rgba(20, 241, 149, 0.3);
}

.checkbox-label-text {
    color: #fff;
    font-size: 11px;
    font-family: monospace;
    letter-spacing: 0.5px;
    margin-top: 1px;
}

/* Checkbox SVG Logic */
.deposit-checkbox-wrapper input[type="checkbox"] {
    appearance: none;
    background-color: rgba(5, 11, 26, 0.8);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ff4d4d;
    border-radius: 0.15em;
    display: grid;
    place-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.deposit-checkbox-wrapper input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #14F195;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.deposit-checkbox-wrapper input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.deposit-checkbox-wrapper input[type="checkbox"]:checked {
    border-color: #14F195;
}

/* The Reveal Section */
.deposit-reveal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    animation: revealFade 0.5s ease-out;
}

@keyframes revealFade {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* QR Code Scanner Frame */
.qr-scanner-frame {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgba(20, 241, 149, 0.15);
    display: inline-block;
}

.qr-scanner-frame img {
    width: 160px;
    height: 160px;
    display: block;
}

/* Sci-Fi Corners for QR */
.qr-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #14F195;
    border-style: solid;
    z-index: 2;
}
.top-left { top: -5px; left: -5px; border-width: 3px 0 0 3px; }
.top-right { top: -5px; right: -5px; border-width: 3px 3px 0 0; }
.bottom-left { bottom: -5px; left: -5px; border-width: 0 0 3px 3px; }
.bottom-right { bottom: -5px; right: -5px; border-width: 0 3px 3px 0; }

/* Animated Scanline over QR */
.qr-scanner-frame .scanline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(20, 241, 149, 0.8);
    box-shadow: 0 0 10px #14F195;
    animation: qrScan 3s linear infinite;
    z-index: 3;
}

@keyframes qrScan {
    0% { top: 5%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: 95%; opacity: 0; }
}

.deposit-instruction {
    color: var(--primary-cyan);
    font-family: monospace;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

/* Address Bar styling */
.address-copy-bar {
    background: #020617;
    border: 1px solid rgba(34, 211, 238, 0.3);
    padding: 8px 8px 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    width: 100%;
    max-width: 420px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

#deposit-address-display {
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    word-break: break-all;
    margin-right: 15px;
    letter-spacing: 0.5px;
}

.deposit-copy-btn {
    padding: 8px 16px !important;
    font-size: 10px !important;
    flex-shrink: 0;
}

/* ========================================================================= */
/* NEURAL WALLET INTERFACE (THEMED)                                          */
/* ========================================================================= */

.wallet-balance-card {
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.05) 0%, rgba(5, 11, 26, 0.8) 100%);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
}

.wallet-sol-logo {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #02040a;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid rgba(34, 211, 238, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-balance-label {
    display: block;
    color: #8892b0;
    font-size: 10px;
    font-family: monospace;
    letter-spacing: 2px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.wallet-sol-value {
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-cyan);
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
    letter-spacing: -1px;
}

.wallet-usd-value {
    font-size: 12px;
    color: #a8b2c1;
    font-family: monospace;
    margin-top: 4px;
}

/* === ONBREEKBARE INPUT VELDEN === */
.wallet-input {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(34, 211, 238, 0.3) !important;
    color: #fff !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    font-family: monospace !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.wallet-input:focus {
    border-color: var(--primary-cyan) !important;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.2) !important;
    outline: none !important;
}

.wallet-input::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* === VIERKANTE ICON BUTTONS (Paste & QR) === */
.wallet-icon-btn {
    background: rgba(34, 211, 238, 0.1) !important;
    border: 1px solid rgba(34, 211, 238, 0.3) !important;
    color: var(--primary-cyan) !important;
    border-radius: 8px !important;
    width: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.wallet-icon-btn:hover {
    background: rgba(34, 211, 238, 0.2) !important;
    color: #fff !important;
    box-shadow: 0 0 8px rgba(34, 211, 238, 0.3);
}

/* Tab States overriding the blast-pill-btn */
.wallet-tabs .blast-pill-btn.active-tab {
    background: rgba(34, 211, 238, 0.2);
    border-color: var(--primary-cyan);
    color: #fff;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.2);
}

.wallet-tabs .blast-pill-btn.inactive-tab {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.1);
    color: #555;
    box-shadow: none;
}
.wallet-tabs .blast-pill-btn.inactive-tab:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #8892b0;
}

/* Percentage Knoppen */
.perc-btn {
    flex: 1;
    justify-content: center;
    padding: 8px 0 !important;
    color: #8892b0;
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}
.perc-btn:hover {
    color: var(--primary-cyan) !important;
    border-color: var(--primary-cyan) !important;
    background: rgba(34, 211, 238, 0.1) !important;
}

.wallet-warning-panel {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-left: 3px solid #ef4444;
    padding: 15px;
    border-radius: 8px;
    text-align: left;
}


/* === PERCENTAGE PILL BUTTONS (RESTORED STYLE) === */
.perc-pill-btn {
    flex: 1;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--primary-cyan, #22d3ee);
    font-family: monospace;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 30px; /* Mooie afgeronde hoeken */
    transition: 0.3s ease;
    text-align: center;
}

.perc-pill-btn:hover {
    border-color: var(--primary-cyan, #22d3ee);
    background: rgba(34, 211, 238, 0.1);
    color: #fff;
}

/* Specifieke stijl voor de MAX knop (Groen) */
.perc-pill-max {
    border-color: #14F195;
    color: #14F195;
}

.perc-pill-max:hover {
    background: rgba(20, 241, 149, 0.1);
    border-color: #14F195;
    color: #fff;
}

/* ========================================================================= */
/* NEURAL TOAST NOTIFICATIONS (LIVE BLOCKCHAIN ALERTS)                       */
/* ========================================================================= */

.neural-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(5, 11, 26, 0.95);
    border: 1px solid var(--primary-cyan, #14F195);
    border-left: 4px solid var(--primary-cyan, #14F195);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: monospace;
    box-shadow: 0 0 20px rgba(20, 241, 149, 0.3);
    z-index: 999999;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 250px;
}

.neural-toast.show {
    transform: translateX(0);
}

.neural-toast-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #8892b0;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

@keyframes radarPulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.radar-icon {
    position: relative;
    color: var(--primary-cyan, #14F195);
}

.radar-icon::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 1px solid var(--primary-cyan, #14F195);
    border-radius: 50%;
    animation: radarPulse 1.5s infinite ease-out;
}