.release-status-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.status-pill i {
    font-size: 0.9rem;
}

.status-draft {
    background: rgba(148, 163, 184, 0.18);
    color: #d1d5db;
    border-color: rgba(148, 163, 184, 0.32);
}

.status-review {
    background: rgba(249, 115, 22, 0.18);
    color: #ffb266;
    border-color: rgba(249, 115, 22, 0.34);
}

.status-processing {
    background: rgba(14, 165, 233, 0.18);
    color: #5cc9ff;
    border-color: rgba(14, 165, 233, 0.32);
}

.status-pending {
    background: rgba(56, 189, 248, 0.12);
    color: #81d4ff;
    border-color: rgba(56, 189, 248, 0.28);
}

.status-live {
    background: rgba(34, 197, 94, 0.15);
    color: #6be69a;
    border-color: rgba(34, 197, 94, 0.35);
}

.status-rejected {
    background: rgba(248, 113, 113, 0.18);
    color: #ff8c8c;
    border-color: rgba(248, 113, 113, 0.32);
}

.status-default {
    background: rgba(148, 163, 184, 0.18);
    color: #cbd5f5;
    border-color: rgba(148, 163, 184, 0.3);
}

.release-card-indicator.edit-indicator {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(79, 70, 229, 0.85));
    border-color: rgba(160, 174, 255, 0.5);
}

.release-card-indicator.single-token-indicator {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.9), rgba(234, 179, 8, 0.85));
    border-color: rgba(255, 193, 7, 0.5);
}
.release-view-wrapper {
    background: rgba(26, 29, 41, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.release-view-header {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.release-view-cover {
    position: relative;
    flex: 0 0 220px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.35);
}

.release-view-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-view-status {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    display: none;
}

.release-view-meta {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.release-view-meta-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.view-release-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.view-release-artists {
    font-size: 1rem;
    color: #9aa3c2;
    margin: 0;
}

.release-view-badges {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.release-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.08);
    color: #f0f3ff;
}

.release-badge.badge-single {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.25), rgba(255, 152, 0, 0.35));
    color: #ffcf33;
    border: 1px solid rgba(255, 193, 7, 0.35);
}

.release-badge.badge-notes {
    background: rgba(220, 53, 69, 0.18);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ff8794;
}

.release-view-tab .notes-tab-count {
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 2px 8px;
    font-weight: 600;
}

.track-audio-btn {
    background: rgba(102, 126, 234, 0.15);
    border: 1px solid rgba(102, 126, 234, 0.3);
    color: #a8b4ff;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.track-audio-btn:hover {
    color: #fff;
    border-color: rgba(102, 126, 234, 0.6);
}

.track-position-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(102, 126, 234, 0.18);
    color: #a8b4ff;
    font-weight: 600;
    margin-right: 12px;
    font-size: 0.95rem;
}

.track-audio-btn.disabled,
.track-audio-btn.disabled:hover {
    cursor: not-allowed;
    opacity: 0.35;
    border-color: rgba(255, 255, 255, 0.12);
}

.regions-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.region-group {
    background: rgba(11, 13, 22, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 18px 20px;
}

.region-group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #f1f4ff;
    font-weight: 600;
}

.region-group-title .badge {
    background: rgba(102, 126, 234, 0.18);
    color: #a8b4ff;
    border-radius: 999px;
    font-size: 0.75rem;
    padding: 4px 10px;
}

.region-country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.region-country {
    background: rgba(26, 29, 41, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 0.85rem;
    color: #cfd5f4;
}

.notes-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.note-card {
    background: rgba(15, 17, 26, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    gap: 14px;
    position: relative;
}

.note-card::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(220, 53, 69, 0.65), rgba(255, 193, 7, 0.55));
}

.note-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ff8a9b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.note-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.note-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #f2f4ff;
}

.note-meta {
    font-size: 0.8rem;
    color: #9aa3c2;
}

.note-message {
    font-size: 0.95rem;
    color: #d7dcf0;
    line-height: 1.5;
}

.release-view-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

.meta-item {
    background: rgba(16, 18, 28, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.meta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6f7a96;
}

.meta-value {
    font-size: 1rem;
    font-weight: 600;
    color: #f1f3ff;
    word-break: break-word;
}

.release-view-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.release-view-tab {
    background: rgba(15, 17, 26, 0.7);
    color: #a5b0d4;
    border: 1px solid rgba(167, 175, 206, 0.18);
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.release-view-tab:hover,
.release-view-tab.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.25), rgba(118, 75, 162, 0.25));
    color: #fff;
    border-color: rgba(102, 126, 234, 0.42);
}

.release-view-panel {
    display: none;
    background: rgba(16, 18, 27, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 24px;
}

.release-view-panel.active {
    display: block;
}

.release-view-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.release-view-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.release-view-table thead {
    background: rgba(12, 14, 22, 0.9);
}

.release-view-table th {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6c7898;
    padding: 14px 12px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.release-view-table td {
    padding: 16px 12px;
    font-size: 0.95rem;
    color: #d7dcf0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.release-view-table tbody tr:hover {
    background: rgba(102, 126, 234, 0.08);
}

.release-view-table td .explicit-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
}

.explicit-badge.explicit {
    border-color: rgba(220, 53, 69, 0.45);
    color: #ff6b81;
    background: rgba(220, 53, 69, 0.18);
}

.explicit-badge.clean {
    border-color: rgba(40, 167, 69, 0.45);
    color: #5ad27a;
    background: rgba(40, 167, 69, 0.18);
}

.release-view-table td .track-artists {
    color: #99a2c5;
    font-size: 0.9rem;
}

.release-view-table td .track-title {
    font-weight: 600;
    color: #f1f3ff;
    margin-bottom: 4px;
}

.release-view-table .empty-row td {
    text-align: center;
    padding: 48px 12px;
    color: #68708c;
}

.empty-state {
    text-align: center;
    color: #8690b4;
    padding: 40px 20px;
}

.empty-state i {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
    color: #6f7a96;
}

.store-distribution-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.store-distribution-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(9, 10, 16, 0.75);
}

.store-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.store-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.store-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-name {
    font-size: 1rem;
    font-weight: 600;
    color: #f2f4ff;
}

.store-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.06);
    color: #e2e6ff;
}

.store-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-actions .btn-store-link {
    background: rgba(0, 0, 0, 0.2);
    color: #8ac6ff;
    border: 1px solid rgba(138, 198, 255, 0.35);
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.store-actions .btn-store-link:hover {
    background: rgba(138, 198, 255, 0.2);
}

.store-status-default {
    background: rgba(111, 122, 150, 0.16);
    color: #bcc4e0;
}

.store-status-success {
    background: rgba(40, 167, 69, 0.18);
    border: 1px solid rgba(40, 167, 69, 0.35);
    color: #55d17b;
}

.store-status-info {
    background: rgba(13, 110, 253, 0.18);
    border: 1px solid rgba(13, 110, 253, 0.35);
    color: #7db7ff;
}

.store-status-warning {
    background: rgba(255, 193, 7, 0.18);
    border: 1px solid rgba(255, 193, 7, 0.35);
    color: #ffcf45;
}

.store-status-danger {
    background: rgba(220, 53, 69, 0.18);
    border: 1px solid rgba(220, 53, 69, 0.35);
    color: #ff7b92;
}

.store-status-secondary {
    background: rgba(108, 117, 125, 0.18);
    border: 1px solid rgba(108, 117, 125, 0.35);
    color: #c4c9cf;
}

@media (max-width: 992px) {
    .release-view-wrapper {
        padding: 24px;
    }

    .release-view-header {
        flex-direction: column;
        align-items: stretch;
    }

    .release-view-cover {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .release-view-table {
        min-width: 480px;
    }

    .regions-container {
        grid-template-columns: 1fr;
    }

    .meta-item {
        padding: 14px 16px;
    }

    .release-view-wrapper {
        padding: 20px;
        gap: 24px;
    }
}
/* ============================================
   ARTIST DASHBOARD - MODERN DARK THEME
   ============================================ */

:root {
    /* Light Theme Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-card: #ffffff;
    --text-primary: #1a1a1a;
    --text-secondary: #6c757d;
    --border-color: #dee2e6;
    --sidebar-bg: #1a1a2e;
    --sidebar-text: #a0a0b8;
    --sidebar-active: #00d4ff;
    --accent-color: #0d6efd;
    --accent-hover: #0b5ed7;
    --shadow: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
    /* Dark Theme Colors */
    --bg-primary: #0a0a0f;
    --bg-secondary: #12121a;
    --bg-card: #1a1a24;
    --text-primary: #ffffff;
    --text-secondary: #a0a0b8;
    --border-color: #2a2a3a;
    --sidebar-bg: #12121a;
    --sidebar-text: #a0a0b8;
    --sidebar-active: #00d4ff;
    --accent-color: #00d4ff;
    --accent-hover: #00b8e6;
    --shadow: rgba(0, 0, 0, 0.3);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: hidden;
}

/* ============================================
   SIDEBAR
   ============================================ */

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    height: 100vh;
    background-color: var(--sidebar-bg);
    padding: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.sidebar-header {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-header i {
    font-size: 28px;
    color: var(--accent-color);
}

.sidebar-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.5px;
}

.sidebar-nav {
    padding: 20px 0;
    overflow-y: auto;
    flex: 1;
}

.sidebar-nav::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
}

.nav-divider {
    margin: 20px 25px 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-divider span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--sidebar-text);
    opacity: 0.5;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    color: var(--sidebar-text);
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 15px;
    font-weight: 500;
}

.nav-item i {
    font-size: 20px;
    width: 24px;
}

.nav-item:hover {
    background-color: rgba(0, 212, 255, 0.1);
    color: var(--text-primary);
    border-left-color: var(--accent-color);
}

.nav-item.active {
    background-color: rgba(0, 212, 255, 0.15);
    color: var(--accent-color);
    border-left-color: var(--accent-color);
}

/* ============================================
   MAIN CONTENT
   ============================================ */

.main-content {
    margin-left: 260px;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

/* ============================================
   ANALYTICS DETAIL PAGE
   ============================================ */

.analytics-detail-container {
    padding: 30px 0 60px;
}

.analytics-detail-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.analytics-detail-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.analytics-detail-cover {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.analytics-detail-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.analytics-detail-artists {
    margin-bottom: 12px !important;
}

.analytics-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.analytics-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(148, 163, 184, 0.12);
    color: var(--text-secondary);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
}

.analytics-detail-chip i {
    font-size: 14px;
    color: var(--accent-color);
}

.analytics-range-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.analytics-range-group .btn {
    font-size: 13px;
    border-radius: 999px;
    padding: 6px 16px;
}

.analytics-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
}

.summary-card {
    background: var(--bg-card);
    border-radius: 18px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.summary-label {
    font-size: 13px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-value {
    font-size: 26px;
    font-weight: 700;
}

.summary-hint {
    font-size: 12px;
    color: var(--text-muted);
}

.analytics-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.analytics-platforms-card,
.analytics-countries-card,
.analytics-daily-card {
    background: var(--bg-card);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.analytics-chart-wrapper {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 16px;
}

.analytics-chart-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

.analytics-chart-wrapper.chart-platform {
    max-width: 320px;
    margin: 0 auto 12px;
    aspect-ratio: 1 / 1;
}

.analytics-chart-wrapper.chart-daily {
    height: 260px;
}

.daily-list {
    max-height: 280px;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
}

.daily-list::-webkit-scrollbar {
    width: 6px;
}

.daily-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
}

/* ============================================
   TOP NAVBAR
   ============================================ */

.top-navbar {
    background-color: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px var(--shadow);
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sidebar-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-primary);
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
    background-color: var(--bg-secondary);
}

.page-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary);
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-selector select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.theme-toggle {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-primary);
    font-size: 18px;
}

.theme-toggle:hover {
    background-color: var(--accent-color);
    color: white;
    transform: rotate(15deg);
}

.notifications {
    position: relative;
}

.notification-toggle {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: var(--text-primary);
    font-size: 20px;
    position: relative;
}

.notification-toggle:hover,
.notification-toggle:focus {
    background-color: rgba(102, 126, 234, 0.12);
    border-color: rgba(102, 126, 234, 0.45);
    color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

.notification-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #ff6b6b, #ffa15c);
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 4px 8px rgba(255, 107, 107, 0.45);
}

