:root {
    --cyan-glow: #2563eb;
    --tech-blue: #1d4ed8;
    --dark-bg: #ffffff;
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --accent-green: #dc2626; 
    --alert-amber: #f97316;
    --wa-green: #2563eb; 
    --purp-accent: #dc2626;
    --gradient-primary: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(220, 38, 38, 0.05));
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { font-size: 108%; scroll-behavior: smooth; }
body { width: 100%; overflow-x: hidden; background-color: #f8fafc; color: var(--text-primary); font-family: 'Inter', sans-serif; line-height: 1.6; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.15); }
    50% { box-shadow: 0 0 30px rgba(37, 99, 235, 0.3); }
    100% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.15); }
}

.fade-in { animation: fadeInUp 0.8s ease-out forwards; opacity: 0; }
.delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } .delay-3 { animation-delay: 0.6s; }

h1, h2, h3, .hud-text { font-family: 'Inter', sans-serif; font-weight: 800; letter-spacing: -0.5px; }
.code-text { font-family: 'Inter', sans-serif; font-weight: 700; }

nav {
    position: fixed; top: 0; left: 0; width: 100%; padding: 10px 32px;
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; z-index: 1000;
}

.brand-logo { display: flex; align-items: center; gap: 2px; text-decoration: none; z-index: 1001; }
.brand-logo img { height: 4.5rem; width: auto; margin: 0; display: block; flex-shrink: 0; align-self: center; } 
.brand-logo-text { display: flex; flex-direction: column; justify-content: center; align-self: center; }
.brand-logo-text .title { color: #0f172a; font-size: 1.5rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; line-height: 1; font-family: 'Inter', sans-serif; margin: 0; }
.brand-logo-text .subtitle { color: #64748b; font-size: 0.74rem; font-weight: 600; margin-top: 2px; font-family: 'Inter', sans-serif; line-height: 1.1; }

.nav-links { display: flex; gap: 18px; align-items: center; }
.nav-links a { 
    color: var(--text-secondary); text-decoration: none; font-size: 0.98rem; font-weight: 600; 
    transition: all 0.3s; position: relative;
}
.nav-links a:hover { color: var(--cyan-glow); }
.nav-links a::after {
    content: ''; position: absolute; bottom: -5px; left: 0; width: 0%; height: 2px;
    background: var(--cyan-glow); transition: width 0.3s ease; box-shadow: 0 0 8px var(--cyan-glow);
}
.nav-links a:hover::after { width: 100%; }

.hamburger { display: none; color: #0f172a; font-size: 1.8rem; cursor: pointer; border: none; background: transparent; z-index: 1001; }

.hero { padding: 180px 5% 80px; text-align: center; max-width: 1000px; margin: 0 auto; width: 100%; }
.status-badge {
    display: inline-block; background: rgba(37, 99, 235, 0.05); border: 1px solid var(--cyan-glow);
    color: var(--cyan-glow); padding: 8px 24px; border-radius: 50px; font-size: 0.8rem;
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 30px; 
    
}

.internship-tag-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #eff6ff; border: 1px solid #bfdbfe; color: #2563eb;
    padding: 7px 16px; border-radius: 20px; font-weight: 700;
    font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; width: fit-content;
}
.internship-tag-badge.badge-red {
    background: #fef2f2; border-color: #fecaca; color: #dc2626;
}

.hero h1 { font-size: clamp(2.8rem, 8vw, 5rem); line-height: 1.05; margin-bottom: 20px; letter-spacing: -1.5px; font-weight: 800; color: #0f172a; }
.hero h1 span { color: var(--cyan-glow); background: none; -webkit-text-fill-color: var(--cyan-glow); -webkit-text-stroke: 0; text-shadow: none; }
.internship-open-tag { font-family: 'Inter', sans-serif; color: #ef4444; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; font-weight: 600;  }
.hero p { font-size: clamp(1rem, 3vw, 1.25rem); color: var(--text-secondary); margin-bottom: 40px; max-width: 750px; margin-inline: auto; line-height: 1.7; }

.mid-timeline-console {
    background: #ffffff;
    border: 1px solid var(--border-color); border-left: 3px solid var(--cyan-glow);
    border-radius: 10px; padding: 16px 28px; display: inline-flex; align-items: center;
    justify-content: center; gap: 25px; margin: 0 0 25px 0;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.05);
}
.console-node { text-align: left; }
.console-node span { font-family: 'Inter', sans-serif; font-size: 0.7rem; text-transform: uppercase; color: var(--text-secondary); letter-spacing: 1px; font-weight: 600; }
.console-node p { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.25rem; color: #0f172a; margin-top: 4px; letter-spacing: -0.5px; }
.console-divider { width: 1px; height: 35px; background: rgba(15, 23, 42, 0.1); }

.action-buttons { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 10px; }

.btn-primary {
    position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
    background: #2563eb; color: #ffffff; padding: 14px 28px; border-radius: 10px;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.05rem; text-decoration: none;
    letter-spacing: 0.02em; border: none; cursor: pointer; 
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25); transition: all 0.25s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35); background: #1d4ed8; }

.btn-secondary {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: #f8fafc; color: #0f172a; padding: 14px 28px; border-radius: 10px;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.05rem; text-decoration: none;
    letter-spacing: 0.02em; border: 1px solid #cbd5e1;
    cursor: pointer; transition: all 0.25s ease;
}
.btn-secondary:hover { transform: translateY(-2px); background: #ffffff; border-color: #2563eb; color: #2563eb; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08); }

.btn-whatsapp {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important; padding: 14px 24px; border-radius: 10px;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.05rem; text-decoration: none;
    letter-spacing: 0.02em; border: none; cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3); transition: all 0.25s ease;
}
.btn-whatsapp:hover { transform: translateY(-2px); background: linear-gradient(135deg, #22c55e 0%, #0f766e 100%); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4); }

.btn-nav-login {
    background: rgba(37, 99, 235, 0.1);
    color: var(--cyan-glow) !important;
    border: 1px solid var(--border-color);
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
}

.btn-nav-training {
    background: #2563eb;
    color: #ffffff !important;
    border: 1px solid #2563eb;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-nav-training:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transform: translateY(-1px);
}
.btn-nav-login:hover {
    background: var(--cyan-glow);
    color: #fff !important;
}

.mainframe-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 900px;
    margin: 60px auto 0; padding: 30px 0; position: relative;
}
.mainframe-stats::before {
    content:''; position: absolute; top:0; left: 10%; width: 80%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-color), transparent);
}
.stat-node { padding: 20px 16px; background: #ffffff; border-radius: 10px; border: 1px solid var(--border-color); transition: 0.3s; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.stat-node:hover { border-color: var(--cyan-glow); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08); }
.stat-node h4 { font-size: 2rem; color: #0f172a; font-weight: 800; letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.stat-node p { font-size: 0.7rem; color: var(--cyan-glow); text-transform: uppercase; font-family: 'Inter', sans-serif; letter-spacing: 1px; font-weight: 700; margin: 0; }

.section-wrapper { padding: 100px 5%; max-width: 1200px; margin: 0 auto; width: 100%; position: relative; }
.section-title { text-align: center; font-size: clamp(2.2rem, 5vw, 3rem); margin-bottom: 20px; font-weight: 800; color: #0f172a; }
.section-subtitle { text-align: center; color: var(--text-secondary); max-width: 650px; margin: 0 auto 60px; font-size: 1.1rem; line-height: 1.6; }
.grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; width: 100%; }

.glass-card {
    background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); 
    padding: 45px 35px; border-radius: 20px; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}
.glass-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--gradient-primary); opacity: 0; transition: opacity 0.4s ease; z-index: 0;
}
.glass-card > * { position: relative; z-index: 1; }
.glass-card:hover { border-color: rgba(37, 99, 235, 0.3); transform: translateY(-10px); box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1); }
.glass-card:hover::before { opacity: 1; }
.card-icon { font-size: 2.8rem; margin-bottom: 25px; display: inline-block; padding: 15px; background: #f8fafc; border-radius: 16px; border: 1px solid rgba(15, 23, 42, 0.05); }

.syllabus-tag {
    display: inline-block; padding: 6px 14px; background: rgba(37, 99, 235, 0.1); 
    border: 1px solid rgba(37, 99, 235, 0.2); color: var(--cyan-glow); border-radius: 6px;
    font-family: 'Inter', sans-serif; font-size: 0.75rem; margin-bottom: 20px; letter-spacing: 1px; font-weight: 600;
}
.syllabus-list { list-style: none; margin-top: 20px; }
.syllabus-list li { position: relative; padding-left: 25px; margin-bottom: 12px; font-size: 1.05rem; color: var(--text-secondary); transition: color 0.3s; font-weight: 500; }
.glass-card:hover .syllabus-list li { color: #0f172a; }
.syllabus-list li::before { content: '>'; position: absolute; left: 0; color: var(--cyan-glow); font-family: 'Inter', sans-serif; font-weight: bold; }

/* Timeline Table UI */
.timeline-table-container { 
    background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.08); 
    border-radius: 16px; padding: 25px; overflow-x: auto; 
    margin-top: 30px; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.04);
}
.timeline-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 1.05rem; min-width: 900px; white-space: nowrap; }
.timeline-table th { 
    font-family: 'Inter', sans-serif; text-transform: uppercase; color: var(--cyan-glow); 
    padding: 18px 16px; border-bottom: 2px solid rgba(15, 23, 42, 0.05); font-size: 0.85rem; letter-spacing: 1px; font-weight: 700;
}
.timeline-table td { padding: 18px 16px; border-bottom: 1px solid rgba(15, 23, 42, 0.03); color: #0f172a; vertical-align: middle; font-weight: 500; }
.timeline-table tr { transition: background 0.3s; }
.timeline-table tr:hover { background: #f8fafc; }
.date-col { color: var(--purp-accent) !important; font-family: 'Inter', sans-serif; font-size: 0.85rem; white-space: nowrap; }
.time-badge { 
    background: rgba(0, 85, 255, 0.1); border: 1px solid rgba(0, 150, 255, 0.2); color: var(--tech-blue); font-weight: 600;
    font-family: 'Inter', sans-serif; font-size: 0.8rem; padding: 4px 10px; border-radius: 4px; 
    display: inline-block; white-space: nowrap; margin: 2px 0; 
}
.req-badge { 
    background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.3); color: var(--alert-amber); 
    font-family: 'Inter', sans-serif; font-size: 0.75rem; padding: 4px 10px; border-radius: 4px; font-weight: 600; 
    margin-left: 10px; vertical-align: middle; display: inline-block;
}

.form-container {
    background: #ffffff; 
    border: 1px solid rgba(15, 23, 42, 0.05); box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
    padding: clamp(30px, 6vw, 60px); border-radius: 24px; max-width: 900px; margin: 0 auto;
    text-align: center;
}

.closed-banner h2 { font-size: 2.5rem; color: #ef4444; margin-bottom: 15px; text-shadow: 0 0 20px rgba(239, 68, 68, 0.4); font-family: 'Inter', sans-serif; }
.closed-banner p { color: var(--text-secondary); font-size: 1.1rem; line-height: 1.6; max-width: 600px; margin: 0 auto 30px; }

.counter-badge {
    margin-top: 30px; text-align: center; padding: 30px;
    background: #f8fafc; 
    border: 1px solid rgba(37, 99, 235, 0.1); border-radius: 16px;
}
.counter-val { font-family: 'Inter', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--cyan-glow); }
.counter-lbl { font-family: 'Inter', sans-serif; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px; color: var(--text-secondary); margin-top: 8px; }

.checker-panel {
    background: #ffffff; 
    border: 1px solid rgba(37, 99, 235, 0.15); padding: 40px; border-radius: 20px; 
    max-width: 900px; margin: 40px auto 0; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05); position: relative; overflow: hidden; text-align: left;
}
.checker-panel::before { content: ''; position: absolute; top:0; left:0; width: 4px; height: 100%; background: var(--cyan-glow); }
.checker-field-wrap { display: flex; gap: 15px; margin-top: 20px; }

