/* ================= FOOTER PANGNGAI (LIGHT MODE A TAN) ================= */
footer, .app-footer {
    background-color: transparent; 
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    color: #1e293b; 
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}

.social-links a:hover {
    color: #f1c40f;
}

.social-icon {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}

.social-icon:hover {
    transform: scale(1.2) translateY(-3px);
}

.social-icon:active {
    transform: scale(0.9);
}

/* ================= KOHHRAN STATISTICS BUTTON (LIGHT MODE) ================= */
/* Light Mode ah chuan Button hi a Var ang a, Hawrawp a Dum thung ang */
.stats-app-btn {
    background: #ffffff; 
    padding: 12px 18px;
    border-radius: 20px; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.06); 
    transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s ease;
    max-width: 350px;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Hawrawp Dum */
.stats-app-btn h6,
.stats-app-btn small,
.stats-app-btn i.bi-chevron-right {
    color: #1e293b !important;
}

/* Icon (Chart) awmna bawm */
.stats-app-btn .icon-box {
    width: 44px;
    height: 44px;
    background: rgba(241, 196, 15, 0.15); /* Gold dal deuh */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #d4af37 !important; /* Gold rawng */
}

.stats-app-btn:active {
    transform: scale(0.95) translateY(2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Breathing Animation */
@keyframes subtlePulse {
    0% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 0.85; }
}

.stats-app-btn .icon-box i.bi-bar-chart-line-fill {
    animation: subtlePulse 2.5s infinite ease-in-out;
}

/* ================= DARK MODE A IN-THLAKNA ================= */

[data-bs-theme="dark"] footer,
[data-bs-theme="dark"] .app-footer {
    background-color: #0f172a !important; 
    border-top: 1px solid #1e293b;
}

[data-bs-theme="dark"] footer p,
[data-bs-theme="dark"] footer span,
[data-bs-theme="dark"] .app-footer .text-muted {
    color: #e2e8f0 !important; 
}

/* Dark mode-ah chuan Button hi a Dum ang a, Hawrawp a Var thung ang */
[data-bs-theme="dark"] .stats-app-btn {
    background: linear-gradient(145deg, #334155 0%, #1e293b 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Hawrawp Var */
[data-bs-theme="dark"] .stats-app-btn h6,
[data-bs-theme="dark"] .stats-app-btn small,
[data-bs-theme="dark"] .stats-app-btn i.bi-chevron-right {
    color: #ffffff !important; 
}

[data-bs-theme="dark"] .stats-app-btn .icon-box {
    background: rgba(255, 255, 255, 0.1);
    color: #fbd38d !important;
}

[data-bs-theme="dark"] .social-icon.text-primary {
    color: #60a5fa !important; 
}

[data-bs-theme="dark"] .social-icon.text-danger {
    color: #f87171 !important; 
}