/* ========================================
   FONT IMPORTS
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* ========================================
   DARK MODE CSS VARIABLES
   ======================================== */

:root {
    /* Light Mode - Warm Gray Soft Professional */
    --bg-light: #F1F5F9;
    /* Background utama */
    --bg-section-light: #E2E8F0;
    /* Background section */
    --card-light: #FFFFFF;
    /* Card / Box */
    --border-light: #CBD5E1;
    /* Border */

    --text-light: #0F172A;
    /* Text utama */
    --text-secondary-light: #334155;
    /* Text sekunder */
    --text-muted-light: #64748B;
    /* Text muted */

    --accent-light: #2563EB;
    /* Accent utama */
    --accent-light-hover: #1D4ED8;
    /* Accent hover */
    --button-secondary-light: #7C3AED;
    /* Button secondary */
    --danger-light: #DC2626;
    /* Danger */

    /* Button / CTA */
    --cta-light: #2563EB;
    --cta-light-hover: #1D4ED8;
    --cta-light-text: #FFFFFF;

    /* Login Page Light Mode */
    --login-bg-light: #F1F5F9;
    --login-card-light: #FFFFFF;
    --login-text-light: #0F172A;
    --login-accent-light: #2563EB;
    --login-cta-light: #2563EB;

    /* Light Mode Navbar */
    --navbar-light: #E2E8F0;
    --navbar-light-text: #0F172A;
    --navbar-light-hover: #CBD5E1;
    --navbar-light-border: #CBD5E1;

    /* Light Mode Variables */
    --bg-primary: #F1F5F9;
    --bg-secondary: #E2E8F0;
    --bg-card: #FFFFFF;
    --bg-navbar: #E2E8F0;
    --bg-sidebar: #F1F5F9;
    /* Light Mode Text */
    --text-primary-light: #0F172A;
    /* Judul */
    --text-secondary-light: #334155;
    /* Isi */
    --text-muted-light: #64748B;
    /* Meta */
    --text-table-light: #334155;

    /* Light Mode Variables (Legacy) */
    --text-primary: #0F172A;
    --text-secondary: #334155;
    --text-muted: #64748B;
    --border-color: #CBD5E1;

    /* Legacy Variables for Compatibility */
    --primary: #2563EB;
    --secondary: #7C3AED;
    --accent: #2563EB;

    /* Footer Light Mode */
    --footer-bg-light: #E2E8F0;
    --footer-text-light: #334155;
    --footer-icon-light: #0F172A;
    --footer-border-light: #CBD5E1;

    /* Profile Header Light Mode */
    --profile-bg-light: #FFFFFF;
    --profile-text-light: #0F172A;
    --profile-subtext-light: #64748B;

    /* Education Card Light Mode */
    --edu-card-light: #FFFFFF;
    --edu-text-light: #0F172A;
    --edu-meta-light: #64748B;

    /* Shadows - Soft & Gentle */
    --shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.12);
    --hover-bg: #E2E8F0;
}

[data-theme="dark"] {
    /* Dark Mode - Midnight Indigo Modern */
    --bg-dark: #0F172A;
    /* Background utama */
    --bg-section-dark: #020617;
    /* Background section */
    --card-dark: #1E293B;
    /* Card / Box */
    --border-dark: #334155;
    /* Border */

    --text-dark: #F8FAFC;
    /* Text utama */
    --text-secondary-dark: #CBD5E1;
    /* Text sekunder */
    --text-muted-dark: #94A3B8;
    /* Text muted */

    --accent-dark: #38BDF8;
    /* Accent utama */
    --accent-dark-hover: #0EA5E9;
    /* Accent hover */
    --button-secondary-dark: #6366F1;
    /* Button secondary */
    --danger-dark: #EF4444;
    /* Danger */

    /* Dark Mode CTA */
    --cta-dark: #38BDF8;
    --cta-dark-hover: #0EA5E9;
    --cta-dark-text: #020617;

    /* Dark Mode Navbar */
    --navbar-dark: #020617;
    --navbar-dark-text: #F8FAFC;
    --navbar-dark-border: #334155;

    /* Footer Dark Mode */
    --footer-bg-dark: #020617;
    --footer-text-dark: #CBD5E1;
    --footer-icon-dark: #F8FAFC;
    --footer-border-dark: #334155;

    /* Profile Header Dark Mode */
    --profile-bg-dark: #1E293B;
    --profile-text-dark: #F8FAFC;
    --profile-subtext-dark: #94A3B8;

    /* Education Card Dark Mode */
    --edu-card-dark: #1E293B;
    --edu-text-dark: #F8FAFC;
    --edu-meta-dark: #94A3B8;

    /* Login Page Dark Mode */
    --login-bg-dark: #0F172A;
    --login-card-dark: #1E293B;
    --login-text-dark: #F8FAFC;
    --login-accent-dark: #38BDF8;
    --login-cta-dark: #38BDF8;

    /* Card Background Dark Mode */
    --card-dark: #1E293B;
    --card-border-dark: #334155;

    /* Text Colors Dark Mode */
    --card-title-dark: #F8FAFC;
    /* Judul */
    --card-text-dark: #CBD5E1;
    /* Isi utama */
    --card-meta-dark: #94A3B8;
    /* Label / keterangan */
    --card-muted-dark: #64748B;
    /* Info kecil */

    /* Dark Mode Variables */
    --bg-primary: #0F172A;
    --bg-secondary: #020617;
    --bg-card: #1E293B;
    --bg-navbar: #020617;
    --bg-sidebar: #0F172A;
    /* Dark Mode Text */
    --text-primary-dark: #F8FAFC;
    /* Judul & konten utama */
    --text-secondary-dark: #CBD5E1;
    /* Deskripsi / subtitle */
    --text-muted-dark: #94A3B8;
    /* Meta / hint */
    --text-table-dark: #CBD5E1;

    /* Dark Mode Variables (Legacy) */
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-muted: #94A3B8;
    --border-color: #334155;

    /* Legacy Variables for Compatibility */
    --primary: #38BDF8;
    --secondary: #6366F1;
    --accent: #38BDF8;

    /* Shadows - Elegant & Deep */
    --shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 12px 35px rgba(0, 0, 0, 0.5);
    --hover-bg: #334155;
}

/* ========================================
   GLOBAL STYLES
   ======================================== */

* {
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* ========================================
   GLOBAL TYPOGRAPHY
   ======================================== */

body {
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    transition: background-color 0.25s ease, color 0.25s ease;
    min-height: 100vh;
    font-size: 14px;
    line-height: 1.6;
}

/* Light Mode Body */
[data-theme="light"] body {
    background-color: #F1F5F9;
    color: #0F172A;
}

/* Dark Mode Body */
[data-theme="dark"] body {
    background-color: #0F172A;
    color: #F8FAFC;
}

/* Page Title */
h1,
.h1,
.display-4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #0F172A !important;
    margin-bottom: 16px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] h1,
[data-theme="dark"] .h1,
[data-theme="dark"] .display-4 {
    color: #F8FAFC !important;
    font-weight: 700;
}

/* Section Title */
h2,
.h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0F172A !important;
    margin-bottom: 12px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] h2,
[data-theme="dark"] .h2 {
    color: #F8FAFC !important;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0F172A !important;
    margin-bottom: 10px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] h3,
[data-theme="dark"] .h3 {
    color: #F8FAFC !important;
    font-weight: 600;
}

/* Body Text */
p,
.body-text,
.lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #334155 !important;
    margin-bottom: 12px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] p,
[data-theme="dark"] .body-text,
[data-theme="dark"] .lead {
    color: #CBD5E1 !important;
}

/* Label / Meta */
label,
.form-label,
.text-muted,
small {
    font-size: 14px;
    font-weight: 400;
    color: #64748B !important;
    line-height: 1.5;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] label,
[data-theme="dark"] .form-label,
[data-theme="dark"] .text-muted,
[data-theme="dark"] small {
    color: #94A3B8 !important;
}

/* Ensure text-muted in tables is visible */
[data-theme="dark"] .table .text-muted,
[data-theme="dark"] .table td .text-muted {
    color: #94A3B8 !important;
    opacity: 1;
}

/* Table Header */
.table thead th {
    font-size: 14px;
    font-weight: 600;
    color: #111827 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .table thead th {
    color: var(--text-table-dark) !important;
}

/* Table Body */
.table tbody td {
    font-size: 14px;
    font-weight: 400;
    color: #111827 !important;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .table tbody td {
    color: var(--text-table-dark) !important;
}

/* Card Title */
.card-title,
.card h5,
.card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .card-title,
[data-theme="dark"] .card h5,
[data-theme="dark"] .card h4 {
    color: var(--card-title-dark);
    font-size: 16px;
    font-weight: 600;
}

