﻿/* =====================================================================
   SIKKHALAY STUDENT PORTAL - PROFILE THEME ENGINE (DARK & DYNAMIC)
   Comprehensive styling and high-contrast color parity for Dark Mode
   ===================================================================== */

[data-theme="dark"] {
    --profile-bg: #0B0F19;
    --bg-main: #0B0F19;
    --bg-surface: #131B2E;
    --bg-surface-hover: #1E293B;
    --bg-subtle: #1A253E;
    --border-color: #24314C;
    --border-subtle: #1E293B;
    --text-main: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-muted: #94A3B8;

    --emerald: #10B981;
    --emerald-hover: #059669;
    --emerald-light: rgba(16, 185, 129, 0.15);
    --emerald-glow: rgba(16, 185, 129, 0.3);

    --gold: #F59E0B;
    --gold-light: rgba(245, 158, 11, 0.15);
    --gold-border: rgba(245, 158, 11, 0.35);

    --red: #EF4444;
    --red-light: rgba(239, 68, 68, 0.15);
    --red-border: rgba(239, 68, 68, 0.35);

    --blue: #38BDF8;
    --blue-light: rgba(56, 189, 248, 0.15);
    --blue-border: rgba(56, 189, 248, 0.35);

    --violet: #A855F7;
    --violet-light: rgba(168, 85, 247, 0.15);

    --sky: #38BDF8;
    --sky-light: rgba(56, 189, 248, 0.15);

    --orange: #FB923C;
    --orange-light: rgba(251, 146, 60, 0.15);
}