.notification-dropdown {
    width: 360px;
    padding: 0;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    box-shadow: 0 25px 45px rgba(15, 15, 35, 0.22);
    overflow: hidden;
    color: var(--text-primary);
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notification-header h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.notification-refresh {
    color: var(--text-muted);
    text-decoration: none;
    padding: 0;
}

.notification-refresh:hover,
.notification-refresh:focus {
    color: var(--text-primary);
    text-decoration: none;
}

.notification-content {
    max-height: 360px;
    overflow-y: auto;
}

.notification-content::-webkit-scrollbar {
    width: 6px;
}

.notification-content::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.35);
    border-radius: 999px;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 20px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item:hover {
    background: rgba(102, 126, 234, 0.08);
}

.notification-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background-color: rgba(102, 126, 234, 0.16);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 20px;
}

.notification-avatar.placeholder {
    color: #667eea;
}

.notification-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.notification-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.notification-text {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-time {
    font-size: 12px;
    color: var(--text-muted);
}

.notification-empty,
.notification-loading,
.notification-error {
    padding: 24px 20px;
    text-align: center;
    font-size: 14px;
    color: var(--text-muted);
}

.notification-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.notification-error {
    color: #ff6b6b;
}

.notification-footer {
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(102, 126, 234, 0.08);
    text-align: center;
}

.notification-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.notification-link:hover {
    text-decoration: underline;
}

.notification-link i {
    transition: transform 0.2s ease;
}

.notification-link:hover i {
    transform: translateX(2px);
}

@media (max-width: 576px) {
    .notification-dropdown {
        width: min(92vw, 360px);
    }
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.user-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-color);
}

/* User Dropdown Menu */
.user-profile .dropdown-menu {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 0 4px 20px var(--shadow);
    padding: 8px;
    min-width: 200px;
    margin-top: 10px;
}

.user-profile .dropdown-item {
    color: var(--text-primary);
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.user-profile .dropdown-item:hover {
    background-color: var(--bg-secondary);
    color: var(--accent-color);
}

.user-profile .dropdown-item.text-danger:hover {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.user-profile .dropdown-divider {
    border-color: var(--border-color);
    margin: 8px 0;
}

/* ============================================
   CONTENT WRAPPER
   ============================================ */

.content-wrapper {
    padding: 30px;
}

.page-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.page-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   GLOBAL FORM CONTROLS
   ============================================ */

.form-control,
.form-select,
select.form-control,
textarea.form-control {
    background-color: var(--bg-secondary) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus,
select.form-control:focus,
textarea.form-control:focus {
    background-color: var(--bg-card) !important;
    border-color: var(--accent-color) !important;
    color: var(--text-primary) !important;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1) !important;
    outline: none;
}

.form-control::placeholder,
.form-select::placeholder,
textarea.form-control::placeholder {
    color: var(--text-secondary);
    opacity: 0.6;
}

.form-select option {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
}

/* Input Group Addon Styling */
.input-group-text {
    background-color: var(--bg-secondary) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-secondary) !important;
}

/* ============================================
   MODAL & DROPDOWN DARK MODE FIX
   ============================================ */

/* Bootstrap Modal Dark Mode */
.modal-content {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
}

.modal-header {
    background-color: var(--bg-card) !important;
    border-bottom: 1px solid var(--border-color) !important;
}

.modal-title {
    color: var(--text-primary) !important;
}

.modal-body {
    background-color: var(--bg-card) !important;
    color: var(--text-primary) !important;
}

.modal-footer {
    background-color: var(--bg-card) !important;
    border-top: 1px solid var(--border-color) !important;
}

.btn-close {
    filter: var(--bs-btn-close-white-filter, invert(1) grayscale(100%) brightness(200%));
}

/* Dark Mode for bg-light elements */
[data-theme="dark"] .bg-light,
[data-theme="dark"] .alert-info,
[data-theme="dark"] .alert-warning,
[data-theme="dark"] .alert-success {
    background-color: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

/* List Group Dark Mode */
.list-group-item {
    background-color: var(--bg-secondary) !important;
    border-color: var(--border-color) !important;
    color: var(--text-primary) !important;
}

.list-group-item:hover,
.list-group-item:focus {
    background-color: var(--bg-card) !important;
    color: var(--accent-color) !important;
}

/* Dropdown Menu Dark Mode */
.dropdown-menu {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 4px 20px var(--shadow) !important;
}

.dropdown-item {
    color: var(--text-primary) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--bg-secondary) !important;
    color: var(--accent-color) !important;
}

.dropdown-item.disabled {
    color: var(--text-secondary) !important;
    opacity: 0.5;
}

/* Small text dark mode */
small.text-muted {
    color: var(--text-secondary) !important;
}

/* Selected Artist Section */
#selectedArtistForRole {
    background-color: var(--bg-secondary) !important;
    border-color: var(--border-color) !important;
    color: var(--text-primary) !important;
}

.form-label {
    color: var(--text-primary);
    font-weight: 500;
    margin-bottom: 8px;
}

.form-check-input {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
}

.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.form-check-label {
    color: var(--text-primary);
}

/* Bootstrap Card Override */
.card {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 16px !important;
    color: var(--text-primary) !important;
}

.card-body {
    color: var(--text-primary) !important;
}

.card-header {
    background-color: var(--bg-secondary) !important;
    border-bottom: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
}

.card-title {
    color: var(--text-primary) !important;
}

/* Heading Colors */
h1, h2, h3, h4, h5, h6 {
    color: var(--text-primary) !important;
}

/* Paragraph and Text */
p {
    color: var(--text-primary);
}

/* Lists */
ul, ol {
    color: var(--text-primary);
}

li {
    color: var(--text-primary);
}

/* Links */
a {
    color: var(--accent-color);
}

a:hover {
    color: var(--accent-color);
    opacity: 0.8;
}

/* Strong/Bold Text */
strong, b {
    color: var(--text-primary);
    font-weight: 600;
}

/* Bootstrap Badge Override */
.badge:not(.badge-open):not(.badge-progress):not(.badge-resolved):not(.badge-closed) {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
}

.badge.bg-success {
    background-color: rgba(40, 199, 111, 0.2) !important;
    color: #28c76f !important;
}

.badge.bg-danger {
    background-color: rgba(234, 84, 85, 0.2) !important;
    color: #ea5455 !important;
}

.badge.bg-warning {
    background-color: rgba(255, 159, 67, 0.2) !important;
    color: #ff9f43 !important;
}

.badge.bg-info {
    background-color: rgba(0, 212, 255, 0.2) !important;
    color: var(--accent-color) !important;
}

/* Bootstrap List Group Override */
.list-group-item {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
}

.list-group-item:hover {
    background-color: var(--bg-secondary) !important;
}

/* Bootstrap Alert Override */
.alert {
    border-radius: 12px;
    border: 1px solid;
}

.alert-success {
    background-color: rgba(40, 199, 111, 0.1) !important;
    border-color: rgba(40, 199, 111, 0.3) !important;
    color: var(--text-primary) !important;
}

.alert-danger {
    background-color: rgba(234, 84, 85, 0.1) !important;
    border-color: rgba(234, 84, 85, 0.3) !important;
    color: var(--text-primary) !important;
}

.alert-warning {
    background-color: rgba(255, 159, 67, 0.1) !important;
    border-color: rgba(255, 159, 67, 0.3) !important;
    color: var(--text-primary) !important;
}

.alert-info {
    background-color: rgba(0, 212, 255, 0.1) !important;
    border-color: rgba(0, 212, 255, 0.3) !important;
    color: var(--text-primary) !important;
}

/* Small text color fix */
small,
.small,
.text-muted {
    color: var(--text-secondary) !important;
}

/* Button text color fix */
.btn {
    transition: all 0.3s ease;
}

.btn-outline-primary {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-outline-primary:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-secondary {
    background-color: var(--bg-secondary);
    border-color: var(--border-color);
    color: var(--text-primary);
}

.btn-secondary:hover {
    background-color: var(--bg-primary);
    border-color: var(--border-color);
    color: var(--text-primary);
}

/* ============================================
   CARDS & CONTAINERS
   ============================================ */

.content-card {
    background-color: var(--bg-card);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 12px var(--shadow);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.content-card:hover {
    box-shadow: 0 4px 20px var(--shadow);
}

.card-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card-header-custom h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
}

/* ============================================
   STAT CARDS
   ============================================ */

.stat-card {
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-secondary) 100%);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px var(--shadow);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.stat-info h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
}

.stat-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

.dashboard-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard-summary-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.55);
}

.summary-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.summary-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.dashboard-badge {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    border: 1px solid transparent;
    letter-spacing: 0.02em;
}

.badge-soft-success {
    background: rgba(56, 203, 137, 0.18);
    color: #2ecc71;
    border-color: rgba(46, 204, 113, 0.25);
}

.badge-soft-warning {
    background: rgba(250, 190, 60, 0.18);
    color: #f1b44c;
    border-color: rgba(250, 190, 60, 0.22);
}

.badge-soft-info {
    background: rgba(0, 136, 255, 0.18);
    color: #4aa3ff;
    border-color: rgba(0, 136, 255, 0.22);
}

.badge-soft-danger {
    background: rgba(220, 53, 69, 0.18);
    color: #ff6b81;
    border-color: rgba(220, 53, 69, 0.25);
}

.badge-soft-secondary {
    background: rgba(148, 163, 184, 0.18);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.22);
}

.dashboard-empty-state {
    border: 1px dashed rgba(148, 163, 184, 0.35);
    border-radius: 14px;
    padding: 28px;
    background: rgba(15, 23, 42, 0.45);
    color: var(--text-secondary);
}

.dashboard-empty-state i {
    font-size: 28px;
    color: var(--accent-color);
}

.dashboard-release-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dashboard-release-cover {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.dashboard-release-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.dashboard-release-meta {
    font-size: 12px;
    color: var(--text-secondary);
}

.dashboard-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard-ticket-item {
    display: block;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(11, 17, 32, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.dashboard-ticket-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(8, 12, 24, 0.35);
}

.dashboard-ticket-item h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.dashboard-ticket-item .ticket-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 6px;
    font-size: 12px;
    color: var(--text-secondary);
}

.dashboard-ticket-item .ticket-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dashboard-ticket-item.status-open {
    border-left: 4px solid #0d6efd;
}

.dashboard-ticket-item.status-progress {
    border-left: 4px solid #f59e0b;
}

.dashboard-ticket-item.status-closed {
    border-left: 4px solid #94a3b8;
}

.dashboard-ticket-item.status-danger {
    border-left: 4px solid #ef4444;
}

/* ============================================
   TABLES
   ============================================ */

/* Bootstrap table override for dark mode */
.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--text-primary);
    --bs-table-striped-bg: transparent;
    --bs-table-striped-color: var(--text-primary);
    --bs-table-hover-bg: var(--bg-secondary);
    --bs-table-hover-color: var(--text-primary);
    background-color: transparent;
    color: var(--text-primary);
}

.table > :not(caption) > * > * {
    background-color: transparent;
    color: var(--text-primary);
    border-bottom-color: var(--border-color);
}

.table-custom {
    width: 100%;
    margin: 0;
    background-color: transparent !important;
}

.table-custom thead {
    border-bottom: 2px solid var(--border-color);
}

.table-custom th {
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
    letter-spacing: 0.5px;
    border: none;
    background-color: transparent !important;
}

.table-custom td {
    padding: 15px;
    border: none;
    color: var(--text-primary) !important;
    vertical-align: middle;
    font-size: 14px;
    background-color: transparent !important;
}

.table-custom tbody tr {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.2s ease;
    background-color: transparent !important;
}

.table-custom tbody tr:hover {
    background-color: var(--bg-secondary) !important;
}

.album-cover {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

/* ============================================
   BADGES
   ============================================ */

.badge {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    backdrop-filter: blur(6px);
    border: 1px solid transparent;
}

.badge-open {
    background: rgba(14, 165, 233, 0.18);
    border-color: rgba(14, 165, 233, 0.4);
    color: #38bdf8;
}

.badge-progress {
    background: rgba(245, 158, 11, 0.22);
    border-color: rgba(245, 158, 11, 0.42);
    color: #fbbf24;
}

.badge-resolved {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.42);
    color: #34d399;
}

.badge-closed {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.42);
    color: #fb7185;
}

.badge-success {
    background-color: rgba(40, 199, 111, 0.15);
    color: #28c76f;
}

.badge-warning {
    background-color: rgba(255, 159, 67, 0.15);
    color: #ff9f43;
}