.card-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.6;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .card-text {
    color: var(--card-text-dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

/* Card Meta Text */
.card-meta,
.card .meta,
.card small {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-muted);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .card-meta,
[data-theme="dark"] .card .meta,
[data-theme="dark"] .card small {
    color: var(--card-meta-dark);
    font-size: 12px;
    font-weight: 400;
}

/* Card Muted Text */
.card-muted {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .card-muted {
    color: var(--card-muted-dark);
}

/* Dashboard Numbers */
.dashboard-number,
.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.dashboard-label,
.stat-label {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

/* Form Input Text */
.form-control,
.form-select {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-primary);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.form-control::placeholder {
    font-size: 14px;
    color: var(--text-muted);
    opacity: 0.7;
}

/* Error Text */
.text-danger,
.invalid-feedback {
    font-size: 13px;
    font-weight: 400;
    color: #DC3545;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .text-danger {
    color: #FF6B6B;
}

/* Link Styles */
a {
    color: var(--secondary);
    text-decoration: none;
    transition: color 0.25s ease, text-decoration 0.25s ease;
    font-weight: 500;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

[data-theme="dark"] a {
    color: var(--accent-dark-teal);
}

[data-theme="dark"] a:hover {
    color: var(--cta-dark);
}

/* Badge Text */
.badge {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

/* Button Text */
.btn {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.btn-lg {
    font-size: 16px;
}

.btn-sm {
    font-size: 13px;
}

/* Navbar Text */
.navbar-brand {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.nav-link {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-primary);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

/* Alert Text */
.alert {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

/* Modal Text */
.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.breadcrumb-item {
    color: var(--text-muted);
}

.breadcrumb-item.active {
    color: var(--text-primary);
    font-weight: 500;
}

/* ========================================
   NAVBAR STYLES (MODERN & ATTRACTIVE)
   ======================================== */

.navbar {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%) !important;
    border-bottom: 2px solid #E2D6C8 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 12px 0;
    position: relative;
    backdrop-filter: blur(10px);
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563EB, #7C3AED, #2563EB);
    background-size: 200% 100%;
    animation: gradient-shift 3s ease infinite;
    opacity: 0.6;
}

@keyframes gradient-shift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 200px);
}

/* Portfolio Page - Remove container padding */
body:has(.portfolio-page) {
    background: #F7F3EF;
}

[data-theme="dark"] body:has(.portfolio-page) {
    background: #0F172A;
}

body:has(.portfolio-page) .main-content {
    padding: 0;
}

body:has(.portfolio-page) .main-content>.container {
    padding: 0;
    max-width: 100%;
}

/* Portfolio Page - Override navbar untuk home */
body:has(.portfolio-page) .navbar {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%) !important;
    border-bottom: 2px solid #E2D6C8 !important;
}

[data-theme="dark"] body:has(.portfolio-page) .navbar {
    background: linear-gradient(135deg, #020617 0%, #0F172A 100%) !important;
    border-bottom: 2px solid #334155 !important;
}

body:has(.portfolio-page) .navbar .navbar-brand,
body:has(.portfolio-page) .navbar .nav-link {
    color: #1F2933 !important;
}

[data-theme="dark"] body:has(.portfolio-page) .navbar .navbar-brand,
[data-theme="dark"] body:has(.portfolio-page) .navbar .nav-link {
    color: #F8FAFC !important;
}

body:has(.portfolio-page) .navbar .nav-link:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1)) !important;
    color: #2563EB !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

[data-theme="dark"] body:has(.portfolio-page) .navbar .nav-link:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15)) !important;
    color: #38BDF8 !important;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

.navbar .navbar-brand {
    color: #1F2933 !important;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    position: relative;
}

.navbar .navbar-brand i {
    font-size: 24px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.navbar .navbar-brand:hover {
    transform: translateY(-2px);
    background: rgba(37, 99, 235, 0.05);
}

.navbar .navbar-brand:hover i {
    transform: scale(1.1) rotate(5deg);
}

.navbar .nav-link {
    color: #1F2933 !important;
    border-radius: 10px;
    margin: 0 4px;
    padding: 10px 16px !important;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 3px 3px 0 0;
}

.navbar .nav-link:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1)) !important;
    color: #2563EB !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.navbar .nav-link:hover::before {
    width: 80%;
}

.navbar .nav-link i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover i {
    transform: scale(1.15);
    color: #2563EB;
}

.navbar .nav-link.active {
    background: linear-gradient(135deg, #2563EB, #7C3AED) !important;
    color: #FFFFFF !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.navbar .nav-link.active::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.navbar .nav-link.active i {
    color: #FFFFFF;
}

/* Dark Mode Navbar */
[data-theme="dark"] .navbar {
    background: linear-gradient(135deg, #020617 0%, #0F172A 100%) !important;
    border-bottom: 2px solid #334155 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

[data-theme="dark"] .navbar::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1, #38BDF8);
    opacity: 0.7;
}

[data-theme="dark"] .navbar .navbar-brand {
    color: #F8FAFC !important;
}

[data-theme="dark"] .navbar .navbar-brand i {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .navbar .navbar-brand:hover {
    background: rgba(56, 189, 248, 0.1);
}

[data-theme="dark"] .navbar .nav-link {
    color: #CBD5E1 !important;
}

[data-theme="dark"] .navbar .nav-link::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .navbar .nav-link:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15)) !important;
    color: #38BDF8 !important;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .navbar .nav-link:hover i {
    color: #38BDF8;
}