input, select {
    width: 100%; background: #f8fafc; border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px; padding: 18px; color: #0f172a; font-family: 'Inter', sans-serif; font-size: 16px !important;
    -webkit-appearance: none; appearance: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input:focus, select:focus { outline: none; border-color: var(--cyan-glow); background: #ffffff; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); transform: translateY(-2px); }
textarea {
    width: 100%; background: #f8fafc; border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px; padding: 18px; color: #0f172a; font-family: 'Inter', sans-serif; font-size: 16px !important;
    -webkit-appearance: none; appearance: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    resize: vertical; min-height: 120px;
}
textarea:focus { outline: none; border-color: var(--cyan-glow); background: rgba(0, 240, 255, 0.02); box-shadow: 0 0 20px rgba(0, 240, 255, 0.15); transform: translateY(-2px); }

.status-terminal-log {
    margin-top: 25px; padding: 25px; background: #010205; border-radius: 10px;
    border-left: 3px solid rgba(255,255,255,0.1); font-family: 'Inter', sans-serif;
    font-size: 1.05rem; display: none; line-height: 1.6; box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
}

.leaderboard-table-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0;
    overflow-x: auto;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    margin-bottom: 24px;
    width: 100%;
}
.leaderboard-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.88rem;
    font-family: 'Inter', sans-serif;
}
.leaderboard-table th {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #2563eb;
    background: #f8fafc;
    padding: 14px 10px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.leaderboard-table td {
    padding: 14px 10px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    font-size: 0.88rem;
    white-space: nowrap;
}
.leaderboard-table tr:hover td {
    background: #f8fafc;
}
.performer-row { display: none; }

.pagination-controls { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 25px; }
.pagination-controls button {
    background: #ffffff; border: 1px solid #cbd5e1; color: #0f172a;
    padding: 10px 22px; border-radius: 8px; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 700;
    transition: all 0.25s ease; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem;
}
.pagination-controls button:disabled { opacity: 0.4; cursor: not-allowed; }
.pagination-controls button:not(:disabled):hover { background: #2563eb; border-color: #2563eb; color: #ffffff; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25); }
.pagination-controls span { font-family: 'Inter', sans-serif; color: #2563eb; font-weight: 700; font-size: 0.92rem; }



@media (max-width: 850px) { .checker-field-wrap { flex-direction: column; } }
@media (max-width: 768px) {
    nav { padding: 15px 20px; } .hamburger { display: block; }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(15, 23, 42, 0.05); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05); flex-direction: column; padding: 20px; text-align: center; }
    .nav-links.active { display: flex; }
    .hero h1 { font-size: 2.5rem; }
    .mid-timeline-console { flex-direction: column; gap: 15px; padding: 20px; }
    .console-divider { display: none; }
    .mainframe-stats { grid-template-columns: 1fr 1fr; gap: 15px; }
    .action-buttons { flex-direction: column; width: 100%; }
    
    .brand-logo, .brand-logo-text { justify-content: center; text-align: center; }
    
    
    .section-wrapper { padding: 70px 20px; width: 100%; } .grid-container { grid-template-columns: 1fr; gap: 20px; }
    .glass-card { padding: 35px 25px; } .form-container { padding: 30px 20px; } .btn-primary, .btn-secondary { width: 100%; text-align: center; }
    .mid-timeline-console { display: flex; flex-direction: column; gap: 15px; width: 100%; text-align: center; padding: 20px; }
    .console-divider { display: none; } .console-node { text-align: center; }
}

    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.back-to-grid-btn:hover {
    background: var(--cyan-glow);
    color: #000;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
}

.back-to-grid-btn:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.split-nav {
    list-style: none !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.split-nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.02);
    transition: 0.3s;
    color: var(--text-secondary);
    font-weight: 600;
}