.badge-danger {
    background-color: rgba(234, 84, 85, 0.15);
    color: #ea5455;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--accent-color);
    color: white;
}

.btn-primary:hover {
    background-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.4);
}

.btn-outline-primary {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
}

.btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: white;
}

.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.btn-outline-secondary:hover {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
}

.btn-outline-danger {
    background-color: transparent;
    border: 1px solid #ea5455;
    color: #ea5455;
}

.btn-outline-danger:hover {
    background-color: #ea5455;
    color: white;
}

/* ============================================
   QUICK ACTIONS
   ============================================ */

.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.action-btn i {
    font-size: 24px;
    color: var(--accent-color);
}

.action-btn:hover {
    background-color: var(--accent-color);
    color: white;
    transform: translateX(5px);
}

.action-btn:hover i {
    color: white;
}

/* ============================================
   SUPPORT TICKETS
   ============================================ */

.support-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.support-form .form-control,
.support-form .form-select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
}

.support-form .form-control:focus,
.support-form .form-select:focus {
    background-color: var(--bg-secondary);
    border-color: var(--accent-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.support-form .form-text {
    color: var(--text-secondary);
    font-size: 12px;
    margin-top: 6px;
    opacity: 0.8;
}

.filter-buttons {
    display: flex;
    gap: 8px;
}

.tickets-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ticket-card {
    --ticket-status-color: var(--accent-color);
    --ticket-status-bg: rgba(0, 212, 255, 0.08);
    --ticket-status-border: rgba(0, 212, 255, 0.35);
    --ticket-status-shadow: rgba(0, 212, 255, 0.28);
    position: relative;
    padding: 22px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.ticket-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 999px;
    background: var(--ticket-status-color);
    opacity: 0.9;
}

.ticket-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, var(--ticket-status-bg), transparent 60%);
    pointer-events: none;
}

.ticket-card > * {
    position: relative;
    z-index: 1;
}

.ticket-card:hover {
    transform: translateY(-4px);
    border-color: var(--ticket-status-border);
    box-shadow: 0 18px 36px var(--ticket-status-shadow);
}

.ticket-card.ticket-status-open {
    --ticket-status-color: rgba(14, 165, 233, 0.95);
    --ticket-status-bg: rgba(14, 165, 233, 0.16);
    --ticket-status-border: rgba(14, 165, 233, 0.55);
    --ticket-status-shadow: rgba(14, 165, 233, 0.26);
}

.ticket-card.ticket-status-progress {
    --ticket-status-color: rgba(245, 158, 11, 0.95);
    --ticket-status-bg: rgba(245, 158, 11, 0.16);
    --ticket-status-border: rgba(245, 158, 11, 0.55);
    --ticket-status-shadow: rgba(245, 158, 11, 0.26);
}

.ticket-card.ticket-status-resolved {
    --ticket-status-color: rgba(34, 197, 94, 0.95);
    --ticket-status-bg: rgba(34, 197, 94, 0.16);
    --ticket-status-border: rgba(34, 197, 94, 0.55);
    --ticket-status-shadow: rgba(34, 197, 94, 0.26);
}

.ticket-card.ticket-status-closed {
    --ticket-status-color: rgba(239, 68, 68, 0.95);
    --ticket-status-bg: rgba(239, 68, 68, 0.16);
    --ticket-status-border: rgba(239, 68, 68, 0.55);
    --ticket-status-shadow: rgba(239, 68, 68, 0.26);
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.ticket-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.ticket-id {
    font-size: 12px;
    color: var(--text-secondary);
    margin-top: 5px;
    display: block;
}

.ticket-message {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0;
}

.ticket-footer {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: var(--text-secondary);
}

.ticket-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ticket-context {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: var(--text-secondary);
}

.ticket-context span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ticket-context i {
    color: var(--accent-color);
}

.ticket-context-chip {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ============================================
   ANALYTICS
   ============================================ */

.period-selector {
    display: flex;
    gap: 8px;
}

.period-selector .btn.active {
    background-color: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}

.top-tracks {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.track-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--bg-secondary);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.track-item:hover {
    border-color: var(--accent-color);
    transform: scale(1.02);
}

.track-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.track-rank {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    color: white;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.track-info img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.track-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.track-info p {
    margin: 3px 0 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.track-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.track-stats .plays {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

.track-stats .revenue {
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 700;
}

.demographics {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.demo-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.demo-label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 150px;
    font-size: 14px;
    color: var(--text-primary);
}

.demo-label i {
    color: var(--accent-color);
}

.demo-bar {
    flex: 1;
    height: 10px;
    background-color: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.demo-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
    border-radius: 10px;
    transition: width 0.5s ease;
}

.demo-percent {
    min-width: 50px;
    text-align: right;
    font-weight: 600;
    color: var(--text-primary);
}

/* ============================================
   PAYMENTS
   ============================================ */

.balance-card {
    text-align: center;
    padding: 30px 25px;
}

.balance-card h6 {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 10px;
}

.balance-card h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--accent-color);
    margin: 10px 0;
}

.stat-icon-small {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

/* ============================================
   PROFILE
   ============================================ */

.profile-picture-large {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--accent-color);
    margin: 20px auto;
    display: block;
}

.profile-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}

.stat-row:last-child {
    border-bottom: none;
}

.stat-row span {
    color: var(--text-secondary);
}

.stat-row strong {
    color: var(--text-primary);
}

.profile-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.profile-form .form-control,
.profile-form .form-select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
}

.profile-form .form-control:focus,
.profile-form .form-select:focus {
    background-color: var(--bg-secondary);
    border-color: var(--accent-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

/* ============================================
   RELEASES
   ============================================ */

.releases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.release-card {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: visible;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.release-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px var(--shadow);
    border-color: var(--accent-color);
    z-index: 5;
}

.release-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.release-card-cover {
    position: relative;
}

.release-card-indicator {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    z-index: 3;
}

.release-card-indicator + .release-card-indicator {
    left: 48px;
}

.release-card-cover-single::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.35), rgba(255, 152, 0, 0.2));
    opacity: 0.45;
    pointer-events: none;
}

.release-card-flag {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
    cursor: pointer;
}

.release-card-flag-icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.release-card-flag-popover {
    position: absolute;
    top: 52px;
    left: 50%;
    width: 260px;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    border: none;
    backdrop-filter: none;
    color: #fff;
    z-index: 10;
}