[data-theme="dark"] .navbar .nav-link.active {
    background: linear-gradient(135deg, #38BDF8, #6366F1) !important;
    color: #020617 !important;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

/* Navbar Toggler */
.navbar-toggler {
    border: 2px solid rgba(37, 99, 235, 0.3);
    border-radius: 8px;
    padding: 6px 10px;
    transition: all 0.3s ease;
    background: rgba(37, 99, 235, 0.05);
}

.navbar-toggler:hover {
    border-color: #2563EB;
    background: rgba(37, 99, 235, 0.1);
    transform: scale(1.05);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(37, 99, 235, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: all 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(37, 99, 235, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-theme="dark"] .navbar-toggler {
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(56, 189, 248, 0.1);
}

[data-theme="dark"] .navbar-toggler:hover {
    border-color: #38BDF8;
    background: rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(56, 189, 248, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-theme="dark"] .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(56, 189, 248, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Override untuk light mode */
[data-theme="light"] .navbar-brand,
[data-theme="light"] .navbar-nav .nav-link {
    color: #0F172A !important;
    transition: all 0.3s ease;
}

[data-theme="light"] .navbar-nav .nav-link:hover {
    background-color: #CBD5E1 !important;
    color: #0F172A !important;
    opacity: 1;
}

/* Override untuk dark mode */
[data-theme="dark"] .navbar-brand,
[data-theme="dark"] .navbar-nav .nav-link {
    color: #F8FAFC !important;
    transition: all 0.3s ease;
}

[data-theme="dark"] .navbar-nav .nav-link:hover {
    background-color: #334155 !important;
    color: #38BDF8 !important;
    opacity: 1;
}

/* Dark Mode Toggle Button */
.dark-mode-toggle {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    border: 2px solid rgba(37, 99, 235, 0.3);
    color: #2563EB;
    border-radius: 12px;
    padding: 10px 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
    overflow: hidden;
}

.dark-mode-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.dark-mode-toggle:hover {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border-color: #2563EB;
    color: #FFFFFF;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.dark-mode-toggle:hover::before {
    width: 100px;
    height: 100px;
}

.dark-mode-toggle i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.dark-mode-toggle:hover i {
    transform: rotate(15deg) scale(1.1);
}

[data-theme="dark"] .dark-mode-toggle {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15));
    border-color: rgba(56, 189, 248, 0.4);
    color: #38BDF8;
}

[data-theme="dark"] .dark-mode-toggle::before {
    background: rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .dark-mode-toggle:hover {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    border-color: #38BDF8;
    color: #020617;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

/* ========================================
   CARDS
   ======================================== */

.card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    box-shadow: var(--shadow);
    transition: all 0.25s ease;
    color: var(--text-primary);
    overflow: hidden;
    padding: 18px;
}

/* Light Mode Card */
[data-theme="light"] .card {
    background-color: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Dark Mode Card */
[data-theme="dark"] .card {
    background-color: #1E293B;
    border: 1px solid #334155;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}

.card .card-body {
    padding: 0;
}

/* Override Bootstrap card-body padding jika card sudah punya padding */
.card>.card-body {
    padding: 0;
}

/* Spacing antar elemen di dalam card */
.card>*+* {
    margin-top: 12px;
}

.card-title+.card-text,
.card-title+.card-meta {
    margin-top: 8px;
}

.card-text+.card-meta {
    margin-top: 6px;
}

.card:hover {
    border-color: var(--secondary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

/* Card Gelap di Dark Mode (DEFAULT - JANGAN DIUBAH) */
/* Hanya card tanpa class card-light yang akan gelap */
[data-theme="dark"] .card:not(.card-light) {
    background-color: var(--card-dark);
    border: 1px solid var(--card-border-dark);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    padding: 18px;
}

[data-theme="dark"] .card:not(.card-light):hover {
    border-color: var(--accent-dark-teal);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

/* Card Putih di Dark Mode */
[data-theme="dark"] .card-light,
[data-theme="dark"] .list-light,
[data-theme="dark"] .bg-white {
    background-color: #FFFFFF !important;
    color: #111827 !important;
    border: 1px solid #E5E7EB !important;
}

/* Warna Teks di Dalam Card Putih */
[data-theme="dark"] .bg-white h1,
[data-theme="dark"] .bg-white h2,
[data-theme="dark"] .bg-white h3,
[data-theme="dark"] .bg-white h4,
[data-theme="dark"] .bg-white h5,
[data-theme="dark"] .card-light h1,
[data-theme="dark"] .card-light h2,
[data-theme="dark"] .card-light h3,
[data-theme="dark"] .card-light h4,
[data-theme="dark"] .card-light h5,
[data-theme="dark"] .list-light h1,
[data-theme="dark"] .list-light h2,
[data-theme="dark"] .list-light h3,
[data-theme="dark"] .list-light h4,
[data-theme="dark"] .list-light h5 {
    color: #111827 !important;
    /* Judul */
}

[data-theme="dark"] .bg-white p,
[data-theme="dark"] .bg-white span,
[data-theme="dark"] .bg-white td,
[data-theme="dark"] .card-light p,
[data-theme="dark"] .card-light span,
[data-theme="dark"] .card-light td,
[data-theme="dark"] .list-light p,
[data-theme="dark"] .list-light span,
[data-theme="dark"] .list-light td {
    color: #1F2937 !important;
    /* Isi */
}

[data-theme="dark"] .bg-white .text-muted,
[data-theme="dark"] .card-light .text-muted,
[data-theme="dark"] .list-light .text-muted {
    color: #6B7280 !important;
    /* Meta */
}

/* ========================================
   CARD PUTIH DI DARK MODE (KHUSUS)
   ======================================== */

/* Card Light - Background Putih di Dark Mode */
[data-theme="dark"] .card-light {
    background: #FFFFFF !important;
    color: #111827 !important;
    border: 1px solid #E5E7EB !important;
}

[data-theme="dark"] .card-light * {
    color: #1F2937 !important;
}

[data-theme="dark"] .card-light h1,
[data-theme="dark"] .card-light h2,
[data-theme="dark"] .card-light h3,
[data-theme="dark"] .card-light h4,
[data-theme="dark"] .card-light h5,
[data-theme="dark"] .card-light .card-title {
    color: #111827 !important;
    font-weight: 600;
}

[data-theme="dark"] .card-light .card-text,
[data-theme="dark"] .card-light p,
[data-theme="dark"] .card-light span {
    color: #1F2937 !important;
}

[data-theme="dark"] .card-light .card-meta,
[data-theme="dark"] .card-light .text-muted,
[data-theme="dark"] .card-light small {
    color: #374151 !important;
}

/* Khusus Aktivitas Harian */
[data-theme="dark"] .activity-item,
[data-theme="dark"] .aktivitas-item {
    background: #FFFFFF !important;
    border-radius: 12px;
    border: 1px solid #E5E7EB !important;
    color: #111827 !important;
}

[data-theme="dark"] .activity-item *,
[data-theme="dark"] .aktivitas-item * {
    color: #1F2937 !important;
}

[data-theme="dark"] .activity-item .title,
[data-theme="dark"] .activity-item .card-title,
[data-theme="dark"] .activity-item h5,
[data-theme="dark"] .aktivitas-item .title,
[data-theme="dark"] .aktivitas-item .card-title,
[data-theme="dark"] .aktivitas-item h5 {
    color: #111827 !important;
    font-weight: 600;
}

[data-theme="dark"] .activity-item .meta,
[data-theme="dark"] .activity-item .card-meta,
[data-theme="dark"] .activity-item .time,
[data-theme="dark"] .activity-item .date,
[data-theme="dark"] .aktivitas-item .meta,
[data-theme="dark"] .aktivitas-item .card-meta,
[data-theme="dark"] .aktivitas-item .time,
[data-theme="dark"] .aktivitas-item .date {
    color: #374151 !important;
}

/* Khusus Riwayat Pendidikan */
[data-theme="dark"] .education-item,
[data-theme="dark"] .pendidikan-item {
    background: #FFFFFF !important;
    border-radius: 12px;
    border: 1px solid #E5E7EB !important;
    color: #111827 !important;
}

[data-theme="dark"] .education-item *,
[data-theme="dark"] .pendidikan-item * {
    color: #1F2937 !important;
}

[data-theme="dark"] .education-item h5,
[data-theme="dark"] .education-item .card-title,
[data-theme="dark"] .pendidikan-item h5,
[data-theme="dark"] .pendidikan-item .card-title {
    color: #111827 !important;
    font-weight: 600;
}

[data-theme="dark"] .education-item p,
[data-theme="dark"] .education-item .card-text,
[data-theme="dark"] .pendidikan-item p,
[data-theme="dark"] .pendidikan-item .card-text {
    color: #1F2937 !important;
}

[data-theme="dark"] .education-item .card-meta,
[data-theme="dark"] .pendidikan-item .card-meta {
    color: #374151 !important;
}

.card-header {
    background-color: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
    color: var(--text-primary);
}

/* Card Header dengan bg-light di Dark Mode */
[data-theme="dark"] .card-header.bg-light {
    background-color: #F9FAFB !important;
    border-bottom: 1px solid #E5E7EB !important;
    color: #111827 !important;
}

[data-theme="dark"] .card-header.bg-light h1,
[data-theme="dark"] .card-header.bg-light h2,
[data-theme="dark"] .card-header.bg-light h3,
[data-theme="dark"] .card-header.bg-light h4,
[data-theme="dark"] .card-header.bg-light h5 {
    color: #111827 !important;
}

.card-body {
    color: #111827 !important;
}

[data-theme="dark"] .card-body {
    color: #E2E8F0 !important;
}

/* Card body text in dark mode */
[data-theme="dark"] .card .card-body,
[data-theme="dark"] .card-body p,
[data-theme="dark"] .card-body span:not(.badge):not(.text-muted) {
    color: #E2E8F0 !important;
}

/* Card Body di dalam Card Putih */
[data-theme="dark"] .bg-white .card-body,
[data-theme="dark"] .card-light .card-body,
[data-theme="dark"] .list-light .card-body {
    color: #1F2937 !important;
}

/* ========================================
   TABLES
   ======================================== */

.table {
    color: var(--text-primary);
    background-color: var(--bg-card);
}

/* Table Text Color - Force Black in Light Mode */
.table,
.table td,
.table th {
    color: #111827 !important;
}

[data-theme="dark"] .table,
[data-theme="dark"] .table td,
[data-theme="dark"] .table th {
    color: #CBD5E1 !important;
}

/* Ensure all table text is visible in dark mode */
[data-theme="dark"] .table tbody td,
[data-theme="dark"] .table tbody th {
    color: #E2E8F0 !important;
}

[data-theme="dark"] .table .text-muted {
    color: #94A3B8 !important;
}

[data-theme="dark"] .table .text-center {
    color: #E2E8F0 !important;
}

/* Ensure all text in table cells is visible */
[data-theme="dark"] .table td,
[data-theme="dark"] .table td *:not(.badge):not(.btn) {
    color: #E2E8F0 !important;
}

.table tbody tr:hover {
    background-color: var(--hover-bg);
}

.table thead th {
    background-color: var(--bg-secondary);
    border-bottom: 2px solid var(--border-color);
    color: #111827 !important;
    font-weight: 600;
}

[data-theme="dark"] .table thead th {
    color: var(--text-table-dark) !important;
}

.table tbody tr {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover {
    background-color: var(--hover-bg);
}

.table-striped>tbody>tr:nth-of-type(odd)>td {
    background-color: var(--bg-secondary);
}

/* Table Cell Styling - Rapi dan Profesional */
.table td {
    vertical-align: middle;
    padding: 12px 16px;
    font-size: 14px;
}

.table th {
    vertical-align: middle;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Text Nowrap untuk kolom panjang */
.table .text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Badge Info untuk Gelar */
.badge.bg-info {
    background-color: #0EA5E9 !important;
    color: #FFFFFF !important;
    font-weight: 600;
}

[data-theme="dark"] .badge.bg-info {
    background-color: #0EA5E9 !important;
    color: #FFFFFF !important;
}

/* Empty State Styling */
.table td.text-center {
    padding: 40px 20px;
}

/* Button Group dalam Table */
.table td .d-flex.gap-1 {
    gap: 4px !important;
}

.table td .btn-sm {
    padding: 6px 10px;
    font-size: 13px;
}

.table-bordered {
    border: 1px solid var(--border-color);
}

.table-bordered th,
.table-bordered td {
    border: 1px solid var(--border-color);
}

/* ========================================
   FORMS
   ======================================== */

.form-control,
.form-select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-main);
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background-color: var(--bg-secondary);
    border-color: var(--neon-blue);
    color: var(--text-main);
    box-shadow: var(--glow-blue);
}

.form-control:focus,
.form-select:focus {
    background-color: var(--bg-card);
    border-color: var(--secondary);
    color: var(--text-primary);
    box-shadow: 0 0 0 0.2rem rgba(95, 168, 168, 0.25);
    outline: none;
}

[data-theme="dark"] .form-control:focus,
[data-theme="dark"] .form-select:focus {
    border-color: var(--accent-dark-teal);
    box-shadow: 0 0 0 0.2rem rgba(0, 77, 97, 0.3);
}

.form-label {
    color: #374151 !important;
}

[data-theme="dark"] .form-label {
    color: var(--text-primary) !important;
}

.form-text {
    color: #6B7280 !important;
}

[data-theme="dark"] .form-text {
    color: var(--text-muted) !important;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    border-radius: 10px;
    transition: all 0.25s ease;
    font-weight: 500;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-primary {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border: none;
    color: #FFFFFF;
    font-weight: 500;
    transition: all 0.25s ease;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1D4ED8, #6D28D9);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}

[data-theme="dark"] .btn-primary {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    border: none;
    color: #020617;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .btn-primary:hover {
    background: linear-gradient(135deg, #0EA5E9, #4F46E5);
    color: #020617;
    box-shadow: 0 6px 16px rgba(56, 189, 248, 0.4);
}

[data-theme="dark"] .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.35);
}

.btn-primary:active {
    transform: translateY(-1px);
}

/* ========================================
   SIDEBAR (Backend)
   ======================================== */

.sidebar {
    background-color: var(--bg-sidebar);
    border-right: 1px solid var(--border-color);
    min-height: calc(100vh - 56px);
    transition: all 0.25s ease;
}

.sidebar .nav-link {
    color: var(--text-primary);
    border-radius: 8px;
    margin: 0.25rem 0.5rem;
    transition: all 0.3s ease;
}

.sidebar .nav-link:hover {
    background-color: var(--hover-bg);
    color: var(--secondary);
    transform: translateX(5px);
}

[data-theme="dark"] .sidebar .nav-link:hover {
    color: var(--accent-dark);
}

.sidebar .nav-link.active {
    background-color: rgba(37, 99, 235, 0.15);
    color: #2563EB;
    border-left: 3px solid #2563EB;
}

[data-theme="dark"] .sidebar .nav-link.active {
    background-color: rgba(56, 189, 248, 0.15);
    color: #38BDF8;
    border-left: 3px solid #38BDF8;
}

/* ========================================
   MODAL
   ======================================== */

.modal-content {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.modal-header {
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-secondary);
}

.modal-footer {
    border-top: 1px solid var(--border-color);
    background-color: var(--bg-secondary);
}

/* ========================================
   ALERTS
   ======================================== */

.alert {
    border-radius: 8px;
    border: none;
    box-shadow: var(--shadow);
}

.alert-success {
    background-color: rgba(34, 197, 94, 0.15);
    color: var(--cta-light);
    border-left: 4px solid var(--cta-light);
}

[data-theme="dark"] .alert-success {
    background-color: rgba(34, 197, 94, 0.15);
    color: var(--cta-dark);
    border-left: 4px solid var(--cta-dark);
}

.alert-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-left: 4px solid #dc3545;
}

.alert-info {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
    border-left: 4px solid #0dcaf0;
}

.alert-info {
    background-color: rgba(95, 168, 168, 0.15);
    color: var(--secondary);
    border-left: 4px solid var(--secondary);
}

[data-theme="dark"] .alert-info {
    background-color: rgba(0, 77, 97, 0.2);
    color: var(--accent-dark-teal);
    border-left: 4px solid var(--accent-dark-teal);
}

[data-theme="dark"] .alert-danger {
    background-color: rgba(220, 53, 69, 0.2);
}

[data-theme="dark"] .alert-info {
    background-color: rgba(13, 202, 240, 0.2);
}

/* ========================================
   PAGINATION
   ======================================== */

.page-link {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: var(--hover-bg);
    border-color: var(--secondary);
    color: var(--secondary);
}

[data-theme="dark"] .page-link:hover {
    border-color: var(--accent-dark-teal);
    color: var(--accent-dark-teal);
}

.page-item.active .page-link {
    background: var(--cta-light);
    border-color: var(--cta-light);
    color: var(--cta-light-text);
    font-weight: 500;
}

[data-theme="dark"] .page-item.active .page-link {
    background: var(--cta-dark);
    border-color: var(--cta-dark);
    color: var(--cta-dark-text);
}

/* ========================================
   BADGES
   ======================================== */

.badge {
    border-radius: 8px;
    padding: 0.4em 0.7em;
    font-weight: 500;
    transition: all 0.3s ease;
}

.badge.bg-primary {
    background: var(--cta-light) !important;
    color: var(--cta-light-text);
    font-weight: 500;
}

[data-theme="dark"] .badge.bg-primary {
    background: var(--cta-dark) !important;
    color: #020617 !important;
    font-weight: 600;
}

/* Badge with var(--primary) in dark mode */
[data-theme="dark"] .badge[style*="var(--primary)"] {
    background: var(--cta-dark) !important;
    color: #020617 !important;
    font-weight: 600;
}

.badge.bg-success {
    background-color: var(--accent) !important;
    color: #FFFFFF;
}

[data-theme="dark"] .badge.bg-success {
    background-color: #10B981 !important;
    color: #FFFFFF !important;
    font-weight: 600;
}

/* Badge Jenjang */
.badge-jenjang {
    background: var(--primary) !important;
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.4em 0.8em;
    border-radius: 8px;
}

[data-theme="dark"] .badge-jenjang {
    background: var(--cta-dark) !important;
    color: #020617 !important;
    font-weight: 600;
}

/* ========================================
   IMAGES & MEDIA
   ======================================== */

.media-preview,
.video-preview {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.media-preview:hover,
.video-preview:hover {
    transform: scale(1.05);
}

/* ========================================
   LOADING ANIMATION
   ======================================== */

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(34, 197, 94, 0.3);
    border-radius: 50%;
    border-top-color: var(--cta-light);
    animation: spin 1s ease-in-out infinite;
}

[data-theme="dark"] .loading-spinner {
    border-color: rgba(34, 197, 94, 0.3);
    border-top-color: var(--cta-dark);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========================================
   SMOOTH SCROLL
   ======================================== */

html {
    scroll-behavior: smooth;
}

/* ========================================
   UTILITIES
   ======================================== */

.text-muted {
    color: var(--text-muted) !important;
}

.bg-light {
    background-color: var(--bg-secondary) !important;
}

.border {
    border-color: var(--border-color) !important;
}

/* ========================================
   NEON THEME SPECIFIC
   ======================================== */

/* Link Colors - Updated with typography */
a {
    color: var(--secondary);
    transition: color 0.25s ease, text-decoration 0.25s ease;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

[data-theme="dark"] a {
    color: var(--accent-dark-teal);
}

[data-theme="dark"] a:hover {
    color: var(--cta-dark);
}

/* Modal Theme */
.modal-content {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
}

.modal-header {
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-card);
}

.modal-footer {
    border-top: 1px solid var(--border-color);
    background-color: var(--bg-card);
}

/* Button Secondary (Info/Link) */
.btn-info,
.btn-outline-info {
    background: transparent;
    border-color: var(--secondary);
    color: var(--secondary);
    border-radius: 10px;
}

.btn-info:hover,
.btn-outline-info:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #FFFFFF;
}

[data-theme="dark"] .btn-info,
[data-theme="dark"] .btn-outline-info {
    border-color: var(--accent-dark-teal);
    color: var(--accent-dark-teal);
}

[data-theme="dark"] .btn-info:hover,
[data-theme="dark"] .btn-outline-info:hover {
    background: var(--accent-dark-teal);
    border-color: var(--accent-dark-teal);
}

/* Button Success */
.btn-success {
    background: var(--cta-light);
    border-color: var(--cta-light);
    color: var(--cta-light-text);
    border-radius: 10px;
}

.btn-success:hover {
    background: var(--cta-light-hover);
    border-color: var(--cta-light-hover);
    color: var(--cta-light-text);
}

[data-theme="dark"] .btn-success {
    background: var(--cta-dark);
    border-color: var(--cta-dark);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .btn-success:hover {
    background: var(--cta-dark-hover);
    border-color: var(--cta-dark-hover);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .btn-success:focus {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

/* Button Warning */
.btn-warning {
    background: var(--accent);
    border-color: var(--accent);
    color: #FFFFFF;
    border-radius: 10px;
}

.btn-warning:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
}

[data-theme="dark"] .btn-warning {
    background: var(--cta-dark);
    border-color: var(--cta-dark);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .btn-warning:hover {
    background: var(--cta-dark-hover);
    border-color: var(--cta-dark-hover);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .btn-warning:focus {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

/* Button Danger */
.btn-danger {
    background: transparent;
    border-color: var(--accent);
    color: var(--accent);
    border-radius: 10px;
}

.btn-danger:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #FFFFFF;
}

[data-theme="dark"] .btn-danger {
    border-color: var(--accent-dark-ruby);
    color: var(--accent-dark-ruby);
}

[data-theme="dark"] .btn-danger:hover {
    background: var(--accent-dark-ruby);
    border-color: var(--accent-dark-ruby);
}

/* Button Secondary */
.btn-secondary {
    background: var(--bg-card);
    border-color: var(--border-color);
    color: var(--text-primary);
    border-radius: 10px;
}

.btn-secondary:hover {
    background: var(--hover-bg);
    border-color: var(--secondary);
    color: var(--secondary);
}

[data-theme="dark"] .btn-secondary:hover {
    border-color: var(--accent-dark-teal);
    color: var(--accent-dark-teal);
}

/* ========================================
   LOGIN PAGE STYLES
   ======================================== */

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: var(--bg-primary);
    transition: background-color 0.25s ease;
}

.login-card {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    box-shadow: var(--shadow);
    transition: all 0.25s ease;
}

.login-card h2 {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.login-card .subtitle {
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form .form-label {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.login-form .input-group {
    position: relative;
}

.login-form .input-group .input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    z-index: 10;
}

.login-form .form-control {
    width: 100%;
    padding: 14px 16px 14px 48px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
    transition: all 0.25s ease;
    height: auto;
}

.login-form .form-control:focus {
    background-color: var(--bg-secondary);
    border-color: var(--secondary);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(95, 168, 168, 0.25);
    outline: none;
}

[data-theme="dark"] .login-form .form-control:focus {
    border-color: var(--login-accent-dark);
    box-shadow: 0 0 0 3px rgba(0, 77, 97, 0.3);
}

.login-form .form-control::placeholder {
    color: var(--text-muted);
    opacity: 0.7;
    font-size: 14px;
}

.login-form .btn-login {
    width: 100%;
    padding: 14px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.25s ease;
    margin-top: 8px;
}

.login-form .btn-login:hover {
    background-color: var(--cta-light-hover);
    border-color: var(--cta-light-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

[data-theme="dark"] .login-form .btn-login {
    background-color: var(--cta-dark);
    border-color: var(--cta-dark);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .login-form .btn-login:hover {
    background-color: var(--cta-dark-hover);
    border-color: var(--cta-dark-hover);
    color: var(--cta-dark-text);
}

[data-theme="dark"] .login-form .btn-login:focus {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
}

.login-form .btn-login:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.login-form .alert {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 12px 16px;
    border: none;
}

.login-form .alert-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #DC3545;
    border-left: 4px solid #DC3545;
}

.login-form .alert-success {
    background-color: rgba(34, 197, 94, 0.15);
    color: var(--cta-light);
    border-left: 4px solid var(--cta-light);
}

[data-theme="dark"] .login-form .alert-success {
    background-color: rgba(34, 197, 94, 0.15);
    color: var(--cta-dark);
    border-left: 4px solid var(--cta-dark);
}

.login-footer {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}

.login-footer p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.login-footer a {
    color: var(--secondary);
    text-decoration: none;
    transition: color 0.25s ease;
}

.login-footer a:hover {
    color: var(--primary);
}

[data-theme="dark"] .login-footer a {
    color: var(--accent-dark-teal);
}

[data-theme="dark"] .login-footer a:hover {
    color: var(--cta-dark);
}

.login-logo {
    text-align: center;
    margin-bottom: 24px;
}

.login-logo img {
    max-width: 80px;
    height: auto;
}

.login-logo .logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 12px;
}

/* Loading Spinner for Login */
.btn-login .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* ========================================
   FOOTER STYLES
   ======================================== */

footer {
    background: linear-gradient(135deg, #FAF7F4 0%, #F7F3EF 100%);
    color: #6B7280;
    border-top: 2px solid #E2D6C8;
    padding: 50px 0 30px;
    margin-top: 80px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    opacity: 0.3;
}

/* Portfolio Page - Override footer untuk home */
body:has(.portfolio-page) footer {
    background: linear-gradient(135deg, #FAF7F4 0%, #F7F3EF 100%);
    color: #6B7280;
    border-top: 2px solid #E2D6C8;
}

[data-theme="dark"] body:has(.portfolio-page) footer {
    background: linear-gradient(135deg, #0F172A 0%, #020617 100%);
    color: #94A3B8;
    border-top: 2px solid #334155;
}

[data-theme="dark"] footer {
    background: linear-gradient(135deg, #0F172A 0%, #020617 100%);
    color: var(--footer-text-dark);
    border-top: 2px solid var(--footer-border-dark);
}

[data-theme="dark"] footer::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Footer Brand */
.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-brand-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-brand-icon:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.footer-brand-icon i {
    font-size: 28px;
    color: #FFFFFF;
}

.footer-brand-text {
    flex: 1;
}

.footer-brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 6px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.footer-brand-tagline {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

[data-theme="dark"] .footer-brand-name {
    color: #F8FAFC;
}

[data-theme="dark"] .footer-brand-tagline {
    color: #94A3B8;
}

[data-theme="dark"] .footer-brand-icon {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .footer-brand-icon:hover {
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.3);
}

/* Footer Links */
.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-link-title {
    font-size: 14px;
    font-weight: 600;
    color: #1F2933;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .footer-link-title {
    color: #F8FAFC;
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link-list li {
    margin: 0;
}

.footer-link-list a {
    color: #6B7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-link-list a::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    transition: width 0.3s ease;
}

.footer-link-list a:hover {
    color: #2563EB;
    padding-left: 12px;
    font-weight: 500;
}

.footer-link-list a:hover::before {
    width: 6px;
}

[data-theme="dark"] .footer-link-list a {
    color: #94A3B8;
}

[data-theme="dark"] .footer-link-list a:hover {
    color: #38BDF8;
}

[data-theme="dark"] .footer-link-list a::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #E2D6C8;
    align-items: center;
    text-align: center;
}

[data-theme="dark"] .footer-bottom {
    border-top-color: #334155;
}

.footer-copyright {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

.footer-copyright strong {
    color: #1F2933;
    font-weight: 600;
}

[data-theme="dark"] .footer-copyright {
    color: #94A3B8;
}

[data-theme="dark"] .footer-copyright strong {
    color: #F8FAFC;
}

.footer-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    margin: 0 auto;
    border-radius: 2px;
}

[data-theme="dark"] .footer-divider {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

.footer-meta {
    font-size: 13px;
    color: #9CA3AF;
    margin: 0;
}

.footer-meta i {
    color: #EF4444;
    margin: 0 4px;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

[data-theme="dark"] .footer-meta {
    color: #64748B;
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 24px;
    }

    .footer-main {
        gap: 30px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-link-group {
        text-align: center;
    }
}

/* ========================================
   PROFILE WELCOME HEADER
   ======================================== */

.profile-welcome {
    background-color: var(--profile-bg-light);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.25s ease;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .profile-welcome {
    background-color: var(--profile-bg-dark);
}

.profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--border-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .profile-avatar {
    border-color: var(--border-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.profile-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .profile-avatar:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.profile-avatar-default {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    border: 3px solid var(--border-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .profile-avatar-default {
    border-color: var(--border-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.profile-avatar-default:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .profile-avatar-default:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.profile-info {
    flex: 1;
    min-width: 0;
}

.profile-greeting {
    font-size: 14px;
    color: var(--profile-subtext-light);
    font-weight: 400;
    margin: 0 0 4px 0;
    line-height: 1.5;
}

[data-theme="dark"] .profile-greeting {
    color: var(--profile-subtext-dark);
}

.profile-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--profile-text-light);
    margin: 0 0 4px 0;
    line-height: 1.3;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .profile-name {
    color: var(--profile-text-dark);
}

.profile-role {
    font-size: 13px;
    color: var(--profile-subtext-light);
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    text-transform: capitalize;
}

[data-theme="dark"] .profile-role {
    color: var(--profile-subtext-dark);
}

/* Responsive Profile Welcome */
@media (max-width: 768px) {
    .profile-welcome {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .profile-avatar,
    .profile-avatar-default {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .profile-info {
        text-align: center;
    }

    .profile-name {
        font-size: 18px;
    }
}

/* ========================================
   EDUCATION IMAGE STYLES
   ======================================== */

.education-image-wrapper {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.education-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .education-image {
    border-color: var(--border-dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.education-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .education-image:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.education-placeholder {
    width: 80px;
    height: 80px;
    background: var(--bg-secondary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    border: 2px solid var(--border-color);
    font-size: 32px;
}

[data-theme="dark"] .education-placeholder {
    background: var(--edu-card-dark);
    border-color: var(--border-dark);
    color: var(--edu-meta-dark);
}

.education-info {
    min-width: 0;
}

/* Education Card Hover */
.education-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

[data-theme="dark"] .education-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Responsive Education Image */
@media (max-width: 768px) {
    .education-image-wrapper {
        width: 64px;
        height: 64px;
    }

    .education-image {
        width: 64px;
        height: 64px;
    }

    .education-placeholder {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

    .education-layout {
        flex-direction: column;
        align-items: center;
    }

    .education-image-wrapper {
        margin-bottom: 12px;
    }

    .education-info {
        text-align: center;
        width: 100%;
    }
}

/* ========================================
   ACTIVITY TABLE & CARD (DARK MODE)
   ======================================== */

/* Card container */
.activity-card {
    background: #1E1E1E !important;
    border-radius: 14px;
    border: 1px solid #2E2E2E !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    padding: 0 !important;
}

.activity-card .card-body {
    padding: 18px !important;
}

[data-theme="light"] .activity-card {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: var(--shadow);
}

/* Table header */
.activity-table thead th {
    color: #F3F4F6 !important;
    background: #262626 !important;
    font-weight: 600;
    border-bottom: 2px solid #3A3A3A;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

[data-theme="light"] .activity-table thead th {
    color: #111827 !important;
    background: var(--bg-secondary) !important;
    border-bottom: 2px solid var(--border-color);
}

/* Table body rows */
.activity-table tbody tr {
    background: #2A2A2A;
    border-bottom: 1px solid #3A3A3A;
    transition: background-color 0.2s ease;
}

[data-theme="light"] .activity-table tbody tr {
    background: #FFFFFF !important;
    border-bottom: 1px solid var(--border-color);
}

/* Table text */
.activity-table td {
    color: #E5E7EB !important;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
}

[data-theme="light"] .activity-table td {
    color: #111827 !important;
    font-weight: 400;
}

/* Secondary text (jam, tanggal) */
.activity-table td.text-muted,
.activity-table .text-muted {
    color: #9CA3AF !important;
}

[data-theme="light"] .activity-table td.text-muted,
[data-theme="light"] .activity-table .text-muted {
    color: #374151 !important;
    font-weight: 400;
}

/* Hover effect */
.activity-table tbody tr:hover {
    background: #323232;
}

[data-theme="light"] .activity-table tbody tr:hover {
    background: #F3F4F6 !important;
}

[data-theme="light"] .activity-table tbody tr:hover td {
    color: #111827 !important;
}

/* Badge Foto */
.badge-foto {
    background: #0EA5E9;
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge-foto i {
    font-size: 14px;
}

/* Badge Video */
.badge-video {
    background: #DB2777;
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge-video i {
    font-size: 14px;
}

/* ========================================
   PORTFOLIO HOME PAGE
   ======================================== */

.portfolio-page {
    background: #F7F3EF;
    min-height: calc(100vh - 200px);
    padding: 80px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
    margin: 0;
    width: 100%;
    transition: background 0.3s ease;
}

[data-theme="dark"] .portfolio-page {
    background: #0F172A;
}

.page-container {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

/* Profile Card */
.profile-card {
    background: #FAF7F4;
    border-radius: 12px;
    padding: 30px;
    width: 260px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.3);
}

.profile-card:hover::before {
    transform: scaleX(1);
}

[data-theme="dark"] .profile-card {
    background: #1E293B;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #334155;
}

[data-theme="dark"] .profile-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .profile-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 24px 48px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #E2D6C8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.profile-card:hover .profile-photo {
    transform: scale(1.1);
    border-color: #2563EB;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .profile-photo {
    border-color: #334155;
}

[data-theme="dark"] .profile-card:hover .profile-photo {
    border-color: #38BDF8;
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.4);
}

.profile-name {
    margin: 10px 0 4px;
    color: #1F2933;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.profile-card:hover .profile-name {
    color: #2563EB;
    transform: translateY(-2px);
}

[data-theme="dark"] .profile-name {
    color: #F8FAFC;
}

[data-theme="dark"] .profile-card:hover .profile-name {
    color: #38BDF8;
}

.profile-separator {
    width: 40px;
    height: 2px;
    background: #2563EB;
    margin: 8px auto 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.profile-card:hover .profile-separator {
    width: 60px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}

[data-theme="dark"] .profile-separator {
    background: #38BDF8;
}

[data-theme="dark"] .profile-card:hover .profile-separator {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
    box-shadow: 0 2px 8px rgba(56, 189, 248, 0.4);
}

.profile-role {
    font-size: 12px;
    color: #1F2933;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.profile-card:hover .profile-role {
    color: #6B7280;
    transform: translateY(-1px);
}

[data-theme="dark"] .profile-role {
    color: #94A3B8;
}

[data-theme="dark"] .profile-card:hover .profile-role {
    color: #CBD5E1;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    gap: 4px;
}

.social-icon {
    color: #6B7280;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    color: #2563EB;
    transform: translateY(-3px) scale(1.15);
}

.profile-card:hover .social-icon {
    opacity: 0.8;
}

.profile-card:hover .social-icon:hover {
    opacity: 1;
    transform: translateY(-4px) scale(1.2);
}

[data-theme="dark"] .social-icon {
    color: #94A3B8;
}

[data-theme="dark"] .social-icon:hover {
    color: #38BDF8;
}

[data-theme="dark"] .profile-card:hover .social-icon:hover {
    color: #38BDF8;
}

/* Intro Section */
.intro-section {
    flex: 1;
    padding-top: 20px;
}

.intro-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1F2933;
    line-height: 1.1;
    transition: color 0.3s ease;
}

[data-theme="dark"] .intro-title {
    color: #F8FAFC;
}

.intro-subtitle {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 25px;
    font-weight: 400;
    transition: color 0.3s ease;
}

[data-theme="dark"] .intro-subtitle {
    color: #CBD5E1;
}

.action-buttons {
    margin: 25px 0 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-portfolio {
    padding: 10px 22px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn-primary-portfolio {
    background: #2563EB;
    color: #FFFFFF;
}

.btn-primary-portfolio:hover {
    background: #1D4ED8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: #FFFFFF;
}

.btn-outline-portfolio {
    background: transparent;
    border: 2px solid #2563EB;
    color: #2563EB;
}

.btn-outline-portfolio:hover {
    background: #2563EB;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .btn-primary-portfolio {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    color: #020617;
}

[data-theme="dark"] .btn-primary-portfolio:hover {
    background: linear-gradient(135deg, #0EA5E9, #4F46E5);
    color: #020617;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

[data-theme="dark"] .btn-outline-portfolio {
    border-color: #38BDF8;
    color: #38BDF8;
}

[data-theme="dark"] .btn-outline-portfolio:hover {
    background: #38BDF8;
    color: #020617;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

.intro-description {
    max-width: 420px;
    line-height: 1.7;
    color: #1F2933;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    transition: color 0.3s ease;
}

[data-theme="dark"] .intro-description {
    color: #CBD5E1;
}

/* Responsive */
@media (max-width: 992px) {
    .portfolio-page {
        padding: 60px 40px;
    }

    .page-container {
        flex-direction: column;
        gap: 40px;
    }

    .profile-card {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .intro-section {
        text-align: center;
    }

    .intro-title {
        font-size: 48px;
    }

    .action-buttons {
        justify-content: center;
    }

    .intro-description {
        max-width: 100%;
        margin: 20px auto 0;
    }
}

@media (max-width: 768px) {
    .portfolio-page {
        padding: 40px 20px;
    }

    .intro-title {
        font-size: 36px;
    }

    .intro-subtitle {
        font-size: 16px;
    }

    .action-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-portfolio {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   BIODATA PAGE STYLES
   ======================================== */

.biodata-page {
    padding: 20px 0;
}

.biodata-header {
    margin-bottom: 40px;
}

.biodata-header-content {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.biodata-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.biodata-page-title i {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
}

.biodata-page-subtitle {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

[data-theme="dark"] .biodata-page-title {
    color: #F8FAFC;
}

[data-theme="dark"] .biodata-page-title i {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .biodata-page-subtitle {
    color: #94A3B8;
}

/* ========================================
   BIODATA FILTER CARD
   ======================================== */

.biodata-filter-card {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px solid #E2D6C8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.biodata-filter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    opacity: 0.6;
}

.biodata-filter-card:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .biodata-filter-card {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .biodata-filter-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
    opacity: 0.7;
}

[data-theme="dark"] .biodata-filter-card:hover {
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.biodata-filter-body {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.biodata-filter-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1F2933;
    margin-bottom: 8px;
}

.biodata-filter-label i {
    color: #2563EB;
    font-size: 14px;
}

.biodata-filter-input,
.biodata-filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2D6C8;
    border-radius: 10px;
    background: #FFFFFF;
    color: #1F2933;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.biodata-filter-input:focus,
.biodata-filter-select:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: #FFFFFF;
    transform: translateY(-1px);
}

.biodata-filter-input::placeholder {
    color: #9CA3AF;
}

.biodata-filter-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.biodata-filter-btn-primary {
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.biodata-filter-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
    color: #FFFFFF;
}

.biodata-filter-btn-secondary {
    background: #FFFFFF;
    color: #1F2933;
    border: 1px solid #E2D6C8;
}

.biodata-filter-btn-secondary:hover {
    background: #F7F3EF;
    border-color: #2563EB;
    color: #2563EB;
    transform: translateY(-2px);
}

[data-theme="dark"] .biodata-filter-card {
    background: #1E293B;
    border-color: #334155;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .biodata-filter-label {
    color: #F8FAFC;
}

[data-theme="dark"] .biodata-filter-label i {
    color: #38BDF8;
}

[data-theme="dark"] .biodata-filter-input,
[data-theme="dark"] .biodata-filter-select {
    background: #0F172A;
    border-color: #334155;
    color: #F8FAFC;
}

[data-theme="dark"] .biodata-filter-input:focus,
[data-theme="dark"] .biodata-filter-select:focus {
    border-color: #38BDF8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .biodata-filter-btn-secondary {
    background: #0F172A;
    color: #CBD5E1;
    border-color: #334155;
}

[data-theme="dark"] .biodata-filter-btn-secondary:hover {
    background: #1E293B;
    border-color: #38BDF8;
    color: #38BDF8;
}

/* ========================================
   BIODATA CARD (INTERACTIVE & MODERN)
   ======================================== */

.biodata-card {
    background: #FAF7F4;
    border-radius: 16px;
    border: 1px solid #E2D6C8;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.biodata-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.biodata-card:hover::after {
    width: 300px;
    height: 300px;
}

.biodata-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.biodata-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.15);
    border-color: #2563EB;
}

.biodata-card:hover::before {
    transform: scaleX(1);
}

/* Card Header */
.biodata-card-header {
    padding: 32px 30px 24px;
    text-align: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(124, 58, 237, 0.04));
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
}

.biodata-card:hover .biodata-card-header {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(124, 58, 237, 0.08));
    border-bottom-color: rgba(37, 99, 235, 0.2);
}

[data-theme="dark"] .biodata-card-header {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.05), rgba(99, 102, 241, 0.05));
    border-bottom-color: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .biodata-card:hover .biodata-card-header {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(99, 102, 241, 0.1));
    border-bottom-color: rgba(56, 189, 248, 0.3);
}

.biodata-photo-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

.biodata-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #E2D6C8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.biodata-photo-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E9DED3, #C8B6A6);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #E2D6C8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.biodata-photo-placeholder i {
    font-size: 60px;
    color: #6B7280;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.biodata-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 99, 235, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.biodata-photo-overlay i {
    color: #FFFFFF;
    font-size: 32px;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.biodata-photo-wrapper:hover .biodata-photo-overlay {
    opacity: 1;
}

.biodata-photo-wrapper:hover .biodata-photo-overlay i {
    transform: scale(1);
}

.biodata-photo-wrapper:hover .biodata-photo,
.biodata-photo-wrapper:hover .biodata-photo-placeholder {
    transform: scale(1.05);
    border-color: #2563EB;
}

.biodata-photo-wrapper:hover .biodata-photo-placeholder i {
    color: #2563EB;
}

.biodata-name {
    font-size: 22px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 8px;
    transition: color 0.3s ease;
}

.biodata-card:hover .biodata-name {
    color: #2563EB;
}

.biodata-role {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

/* Card Body */
.biodata-card-body {
    padding: 24px 30px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .biodata-card-body {
    background: rgba(15, 23, 42, 0.3);
}

.biodata-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(37, 99, 235, 0.1);
    position: relative;
}

.biodata-info-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border-radius: 0 3px 3px 0;
    transition: height 0.3s ease;
}

.biodata-info-item:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    padding-left: 18px;
}

.biodata-info-item:hover::before {
    height: 60%;
}

[data-theme="dark"] .biodata-info-item {
    background: rgba(15, 23, 42, 0.5);
    border-color: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .biodata-info-item::before {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .biodata-info-item:hover {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

.biodata-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
    position: relative;
    z-index: 1;
}

.biodata-info-item:hover .biodata-info-icon {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

[data-theme="dark"] .biodata-info-icon {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 3px 10px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .biodata-info-item:hover .biodata-info-icon {
    box-shadow: 0 6px 16px rgba(56, 189, 248, 0.4);
}

.biodata-info-icon i {
    color: #FFFFFF;
    font-size: 18px;
}

.biodata-info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.biodata-info-label {
    font-size: 11px;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.biodata-info-value {
    font-size: 14px;
    font-weight: 500;
    color: #1F2933;
    line-height: 1.5;
    word-break: break-word;
    display: block;
}

.biodata-link {
    color: #2563EB;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.biodata-link:hover {
    color: #1D4ED8;
    text-decoration: underline;
    transform: translateX(3px);
    font-weight: 600;
}

/* Dark Mode Biodata Card */
[data-theme="dark"] .biodata-card {
    background: #1E293B;
    border-color: #334155;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .biodata-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    border-color: #38BDF8;
}

[data-theme="dark"] .biodata-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .biodata-card-header {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.05), rgba(99, 102, 241, 0.05));
}

[data-theme="dark"] .biodata-photo {
    border-color: #334155;
}

[data-theme="dark"] .biodata-photo-wrapper:hover .biodata-photo {
    border-color: #38BDF8;
}

[data-theme="dark"] .biodata-photo-placeholder {
    background: linear-gradient(135deg, #334155, #475569);
    border-color: #334155;
}

[data-theme="dark"] .biodata-photo-placeholder i {
    color: #94A3B8;
}

[data-theme="dark"] .biodata-photo-overlay {
    background: rgba(56, 189, 248, 0.8);
}

[data-theme="dark"] .biodata-name {
    color: #F8FAFC;
}

[data-theme="dark"] .biodata-card:hover .biodata-name {
    color: #38BDF8;
}

[data-theme="dark"] .biodata-role {
    color: #94A3B8;
}


[data-theme="dark"] .biodata-info-label {
    color: #94A3B8;
}

[data-theme="dark"] .biodata-info-value {
    color: #CBD5E1;
}

[data-theme="dark"] .biodata-link {
    color: #38BDF8;
}

[data-theme="dark"] .biodata-link:hover {
    color: #0EA5E9;
}

/* Empty State */
.biodata-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px dashed #E2D6C8;
}

.biodata-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biodata-empty-icon i {
    font-size: 40px;
    color: #6B7280;
}

.biodata-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1F2933;
    margin: 0 0 8px;
}

.biodata-empty-text {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

[data-theme="dark"] .biodata-empty-state {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
}

[data-theme="dark"] .biodata-empty-icon {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15));
}

[data-theme="dark"] .biodata-empty-icon i {
    color: #94A3B8;
}

[data-theme="dark"] .biodata-empty-title {
    color: #F8FAFC;
}

[data-theme="dark"] .biodata-empty-text {
    color: #94A3B8;
}

/* Responsive Biodata Card */
@media (max-width: 768px) {
    .biodata-card-header {
        padding: 24px 20px 16px;
    }

    .biodata-photo,
    .biodata-photo-placeholder {
        width: 100px;
        height: 100px;
    }

    .biodata-photo-placeholder i {
        font-size: 50px;
    }

    .biodata-name {
        font-size: 20px;
    }

    .biodata-card-body {
        padding: 16px 20px 24px;
    }

    .biodata-info-item {
        padding: 10px;
    }

    .biodata-info-icon {
        width: 36px;
        height: 36px;
    }

    .biodata-info-icon i {
        font-size: 16px;
    }
}

/* ========================================
   AKTIVITAS PAGE STYLES (SAME AS BIODATA)
   ======================================== */

.aktivitas-page {
    padding: 20px 0;
}

.aktivitas-header {
    margin-bottom: 40px;
}

.aktivitas-header-content {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.aktivitas-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.aktivitas-page-title i {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
}

.aktivitas-page-subtitle {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

[data-theme="dark"] .aktivitas-page-title {
    color: #F8FAFC;
}

[data-theme="dark"] .aktivitas-page-title i {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .aktivitas-page-subtitle {
    color: #94A3B8;
}

/* Aktivitas Filter Card */
.aktivitas-filter-card {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px solid #E2D6C8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.aktivitas-filter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    opacity: 0.6;
}

.aktivitas-filter-card:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .aktivitas-filter-card {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .aktivitas-filter-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
    opacity: 0.7;
}

[data-theme="dark"] .aktivitas-filter-card:hover {
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.aktivitas-filter-body {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.aktivitas-filter-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1F2933;
    margin-bottom: 8px;
}

.aktivitas-filter-label i {
    color: #2563EB;
    font-size: 14px;
}

.aktivitas-filter-input,
.aktivitas-filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2D6C8;
    border-radius: 10px;
    background: #FFFFFF;
    color: #1F2933;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.aktivitas-filter-input:focus,
.aktivitas-filter-select:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: #FFFFFF;
    transform: translateY(-1px);
}

.aktivitas-filter-input::placeholder {
    color: #9CA3AF;
}

.aktivitas-filter-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.aktivitas-filter-btn-primary {
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.aktivitas-filter-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
    color: #FFFFFF;
}

.aktivitas-filter-btn-secondary {
    background: #FFFFFF;
    color: #1F2933;
    border: 1px solid #E2D6C8;
    padding: 12px;
    min-width: 44px;
}

.aktivitas-filter-btn-secondary:hover {
    background: #F7F3EF;
    border-color: #2563EB;
    color: #2563EB;
    transform: translateY(-2px);
}

[data-theme="dark"] .aktivitas-filter-btn-secondary {
    background: #0F172A;
    color: #CBD5E1;
    border-color: #334155;
}

[data-theme="dark"] .aktivitas-filter-btn-secondary:hover {
    background: #1E293B;
    border-color: #38BDF8;
    color: #38BDF8;
}

[data-theme="dark"] .aktivitas-filter-label {
    color: #F8FAFC;
}

[data-theme="dark"] .aktivitas-filter-label i {
    color: #38BDF8;
}

[data-theme="dark"] .aktivitas-filter-input,
[data-theme="dark"] .aktivitas-filter-select {
    background: #0F172A;
    border-color: #334155;
    color: #F8FAFC;
}

[data-theme="dark"] .aktivitas-filter-input:focus,
[data-theme="dark"] .aktivitas-filter-select:focus {
    border-color: #38BDF8;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
}

/* Aktivitas Empty State */
.aktivitas-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px dashed #E2D6C8;
}

.aktivitas-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aktivitas-empty-icon i {
    font-size: 40px;
    color: #6B7280;
}

.aktivitas-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1F2933;
    margin: 0 0 8px;
}

.aktivitas-empty-text {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

[data-theme="dark"] .aktivitas-empty-state {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
}

[data-theme="dark"] .aktivitas-empty-icon {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15));
}

[data-theme="dark"] .aktivitas-empty-icon i {
    color: #94A3B8;
}

[data-theme="dark"] .aktivitas-empty-title {
    color: #F8FAFC;
}

[data-theme="dark"] .aktivitas-empty-text {
    color: #94A3B8;
}

/* ========================================
   PENDIDIKAN PAGE STYLES (SAME AS BIODATA)
   ======================================== */

.pendidikan-page {
    padding: 20px 0;
}

.pendidikan-header {
    margin-bottom: 40px;
}

.pendidikan-header-content {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.pendidikan-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.pendidikan-page-title i {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
}

.pendidikan-page-subtitle {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

[data-theme="dark"] .pendidikan-page-title {
    color: #F8FAFC;
}

[data-theme="dark"] .pendidikan-page-title i {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .pendidikan-page-subtitle {
    color: #94A3B8;
}

/* Pendidikan Filter Card */
.pendidikan-filter-card {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px solid #E2D6C8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pendidikan-filter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    opacity: 0.6;
}

.pendidikan-filter-card:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .pendidikan-filter-card {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .pendidikan-filter-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
    opacity: 0.7;
}

[data-theme="dark"] .pendidikan-filter-card:hover {
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.pendidikan-filter-body {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.pendidikan-filter-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1F2933;
    margin-bottom: 8px;
}

.pendidikan-filter-label i {
    color: #2563EB;
    font-size: 14px;
}

.pendidikan-filter-input,
.pendidikan-filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2D6C8;
    border-radius: 10px;
    background: #FFFFFF;
    color: #1F2933;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.pendidikan-filter-input:focus,
.pendidikan-filter-select:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: #FFFFFF;
    transform: translateY(-1px);
}

.pendidikan-filter-input::placeholder {
    color: #9CA3AF;
}

.pendidikan-filter-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.pendidikan-filter-btn-primary {
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.pendidikan-filter-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
    color: #FFFFFF;
}

.pendidikan-filter-btn-secondary {
    background: #FFFFFF;
    color: #1F2933;
    border: 1px solid #E2D6C8;
    padding: 12px;
    min-width: 44px;
}

.pendidikan-filter-btn-secondary:hover {
    background: #F7F3EF;
    border-color: #2563EB;
    color: #2563EB;
    transform: translateY(-2px);
}

[data-theme="dark"] .pendidikan-filter-btn-secondary {
    background: #0F172A;
    color: #CBD5E1;
    border-color: #334155;
}

[data-theme="dark"] .pendidikan-filter-btn-secondary:hover {
    background: #1E293B;
    border-color: #38BDF8;
    color: #38BDF8;
}

[data-theme="dark"] .pendidikan-filter-label {
    color: #F8FAFC;
}

[data-theme="dark"] .pendidikan-filter-label i {
    color: #38BDF8;
}

[data-theme="dark"] .pendidikan-filter-input,
[data-theme="dark"] .pendidikan-filter-select {
    background: #0F172A;
    border-color: #334155;
    color: #F8FAFC;
}

[data-theme="dark"] .pendidikan-filter-input:focus,
[data-theme="dark"] .pendidikan-filter-select:focus {
    border-color: #38BDF8;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
}

/* Pendidikan Empty State */
.pendidikan-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px dashed #E2D6C8;
}

.pendidikan-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pendidikan-empty-icon i {
    font-size: 40px;
    color: #6B7280;
}

.pendidikan-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1F2933;
    margin: 0 0 8px;
}

.pendidikan-empty-text {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

[data-theme="dark"] .pendidikan-empty-state {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
}

[data-theme="dark"] .pendidikan-empty-icon {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.15));
}

[data-theme="dark"] .pendidikan-empty-icon i {
    color: #94A3B8;
}

[data-theme="dark"] .pendidikan-empty-title {
    color: #F8FAFC;
}

[data-theme="dark"] .pendidikan-empty-text {
    color: #94A3B8;
}

/* ========================================
   BIODATA SECTION (HOBI & PENGALAMAN)
   ======================================== */

.biodata-section-card {
    background: linear-gradient(135deg, #FAF7F4 0%, #FFFFFF 100%);
    border-radius: 16px;
    border: 2px solid #E2D6C8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 100%;
}

.biodata-section-card:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] .biodata-section-card {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .biodata-section-card:hover {
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.biodata-section-header {
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(124, 58, 237, 0.06));
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.biodata-section-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
}

.biodata-section-icon i {
    color: #FFFFFF;
    font-size: 20px;
}

.biodata-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1F2933;
    margin: 0;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

[data-theme="dark"] .biodata-section-header {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(99, 102, 241, 0.08));
    border-bottom-color: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .biodata-section-icon {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 3px 10px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .biodata-section-title {
    color: #F8FAFC;
}

.biodata-section-body {
    padding: 24px;
}

.biodata-section-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6B7280;
}

.biodata-section-empty i {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.biodata-section-empty p {
    margin: 0;
    font-size: 14px;
}

[data-theme="dark"] .biodata-section-empty {
    color: #94A3B8;
}

/* Hobi List */
.hobi-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hobi-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(37, 99, 235, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.hobi-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border-radius: 0 3px 3px 0;
    transition: height 0.3s ease;
}

.hobi-item:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    padding-left: 18px;
}

.hobi-item:hover::before {
    height: 60%;
}

[data-theme="dark"] .hobi-item {
    background: rgba(15, 23, 42, 0.5);
    border-color: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .hobi-item::before {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .hobi-item:hover {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

.hobi-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
}

.hobi-icon i {
    color: #FFFFFF;
    font-size: 20px;
}

.hobi-item:hover .hobi-icon {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

[data-theme="dark"] .hobi-icon {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 3px 10px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .hobi-item:hover .hobi-icon {
    box-shadow: 0 6px 16px rgba(56, 189, 248, 0.4);
}

.hobi-content {
    flex: 1;
}

.hobi-name {
    font-size: 16px;
    font-weight: 600;
    color: #1F2933;
    margin: 0 0 4px;
}

.hobi-deskripsi {
    font-size: 13px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

[data-theme="dark"] .hobi-name {
    color: #F8FAFC;
}

[data-theme="dark"] .hobi-deskripsi {
    color: #94A3B8;
}

/* Pengalaman List */
.pengalaman-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pengalaman-item {
    padding: 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-left: 4px solid #2563EB;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.pengalaman-item:hover {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

[data-theme="dark"] .pengalaman-item {
    background: rgba(15, 23, 42, 0.5);
    border-color: rgba(56, 189, 248, 0.15);
    border-left-color: #38BDF8;
}

[data-theme="dark"] .pengalaman-item:hover {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

.pengalaman-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 8px;
}

.pengalaman-name {
    font-size: 18px;
    font-weight: 700;
    color: #1F2933;
    margin: 0;
}

.pengalaman-company {
    font-size: 14px;
    font-weight: 500;
    color: #2563EB;
    background: rgba(37, 99, 235, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

[data-theme="dark"] .pengalaman-name {
    color: #F8FAFC;
}

[data-theme="dark"] .pengalaman-company {
    color: #38BDF8;
    background: rgba(56, 189, 248, 0.15);
}

.pengalaman-posisi {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pengalaman-posisi i {
    color: #2563EB;
}

[data-theme="dark"] .pengalaman-posisi {
    color: #94A3B8;
}

[data-theme="dark"] .pengalaman-posisi i {
    color: #38BDF8;
}

.pengalaman-tahun {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pengalaman-tahun i {
    color: #2563EB;
}

[data-theme="dark"] .pengalaman-tahun {
    color: #94A3B8;
}

[data-theme="dark"] .pengalaman-tahun i {
    color: #38BDF8;
}

.pengalaman-deskripsi {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

[data-theme="dark"] .pengalaman-deskripsi {
    color: #94A3B8;
}

/* Responsive */
@media (max-width: 992px) {
    .biodata-section-card {
        margin-top: 20px;
    }
}

/* ========================================
   BIODATA PAGINATION (INTERACTIVE)
   ======================================== */

.biodata-pagination-wrapper {
    margin-top: 40px;
    padding: 20px 0;
}

.biodata-pagination {
    gap: 8px;
}

.biodata-pagination .page-item {
    margin: 0 2px;
}

.biodata-pagination .page-link {
    padding: 10px 16px;
    border: 1px solid #E2D6C8;
    border-radius: 10px;
    color: #1F2933;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.biodata-pagination .page-link:hover {
    background: linear-gradient(135deg, #2563EB, #1D4ED8);
    color: #FFFFFF;
    border-color: #2563EB;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.biodata-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    color: #FFFFFF;
    border-color: #2563EB;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    font-weight: 600;
}

.biodata-pagination .page-item.disabled .page-link {
    background: #F7F3EF;
    color: #9CA3AF;
    border-color: #E2D6C8;
    cursor: not-allowed;
    opacity: 0.6;
}

.biodata-pagination .page-item.disabled .page-link:hover {
    transform: none;
    box-shadow: none;
    background: #F7F3EF;
    color: #9CA3AF;
}

[data-theme="dark"] .biodata-pagination .page-link {
    background: #1E293B;
    border-color: #334155;
    color: #CBD5E1;
}

[data-theme="dark"] .biodata-pagination .page-link:hover {
    background: linear-gradient(135deg, #38BDF8, #0EA5E9);
    color: #020617;
    border-color: #38BDF8;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .biodata-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    color: #020617;
    border-color: #38BDF8;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .biodata-pagination .page-item.disabled .page-link {
    background: #0F172A;
    color: #64748B;
    border-color: #334155;
}

[data-theme="dark"] .biodata-pagination .page-item.disabled .page-link:hover {
    background: #0F172A;
    color: #64748B;
}

/* ========================================
   EDUCATION CARD WITH PHOTO
   ======================================== */

/* Card container */
.edu-card {
    background: #1F1F1F;
    border-radius: 14px;
    padding: 16px;
    border: 1px solid #2E2E2E;
    transition: all 0.25s ease;
}

[data-theme="light"] .edu-card {
    background: #F3F4F6;
    border: 1px solid var(--border-color);
}

/* Photo styling */
.edu-photo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* Title styling */
.edu-title {
    color: #F3F4F6;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}

[data-theme="light"] .edu-title {
    color: #111827;
}

/* Meta styling */
.edu-meta {
    color: #9CA3AF;
    font-size: 13px;
    text-align: center;
}

[data-theme="light"] .edu-meta {
    color: #6B7280;
}

/* Hover effect - ringan */
.edu-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .edu-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ========================================
   ADMIN PANEL STYLES (PROFESSIONAL & MODERN)
   ======================================== */

/* Admin Navbar */
.admin-navbar {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.2);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.admin-navbar-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.admin-navbar-brand:hover {
    color: #FFFFFF;
    transform: translateX(-2px);
}

.admin-brand-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.admin-navbar-brand:hover .admin-brand-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.admin-brand-icon i {
    font-size: 24px;
    color: #FFFFFF;
}

.admin-brand-text {
    display: flex;
    flex-direction: column;
}

.admin-brand-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-brand-subtitle {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.admin-navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.admin-user-info i {
    font-size: 20px;
}

.admin-username {
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-dark-mode-toggle {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.admin-dark-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.admin-dark-mode-toggle i {
    font-size: 18px;
}

.admin-nav-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.admin-nav-btn-danger {
    background: rgba(220, 53, 69, 0.2);
    border-color: rgba(220, 53, 69, 0.3);
}

.admin-nav-btn-danger:hover {
    background: rgba(220, 53, 69, 0.3);
    border-color: rgba(220, 53, 69, 0.4);
}

[data-theme="dark"] .admin-navbar {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-bottom-color: rgba(56, 189, 248, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .admin-brand-icon {
    background: rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .admin-navbar-brand:hover .admin-brand-icon {
    background: rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .admin-user-info {
    background: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .admin-dark-mode-toggle {
    background: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .admin-dark-mode-toggle:hover {
    background: rgba(56, 189, 248, 0.25);
}

[data-theme="dark"] .admin-nav-btn {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.2);
}

[data-theme="dark"] .admin-nav-btn:hover {
    background: rgba(56, 189, 248, 0.25);
    border-color: rgba(56, 189, 248, 0.3);
}

/* Admin Container */
.admin-container {
    display: flex;
    min-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}

[data-theme="dark"] .admin-container {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

/* Admin Sidebar */
.admin-sidebar {
    width: 280px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
    border-right: 2px solid #E5E7EB;
    padding: 24px 0;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}

.admin-sidebar-header {
    padding: 0 24px 20px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 16px;
}

.admin-sidebar-title {
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-nav-item {
    margin: 4px 12px;
}

.admin-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #374151;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.admin-nav-link:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    color: #2563EB;
    transform: translateX(4px);
}

.admin-nav-link.active {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.admin-nav-link.active:hover {
    color: #FFFFFF;
    transform: translateX(4px) scale(1.02);
}

.admin-nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.1);
    transition: all 0.3s ease;
}

.admin-nav-link.active .admin-nav-icon {
    background: rgba(255, 255, 255, 0.2);
}

.admin-nav-link:hover .admin-nav-icon {
    background: rgba(37, 99, 235, 0.15);
    transform: scale(1.1);
}

.admin-nav-link.active:hover .admin-nav-icon {
    background: rgba(255, 255, 255, 0.3);
}

.admin-nav-icon i {
    font-size: 18px;
}

.admin-nav-text {
    flex: 1;
}

.admin-nav-indicator {
    position: absolute;
    right: 12px;
    width: 4px;
    height: 60%;
    background: #FFFFFF;
    border-radius: 2px;
    opacity: 0.8;
}

[data-theme="dark"] .admin-sidebar {
    background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
    border-right-color: #334155;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .admin-sidebar-header {
    border-bottom-color: #334155;
}

[data-theme="dark"] .admin-sidebar-title {
    color: #94A3B8;
}

[data-theme="dark"] .admin-nav-link {
    color: #CBD5E1;
}

[data-theme="dark"] .admin-nav-link:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(99, 102, 241, 0.1));
    color: #38BDF8;
}

[data-theme="dark"] .admin-nav-link.active {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .admin-nav-icon {
    background: rgba(56, 189, 248, 0.15);
}

[data-theme="dark"] .admin-nav-link.active .admin-nav-icon {
    background: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .admin-nav-link:hover .admin-nav-icon {
    background: rgba(56, 189, 248, 0.2);
}

/* Admin Content */
.admin-content {
    flex: 1;
    padding: 32px;
    overflow-x: hidden;
}

/* Admin Dashboard */
.admin-dashboard {
    max-width: 1400px;
    margin: 0 auto;
}

.admin-page-header {
    margin-bottom: 40px;
}

.admin-page-header-content {
    text-align: center;
    padding: 30px 0;
}

.admin-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-page-title i {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
}

.admin-page-subtitle {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

[data-theme="dark"] .admin-page-title {
    color: #F8FAFC;
}

[data-theme="dark"] .admin-page-title i {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="dark"] .admin-page-subtitle {
    color: #94A3B8;
}

/* Admin Dashboard Cards */
.admin-dashboard-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.admin-dashboard-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #F9FAFB 100%);
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    padding: 28px;
    display: flex;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.admin-dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.admin-dashboard-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.3);
}

.admin-dashboard-card:hover::before {
    transform: scaleX(1);
}

.admin-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.admin-dashboard-card:hover .admin-card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.admin-card-icon i {
    font-size: 28px;
    color: #FFFFFF;
}

.admin-card-icon-primary {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
}

.admin-card-icon-success {
    background: linear-gradient(135deg, #22C55E, #16A34A);
}

.admin-card-icon-info {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}

.admin-card-content {
    flex: 1;
}

.admin-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2933;
    margin: 0 0 8px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-card-text {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 16px;
    line-height: 1.5;
}

.admin-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
    color: #FFFFFF;
}

[data-theme="dark"] .admin-dashboard-card {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
}

[data-theme="dark"] .admin-dashboard-card:hover {
    box-shadow: 0 16px 40px rgba(56, 189, 248, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

[data-theme="dark"] .admin-dashboard-card::before {
    background: linear-gradient(90deg, #38BDF8, #6366F1);
}

[data-theme="dark"] .admin-card-title {
    color: #F8FAFC;
}

[data-theme="dark"] .admin-card-text {
    color: #94A3B8;
}

[data-theme="dark"] .admin-card-btn {
    background: linear-gradient(135deg, #38BDF8, #6366F1);
    box-shadow: 0 2px 8px rgba(56, 189, 248, 0.3);
}

[data-theme="dark"] .admin-card-btn:hover {
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
}

/* Admin Quick Links */
.admin-quick-links {
    background: linear-gradient(135deg, #FFFFFF 0%, #F9FAFB 100%);
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.admin-quick-links-header {
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(124, 58, 237, 0.06));
    border-bottom: 1px solid #E5E7EB;
}

.admin-quick-links-title {
    font-size: 18px;
    font-weight: 700;
    color: #1F2933;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-quick-links-title i {
    color: #2563EB;
}

.admin-quick-links-content {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.admin-quick-links-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-quick-links-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #6B7280;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', 'Poppins', system-ui, sans-serif;
}

.admin-quick-links-list li a:hover {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
    transform: translateX(4px);
}

.admin-quick-links-list li a i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

[data-theme="dark"] .admin-quick-links {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-color: #334155;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .admin-quick-links-header {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(99, 102, 241, 0.08));
    border-bottom-color: #334155;
}

[data-theme="dark"] .admin-quick-links-title {
    color: #F8FAFC;
}

[data-theme="dark"] .admin-quick-links-title i {
    color: #38BDF8;
}

[data-theme="dark"] .admin-quick-links-group-title {
    color: #CBD5E1;
}

[data-theme="dark"] .admin-quick-links-list li a {
    color: #94A3B8;
}

[data-theme="dark"] .admin-quick-links-list li a:hover {
    background: rgba(56, 189, 248, 0.12);
    color: #38BDF8;
}

/* Responsive */
@media (max-width: 992px) {
    .admin-sidebar {
        width: 240px;
    }

    .admin-dashboard-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .admin-navbar-container {
        flex-wrap: wrap;
        gap: 12px;
    }

    .admin-navbar-actions {
        flex-wrap: wrap;
    }

    .admin-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        height: auto;
    }

    .admin-container {
        flex-direction: column;
    }

    .admin-content {
        padding: 20px;
    }
}