@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800;900&family=JetBrains+Mono:wght@400;700;800&display=swap');

/* Global Light Theme Overrides */
body {
    background-color: #f8fafc;
    color: #0f172a;
    font-family: 'Inter', sans-serif;
}

.nemesis-header-light {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 50;
}

.nemesis-footer-light {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    padding: 20px;
    text-align: center;
    font-size: 0.875rem;
}

.light-glass-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}

.asset-icon {
    width: 20px; height: 20px; border-radius: 50%;
    display: inline-block; vertical-align: middle; margin-right: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.network-icon {
    width: 16px; height: 16px; border-radius: 4px;
    display: inline-block; vertical-align: middle; margin-right: 4px;
}

.bg-slate-900 { background-color: #ffffff !important; }
.text-white { color: #0f172a !important; }
.border-slate-700 { border-color: #e2e8f0 !important; }
.text-slate-400 { color: #64748b !important; }
.bg-slate-800 { background-color: #f1f5f9 !important; }
.hover\:bg-slate-700:hover { background-color: #e2e8f0 !important; }
.text-slate-300 { color: #475569 !important; }

.accent-blue { color: #2563eb; }
.accent-bg-blue { background-color: #2563eb; color: #ffffff !important; }

.nemesis-watermark {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw; height: 40vw;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
    background-image: url('logo_nemesis.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