.release-card-flag:hover .release-card-flag-popover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.release-card-flag-info {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.release-card-flag-danger {
    background: linear-gradient(135deg, #ef4444, #f97316);
}

.release-card-flag-warning {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.release-card-flag-success {
    background: linear-gradient(135deg, #22c55e, #0ea5e9);
}

.release-info {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.release-card-note {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: inherit;
}

.release-card-flag-popover .release-card-note-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.release-card-flag-popover .note-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 16px;
    color: inherit;
    background: rgba(0, 0, 0, 0.15);
}

.release-card-flag-popover .note-title {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.release-card-flag-popover .note-date {
    font-size: 12px;
    opacity: 0.7;
}

.release-card-flag-popover .release-card-note-message {
    font-size: 13px;
    line-height: 1.55;
    color: inherit;
    white-space: normal;
}

.release-card-flag-popover.release-card-note-info {
    background: linear-gradient(150deg, #3b82f6, #1d4ed8);
}

.release-card-flag-popover.release-card-note-danger {
    background: linear-gradient(150deg, #ef4444, #881319);
    color: #fff;
}

.release-card-flag-popover.release-card-note-warning {
    background: linear-gradient(150deg, #f59e0b, #92400e);
    color: #2d1602;
}

.release-card-flag-popover.release-card-note-warning .note-icon {
    background: rgba(45, 22, 2, 0.18);
}

.release-card-flag-popover.release-card-note-success {
    background: linear-gradient(150deg, #22c55e, #065f46);
    color: #032315;
}

.release-card-flag-popover.release-card-note-success .note-icon {
    background: rgba(3, 35, 21, 0.18);
}

.release-info h6 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.release-info p {
    margin: 0 0 10px;
    font-size: 13px;
    color: var(--text-secondary);
}

.release-event-container {
    margin-bottom: 24px;
}

.release-event-banner {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: rgba(102, 126, 234, 0.12);
    border-color: rgba(102, 126, 234, 0.3);
}

.release-event-banner .banner-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #667eea;
    background: rgba(102, 126, 234, 0.18);
}

.release-event-banner .banner-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.release-event-banner .banner-meta {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 6px;
}

.release-event-banner .banner-message {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.release-event-banner-danger {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
}

.release-event-banner-danger .banner-icon {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

.release-event-banner-warning {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.3);
}

.release-event-banner-warning .banner-icon {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

.release-event-banner-success {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.3);
}

.release-event-banner-success .banner-icon {
    background: rgba(34, 197, 94, 0.18);
    color: #22c55e;
}

.release-event-timeline {
    margin-top: 18px;
    padding-left: 12px;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.release-event-item {
    position: relative;
    padding-left: 24px;
}

.release-event-item::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 1);
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.25);
}

.release-event-item-danger::before {
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.25);
}

.release-event-item-warning::before {
    background: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.25);
}

.release-event-item-success::before {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
}

.release-event-item .event-card {
    background: rgba(26, 29, 41, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
}

.release-event-item .event-card-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.release-event-item .event-card-title {
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 6px;
}

.release-event-item .event-card-title i {
    font-size: 16px;
}

.release-event-item .event-card-date {
    font-size: 12px;
    color: var(--text-secondary);
}

.release-event-item .event-card-message {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
    white-space: pre-line;
}

/* ============================================
   CREATE RELEASE FORM
   ============================================ */

.release-form {
    max-width: 100%;
}

.form-section {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border-color);
}

.form-section:last-child {
    border-bottom: none;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, var(--accent-color), var(--accent-hover));
    border-radius: 2px;
}

.release-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.release-form .form-control,
.release-form .form-select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
}

.release-form .form-control:focus,
.release-form .form-select:focus {
    background-color: var(--bg-secondary);
    border-color: var(--accent-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.cover-upload {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cover-preview {
    width: 250px;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    position: relative;
}

.cover-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.cover-upload-info {
    flex: 1;
}

.cover-upload-info ul {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.8;
    padding-left: 20px;
}

.tracks-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.track-upload-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    align-items: flex-start;
}

.track-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    color: white;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.track-details {
    flex: 1;
}

.track-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.platform-checkbox {
    position: relative;
}

.platform-checkbox input {
    position: absolute;
    opacity: 0;
}

.platform-checkbox label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background-color: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: var(--text-primary);
}

.platform-checkbox label i {
    font-size: 24px;
    color: var(--text-secondary);
}

.platform-checkbox input:checked + label {
    border-color: var(--accent-color);
    background-color: rgba(0, 212, 255, 0.1);
}

.platform-checkbox input:checked + label i {
    color: var(--accent-color);
}

.platform-checkbox label:hover {
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
}

/* ============================================
   MODALS
   ============================================ */

.modal-content {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
}

.modal-header {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 25px;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
}

.modal-body {
    padding: 25px;
}

.modal-footer {
    border-top: 1px solid var(--border-color);
    padding: 20px 25px;
}

.btn-close {
    filter: var(--bs-btn-close-white-filter);
    opacity: 0.6;
}

.modal-body .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.modal-body .form-control,
.modal-body .form-select {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 12px 16px;
    border-radius: 10px;
}

.modal-body .form-control:focus,
.modal-body .form-select:focus {
    background-color: var(--bg-secondary);
    border-color: var(--accent-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.modal-body .alert {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-radius: 10px;
    padding: 12px 16px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 992px) {
    .sidebar {
        transform: translateX(-100%);
    }
    
    .sidebar.active {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .releases-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    
    .cover-upload {
        flex-direction: column;
    }
    
    .cover-preview {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        padding: 20px 15px;
    }
    
    .top-navbar {
        padding: 15px 20px;
    }
    
    .user-name {
        display: none;
    }
    
    .page-title {
        font-size: 18px;
    }
    
    .stat-card {
        flex-direction: column;
        text-align: center;
    }
    
    .track-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .track-stats {
        align-items: flex-start;
    }
    
    .demo-label {
        min-width: 120px;
        font-size: 13px;
    }
    
    .platforms-grid {
        grid-template-columns: 1fr;
    }
    
    .track-upload-item {
        flex-direction: column;
    }
    
    .filter-buttons {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .sidebar {
        width: 280px;
    }
    
    .card-header-custom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .period-selector {
        flex-wrap: wrap;
    }
    
    .releases-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   UTILITIES
   ============================================ */

.text-muted {
    color: var(--text-secondary) !important;
}

.text-success {
    color: #28c76f !important;
}

.text-center {
    text-align: center;
}

/* ============================================
   SCROLLBAR
   ============================================ */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-hover);
}

/* ============================================
   RELEASE DETAIL PAGE
   ============================================ */

.release-detail-info h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
}

.release-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 14px;
}

.meta-item i {
    color: var(--accent-color);
    font-size: 18px;
}

.quick-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.stat-item-small {
    text-align: center;
    padding: 15px;
    background-color: var(--bg-secondary);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: var(--text-secondary);
}

.track-list-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.track-item-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.track-item-detail:hover {
    border-color: var(--accent-color);
    transform: translateX(5px);
}

.track-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-play {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-play:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.4);
}

.track-info-detail h6 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.track-info-detail p {
    margin: 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.track-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.track-duration {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

.track-plays {
    font-size: 12px;
    color: var(--text-secondary);
}

.distribution-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.distribution-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.platform-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-right: 15px;
}

.platform-icon.spotify {
    background: #1DB954;
}

.platform-icon.apple {
    background: #FA243C;
}

.platform-icon.youtube {
    background: #FF0000;
}

.platform-icon.amazon {
    background: #00A8E1;
}

.distribution-item h6 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

/* ============================================
   FAQ PAGE
   ============================================ */

.faq-icon {
    font-size: 64px;
    color: var(--accent-color);
}

.search-box {
    max-width: 600px;
    margin: 0 auto;
}

.search-box .input-group-text {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.faq-categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-category-item:hover {
    border-color: var(--accent-color);
    transform: translateX(5px);
}

.faq-category-item.active {
    background-color: rgba(0, 212, 255, 0.1);
    border-color: var(--accent-color);
}

.faq-category-item i {
    font-size: 20px;
    color: var(--accent-color);
}

.faq-category-item span:first-of-type {
    flex: 1;
}

.faq-category-item .badge {
    background-color: var(--bg-primary);
    color: var(--text-secondary);
    font-size: 11px;
    padding: 4px 8px;
}

.accordion-item {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
    border: none;
    font-weight: 600;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 212, 255, 0.1);
    color: var(--accent-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--accent-color);
}

.accordion-button::after {
    filter: var(--text-primary);
}

.accordion-body {
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 20px;
    line-height: 1.8;
}

.accordion-body code {
    background-color: var(--bg-primary);
    color: var(--accent-color);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}

/* ============================================
   TICKET DETAIL PAGE
   ============================================ */

.ticket-detail-header {
    padding: 5px 0;
}

.ticket-detail-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.ticket-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: var(--text-secondary);
}

.separator {
    color: var(--border-color);
}

.ticket-labels {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.label {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.label-primary {
    background-color: rgba(0, 212, 255, 0.15);
    color: var(--accent-color);
}

.label-danger {
    background-color: rgba(234, 84, 85, 0.15);
    color: #ea5455;
}

.ticket-thread {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message-item {
    display: flex;
    gap: 15px;
}

.message-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.message-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.support-message .message-content {
    background-color: rgba(0, 212, 255, 0.05);
    border-color: rgba(0, 212, 255, 0.3);
}

.message-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.message-header strong {
    color: var(--text-primary);
    font-size: 15px;
}

.message-role {
    padding: 3px 10px;
    background-color: var(--bg-primary);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
}

.support-role {
    background-color: rgba(0, 212, 255, 0.2);
    color: var(--accent-color);
}

.payment-role {
    background-color: rgba(40, 199, 111, 0.2);
    color: #28c76f;
}

.message-time {
    font-size: 12px;
    color: var(--text-secondary);
    margin-left: auto;
}

.message-body {
    color: var(--text-secondary);
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.message-body p {
    margin-bottom: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.message-body p:last-child {
    margin-bottom: 0;
}

.system-message {
    display: flex;
    justify-content: center;
}

.message-content-system {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background-color: var(--bg-secondary);
    border: 1px dashed var(--border-color);
    border-radius: 20px;
    font-size: 13px;
    color: var(--text-secondary);
}

.reply-form {
    padding-top: 20px;
    border-top: 2px solid var(--border-color);
}

/* File Upload Area */
.file-upload-area {
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    background: rgba(102, 126, 234, 0.03);
    transition: all 0.3s ease;
}

.file-upload-area:hover,
.file-upload-area.dragover {
    border-color: var(--accent-color);
    background: rgba(102, 126, 234, 0.08);
}

.file-upload-trigger {
    padding: 30px;
    text-align: center;
    cursor: pointer;
}

.file-preview-item {
    background: var(--bg-secondary);
    border-color: var(--border-color) !important;
}

.file-preview-item:hover {
    background: var(--bg-card);
}

.uploaded-file-item {
    background: rgba(40, 167, 69, 0.1) !important;
    border-color: rgba(40, 167, 69, 0.3) !important;
}

/* Message Attachments */
.message-attachments {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.message-attachments-title {
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Message Attachments Container */
.message-attachments {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.attachment-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.attachment-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 8px;
    font-size: 12px;
    color: var(--text-primary);
    text-decoration: none;
    transition: all 0.2s ease;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.attachment-item:hover {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.4);
    color: var(--text-primary);
}

.attachment-item i {
    color: var(--accent-color);
    flex-shrink: 0;
    font-size: 14px;
}

.attachment-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.attachment-item .attachment-size {
    color: var(--text-secondary);
    font-size: 11px;
    flex-shrink: 0;
    white-space: nowrap;
}

.attachment-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    cursor: pointer;
    transition: all 0.2s ease;
}

.attachment-thumbnail:hover {
    border-color: var(--accent-color);
    transform: scale(1.05);
}

.ticket-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 500;
}

.info-value {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

.related-articles {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.related-article-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.related-article-item:hover {
    border-color: var(--accent-color);
    transform: translateX(5px);
}

.related-article-item i {
    color: var(--accent-color);
}

.satisfaction-rating {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.rating-btn {
    flex: 1;
    padding: 12px;
    background-color: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rating-btn:hover {
    border-color: var(--accent-color);
    transform: scale(1.1);
}

/* Link styles for cards */
a.ticket-card,
a.release-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

a.ticket-card:hover,
a.release-card:hover {
    text-decoration: none;
}

/* ============================================
   ARTIST SEARCH & SELECTION
   ============================================ */

.artist-search-container {
    position: relative;
}

.artist-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 8px 24px var(--shadow);
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: var(--bg-secondary);
}

.search-result-item.selected {
    background-color: rgba(0, 212, 255, 0.1);
    cursor: not-allowed;
    opacity: 0.7;
}

.result-artist-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-color);
}

.result-artist-info {
    flex: 1;
}

.result-artist-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified-icon {
    color: var(--accent-color);
    font-size: 16px;
}

.result-artist-meta {
    font-size: 13px;
    color: var(--text-secondary);
}

.selected-check {
    color: var(--accent-color);
    font-size: 20px;
}

.search-loading,
.search-no-results,
.search-error {
    padding: 20px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 14px;
}

.search-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-error {
    color: #ea5455;
}

/* Selected Artists */
.selected-artists {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.selected-artist-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.selected-artist-item:hover {
    border-color: var(--accent-color);
}

.artist-thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-color);
}

.artist-details {
    flex: 1;
}

.artist-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.artist-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.verified-badge {
    color: var(--accent-color);
    font-size: 16px;
}

.artist-listeners {
    color: var(--text-secondary);
}

.artist-role-select {
    width: 180px;
    background-color: var(--bg-primary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.artist-role-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.btn-remove-artist {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: var(--bg-primary);
    color: #ea5455;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.btn-remove-artist:hover {
    background-color: #ea5455;
    color: white;
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .selected-artist-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .artist-role-select {
        width: 100%;
    }
    
    .btn-remove-artist {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

/* ============================================
   RELEASE CREATION - PROGRESS & TABS
   ============================================ */

.release-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    background-color: var(--bg-secondary);
    border-radius: 12px;
    position: relative;
}

.release-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    height: 2px;
    background-color: var(--border-color);
    transform: translateY(-50%);
    z-index: 0;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.progress-step:hover .step-number {
    transform: scale(1.1);
    border-color: var(--accent-color);
}

.progress-step:hover .step-label {
    color: var(--accent-color);
}

.step-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--bg-card);
    border: 3px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.step-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    text-align: center;
    transition: all 0.3s ease;
}

.progress-step.active .step-number {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
    border-color: var(--accent-color);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 212, 255, 0.4);
}

.progress-step.active .step-label {
    color: var(--accent-color);
    font-weight: 600;
}

.progress-step.completed .step-number {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
}

.progress-step.completed .step-number::after {
    content: '✓';
    font-size: 18px;
}

.progress-step.completed .step-label {
    color: var(--text-primary);
}

/* Release Tabs */
.release-tab {
    display: none;
    animation: fadeInTab 0.3s ease;
}

.release-tab.active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid var(--border-color);
}

/* ============================================
   RELEASE PREVIEW
   ============================================ */

.release-preview {
    background-color: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
}

.preview-header {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--border-color);
}

.preview-cover {
    width: 180px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px var(--shadow);
    flex-shrink: 0;
}

.preview-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-info {
    flex: 1;
}

.preview-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.preview-artists {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.preview-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--text-secondary);
}

.preview-badge {
    padding: 6px 14px;
    background-color: var(--accent-color);
    color: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
}

.preview-label {
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0;
}

.preview-section {
    margin-bottom: 30px;
}

.preview-section h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.preview-tracks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.preview-track-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.track-number-preview {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    color: white;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
}

.track-name-preview {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
}

.track-duration-preview {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

.preview-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}

.platform-badge i {
    font-size: 18px;
    color: var(--accent-color);
}

.preview-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
}

.detail-value {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .release-progress {
        overflow-x: auto;
        padding: 20px 15px;
    }
    
    .release-progress::before {
        display: none;
    }
    
    .step-label {
        font-size: 11px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .preview-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .preview-cover {
        width: 150px;
        height: 150px;
    }
    
    .form-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .form-navigation button,
    .form-navigation .d-flex {
        width: 100%;
    }
}

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

.simple-pricing-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.simple-pricing-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
}

.simple-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.simple-pricing-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

/* Artist Package - Cyan Theme */
.artist-package {
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.artist-package::before {
    background: linear-gradient(135deg, #00d4ff 0%, #00b8e6 100%);
}

.artist-package .package-icon {
    background: linear-gradient(135deg, #00d4ff 0%, #00b8e6 100%);
}

.artist-package .package-price h2 {
    color: #00d4ff;
}

.artist-package .package-features li i {
    color: #00d4ff;
}

.artist-package .btn-package {
    background: linear-gradient(135deg, #00d4ff 0%, #00b8e6 100%);
    color: #000;
    border: none;
}

.artist-package .btn-package:hover {
    background: linear-gradient(135deg, #00b8e6 0%, #009fc7 100%);
    transform: scale(1.02);
}

/* Label Package - Purple Theme */
.label-package {
    border: 2px solid rgba(147, 51, 234, 0.3);
}

.label-package::before {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
}

.label-package .package-icon {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
}

.label-package .package-price h2 {
    color: #9333ea;
}

.label-package .package-features li i {
    color: #9333ea;
}

.label-package .btn-package {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    color: #fff;
    border: none;
}

.label-package .btn-package:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    transform: scale(1.02);
}

/* Package Badge */
.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

/* Package Icon */
.package-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.package-icon i {
    font-size: 24px;
    color: #fff;
}

/* Package Title */
.simple-pricing-card h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--text-primary);
}

.package-subtitle {
    text-align: center;
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 18px;
}

/* Package Price */
.package-price {
    text-align: center;
    margin-bottom: 18px;
    padding: 14px 0;
    border-bottom: 2px solid var(--border-color);
}

.package-price h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.package-price span {
    font-size: 18px;
    color: var(--text-secondary);
    font-weight: 500;
}

.package-note {
    margin-top: 18px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.package-restriction {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #f8d95a;
}

.package-restriction i {
    color: #f8d95a;
}

/* Package Features */
.package-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-features li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.package-summary-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px;
}

.package-summary-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.package-summary-image {
    width: 100%;
    padding-top: 60%;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.package-summary-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--accent-color);
}

.package-summary-features {
    width: 100%;
    text-align: left;
    margin-top: 18px;
}

.package-features h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    margin-bottom: 14px;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features li {
    padding: 9px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    font-size: 15px;
    flex-shrink: 0;
}

/* Package Button */
.btn-package {
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Package Note */
.package-note {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* FAQ Section */
.accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-weight: 600;
    padding: 16px 20px;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: var(--bg-secondary);
    color: var(--accent-color);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

[data-theme="light"] .accordion-button::after {
    filter: none;
}

.accordion-body {
    padding: 20px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Responsive Pricing */
@media (max-width: 992px) {
    .simple-pricing-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .simple-pricing-card {
        padding: 30px 20px;
    }
    
    .simple-pricing-card h3 {
        font-size: 26px;
    }
    
    .package-price h2 {
        font-size: 44px;
    }
    
    .package-icon {
        width: 70px;
        height: 70px;
    }
    
    .package-icon i {
        font-size: 35px;
    }
    
    .package-features li {
        font-size: 14px;
    }
}

/* ============================================
   LANGUAGE SELECTOR (AUTH PAGES ONLY)
   ============================================ */

.auth-page .language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.auth-page .language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.auth-page .language-btn:hover {
    border-color: var(--accent-color);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2);
}

.auth-page .language-btn .flag {
    font-size: 20px;
}

.auth-page .language-btn .lang-code {
    font-weight: 600;
}

.auth-page .language-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.auth-page .language-selector:has(.language-dropdown.show) .language-btn i {
    transform: rotate(180deg);
}

.auth-page .language-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    min-width: 180px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.auth-page .language-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.auth-page .language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border-color);
}

.auth-page .language-option:last-child {
    border-bottom: none;
}

.auth-page .language-option:hover {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.auth-page .language-option.active {
    background: rgba(0, 212, 255, 0.1);
    color: var(--accent-color);
    font-weight: 600;
}

.auth-page .language-option .flag {
    font-size: 24px;
}

.auth-page .language-option .lang-name {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-page .language-selector {
        position: fixed;
        top: 15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        z-index: 1000;
    }
    
    .auth-page .language-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .auth-page .language-btn .flag {
        font-size: 18px;
    }
    
    .auth-page .language-dropdown {
        min-width: 150px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-10px);
    }
    
    .auth-page .language-dropdown.show {
        transform: translateX(-50%) translateY(0);
    }
    
    .auth-page .language-option {
        padding: 10px 12px;
    }
    
    .auth-page .auth-container {
        margin-top: 60px;
    }
}

/* ============================================
   AUTH PAGES (LOGIN/REGISTER)
   ============================================ */

.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    padding: 40px 20px 100px;  /* Extra bottom padding for auth footer */
}

.auth-container {
    width: 100%;
    max-width: 450px;
}

.auth-card {
    background: var(--bg-card);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-header i {
    font-size: 48px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.auth-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.auth-header p {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0;
}

.auth-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-secondary);
    font-size: 16px;
}

.input-with-icon .form-control {
    padding-left: 45px;
    padding-right: 45px;
    height: 48px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.input-with-icon .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-with-icon .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--bg-secondary) inset !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.input-with-icon .form-control:focus {
    background: var(--bg-card);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
    color: var(--text-primary) !important;
}

.input-with-icon .form-control:focus:-webkit-autofill {
    -webkit-text-fill-color: var(--text-primary) !important;
}

.input-with-icon .toggle-password {
    position: absolute;
    right: 15px;
    left: auto;
    cursor: pointer;
    font-size: 18px;
}

.input-with-icon .toggle-password:hover {
    color: var(--accent-color);
}

.form-check-input {
    background-color: var(--bg-secondary);
    border-color: var(--border-color);
}

.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.form-check-label {
    font-size: 13px;
    color: var(--text-secondary);
}

.auth-link {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.auth-link:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}

.btn-auth {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    color: var(--text-primary);
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.btn-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
}

/* Resend Button Styles */
.resend-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.resend-container #resendText {
    color: var(--text-secondary);
    font-size: 14px;
}

.btn-resend {
    background: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-resend:hover:not(:disabled) {
    background: var(--accent-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(124, 58, 237, 0.4);
}

.btn-resend:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #555;
    color: #666;
}

.btn-resend:not(:disabled) {
    background: linear-gradient(135deg, var(--accent-color), #9333ea);
    border: 2px solid var(--accent-color);
    color: white !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.5);
    animation: pulse-resend 2s ease-in-out infinite;
}

@keyframes pulse-resend {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(124, 58, 237, 0.5);
    }
    50% {
        box-shadow: 0 4px 20px rgba(124, 58, 237, 0.7);
    }
}

.auth-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 600;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border-color);
}

.auth-divider span {
    padding: 0 15px;
}

.social-auth {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.btn-social {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-social:hover {
    background: var(--bg-card);
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.btn-social i {
    margin-right: 10px;
    font-size: 18px;
}

.auth-footer-text {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 10px;
    font-size: 15px;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
}

.auth-link-accent {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.auth-link-accent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.auth-link-accent:hover {
    color: var(--accent-hover);
    text-decoration: none;
}

.auth-link-accent:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Account Type Selector */
.account-type-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.account-type-option {
    position: relative;
}

.account-type-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-type-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.account-type-option label i {
    font-size: 32px;
    color: var(--text-secondary);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.account-type-option label span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.account-type-option input[type="radio"]:checked + label {
    background: rgba(0, 212, 255, 0.1);
    border-color: var(--accent-color);
}

.account-type-option input[type="radio"]:checked + label i {
    color: var(--accent-color);
}

/* Phone Input */
.phone-input-group {
    display: flex;
    gap: 8px;
}

.country-select {
    width: 100px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary) !important;
    border-radius: 10px;
    padding: 12px 8px;
    height: 48px;
    font-size: 13px;
    font-weight: 600;
}

.country-select option {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.phone-input {
    flex: 1;
    height: 48px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-primary) !important;
    border-radius: 10px;
    padding: 12px;
}

.phone-input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.phone-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--bg-secondary) inset !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.phone-input:focus,
.country-select:focus {
    background: var(--bg-card);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
    outline: none;
    color: var(--text-primary) !important;
}

.phone-input:focus:-webkit-autofill {
    -webkit-text-fill-color: var(--text-primary) !important;
}

/* Validation Styles */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15) !important;
}

.is-invalid:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(220, 53, 69, 0.1) inset !important;
    border-color: #dc3545 !important;
}

.error-message {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}

/* Password Strength Bar */
.password-strength-bar {
    width: 100%;
    height: 6px;
    background: var(--bg-secondary);
    border-radius: 10px;
    overflow: hidden;
}

.strength-progress {
    height: 100%;
    width: 0%;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.strength-progress.weak {
    background: #dc3545;
}

.strength-progress.medium {
    background: #ffc107;
}

.strength-progress.good {
    background: #17a2b8;
}

.strength-progress.strong {
    background: linear-gradient(90deg, #00d4ff 0%, #00b8e6 100%);
}

.strength-text {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

/* Custom Notifications */
.custom-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 350px;
    max-width: 500px;
    background: var(--bg-card);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10000;
    border-left: 4px solid;
}

.custom-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.custom-notification .notification-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-notification .notification-content i {
    font-size: 28px;
    flex-shrink: 0;
}

.custom-notification .notification-content span {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.success-notification {
    border-left-color: #00d4ff;
}

.success-notification .notification-content i {
    color: #00d4ff;
}

.error-notification {
    border-left-color: #dc3545;
}

.error-notification .notification-content i {
    color: #dc3545;
}

.notification-progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin-top: 15px;
    overflow: hidden;
}

.notification-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00d4ff 0%, #00ff88 100%);
    border-radius: 2px;
    transition: width 3s linear;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

/* Responsive Auth */
@media (max-width: 480px) {
    .auth-card {
        padding: 30px 20px;
    }
    
    .auth-header h2 {
        font-size: 24px;
    }
    
    .phone-input-group {
        flex-direction: column;
    }
    
    .country-select {
        width: 100%;
    }
    
    .custom-notification {
        min-width: auto;
        max-width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}

/* OTP Verification Styles */
.verification-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: var(--text-primary);
}

.verification-info i {
    color: var(--accent-color);
    font-size: 16px;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.otp-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: 2px solid var(--border-color);
    background: var(--bg-secondary);
    color: var(--text-primary);
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.otp-input:focus {
    border-color: var(--accent-color);
    background: var(--bg-card);
    box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
    transform: scale(1.05);
}

.otp-input.is-invalid {
    border-color: #dc3545;
    animation: shake 0.4s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.resend-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 15px;
    background: var(--bg-secondary);
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid var(--border-color);
}

.resend-container span {
    color: var(--text-secondary);
}

.btn-resend {
    background: none;
    border: none;
    color: var(--accent-color);
    font-weight: 600;
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.btn-resend:hover:not(:disabled) {
    color: #00b8e6;
    background: rgba(0, 212, 255, 0.1);
}

.btn-resend:disabled {
    color: var(--text-secondary);
    cursor: not-allowed;
    opacity: 0.5;
}

.btn-resend i {
    font-size: 14px;
    margin-right: 5px;
}

#resendTimer {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 13px;
}

.backup-code-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    background: var(--bg-secondary);
    border-radius: 10px;
    font-size: 14px;
}

.backup-code-info i {
    color: var(--accent-color);
    font-size: 16px;
}

.backup-code-section {
    margin-top: 20px;
}

.backup-code-section .text-muted {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: var(--text-secondary);
}

/* Responsive OTP */
@media (max-width: 480px) {
    .otp-input {
        width: 45px;
        height: 55px;
        font-size: 20px;
    }
    
    .otp-container {
        gap: 8px;
    }
    
    .verification-info {
        font-size: 13px;
        padding: 10px 15px;
    }
}

/* ============================================
   SPOTIFY CLAIM PAGE
   ============================================ */

.spotify-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    display: flex;
    gap: 20px;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 50px;
    width: 2px;
    height: calc(100% - 30px);
    background: var(--border-color);
}

.step-number {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(29, 185, 84, 0.3);
    z-index: 1;
    position: relative;
}

.step-content {
    flex: 1;
    padding-bottom: 10px;
}

.step-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.step-content p {
    font-size: 14px;
    color: var(--text-primary) !important;
    margin-bottom: 12px;
}

.info-box {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: rgba(0, 212, 255, 0.1) !important;
    border-left: 3px solid var(--accent-color);
    border-radius: 8px;
    margin-top: 12px;
}

.info-box i {
    color: var(--accent-color) !important;
    font-size: 18px;
    margin-top: 2px;
}

.info-box span {
    font-size: 13px;
    color: var(--text-primary) !important;
}

.success-box {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: rgba(40, 199, 111, 0.1) !important;
    border-left: 3px solid #28c76f;
    border-radius: 8px;
    margin-top: 12px;
}

.success-box i {
    color: #28c76f !important;
    font-size: 18px;
    margin-top: 2px;
}

.success-box span {
    font-size: 13px;
    color: var(--text-primary) !important;
}

.verification-methods {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.verification-methods li {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

.verification-methods li:last-child {
    border-bottom: none;
}

.verification-methods i {
    font-size: 18px;
    margin-top: 2px;
}

.verification-methods span {
    font-size: 14px;
    color: var(--text-primary) !important;
}

.feature-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-content h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-primary);
}

.feature-content p {
    font-size: 13px;
    color: var(--text-primary) !important;
    margin: 0;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: var(--bg-secondary);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick-link-item:hover {
    background: var(--bg-primary);
    transform: translateX(5px);
}

.quick-link-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.quick-link-content {
    flex: 1;
}

.quick-link-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--text-primary);
}

.quick-link-content small {
    font-size: 12px;
    color: var(--text-primary) !important;
    opacity: 0.7;
}

.quick-link-item > .bi-chevron-right {
    color: var(--text-secondary);
    font-size: 18px;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--bg-secondary);
    border-radius: 8px;
}

.requirement-item i {
    font-size: 18px;
}

.requirement-item span {
    font-size: 14px;
    color: var(--text-primary);
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: var(--bg-secondary) !important;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-primary) !important;
}