.split-nav-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.split-nav-item.active {
    background: rgba(0, 240, 255, 0.1);
    border-color: var(--cyan-glow);
    color: #fff;
    box-shadow: inset 4px 0 0 var(--cyan-glow);
}

.split-content {
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.detail-header {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.detail-icon-huge {
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

.detail-body {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.detail-col {
    flex: 1;
    min-width: 300px;
}

.detailed-list {
    list-style: none;
}

.detailed-list li {
    padding: 15px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    color: #fff;
    font-size: 1.05rem;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bullet-icon {
    color: var(--cyan-glow);
    font-size: 0.8rem;
    margin-top: 4px;
}

/* STAT BARS */
.stats-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-label-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

.stat-value {
    color: var(--cyan-glow);
}

.stat-bar-bg {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.stat-bar-fill {
    height: 100%;
    border-radius: 10px;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.decorative-schema {
    margin-top: 40px;
    opacity: 0.6;
    border-top: 1px dashed rgba(255,255,255,0.1);
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .syllabus-split-container {
        flex-direction: column;
    }
    .split-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }
    .split-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .split-nav-item {
        flex: 1;
        justify-content: center;
        min-width: 200px;
    }
}


/* Added for AI Generated Track Icons */
.track-icon { width: 50px; height: 50px; border-radius: 8px; object-fit: contain; }

/* Student Portal Navigation Badge */
.nav-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-unread-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: #ffffff !important;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
    font-family: 'Inter', sans-serif;
    line-height: 1;
    z-index: 10;
}