[data-theme="dark"] body {
    background: var(--profile-bg, #0B0F19) !important;
    color: var(--text-main, #F8FAFC);
}

/* Left Sidebar Identity & Cards */
[data-theme="dark"] .sidebar-card {
    background: #131B2E !important;
    border-color: #24314C !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .sc-header {
    border-bottom-color: #24314C !important;
}

[data-theme="dark"] .sc-title {
    color: #F8FAFC !important;
}

[data-theme="dark"] .sc-body {
    color: #CBD5E1;
}

[data-theme="dark"] .info-row {
    border-bottom-color: #1E293B !important;
}

[data-theme="dark"] .info-label {
    color: #94A3B8 !important;
}

[data-theme="dark"] .info-value {
    color: #F8FAFC !important;
}

[data-theme="dark"] .profile-hero-card {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tab Navigation */
[data-theme="dark"] .profile-tabs {
    background: #131B2E !important;
    border-color: #24314C !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .p-tab {
    color: #94A3B8 !important;
}

[data-theme="dark"] .p-tab:hover {
    color: #C7D2FE !important;
    background: rgba(79, 70, 229, 0.15) !important;
}

[data-theme="dark"] .p-tab.active {
    background: #4F46E5 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.45) !important;
}

/* Section Cards & General Headers */
[data-theme="dark"] .section-card {
    background: #131B2E !important;
    border-color: #24314C !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .section-head {
    border-bottom-color: #24314C !important;
}

[data-theme="dark"] .section-head-title {
    color: #F8FAFC !important;
}

[data-theme="dark"] .section-head-subtitle {
    color: #94A3B8 !important;
}

[data-theme="dark"] .section-body {
    color: #CBD5E1;
}

/* Performance Stats Band & Charts */
[data-theme="dark"] .perf-stat {
    background: #131B2E !important;
    border-color: #24314C !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .perf-stat:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .ps-value {
    color: #F8FAFC !important;
}

[data-theme="dark"] .ps-label {
    color: #94A3B8 !important;
}

[data-theme="dark"] .progress-bar-track,
[data-theme="dark"] .score-bar-track {
    background: #1E293B !important;
}

/* Rankings & Podium */
[data-theme="dark"] .rank-card.rank-1 {
    background: linear-gradient(145deg, rgba(234, 179, 8, 0.16), rgba(217, 119, 6, 0.08)) !important;
    border-color: rgba(234, 179, 8, 0.4) !important;
}

[data-theme="dark"] .rank-card.rank-2 {
    background: linear-gradient(145deg, rgba(148, 163, 184, 0.16), rgba(100, 116, 139, 0.08)) !important;
    border-color: rgba(148, 163, 184, 0.4) !important;
}

[data-theme="dark"] .rank-card.rank-3 {
    background: linear-gradient(145deg, rgba(234, 88, 12, 0.16), rgba(194, 65, 12, 0.08)) !important;
    border-color: rgba(234, 88, 12, 0.4) !important;
}

[data-theme="dark"] .rank-card.rank-1 .rank-position {
    color: #FCD34D !important;
}

[data-theme="dark"] .rank-card.rank-2 .rank-position {
    color: #E2E8F0 !important;
}

[data-theme="dark"] .rank-card.rank-3 .rank-position {
    color: #FB923C !important;
}

[data-theme="dark"] .rank-scope {
    color: #94A3B8 !important;
}

[data-theme="dark"] .rank-change.same {
    background: #1E293B !important;
    color: #94A3B8 !important;
}

[data-theme="dark"] .rank-change.up {
    background: rgba(5, 150, 105, 0.2) !important;
    color: #34D399 !important;
}

[data-theme="dark"] .rank-change.down {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #F87171 !important;
}

[data-theme="dark"] .leaderboard-table th {
    background: #1E293B !important;
    color: #94A3B8 !important;
}

[data-theme="dark"] .leaderboard-table td {
    border-top-color: #24314C !important;
    color: #CBD5E1 !important;
}

[data-theme="dark"] .leaderboard-table tr.is-me td {
    background: rgba(79, 70, 229, 0.22) !important;
    color: #C7D2FE !important;
}

[data-theme="dark"] .leaderboard-table tr.is-me td:first-child {
    border-left-color: #6366F1 !important;
}

[data-theme="dark"] .rank-badge.silver-bg {
    background: #1E293B !important;
    color: #CBD5E1 !important;
}

[data-theme="dark"] .rank-badge.default-bg {
    background: #1E293B !important;
    color: #94A3B8 !important;
}

/* Syllabus & Study */
[data-theme="dark"] .syllabus-subject-card {
    background: #131B2E !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .syllabus-subject-card:hover {
    border-color: #4F46E5 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .subject-name {
    color: #F8FAFC !important;
}

[data-theme="dark"] .subject-class {
    color: #94A3B8 !important;
}

[data-theme="dark"] .ch-pill.upcoming {
    background: #1E293B !important;
    color: #94A3B8 !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .ch-pill.ongoing {
    background: rgba(79, 70, 229, 0.2) !important;
    color: #A5B4FC !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
}

[data-theme="dark"] .ch-pill.done {
    background: rgba(5, 150, 105, 0.2) !important;
    color: #34D399 !important;
    border-color: rgba(16, 185, 129, 0.35) !important;
}

[data-theme="dark"] .ch-pill.exam {
    background: rgba(217, 119, 6, 0.2) !important;
    color: #FCD34D !important;
    border-color: rgba(234, 179, 8, 0.35) !important;
}

/* Fee & Payment Blocks */
[data-theme="dark"] .fee-institute-block {
    background: #131B2E !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .fie-header {
    border-bottom-color: #24314C !important;
}

[data-theme="dark"] .fie-name {
    color: #F8FAFC !important;
}

[data-theme="dark"] .fie-meta {
    color: #94A3B8 !important;
}

[data-theme="dark"] .fee-month-card {
    background: #1E293B !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .fee-month-card:hover {
    border-color: #4F46E5 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .fee-month-card.paid {
    background: rgba(5, 150, 105, 0.12) !important;
    border-color: rgba(16, 185, 129, 0.35) !important;
}

[data-theme="dark"] .fee-month-card.due {
    background: rgba(239, 68, 68, 0.12) !important;
    border-color: rgba(239, 68, 68, 0.35) !important;
}

[data-theme="dark"] .fee-month-card.upcoming-fee {
    background: rgba(30, 41, 59, 0.45) !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .fee-month-card.partial {
    background: rgba(217, 119, 6, 0.12) !important;
    border-color: rgba(217, 119, 6, 0.35) !important;
}

[data-theme="dark"] .fmc-month {
    color: #E2E8F0 !important;
}

[data-theme="dark"] .fmc-amount {
    color: #F8FAFC !important;
}

/* Attendance Heatmap & Circles */
[data-theme="dark"] .heat-day.off {
    background: #1E293B !important;
}

[data-theme="dark"] .heat-day.future {
    background: #131B2E !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .heat-legend-item {
    color: #94A3B8 !important;
}

[data-theme="dark"] .att-circle-card {
    background: #1E293B !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .att-circle-card:hover {
    background: rgba(79, 70, 229, 0.15) !important;
    border-color: #4F46E5 !important;
}

[data-theme="dark"] .att-circle-val {
    color: #F8FAFC !important;
}

[data-theme="dark"] .att-circle-lbl {
    color: #94A3B8 !important;
}

/* Achievements & Badges */
[data-theme="dark"] .achievement-card {
    background: #131B2E !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .achievement-card:hover {
    border-color: #4F46E5 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .ach-title {
    color: #F8FAFC !important;
}

[data-theme="dark"] .ach-desc {
    color: #94A3B8 !important;
}

[data-theme="dark"] .ach-badge.locked {
    background: #1E293B !important;
    color: #94A3B8 !important;
}

/* Personal Details & Forms */
[data-theme="dark"] .detail-field-label {
    color: #94A3B8 !important;
}

[data-theme="dark"] .detail-field-value {
    background: #1E293B !important;
    border-color: #24314C !important;
    color: #F8FAFC !important;
}

[data-theme="dark"] .detail-field input,
[data-theme="dark"] .detail-field select,
[data-theme="dark"] .detail-field textarea,
[data-theme="dark"] .form-input {
    background: #1E293B !important;
    border-color: #24314C !important;
    color: #F8FAFC !important;
}

[data-theme="dark"] .detail-field input:focus,
[data-theme="dark"] .detail-field select:focus,
[data-theme="dark"] .detail-field textarea:focus,
[data-theme="dark"] .form-input:focus {
    border-color: #6366F1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2) !important;
}

[data-theme="dark"] .edit-btn {
    background: rgba(79, 70, 229, 0.15) !important;
    color: #A5B4FC !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
}

[data-theme="dark"] .edit-btn:hover {
    background: rgba(79, 70, 229, 0.25) !important;
}

[data-theme="dark"] .cancel-btn {
    background: #1E293B !important;
    color: #94A3B8 !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .cancel-btn:hover {
    background: #24314C !important;
    color: #F8FAFC !important;
}

[data-theme="dark"] .divider {
    background: #24314C !important;
}

[data-theme="dark"] .security-item {
    border-bottom-color: #24314C !important;
}

[data-theme="dark"] .sec-label {
    color: #F8FAFC !important;
}

[data-theme="dark"] .sec-desc {
    color: #94A3B8 !important;
}

[data-theme="dark"] .slider {
    background: #24314C !important;
}

/* Modals & Popups */
[data-theme="dark"] .modal-box,
[data-theme="dark"] .modal-card {
    background: #131B2E !important;
    border-color: #24314C !important;
    color: #F8FAFC !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .modal-header {
    border-bottom-color: #24314C !important;
}

[data-theme="dark"] .modal-title {
    color: #F8FAFC !important;
}

[data-theme="dark"] .modal-close {
    background: #1E293B !important;
    color: #94A3B8 !important;
}

[data-theme="dark"] .modal-close:hover {
    background: #24314C !important;
    color: #F8FAFC !important;
}

[data-theme="dark"] .modal-footer {
    background: #1E293B !important;
    border-top-color: #24314C !important;
}

[data-theme="dark"] .amount-display {
    background: rgba(79, 70, 229, 0.15) !important;
    border-color: rgba(99, 102, 241, 0.3) !important;
}

[data-theme="dark"] .amount-display-value {
    color: #A5B4FC !important;
}

[data-theme="dark"] .form-label {
    color: #CBD5E1 !important;
}

[data-theme="dark"] .pay-method-card {
    background: #1E293B !important;
    border-color: #24314C !important;
}

[data-theme="dark"] .pm-name {
    color: #E2E8F0 !important;
}

/* Generic Dark Overrides for Inline Styles & Hardcoded Light Colors */
[data-theme="dark"] [style*="color:#0F172A"],
[data-theme="dark"] [style*="color: #0F172A"],
[data-theme="dark"] [style*="color:#334155"],
[data-theme="dark"] [style*="color: #334155"] {
    color: var(--text-main, #F8FAFC) !important;
}

[data-theme="dark"] [style*="color:#475569"],
[data-theme="dark"] [style*="color: #475569"] {
    color: var(--text-secondary, #CBD5E1) !important;
}

[data-theme="dark"] [style*="background:#fff"],
[data-theme="dark"] [style*="background: #fff"],
[data-theme="dark"] [style*="background:#FFFFFF"],
[data-theme="dark"] [style*="background: #FFFFFF"] {
    background: var(--bg-surface, #131B2E) !important;
}

[data-theme="dark"] [style*="background:#F8FAFC"],
[data-theme="dark"] [style*="background: #F8FAFC"],
[data-theme="dark"] [style*="background:#F1F5F9"],
[data-theme="dark"] [style*="background: #F1F5F9"] {
    background: var(--bg-subtle, #1E293B) !important;
}