/* ============================================
   INFO BANNERS (SPOTIFY & YOUTUBE)
   ============================================ */

.spotify-info-banner {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%) !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 30px !important;
}

.spotify-info-banner .banner-icon {
    font-size: 32px;
    margin-right: 20px;
    color: white !important;
}

.spotify-info-banner .banner-title {
    color: white !important;
    margin-bottom: 8px;
    font-weight: 700 !important;
}

.spotify-info-banner .banner-text {
    margin: 0 !important;
    opacity: 0.95;
    font-size: 15px;
    color: white !important;
}

.youtube-info-banner {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%) !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 30px !important;
}

.youtube-info-banner .banner-icon {
    font-size: 32px;
    margin-right: 20px;
    color: white !important;
}

.youtube-info-banner .banner-title {
    color: white !important;
    margin-bottom: 8px;
    font-weight: 700 !important;
}

.youtube-info-banner .banner-text {
    margin: 0 !important;
    opacity: 0.95;
    font-size: 15px;
    color: white !important;
}

/* ============================================
   SPOTIFY PITCHING PAGE
   ============================================ */

.image-upload-area {
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.image-upload-area:hover {
    border-color: var(--accent-color);
    background-color: rgba(0, 212, 255, 0.02);
}

.upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.image-preview-grid {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.image-preview-card {
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
    cursor: default;
}

.image-preview-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2);
}

.image-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-image-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(234, 84, 85, 0.9);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.remove-image-btn:hover {
    background: #ea5455;
    transform: scale(1.1);
}

.tips-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tip-item {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: var(--bg-secondary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tip-item:hover {
    background: var(--bg-primary);
    transform: translateX(5px);
}

.tip-item i {
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.tip-item span {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-primary);
}

.pitch-history-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pitch-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: var(--bg-secondary);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.pitch-history-item:hover {
    background: var(--bg-primary);
    border-color: var(--accent-color);
}

.pitch-history-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.pitch-history-info small {
    font-size: 12px;
    color: var(--text-primary);
    opacity: 0.7;
}

.add-more-btn {
    width: 100%;
    margin-top: 15px;
    padding: 12px 20px;
    background: var(--bg-secondary);
    border: 2px dashed var(--border-color);
    border-radius: 10px;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-more-btn:hover {
    background: rgba(0, 212, 255, 0.1);
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.add-more-btn i {
    font-size: 18px;
}

/* ============================================
   YOUTUBE OAC PAGE
   ============================================ */

.oac-requirements {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.req-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.req-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.req-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.req-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.req-content p {
    font-size: 14px;
    color: var(--text-primary) !important;
    margin-bottom: 12px;
}

.req-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.req-status.success {
    background: rgba(40, 199, 111, 0.1);
    color: #28c76f;
}

.req-status.warning {
    background: rgba(255, 159, 67, 0.1);
    color: #ff9f43;
}

.req-status.info {
    background: rgba(0, 212, 255, 0.1);
    color: var(--accent-color);
}

.application-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-item {
    padding: 18px;
    background: var(--bg-secondary);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 12px;
}

.app-info h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.app-info small {
    font-size: 12px;
    color: var(--text-primary) !important;
    opacity: 0.7;
}

.app-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 12px;
    color: var(--text-primary) !important;
    opacity: 0.8;
}

.app-meta i {
    margin-right: 4px;
}

.app-progress {
    margin-top: 12px;
}

.app-progress .progress {
    height: 6px;
    background: var(--bg-primary);
    border-radius: 3px;
    margin-bottom: 8px;
}

.app-progress small {
    font-size: 12px;
    color: var(--text-primary) !important;
    opacity: 0.7;
}

.app-success {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: rgba(40, 199, 111, 0.1) !important;
    border-radius: 8px;
    margin-top: 12px;
}

.app-success i {
    font-size: 20px;
    color: #28c76f !important;
    margin-top: 2px;
}

.app-success span {
    font-size: 13px;
    color: var(--text-primary) !important;
}

.app-reject {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: rgba(234, 84, 85, 0.1) !important;
    border-radius: 8px;
    margin-top: 12px;
}

.app-reject i {
    font-size: 20px;
    color: #ea5455 !important;
    margin-top: 2px;
    flex-shrink: 0;
}

.app-reject strong {
    color: var(--text-primary) !important;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
}

.app-reject p {
    font-size: 13px;
    color: var(--text-primary) !important;
    margin-bottom: 10px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--bg-secondary);
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-primary);
}

.benefit-item i {
    font-size: 20px;
}

.btn-danger {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
    border: none;
    color: white;
    font-weight: 600;
}

.btn-danger:hover {
    background: linear-gradient(135deg, #CC0000 0%, #AA0000 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

/* ============================================
   FILE UPLOAD AREA (Support & Track Upload)
   ============================================ */

.file-upload-area {
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    padding: 30px;
    background: var(--bg-secondary);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.file-upload-area:hover {
    border-color: var(--accent-color);
    background: rgba(0, 212, 255, 0.05);
}

.file-upload-area.dragover {
    border-color: var(--accent-color);
    background: rgba(0, 212, 255, 0.1);
    transform: scale(1.02);
}

.upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
}

.upload-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.upload-icon i {
    font-size: 40px;
    color: var(--accent-color);
}

.upload-placeholder h5 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.upload-placeholder p {
    color: var(--text-secondary);
    font-size: 13px;
    margin: 0;
}

.file-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.file-preview-card {
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--bg-card);
    transition: all 0.3s ease;
}

.file-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.file-preview-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.file-preview-card .file-icon {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-secondary);
}

.file-preview-card .file-icon i {
    font-size: 48px;
}

.file-preview-card .file-info {
    padding: 10px;
}

.file-preview-card .file-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview-card .file-size {
    font-size: 11px;
    color: var(--text-secondary);
}

.file-preview-card .remove-file-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.9);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.file-preview-card:hover .remove-file-btn {
    opacity: 1;
}

.file-preview-card .remove-file-btn:hover {
    background: rgba(255, 0, 0, 1);
    transform: scale(1.1);
}

.file-preview-card .remove-file-btn i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .file-upload-area {
        padding: 20px;
    }
    
    .upload-placeholder {
        padding: 15px;
        gap: 10px;
    }
    
    .upload-icon {
        width: 60px;
        height: 60px;
    }
    
    .upload-icon i {
        font-size: 30px;
    }
    
    .upload-placeholder h5 {
        font-size: 14px;
    }
    
    .upload-placeholder p {
        font-size: 12px;
    }
    
    .file-preview-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }
    
    .file-preview-card img,
    .file-preview-card .file-icon {
        height: 100px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .step-item {
        flex-direction: column;
        gap: 12px;
    }
    
    .step-item::after {
        display: none;
    }
    
    .req-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .feature-box {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.main-footer {
    background: var(--bg-card);
    border-top: 1px solid var(--border-color);
    margin-left: 250px;
    margin-top: 60px;
    padding: 50px 0 20px;
    transition: all 0.3s ease;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    color: var(--text-primary);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.footer-brand h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-brand h3 i {
    color: var(--accent-color);
    font-size: 32px;
}

.footer-brand p {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-link:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.footer-links a i {
    font-size: 16px;
    color: var(--accent-color);
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.footer-bottom-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: var(--text-secondary);
    font-size: 13px;
    margin: 0;
}

.footer-credits {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-credits i {
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        margin-left: 0;
        margin-top: 30px;
        padding: 30px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 0 20px;
    }
    
    .footer-social {
        justify-content: center;
    }
}

/* Sidebar collapsed state */
.sidebar.collapsed ~ .main-content .main-footer {
    margin-left: 80px;
}

/* ============================================
   AUTH FOOTER (Login, Register, Verify Pages)
   ============================================ */

.auth-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-card);
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    z-index: 100;
}

.auth-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth-footer-content p {
    color: var(--text-secondary);
    font-size: 13px;
    margin: 0;
}

.auth-footer-links {
    display: flex;
    gap: 20px;
}

.auth-footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.auth-footer-links a:hover {
    color: var(--accent-color);
}

/* Responsive for auth footer */
@media (max-width: 768px) {
    .auth-footer-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .auth-footer-links {
        gap: 15px;
    }
    
    .auth-footer-text {
        padding: 15px;
        font-size: 14px;
        margin-top: 20px;
    }
}

/* ============================================
   FORGOT PASSWORD PAGE
   ============================================ */

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.back-link:hover {
    color: var(--accent-color);
    gap: 12px;
}

.back-link i {
    transition: transform 0.3s ease;
}

.back-link:hover i {
    transform: translateX(-3px);
}

/* Recovery Tabs */
.recovery-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.recovery-tab {
    flex: 1;
    padding: 15px 20px;
    background: var(--bg-secondary);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text-secondary);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.recovery-tab i {
    font-size: 20px;
}

.recovery-tab:hover {
    border-color: var(--accent-color);
    background: rgba(0, 212, 255, 0.05);
}

.recovery-tab.active {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    border-color: var(--accent-color);
    color: white;
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.3);
}

/* Recovery Forms */
.recovery-form {
    display: none;
}

.recovery-form.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Security Note */
.security-note {
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.security-note i {
    font-size: 18px;
    color: var(--accent-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.security-note p {
    color: var(--text-secondary);
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

/* Verification Screen */
.verification-screen {
    background: var(--bg-card);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
}

.verification-screen .auth-card-header {
    text-align: center;
    margin-bottom: 30px;
}

.verification-screen .auth-card-header i {
    font-size: 64px;
    color: var(--accent-color);
    margin-bottom: 20px;
    display: block;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.3));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.5));
    }
}

.verification-screen .auth-card-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.verification-screen .auth-card-header p {
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* Success Screen */
.success-screen {
    display: none;
    text-align: center;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s ease;
}

.success-screen.show {
    opacity: 1;
    transform: scale(1);
}

.success-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #00d4ff 0%, #00b8e6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: successPulse 1s ease-in-out infinite;
}

.success-icon i {
    font-size: 50px;
    color: white;
}

@keyframes successPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(0, 212, 255, 0);
    }
}

.success-screen h2 {
    color: var(--text-primary);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.success-screen > p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.success-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.success-actions .btn {
    flex: 1;
    padding: 12px 20px;
    font-weight: 500;
}

.success-note {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 14px;
}

.success-note i {
    font-size: 20px;
    color: var(--accent-color);
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-page {
        padding: 20px 15px 120px;  /* More bottom padding on mobile */
    }
    
    .recovery-tabs {
        flex-direction: column;
        gap: 10px;
    }
    
    .recovery-tab {
        padding: 12px 15px;
    }
    
    .success-actions {
        flex-direction: column;
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .success-icon i {
        font-size: 40px;
    }
    
    .success-screen h2 {
        font-size: 24px;
    }
    
    .security-note {
        padding: 12px;
    }
    
    .security-note i {
        font-size: 16px;
    }
    
    .security-note p {
        font-size: 12px;
    }
}

/* ============================================
   TRACK MANAGEMENT STYLES
   ============================================ */

.track-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.track-item:hover {
    border-color: var(--accent-color);
    box-shadow: 0 4px 12px var(--shadow);
}

.track-number-badge {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

.track-item .card-body {
    padding: 20px;
}

.track-item h6 {
    color: var(--text-primary);
    font-weight: 600;
    margin: 0;
}

.track-item small {
    color: var(--text-secondary);
}

.track-item .btn-group {
    gap: 8px;
}

.tracks-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Track Mobile Responsive */
@media (max-width: 768px) {
    .track-info-desktop {
        display: none !important;
    }
    
    .track-info-mobile {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .track-card-inner {
        flex-direction: column !important;
        align-items: center !important;
        text-align: left !important;
        gap: 1rem !important;
        padding: 1.25rem !important;
    }
    
    /* Badge at top center */
    .track-card-inner > div:first-child {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem;
        align-self: center;
    }
    
    /* Mobile Info Section - full width */
    .track-info-mobile {
        width: 100% !important;
        flex: none !important;
        gap: 0.625rem !important;
    }
    
    .track-info-mobile h6 {
        text-align: left;
        font-size: 1.125rem !important;
    }
    
    .track-info-mobile > div {
        text-align: left;
        font-size: 0.9rem !important;
    }
    
    /* Buttons at bottom center */
    .track-card-inner > div:last-child {
        display: flex !important;
        justify-content: center;
        width: 100%;
        margin-top: 0.5rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        gap: 0.625rem !important;
    }
    
    .track-card-inner > div:last-child button {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Track Modal Adjustments */
#addTrackModal .modal-content {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
}

#addTrackModal .modal-header {
    border-bottom: 1px solid var(--border-color);
}

#addTrackModal .form-label {
    color: var(--text-primary);
}

#addTrackModal .form-control,
#addTrackModal .form-select {
    background-color: var(--bg-primary);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

#addTrackModal .form-control:focus,
#addTrackModal .form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
    background-color: var(--bg-primary);
}

/* --- Analytics Page --- */
.analytics-container {
    padding-bottom: 48px;
}

.analytics-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.analytics-title {
    font-weight: 600;
    font-size: 1.9rem;
    margin-bottom: 4px;
}

.analytics-subtitle {
    color: rgba(255, 255, 255, 0.6);
    max-width: 620px;
    margin: 0;
}

.analytics-search {
    position: relative;
    min-width: 240px;
}

.analytics-search i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.45);
}

.analytics-search .form-control {
    padding-left: 38px;
    border-radius: 12px;
    background: rgba(18, 24, 48, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

.analytics-stats .analytics-stat-card {
    background: rgba(18, 24, 48, 0.65);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 55px rgba(8, 12, 32, 0.35);
    height: 100%;
}

.analytics-stat-card .stat-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.analytics-stat-card .stat-value {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.analytics-stat-card .stat-hint {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.analytics-table-card {
    border-radius: 18px;
}

.analytics-table thead th {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.analytics-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 160ms ease;
}

.analytics-table tbody tr:hover {
    background: rgba(91, 124, 255, 0.08);
}

.track-cell .track-title {
    font-weight: 600;
}

.track-meta {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.track-artists {
    max-width: 360px;
}

.bg-soft-primary {
    background: rgba(91, 124, 255, 0.18) !important;
    color: #bfc9ff !important;
}

.analytics-empty {
    border-radius: 18px;
    border: 1px dashed rgba(91, 124, 255, 0.35);
    background: rgba(18, 24, 48, 0.4);
}

.analytics-empty-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(91, 124, 255, 0.18);
    color: #5b7cff;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.analytics-modal {
    background: rgba(8, 11, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 20px;
    backdrop-filter: blur(22px);
}

.analytics-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.analytics-modal-loader {
    text-align: center;
    padding: 48px 0;
}

/* ============================================
   ARTIST SEARCH PAGE
   ============================================ */

.artist-search-simple {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 60px;
}

.artist-search-hero-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.artist-search-hero-text {
    max-width: 480px;
}

.artist-search-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.artist-search-subtitle {
    color: var(--text-secondary);
    margin-bottom: 0;
}

.artist-search-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 576px) {
    .artist-search-form {
        flex-direction: row;
        align-items: center;
    }
}

.artist-search-field {
    position: relative;
    flex: 1;
}

.artist-search-field i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #1db954;
    opacity: 0.85;
}

.artist-search-field .form-control {
    padding-left: 44px;
    height: 52px;
    border-radius: 12px;
    background: rgba(10, 14, 32, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
}

.artist-search-field .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: none;
}

.artist-search-button {
    min-width: 160px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.artist-manual-btn {
    width: 100%;
    max-width: 360px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-primary);
}

.artist-manual-btn:hover {
    border-color: var(--accent-color);
}

.artist-selected-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artist-selected-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.artist-selected-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(91, 124, 255, 0.4);
}

.artist-results-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artist-results-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.artist-result-item {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(20, 24, 45, 0.5);
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.artist-result-item:hover {
    border-color: rgba(91, 124, 255, 0.5);
    transform: translateY(-1px);
}

.artist-result-item.active {
    border-color: rgba(91, 124, 255, 0.85);
    background: rgba(91, 124, 255, 0.18);
}

.artist-result-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.artist-result-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.artist-result-name {
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-result-meta {
    font-size: 0.82rem;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-search-state {
    padding: 32px 16px;
    border-radius: 14px;
    background: rgba(18, 24, 48, 0.35);
    border: 1px dashed rgba(255, 255, 255, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.artist-search-state i {
    font-size: 1.8rem;
    color: rgba(91, 124, 255, 0.85);
}

.artist-search-state p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* ============================================
   SUBSCRIPTION GUARD
   ============================================ */

.subscription-guard-card {
    max-width: 560px;
    margin: 60px auto;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.subscription-guard-card h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-primary);
}

.subscription-guard-card .btn {
    min-width: 200px;
}

.subscription-guard-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(91, 124, 255, 0.15);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
}

@media (max-width: 575.98px) {
    .subscription-guard-card {
        padding: 36px 24px;
        margin: 40px auto;
    }

    .subscription-guard-card .btn {
        width: 100%;
    }
}

/* ============================================
   ARTIST SEARCH STATUS & EXISTING LIST
   ============================================ */

.artist-status-card {
    display: none;
}

.artist-defined-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: rgba(20, 24, 45, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 20px;
}

.artist-defined-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.artist-defined-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.artist-existing-card {
    /* d-none class ile kontrol ediliyor */
}

.artist-existing-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.existing-artist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(20, 24, 45, 0.5);
}

.existing-artist-item.is-default {
    border-color: rgba(91, 124, 255, 0.6);
    background: rgba(91, 124, 255, 0.15);
}

.existing-artist-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.existing-artist-image {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.existing-artist-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .artist-defined-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .existing-artist-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .existing-artist-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

/* PR Packages */
.pr-pricing-card {
    background: rgba(20, 24, 36, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 28px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 14px 30px rgba(8, 12, 24, 0.35);
}

[data-theme="light"] .pr-pricing-card {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.pr-pricing-card.pr-card-active {
    border-color: rgba(0, 212, 255, 0.35);
    box-shadow: 0 18px 38px rgba(0, 212, 255, 0.09);
}

.pr-pricing-card.pr-card-inactive {
    opacity: 0.88;
}

.pr-card-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
}

.pr-card-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.65) 100%);
    opacity: 0.55;
    transition: opacity 0.3s ease;
}

.pr-card-active .pr-card-cover::after {
    opacity: 0.4;
}

.pr-pricing-card:hover .pr-card-cover::after {
    opacity: 0.2;
}

.pr-card-meta {
    margin-top: 4px;
    display: flex;
    justify-content: center;
}

.pr-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    background: rgba(0, 212, 255, 0.15);
    color: rgba(141, 226, 255, 0.95);
    border: 1px solid rgba(0, 212, 255, 0.35);
}

.pr-card-badge i {
    font-size: 14px;
}

.pr-card-badge.inactive {
    background: rgba(148, 163, 184, 0.28);
    color: rgba(226, 232, 240, 0.78);
    border-color: rgba(148, 163, 184, 0.45);
}

.pr-pricing-card h3 {
    margin-bottom: 6px;
}

.pr-pricing-card .package-subtitle {
    min-height: 48px;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.pr-pricing-card .package-price {
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.pr-pricing-card .package-price h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 6px;
}

.pr-pricing-card .package-price span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.pr-pricing-card .package-price.price-contact {
    border-bottom: none;
    padding-bottom: 0;
}

.pr-pricing-card .package-price.price-contact h2 {
    font-size: 1.4rem;
    color: var(--text-primary);
}

.pr-pricing-card .price-hint {
    font-size: 0.85rem;
}

.pr-pricing-card .package-features {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.pr-pricing-card .package-features h6 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.pr-pricing-card .package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-pricing-card .package-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(148, 163, 184, 0.08);
    font-size: 0.92rem;
    color: rgba(226, 232, 240, 0.82);
    border-bottom: none;
}

[data-theme="light"] .pr-pricing-card .package-features li {
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.76);
}

.pr-pricing-card .package-features li i {
    color: var(--accent-color);
    font-size: 1rem;
}

.pr-pricing-card .package-features-html {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--text-secondary);
}

.pr-pricing-card .package-features-html ul,
.pr-pricing-card .package-features-html ol {
    padding-left: 1.1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pr-pricing-card .package-features-html li {
    position: relative;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.88);
}

[data-theme="light"] .pr-pricing-card .package-features-html li {
    color: rgba(15, 23, 42, 0.8);
}

.pr-pricing-card .package-features-html h6,
.pr-pricing-card .package-features-html h5 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--text-secondary);
}

.pr-pricing-card .package-features-html i.bi {
    margin-right: 6px;
    color: var(--accent-color);
}

.pr-card-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.pr-card-footer .btn-package {
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #00d4ff 0%, #0080ff 100%);
    border: none;
    color: #011018;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pr-card-footer .btn-package:hover:not([disabled]) {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(0, 128, 255, 0.35);
}

.pr-card-footer .btn-package[disabled] {
    background: rgba(148, 163, 184, 0.24);
    color: rgba(148, 163, 184, 0.9);
    cursor: not-allowed;
}

.pr-card-footer .package-note {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.pr-pricing-card.loading {
    pointer-events: none;
}

.pr-pricing-card.loading .skeleton {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 25%, rgba(255, 255, 255, 0.16) 37%, rgba(255, 255, 255, 0.07) 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 12px;
}

.pr-pricing-card.loading .skeleton-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.pr-pricing-card.loading .skeleton-badge {
    height: 26px;
    width: 120px;
    margin: 16px auto 12px;
    border-radius: 999px;
}

.pr-pricing-card.loading .skeleton-title {
    height: 28px;
    width: 70%;
    margin: 0 auto 12px;
}

.pr-pricing-card.loading .skeleton-text {
    height: 16px;
    width: 80%;
    margin: 0 auto 16px;
}

.pr-pricing-card.loading .skeleton-price {
    height: 34px;
    width: 55%;
    margin: 0 auto 18px;
}

.pr-pricing-card.loading .skeleton-list-item {
    height: 14px;
    width: 90%;
    margin: 10px auto;
}

.pr-pricing-card.loading .skeleton-button {
    height: 46px;
    width: 100%;
    margin-top: 22px;
}

@media (max-width: 767.98px) {
    .pr-pricing-card {
        padding: 24px 22px;
    }

    .pr-card-cover {
        aspect-ratio: 4 / 3;
    }

    .pr-pricing-card .package-subtitle {
        min-height: auto;
    }
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   PR PACKAGE CHECKOUT
   ============================================ */
.pr-checkout-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pr-checkout-hero {
    background: linear-gradient(140deg, rgba(102, 126, 234, 0.16), rgba(15, 18, 30, 0.92));
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 22px 45px rgba(5, 8, 16, 0.35);
}

.pr-checkout-title {
    font-size: 2rem;
    font-weight: 700;
}

.pr-checkout-subtitle {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.75);
}

.pr-status-pill {
    background: rgba(76, 90, 196, 0.18);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(102, 126, 234, 0.32);
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.pr-checkout-hero-insights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(15, 18, 30, 0.65);
    border: 1px solid rgba(102, 126, 234, 0.22);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.hero-pill i {
    color: var(--accent-color);
}

.pr-checkout-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.2fr);
    gap: 28px;
}

.pr-package-panel,
.pr-order-panel {
    display: flex;
}

.pr-package-card {
    width: 100%;
    background: rgba(17, 19, 31, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.package-summary-card {
    min-height: 100%;
    padding: 26px;
    align-items: stretch;
    text-align: left;
}

.package-summary-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.package-summary-image {
    width: 100%;
    padding-top: 58%;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.package-summary-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.package-summary-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--accent-color);
}

.package-summary-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.package-summary-meta div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.package-summary-meta .meta-label {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.package-summary-meta .meta-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.package-summary-footer {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.5;
}

.package-summary-features {
    margin-top: 4px;
}

.package-summary-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-summary-features li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.pr-order-card {
    width: 100%;
    background: rgba(18, 20, 32, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.pr-order-header p {
    color: rgba(255, 255, 255, 0.68);
}

.pr-order-form {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.pr-form-section {
    display: grid;
    gap: 24px;
}

.pr-form-field .form-label {
    font-weight: 600;
}

.form-hint {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.pr-form-reminder {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(102, 126, 234, 0.25);
    background: rgba(102, 126, 234, 0.12);
    color: rgba(255, 255, 255, 0.85);
}

.pr-form-reminder h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.pr-form-reminder .reminder-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(102, 126, 234, 0.18);
    color: var(--accent-color);
    font-size: 1.4rem;
}

.pr-value-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.pr-value-card {
    background: rgba(15, 18, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
}

.pr-value-card i {
    font-size: 1.6rem;
    color: var(--accent-color);
}

.pr-process-section {
    margin-top: 20px;
    border-radius: 20px;
    background: rgba(15, 18, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 28px;
}

.pr-process-timeline {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.process-step {
    position: relative;
    padding: 24px 22px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(102, 126, 234, 0.18);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.process-step .step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--accent-color);
    color: #0f1120;
    font-weight: 700;
    margin-bottom: 16px;
}

.pr-faq-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.pr-faq-card {
    background: rgba(15, 18, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.pr-faq-card ul {
    padding-left: 1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pr-faq-card li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
}

.pr-faq-card.highlight {
    background: linear-gradient(140deg, rgba(102, 126, 234, 0.25), rgba(15, 18, 30, 0.95));
    border: 1px solid rgba(102, 126, 234, 0.35);
}

@media (max-width: 991px) {
    .pr-checkout-layout {
        grid-template-columns: 1fr;
    }

    .pr-order-card,
    .pr-package-card {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .pr-checkout-hero {
        padding: 24px;
    }

    .pr-checkout-title {
        font-size: 1.6rem;
    }

    .pr-checkout-hero-insights {
        flex-direction: column;
    }
}

.pr-order-detail-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pr-order-detail-hero {
    background: linear-gradient(140deg, rgba(76, 90, 196, 0.18), rgba(12, 15, 24, 0.94));
    border: 1px solid rgba(76, 90, 196, 0.28);
    border-radius: 18px;
    padding: 26px 30px;
}

.detail-status-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.detail-status-meta {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.pr-order-detail-meta {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.pr-order-detail-meta > div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pr-order-detail-meta .meta-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.55);
}

.pr-order-detail-meta .meta-value {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.pr-order-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.pr-order-summary .summary-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pr-order-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pr-order-summary li {
    color: rgba(255, 255, 255, 0.85);
}

.pr-order-source .source-content div {
    margin-bottom: 10px;
}

.pr-order-notes .pr-process-timeline {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pr-order-guidelines ul {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
    .pr-order-detail-hero {
        padding: 24px;
    }

    .pr-order-detail-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   NOTIFICATIONS PAGE
   ============================================ */

.notification-feed {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.notification-card {
    display: flex;
    gap: 18px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 20px 35px rgba(15, 15, 35, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.notification-card:hover {
    transform: translateY(-3px);
    border-color: rgba(102, 126, 234, 0.45);
    box-shadow: 0 24px 48px rgba(102, 126, 234, 0.2);
}

.notification-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background-color: rgba(102, 126, 234, 0.18);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 26px;
}

.notification-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.notification-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.notification-card-type {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.22), rgba(118, 75, 162, 0.18));
    color: #aab5ff;
}

.notification-card-time {
    font-size: 13px;
    color: var(--text-muted);
}

.notification-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.notification-card-text {
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

.notification-card-actions {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.notification-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.notification-card-link i {
    transition: transform 0.2s ease;
}

.notification-card-link:hover {
    color: #8ea2ff;
}

.notification-card-link:hover i {
    transform: translateX(4px);
}

.notification-empty-card {
    background: var(--bg-card);
    border: 1px dashed rgba(102, 126, 234, 0.4);
    border-radius: 20px;
    padding: 42px 24px;
    text-align: center;
    color: var(--text-muted);
}

.notification-empty-card i {
    font-size: 42px;
    margin-bottom: 18px;
    color: #667eea;
    display: block;
}

.notification-empty-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.notification-card.skeleton {
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(102, 126, 234, 0.12));
    border-color: rgba(102, 126, 234, 0.1);
    box-shadow: none;
    animation: notificationPulse 1.5s ease-in-out infinite;
}

.notification-card.skeleton .notification-card-avatar {
    background: rgba(255, 255, 255, 0.12);
}

.notification-card.skeleton .notification-card-body > * {
    height: 12px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    margin: 6px 0;
}

.notification-card.skeleton .notification-card-body > *:nth-child(1) {
    width: 60%;
}

.notification-card.skeleton .notification-card-body > *:nth-child(2) {
    width: 85%;
}

.notification-card.skeleton .notification-card-body > *:nth-child(3) {
    width: 70%;
}

.notification-card.skeleton .notification-card-body > *:nth-child(4) {
    width: 55%;
}

@keyframes notificationPulse {
    0% {
        opacity: 0.55;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.55;
    }
}

@media (max-width: 768px) {
    .notification-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .notification-card-avatar {
        width: 56px;
        height: 56px;
    }

    .notification-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.single-package {
    border: 2px solid rgba(255, 176, 0, 0.35);
}

.single-package::before {
    background: linear-gradient(135deg, rgba(255, 207, 0, 0.2), rgba(255, 159, 0, 0.1));
}

.single-package .package-icon {
    background: linear-gradient(135deg, #ffcf00 0%, #ff9f00 100%);
    box-shadow: 0 10px 18px rgba(255, 176, 0, 0.25);
}

.single-package .package-price h2 {
    color: #ffcf00;
}

.single-package .package-features li i {
    color: #ffcf00;
}

.single-package .package-note {
    color: rgba(255, 208, 0, 0.85);
}

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.package-badge-single {
    background: linear-gradient(135deg, #ffcf00 0%, #ff9f00 100%);
    color: #1a1c2d;
    box-shadow: 0 12px 24px rgba(255, 176, 0, 0.35);
}

.single-package .btn-package.btn-single-package {
    background: linear-gradient(135deg, #ffcf00 0%, #ff9f00 100%);
    color: #1a1c2d;
    border: none;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(255, 176, 0, 0.35);
}

.single-package .btn-package.btn-single-package:hover {
    filter: brightness(1.05);
    transform: scale(1.02);
}


/* ===== Announcements Section ===== */
#announcementsCard {
    border: 1px solid rgba(255, 255, 255, 0.06);
}

#announcementsCard .card-header-custom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.announcement-count-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
}

.announcements-container {
    position: relative;
}

.announcements-scroll {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(34, 211, 238, 0.3) transparent;
}

.announcements-scroll::-webkit-scrollbar {
    width: 6px;
}

.announcements-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.announcements-scroll::-webkit-scrollbar-thumb {
    background: rgba(34, 211, 238, 0.3);
    border-radius: 3px;
}

.announcements-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 211, 238, 0.5);
}

.announcement-item {
    transition: transform 0.2s ease;
}

.announcement-item:hover {
    transform: translateX(4px);
}

.announcement-item:last-child .announcement-content {
    margin-bottom: 0;
}

.announcement-content {
    transition: all 0.2s ease;
}

.announcement-content:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(34, 211, 238, 0.2) !important;
}

.announcement-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-title {
    word-break: break-word;
}

.announcement-text {
    word-break: break-word;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .announcements-scroll {
        max-height: 280px;
    }
    
    .announcement-content {
        padding: 12px !important;
    }
    
    .announcement-title {
        font-size: 13px !important;
    }
    
    .announcement-text {
        font-size: 12px !important;
    }
}

/* ======================================
   FLATPICKR CUSTOM DARK THEME
   MITAS Portal Design System
   ====================================== */

/* Ana Container */
.flatpickr-calendar {
    background: linear-gradient(180deg, #1a1d29 0%, #12141c 100%) !important;
    border: 1px solid rgba(102, 126, 234, 0.25) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 
                0 0 40px rgba(102, 126, 234, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
    overflow: hidden;
    width: 320px !important;
}

.flatpickr-calendar.open {
    animation: flatpickrFadeIn 0.2s ease-out;
}

@keyframes flatpickrFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ay/Yıl Header */
.flatpickr-months {
    background: transparent !important;
    border-bottom: none !important;
    padding: 14px 10px 8px !important;
    border-radius: 16px 16px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
}

.flatpickr-months .flatpickr-month {
    background: transparent !important;
    color: #fff !important;
    height: auto !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    position: static !important;
}

.flatpickr-current-month {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 4px 6px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months option {
    background: #1a1d29 !important;
    color: #fff !important;
    padding: 8px !important;
}

.flatpickr-current-month input.cur-year {
    background: transparent !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 4px 6px !important;
    width: 55px !important;
    text-align: center !important;
    margin: 0 !important;
}

.flatpickr-current-month input.cur-year:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.flatpickr-current-month input.cur-year:focus {
    outline: none !important;
}

/* Yıl okları */
.flatpickr-current-month .numInputWrapper {
    width: 55px !important;
    display: inline-flex !important;
}

.flatpickr-current-month .numInputWrapper span {
    display: none !important;
}

/* Navigasyon Okları */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    fill: rgba(255, 255, 255, 0.6) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 0 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    position: static !important;
    top: auto !important;
    flex-shrink: 0 !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    fill: #fff !important;
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 10px !important;
    height: 10px !important;
    fill: currentColor !important;
}

/* Haftanın Günleri */
.flatpickr-weekdays {
    background: transparent !important;
    padding: 8px 12px 6px !important;
    border-bottom: none !important;
}

.flatpickr-weekday {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

/* Weekday container */
.flatpickr-weekdaycontainer {
    display: flex !important;
    justify-content: space-around !important;
}

/* Gün Container */
.flatpickr-days {
    padding: 12px 14px 16px !important;
    width: 100% !important;
}

.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    gap: 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
}

/* Gün Hücreleri */
.flatpickr-day {
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    color: #e2e8f0 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    height: 36px !important;
    line-height: 36px !important;
    max-width: 36px !important;
    flex-basis: 36px !important;
    transition: all 0.15s ease !important;
    margin: 2px !important;
}

.flatpickr-day:hover {
    background: rgba(102, 126, 234, 0.2) !important;
    color: #fff !important;
}

/* Bugün */
.flatpickr-day.today {
    background: transparent !important;
    border: 1px solid rgba(102, 126, 234, 0.5) !important;
    color: #a5b4fc !important;
    font-weight: 600 !important;
}

.flatpickr-day.today:hover {
    background: rgba(102, 126, 234, 0.2) !important;
    color: #fff !important;
}

/* Seçili Gün */
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4) !important;
}

/* Devre dışı günler */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(255, 255, 255, 0.15) !important;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed !important;
}

/* Diğer ayların günleri */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    border: none !important;
}

.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
    background: rgba(102, 126, 234, 0.1) !important;
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Hafta numaraları */
.flatpickr-day.flatpickr-disabled.notAllowed,
.flatpickr-day.notAllowed {
    color: rgba(255, 255, 255, 0.1) !important;
}

/* Input Wrapper Stilleri */
.date-input-wrapper {
    position: relative;
}

.date-input-wrapper .flatpickr-input {
    background: rgba(18, 20, 26, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    padding: 14px 48px 14px 16px !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.date-input-wrapper .flatpickr-input:hover {
    border-color: rgba(102, 126, 234, 0.4) !important;
    background: rgba(18, 20, 26, 1) !important;
}

.date-input-wrapper .flatpickr-input:focus {
    border-color: #667eea !important;
    background: rgba(18, 20, 26, 1) !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15) !important;
    outline: none !important;
}

.date-input-wrapper .flatpickr-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Takvim ikonu */
.date-input-wrapper .bi-calendar3 {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 2;
    transition: color 0.2s ease;
}

.date-input-wrapper:hover .bi-calendar3 {
    color: #818cf8;
}

/* Mobil Responsive */
@media (max-width: 576px) {
    .flatpickr-calendar {
        width: 100% !important;
        max-width: 320px !important;
    }
    
    .flatpickr-day {
        height: 36px !important;
        line-height: 34px !important;
        max-width: 36px !important;
    }
}

/* Inline takvim stili (isteğe bağlı) */
.flatpickr-calendar.inline {
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Zaman seçici (eğer kullanılırsa) */
.flatpickr-time {
    background: rgba(18, 20, 26, 0.8) !important;
    border-top: 1px solid rgba(102, 126, 234, 0.2) !important;
    padding: 12px !important;
}

.flatpickr-time input {
    background: rgba(102, 126, 234, 0.15) !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.flatpickr-time .flatpickr-am-pm {
    background: rgba(102, 126, 234, 0.15) !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
    border-radius: 8px !important;
    color: #fff !important;
}

/* Temizle ve Bugün butonları */
.flatpickr-calendar .flatpickr-clear,
.flatpickr-calendar .flatpickr-today {
    background: rgba(102, 126, 234, 0.2) !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
    border-radius: 8px !important;
    color: #667eea !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    transition: all 0.2s ease !important;
}

.flatpickr-calendar .flatpickr-clear:hover,
.flatpickr-calendar .flatpickr-today:hover {
    background: rgba(102, 126, 234, 0.35) !important;
    color: #fff !important;
}

