:root {
    --primary-color: #1a3a52;
    --secondary-color: #0d1f2d;
    --danger-color: #C40000;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-bg: #f5f5f5;
    --border-color: #e0e0e0;
    --header-dark: #1a2a3a;
    --navbar-white: #ffffff;
    --sn-font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--sn-font-sans);
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button,
input,
textarea,
select {
    font-family: var(--sn-font-sans);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

/* Dark Mode */
body.sn-dark-mode {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

body.sn-dark-mode .top-bar {
    background-color: #0d1f2d;
    border-bottom: 1px solid #333;
}

body.sn-dark-mode .main-header {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

body.sn-dark-mode .sn-main-nav a {
    color: #e0e0e0;
}

body.sn-dark-mode .sn-main-nav a:hover {
    color: #e74c3c;
}

body.sn-dark-mode .sn-search-btn,
body.sn-dark-mode .sn-dark-mode-btn,
body.sn-dark-mode .sn-menu-toggle {
    color: #e0e0e0;
}

body.sn-dark-mode .sn-search-btn:hover,
body.sn-dark-mode .sn-dark-mode-btn:hover,
body.sn-dark-mode .sn-menu-toggle:hover {
    color: #e74c3c;
}

body.sn-dark-mode .red-bar {
    background-color: #8b0000;
}

body.sn-dark-mode .red-bar .ticker-label {
    background-color: #660000;
}

body.sn-dark-mode .financial-bar {
    background-color: #2a2a2a;
    border-top: 1px solid #333;
    color: #e0e0e0;
}

body.sn-dark-mode .financial-item {
    color: #e0e0e0;
    border-right: 1px solid #333;
}

body.sn-dark-mode .mobile-sidebar {
    background-color: #1a1a1a;
    border-left: 1px solid #333;
}

body.sn-dark-mode .mobile-sidebar-header {
    background-color: #2a2a2a;
    border-bottom: 1px solid #333;
    color: #e0e0e0;
}

body.sn-dark-mode .mobile-sidebar-nav a {
    color: #e0e0e0;
    border-bottom: 1px solid #333;
}

body.sn-dark-mode .mobile-sidebar-nav a:hover {
    background-color: #2a2a2a;
    color: #e74c3c;
}

body.sn-dark-mode .mobile-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

body.sn-dark-mode .modal-content {
    background-color: #2a2a2a;
    color: #e0e0e0;
}

body.sn-dark-mode .modal-header {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

body.sn-dark-mode .sn-search-input-modern {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #333;
}

body.sn-dark-mode .sn-search-input-modern::placeholder {
    color: #888;
}

body.sn-dark-mode .sn-quick-tag {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #333;
}

body.sn-dark-mode .sn-quick-tag:hover {
    background-color: #2a2a2a;
    border-color: #e74c3c;
}

body.sn-dark-mode.sn-uyeler .card,
body.sn-dark-mode.sn-uyeler .card.bg-light {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil .card,
body.sn-dark-mode.sn-profil .card.bg-light,
body.dark-mode.sn-profil .card,
body.dark-mode.sn-profil .card.bg-light,
html.dark-mode body.sn-profil .card,
html.dark-mode body.sn-profil .card.bg-light {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-ilanlar .card,
body.sn-dark-mode.sn-ilanlar .card.bg-light,
body.sn-dark-mode.sn-kose-yazilari .card,
body.sn-dark-mode.sn-kose-yazilari .card.bg-light {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.dark-mode.sn-ilanlar .card,
body.dark-mode.sn-ilanlar .card.bg-light,
body.dark-mode.sn-kose-yazilari .card,
body.dark-mode.sn-kose-yazilari .card.bg-light {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

html.dark-mode body.sn-ilanlar .card,
html.dark-mode body.sn-ilanlar .card.bg-light,
html.dark-mode body.sn-kose-yazilari .card,
html.dark-mode body.sn-kose-yazilari .card.bg-light {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .card .text-muted,
body.sn-dark-mode.sn-uyeler .text-muted {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-profil .card .text-muted,
body.sn-dark-mode.sn-profil .text-muted,
body.dark-mode.sn-profil .card .text-muted,
body.dark-mode.sn-profil .text-muted,
html.dark-mode body.sn-profil .card .text-muted,
html.dark-mode body.sn-profil .text-muted {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-ilanlar .card .text-muted,
body.sn-dark-mode.sn-ilanlar .text-muted,
body.sn-dark-mode.sn-kose-yazilari .card .text-muted,
body.sn-dark-mode.sn-kose-yazilari .text-muted {
    color: #9ca3af !important;
}

body.dark-mode.sn-ilanlar .card .text-muted,
body.dark-mode.sn-ilanlar .text-muted,
body.dark-mode.sn-kose-yazilari .card .text-muted,
body.dark-mode.sn-kose-yazilari .text-muted {
    color: #9ca3af !important;
}

html.dark-mode body.sn-ilanlar .card .text-muted,
html.dark-mode body.sn-ilanlar .text-muted,
html.dark-mode body.sn-kose-yazilari .card .text-muted,
html.dark-mode body.sn-kose-yazilari .text-muted {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-ilanlar .text-dark,
body.sn-dark-mode.sn-kose-yazilari .text-dark {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil .text-dark,
body.dark-mode.sn-profil .text-dark,
html.dark-mode body.sn-profil .text-dark {
    color: #e5e7eb !important;
}

body.dark-mode.sn-ilanlar .text-dark,
body.dark-mode.sn-kose-yazilari .text-dark {
    color: #e5e7eb !important;
}

html.dark-mode body.sn-ilanlar .text-dark,
html.dark-mode body.sn-kose-yazilari .text-dark {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .card .border,
body.sn-dark-mode.sn-uyeler .card,
body.sn-dark-mode.sn-uyeler .border {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-profil .card .border,
body.sn-dark-mode.sn-profil .card,
body.sn-dark-mode.sn-profil .border,
body.dark-mode.sn-profil .card .border,
body.dark-mode.sn-profil .card,
body.dark-mode.sn-profil .border,
html.dark-mode body.sn-profil .card .border,
html.dark-mode body.sn-profil .card,
html.dark-mode body.sn-profil .border {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar .card .border,
body.sn-dark-mode.sn-ilanlar .card,
body.sn-dark-mode.sn-ilanlar .border,
body.sn-dark-mode.sn-kose-yazilari .card .border,
body.sn-dark-mode.sn-kose-yazilari .card,
body.sn-dark-mode.sn-kose-yazilari .border {
    border-color: #374151 !important;
}

body.dark-mode.sn-ilanlar .card .border,
body.dark-mode.sn-ilanlar .card,
body.dark-mode.sn-ilanlar .border,
body.dark-mode.sn-kose-yazilari .card .border,
body.dark-mode.sn-kose-yazilari .card,
body.dark-mode.sn-kose-yazilari .border {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar .form-control,
body.sn-dark-mode.sn-ilanlar .form-select,
body.sn-dark-mode.sn-kose-yazilari .form-control,
body.sn-dark-mode.sn-kose-yazilari .form-select {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-profil .form-control,
body.sn-dark-mode.sn-profil .form-select,
body.dark-mode.sn-profil .form-control,
body.dark-mode.sn-profil .form-select,
html.dark-mode body.sn-profil .form-control,
html.dark-mode body.sn-profil .form-select {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.dark-mode.sn-ilanlar .form-control,
body.dark-mode.sn-ilanlar .form-select,
body.dark-mode.sn-kose-yazilari .form-control,
body.dark-mode.sn-kose-yazilari .form-select {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

html.dark-mode body.sn-ilanlar .form-control,
html.dark-mode body.sn-ilanlar .form-select,
html.dark-mode body.sn-kose-yazilari .form-control,
html.dark-mode body.sn-kose-yazilari .form-select {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar .form-control::placeholder,
body.sn-dark-mode.sn-kose-yazilari .form-control::placeholder {
    color: #9ca3af !important;
}

body.dark-mode.sn-ilanlar .form-control::placeholder,
body.dark-mode.sn-kose-yazilari .form-control::placeholder {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-ilanlar [style*="background:#fff"],
body.sn-dark-mode.sn-ilanlar [style*="background: #fff"],
body.sn-dark-mode.sn-ilanlar [style*="background:#ffffff"],
body.sn-dark-mode.sn-ilanlar [style*="background: #ffffff"],
body.sn-dark-mode.sn-ilanlar [style*="background:#f8f9fa"],
body.sn-dark-mode.sn-ilanlar [style*="background: #f8f9fa"],
body.sn-dark-mode.sn-ilanlar [style*="background-color:#fff"],
body.sn-dark-mode.sn-ilanlar [style*="background-color: #fff"],
body.sn-dark-mode.sn-ilanlar [style*="background-color:#ffffff"],
body.sn-dark-mode.sn-ilanlar [style*="background-color: #ffffff"],
body.sn-dark-mode.sn-ilanlar [style*="background-color:#f8f9fa"],
body.sn-dark-mode.sn-ilanlar [style*="background-color: #f8f9fa"],
body.dark-mode.sn-ilanlar [style*="background:#fff"],
body.dark-mode.sn-ilanlar [style*="background: #fff"],
body.dark-mode.sn-ilanlar [style*="background:#ffffff"],
body.dark-mode.sn-ilanlar [style*="background: #ffffff"],
body.dark-mode.sn-ilanlar [style*="background:#f8f9fa"],
body.dark-mode.sn-ilanlar [style*="background: #f8f9fa"],
body.dark-mode.sn-ilanlar [style*="background-color:#fff"],
body.dark-mode.sn-ilanlar [style*="background-color: #fff"],
body.dark-mode.sn-ilanlar [style*="background-color:#ffffff"],
body.dark-mode.sn-ilanlar [style*="background-color: #ffffff"],
body.dark-mode.sn-ilanlar [style*="background-color:#f8f9fa"],
body.dark-mode.sn-ilanlar [style*="background-color: #f8f9fa"],
html.dark-mode body.sn-ilanlar [style*="background:#fff"],
html.dark-mode body.sn-ilanlar [style*="background: #fff"],
html.dark-mode body.sn-ilanlar [style*="background:#ffffff"],
html.dark-mode body.sn-ilanlar [style*="background: #ffffff"],
html.dark-mode body.sn-ilanlar [style*="background:#f8f9fa"],
html.dark-mode body.sn-ilanlar [style*="background: #f8f9fa"],
html.dark-mode body.sn-ilanlar [style*="background-color:#fff"],
html.dark-mode body.sn-ilanlar [style*="background-color: #fff"],
html.dark-mode body.sn-ilanlar [style*="background-color:#ffffff"],
html.dark-mode body.sn-ilanlar [style*="background-color: #ffffff"],
html.dark-mode body.sn-ilanlar [style*="background-color:#f8f9fa"],
html.dark-mode body.sn-ilanlar [style*="background-color: #f8f9fa"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .list-group-item {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-kose-yazilari .list-group-item {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.dark-mode.sn-kose-yazilari .list-group-item {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .list-group-item-action:hover,
body.sn-dark-mode.sn-uyeler .list-group-item-action:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-profil .list-group-item,
body.dark-mode.sn-profil .list-group-item,
html.dark-mode body.sn-profil .list-group-item {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-profil .list-group-item-action:hover,
body.sn-dark-mode.sn-profil .list-group-item-action:focus,
body.dark-mode.sn-profil .list-group-item-action:hover,
body.dark-mode.sn-profil .list-group-item-action:focus,
html.dark-mode body.sn-profil .list-group-item-action:hover,
html.dark-mode body.sn-profil .list-group-item-action:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-profil .list-group-item a,
body.sn-dark-mode.sn-profil .list-group-item-action,
body.dark-mode.sn-profil .list-group-item a,
body.dark-mode.sn-profil .list-group-item-action,
html.dark-mode body.sn-profil .list-group-item a,
html.dark-mode body.sn-profil .list-group-item-action {
    color: inherit !important;
}

body.sn-dark-mode.sn-profil .list-group-flush > .list-group-item,
body.dark-mode.sn-profil .list-group-flush > .list-group-item,
html.dark-mode body.sn-profil .list-group-flush > .list-group-item {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-kose-yazilari .list-group-item-action:hover,
body.sn-dark-mode.sn-kose-yazilari .list-group-item-action:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.dark-mode.sn-kose-yazilari .list-group-item-action:hover,
body.dark-mode.sn-kose-yazilari .list-group-item-action:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-kose-yazilari .list-group-item a,
body.sn-dark-mode.sn-kose-yazilari .list-group-item-action {
    color: inherit !important;
}

body.sn-dark-mode.sn-kose-yazilari .list-group-flush > .list-group-item {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar [style*="background:#f3f4f6"],
body.sn-dark-mode.sn-ilanlar [style*="background: #f3f4f6"],
body.sn-dark-mode.sn-ilanlar [style*="background-color:#f3f4f6"],
body.sn-dark-mode.sn-ilanlar [style*="background-color: #f3f4f6"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.dark-mode.sn-ilanlar [style*="background:#f3f4f6"],
body.dark-mode.sn-ilanlar [style*="background: #f3f4f6"],
body.dark-mode.sn-ilanlar [style*="background-color:#f3f4f6"],
body.dark-mode.sn-ilanlar [style*="background-color: #f3f4f6"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .list-group-item.active {
    border-bottom-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar .nav-tabs .nav-link,
body.dark-mode.sn-ilanlar .nav-tabs .nav-link,
html.dark-mode body.sn-ilanlar .nav-tabs .nav-link {
    color: #d1d5db !important;
    border-color: transparent !important;
    background: transparent !important;
}

body.sn-dark-mode.sn-ilanlar .nav-tabs .nav-link:hover,
body.sn-dark-mode.sn-ilanlar .nav-tabs .nav-link:focus,
body.dark-mode.sn-ilanlar .nav-tabs .nav-link:hover,
body.dark-mode.sn-ilanlar .nav-tabs .nav-link:focus,
html.dark-mode body.sn-ilanlar .nav-tabs .nav-link:hover,
html.dark-mode body.sn-ilanlar .nav-tabs .nav-link:focus {
    border-color: #374151 #374151 #374151 !important;
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-ilanlar .nav-tabs .nav-link.active,
body.dark-mode.sn-ilanlar .nav-tabs .nav-link.active,
html.dark-mode body.sn-ilanlar .nav-tabs .nav-link.active {
    background-color: #111827 !important;
    border-color: #374151 #374151 #111827 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-ilanlar .tab-content,
body.dark-mode.sn-ilanlar .tab-content,
html.dark-mode body.sn-ilanlar .tab-content {
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-ilanlar .table-responsive,
body.dark-mode.sn-ilanlar .table-responsive,
html.dark-mode body.sn-ilanlar .table-responsive {
    background-color: #0b1220 !important;
    border: 1px solid #374151 !important;
    border-radius: 8px;
}

body.sn-dark-mode.sn-ilanlar .table-responsive .table,
body.dark-mode.sn-ilanlar .table-responsive .table,
html.dark-mode body.sn-ilanlar .table-responsive .table {
    background-color: transparent !important;
    margin-bottom: 0;
    --bs-table-bg: #111827;
    --bs-table-color: #e5e7eb;
    --bs-table-striped-color: #e5e7eb;
    --bs-table-striped-bg: #0f172a;
    --bs-table-active-color: #ffffff;
    --bs-table-active-bg: #1f2937;
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.06);
}

body.sn-dark-mode.sn-ilanlar .table-responsive .table td,
body.sn-dark-mode.sn-ilanlar .table-responsive .table th,
body.dark-mode.sn-ilanlar .table-responsive .table td,
body.dark-mode.sn-ilanlar .table-responsive .table th,
html.dark-mode body.sn-ilanlar .table-responsive .table td,
html.dark-mode body.sn-ilanlar .table-responsive .table th {
    background-color: transparent !important;
    color: inherit;
}

body.sn-dark-mode.sn-ilanlar .table-responsive .table > :not(caption) > * > *,
body.dark-mode.sn-ilanlar .table-responsive .table > :not(caption) > * > *,
html.dark-mode body.sn-ilanlar .table-responsive .table > :not(caption) > * > * {
    background-color: transparent !important;
    color: inherit;
}

body.sn-dark-mode.sn-ilanlar .table-responsive .table.table-sm > :not(caption) > * > *,
body.dark-mode.sn-ilanlar .table-responsive .table.table-sm > :not(caption) > * > *,
html.dark-mode body.sn-ilanlar .table-responsive .table.table-sm > :not(caption) > * > * {
    background-color: transparent !important;
    color: inherit;
}

body.sn-dark-mode.sn-ilanlar .table-responsive .table.table-striped > :not(caption) > * > *,
body.dark-mode.sn-ilanlar .table-responsive .table.table-striped > :not(caption) > * > *,
html.dark-mode body.sn-ilanlar .table-responsive .table.table-striped > :not(caption) > * > * {
    background-color: transparent !important;
    color: inherit;
}

body.sn-dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar,
body.dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar,
html.dark-mode body.sn-ilanlar .table-responsive::-webkit-scrollbar {
    height: 10px;
}

body.sn-dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar-track,
body.dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar-track,
html.dark-mode body.sn-ilanlar .table-responsive::-webkit-scrollbar-track {
    background: #0b1220;
}

body.sn-dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar-thumb,
body.dark-mode.sn-ilanlar .table-responsive::-webkit-scrollbar-thumb,
html.dark-mode body.sn-ilanlar .table-responsive::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 8px;
}

body.sn-dark-mode.sn-ilanlar .table-responsive {
    scrollbar-color: #374151 #0b1220;
    scrollbar-width: thin;
}

body.sn-dark-mode.sn-uyeler .form-control::placeholder {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white,
body.dark-mode.sn-uyeler .navbar.bg-white,
html.dark-mode body.sn-uyeler .navbar.bg-white,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white {
    background-color: #111827 !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .navbar-brand,
body.dark-mode.sn-uyeler .navbar.bg-white .navbar-brand,
html.dark-mode body.sn-uyeler .navbar.bg-white .navbar-brand,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .navbar-brand {
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .nav-link,
body.sn-dark-mode.sn-uyeler .navbar.bg-white .nav-link.text-body,
body.dark-mode.sn-uyeler .navbar.bg-white .nav-link,
body.dark-mode.sn-uyeler .navbar.bg-white .nav-link.text-body,
html.dark-mode body.sn-uyeler .navbar.bg-white .nav-link,
html.dark-mode body.sn-uyeler .navbar.bg-white .nav-link.text-body,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .nav-link,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .nav-link.text-body {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .nav-link:hover,
body.sn-dark-mode.sn-uyeler .navbar.bg-white .nav-link:focus,
body.dark-mode.sn-uyeler .navbar.bg-white .nav-link:hover,
body.dark-mode.sn-uyeler .navbar.bg-white .nav-link:focus,
html.dark-mode body.sn-uyeler .navbar.bg-white .nav-link:hover,
html.dark-mode body.sn-uyeler .navbar.bg-white .nav-link:focus,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .nav-link:hover,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .nav-link:focus {
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .nav-link.active,
body.dark-mode.sn-uyeler .navbar.bg-white .nav-link.active,
html.dark-mode body.sn-uyeler .navbar.bg-white .nav-link.active,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .nav-link.active {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .dropdown-menu,
body.dark-mode.sn-uyeler .navbar.bg-white .dropdown-menu,
html.dark-mode body.sn-uyeler .navbar.bg-white .dropdown-menu,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .dropdown-menu {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border: 1px solid #374151 !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .dropdown-item,
body.dark-mode.sn-uyeler .navbar.bg-white .dropdown-item,
html.dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .dropdown-item:hover,
body.sn-dark-mode.sn-uyeler .navbar.bg-white .dropdown-item:focus,
body.dark-mode.sn-uyeler .navbar.bg-white .dropdown-item:hover,
body.dark-mode.sn-uyeler .navbar.bg-white .dropdown-item:focus,
html.dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item:hover,
html.dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item:focus,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item:hover,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .dropdown-item:focus {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .dropdown-divider,
body.dark-mode.sn-uyeler .navbar.bg-white .dropdown-divider,
html.dark-mode body.sn-uyeler .navbar.bg-white .dropdown-divider,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .dropdown-divider {
    border-top-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .navbar-toggler,
body.dark-mode.sn-uyeler .navbar.bg-white .navbar-toggler,
html.dark-mode body.sn-uyeler .navbar.bg-white .navbar-toggler,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .navbar-toggler {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .navbar.bg-white .navbar-toggler-icon,
body.dark-mode.sn-uyeler .navbar.bg-white .navbar-toggler-icon,
html.dark-mode body.sn-uyeler .navbar.bg-white .navbar-toggler-icon,
html.sn-dark-mode body.sn-uyeler .navbar.bg-white .navbar-toggler-icon {
    filter: invert(1) grayscale(1);
}

body.sn-dark-mode.sn-uyeler .form-label,
body.dark-mode.sn-uyeler .form-label,
html.dark-mode body.sn-uyeler .form-label,
html.sn-dark-mode body.sn-uyeler .form-label {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .form-text,
body.dark-mode.sn-uyeler .form-text,
html.dark-mode body.sn-uyeler .form-text,
html.sn-dark-mode body.sn-uyeler .form-text {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-uyeler .form-control,
body.sn-dark-mode.sn-uyeler .form-select,
body.sn-dark-mode.sn-uyeler textarea.form-control,
body.dark-mode.sn-uyeler .form-control,
body.dark-mode.sn-uyeler .form-select,
body.dark-mode.sn-uyeler textarea.form-control,
html.dark-mode body.sn-uyeler .form-control,
html.dark-mode body.sn-uyeler .form-select,
html.dark-mode body.sn-uyeler textarea.form-control,
html.sn-dark-mode body.sn-uyeler .form-control,
html.sn-dark-mode body.sn-uyeler .form-select,
html.sn-dark-mode body.sn-uyeler textarea.form-control {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler select.form-select,
body.dark-mode.sn-uyeler select.form-select,
html.dark-mode body.sn-uyeler select.form-select,
html.sn-dark-mode body.sn-uyeler select.form-select {
    color-scheme: dark;
}

body.sn-dark-mode.sn-uyeler select.form-select option,
body.dark-mode.sn-uyeler select.form-select option,
html.dark-mode body.sn-uyeler select.form-select option,
html.sn-dark-mode body.sn-uyeler select.form-select option {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--single,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--single,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--single,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--single {
    background-color: #0b1220 !important;
    border: 1px solid #374151 !important;
    color: #e5e7eb !important;
    min-height: calc(1.5em + 0.75rem + 2px);
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__rendered,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__rendered,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__placeholder,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__placeholder,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__placeholder,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple {
    background-color: #0b1220 !important;
    border: 1px solid #374151 !important;
    color: #e5e7eb !important;
    min-height: calc(1.5em + 0.75rem + 2px);
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__rendered,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__rendered,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #111827 !important;
    border: 1px solid #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #9ca3af !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"],
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"],
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"],
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"] {
    background-color: #0b1220 !important;
    border: 1px solid #374151 !important;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
    display: inline-block;
    position: relative;
    accent-color: #2563eb;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked::after,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked::after,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked::after,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 0.32rem;
    top: 0.12rem;
    width: 0.28rem;
    height: 0.55rem;
    border: solid #ffffff;
    border-width: 0 0.14rem 0.14rem 0;
    transform: rotate(45deg);
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"],
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"],
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"],
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"] {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"]::after,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"]::after,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"]::after,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected input[type="checkbox"]::after {
    content: '';
    position: absolute;
    left: 0.32rem;
    top: 0.12rem;
    width: 0.28rem;
    height: 0.55rem;
    border: solid #ffffff;
    border-width: 0 0.14rem 0.14rem 0;
    transform: rotate(45deg);
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option > span,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option > span,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option > span,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option > span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__arrow b,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__arrow b,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9ca3af transparent transparent transparent !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__clear,
body.dark-mode.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__clear,
html.dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__clear,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-dropdown,
body.dark-mode.sn-uyeler .select2-container--default .select2-dropdown,
html.dark-mode body.sn-uyeler .select2-container--default .select2-dropdown,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-dropdown {
    background-color: #111827 !important;
    border: 1px solid #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-search--dropdown .select2-search__field,
body.dark-mode.sn-uyeler .select2-container--default .select2-search--dropdown .select2-search__field,
html.dark-mode body.sn-uyeler .select2-container--default .select2-search--dropdown .select2-search__field,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #0b1220 !important;
    border: 1px solid #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option {
    background-color: transparent !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected,
body.dark-mode.sn-uyeler .select2-container--default .select2-results__option--selected,
html.dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected,
html.sn-dark-mode body.sn-uyeler .select2-container--default .select2-results__option--selected {
    background-color: #0f172a !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .form-control[type="file"],
body.dark-mode.sn-uyeler .form-control[type="file"],
html.dark-mode body.sn-uyeler .form-control[type="file"],
html.sn-dark-mode body.sn-uyeler .form-control[type="file"] {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .input-group-text,
body.dark-mode.sn-uyeler .input-group-text,
html.dark-mode body.sn-uyeler .input-group-text,
html.sn-dark-mode body.sn-uyeler .input-group-text {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .form-check-label,
body.dark-mode.sn-uyeler .form-check-label,
html.dark-mode body.sn-uyeler .form-check-label,
html.sn-dark-mode body.sn-uyeler .form-check-label {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .form-check-input,
body.dark-mode.sn-uyeler .form-check-input,
html.dark-mode body.sn-uyeler .form-check-input,
html.sn-dark-mode body.sn-uyeler .form-check-input {
    background-color: #0b1220 !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .form-check-input:checked,
body.dark-mode.sn-uyeler .form-check-input:checked,
html.dark-mode body.sn-uyeler .form-check-input:checked,
html.sn-dark-mode body.sn-uyeler .form-check-input:checked {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
}

body.sn-dark-mode.sn-uyeler .form-control:focus,
body.sn-dark-mode.sn-uyeler .form-select:focus {
    background-color: #0b1220 !important;
    color: #ffffff !important;
    border-color: rgba(13, 110, 253, 0.55) !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

body.sn-dark-mode.sn-uyeler .nav-tabs,
body.dark-mode.sn-uyeler .nav-tabs,
html.dark-mode body.sn-uyeler .nav-tabs,
html.sn-dark-mode body.sn-uyeler .nav-tabs {
    border-bottom-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .nav-tabs .nav-link,
body.dark-mode.sn-uyeler .nav-tabs .nav-link,
html.dark-mode body.sn-uyeler .nav-tabs .nav-link,
html.sn-dark-mode body.sn-uyeler .nav-tabs .nav-link {
    color: #d1d5db !important;
    background: transparent !important;
    border-color: transparent !important;
}

body.sn-dark-mode.sn-uyeler .nav-tabs .nav-link:hover,
body.sn-dark-mode.sn-uyeler .nav-tabs .nav-link:focus,
body.dark-mode.sn-uyeler .nav-tabs .nav-link:hover,
body.dark-mode.sn-uyeler .nav-tabs .nav-link:focus,
html.dark-mode body.sn-uyeler .nav-tabs .nav-link:hover,
html.dark-mode body.sn-uyeler .nav-tabs .nav-link:focus,
html.sn-dark-mode body.sn-uyeler .nav-tabs .nav-link:hover,
html.sn-dark-mode body.sn-uyeler .nav-tabs .nav-link:focus {
    color: #ffffff !important;
    background-color: #1f2937 !important;
    border-color: #374151 #374151 #374151 !important;
}

body.sn-dark-mode.sn-uyeler .nav-tabs .nav-link.active,
body.dark-mode.sn-uyeler .nav-tabs .nav-link.active,
html.dark-mode body.sn-uyeler .nav-tabs .nav-link.active,
html.sn-dark-mode body.sn-uyeler .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #111827 !important;
    border-color: #374151 #374151 #111827 !important;
}

body.sn-dark-mode.sn-uyeler .table {
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler .table thead th {
    color: #e5e7eb !important;
    border-bottom-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler .table td,
body.sn-dark-mode.sn-uyeler .table th {
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable tbody tr {
    background-color: #111827 !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable tbody tr:hover {
    background-color: #1f2937 !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable tbody tr.even {
    background-color: #111827 !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable tbody tr.odd {
    background-color: #0f172a !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr > th,
body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr > td {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr:nth-of-type(odd) > th,
body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr:nth-of-type(odd) > td {
    background-color: #0f172a !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr:hover > th,
body.sn-dark-mode.sn-uyeler table.dataTable > tbody > tr:hover > td {
    background-color: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .dataTables_wrapper .dataTables_length select,
body.sn-dark-mode.sn-uyeler .dataTables_wrapper .dataTables_filter input {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border: 1px solid #374151 !important;
}

body.sn-uyeler .dataTables_wrapper .dataTables_length select,
body.sn-dark-mode.sn-uyeler .dataTables_wrapper .dataTables_length select {
    padding-right: 2.25rem !important;
    background-position: right 0.75rem center !important;
    line-height: 1.5 !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

body.sn-profil .dataTables_wrapper .dataTables_length select {
    padding-right: 2.25rem !important;
    background-position: right 0.75rem center !important;
    line-height: 1.5 !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

body.sn-dark-mode.sn-profil div[style*="min-width:160px"][style*="border-radius:999px"][style*="rgba(0,0,0,.06)"],
body.dark-mode.sn-profil div[style*="min-width:160px"][style*="border-radius:999px"][style*="rgba(0,0,0,.06)"],
html.dark-mode body.sn-profil div[style*="min-width:160px"][style*="border-radius:999px"][style*="rgba(0,0,0,.06)"],
html.sn-dark-mode body.sn-profil div[style*="min-width:160px"][style*="border-radius:999px"][style*="rgba(0,0,0,.06)"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil div[style*="#f8fafc"][style*="min-width:160px"],
body.dark-mode.sn-profil div[style*="#f8fafc"][style*="min-width:160px"],
html.dark-mode body.sn-profil div[style*="#f8fafc"][style*="min-width:160px"],
html.sn-dark-mode body.sn-profil div[style*="#f8fafc"][style*="min-width:160px"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil div[style*="border-radius:999px"][style*="min-width:160px"],
body.dark-mode.sn-profil div[style*="border-radius:999px"][style*="min-width:160px"],
html.dark-mode body.sn-profil div[style*="border-radius:999px"][style*="min-width:160px"],
html.sn-dark-mode body.sn-profil div[style*="border-radius:999px"][style*="min-width:160px"] {
    background: #0b1220 !important;
    border-color: #374151 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil .dataTables_wrapper .dataTables_scroll,
body.sn-dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollHead,
body.sn-dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollHeadInner,
body.sn-dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollBody,
body.dark-mode.sn-profil .dataTables_wrapper .dataTables_scroll,
body.dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollHead,
body.dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollHeadInner,
body.dark-mode.sn-profil .dataTables_wrapper .dataTables_scrollBody,
html.dark-mode body.sn-profil .dataTables_wrapper .dataTables_scroll,
html.dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollHead,
html.dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollHeadInner,
html.dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollBody,
html.sn-dark-mode body.sn-profil .dataTables_wrapper .dataTables_scroll,
html.sn-dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollHead,
html.sn-dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollHeadInner,
html.sn-dark-mode body.sn-profil .dataTables_wrapper .dataTables_scrollBody {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.sn-dark-mode.sn-profil table.dataTable > thead > tr > th,
body.sn-dark-mode.sn-profil table.dataTable > thead > tr > td,
body.dark-mode.sn-profil table.dataTable > thead > tr > th,
body.dark-mode.sn-profil table.dataTable > thead > tr > td,
html.dark-mode body.sn-profil table.dataTable > thead > tr > th,
html.dark-mode body.sn-profil table.dataTable > thead > tr > td,
html.sn-dark-mode body.sn-profil table.dataTable > thead > tr > th,
html.sn-dark-mode body.sn-profil table.dataTable > thead > tr > td {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-bottom-color: #374151 !important;
}

body.sn-dark-mode.sn-profil table.dataTable > tbody > tr > th,
body.sn-dark-mode.sn-profil table.dataTable > tbody > tr > td,
body.dark-mode.sn-profil table.dataTable > tbody > tr > th,
body.dark-mode.sn-profil table.dataTable > tbody > tr > td,
html.dark-mode body.sn-profil table.dataTable > tbody > tr > th,
html.dark-mode body.sn-profil table.dataTable > tbody > tr > td,
html.sn-dark-mode body.sn-profil table.dataTable > tbody > tr > th,
html.sn-dark-mode body.sn-profil table.dataTable > tbody > tr > td {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode.sn-uyeler div.dt-button-collection {
    background: #111827 !important;
    border: 1px solid #374151 !important;
}

body.sn-dark-mode.sn-uyeler div.dt-button-collection .dt-button {
    background: transparent !important;
    color: #e5e7eb !important;
    border-color: transparent !important;
}

body.sn-dark-mode.sn-uyeler div.dt-button-collection .dt-button:hover {
    background: #1f2937 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .dataTables_wrapper .paginate_button:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid #374151 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler .dt-buttons .dt-button,
body.sn-dark-mode.sn-uyeler .dt-buttons .buttons-copy,
body.sn-dark-mode.sn-uyeler .dt-buttons .buttons-csv,
body.sn-dark-mode.sn-uyeler .dt-buttons .buttons-excel,
body.sn-dark-mode.sn-uyeler .dt-buttons .buttons-pdf,
body.sn-dark-mode.sn-uyeler .dt-buttons .buttons-print {
    background: #1f2937 !important;
    color: #e5e7eb !important;
    border: 1px solid #374151 !important;
    border-radius: 8px !important;
}

body.sn-dark-mode.sn-uyeler .dt-buttons .dt-button:hover {
    background: #374151 !important;
    border-color: #4b5563 !important;
    color: #ffffff !important;
}

body.sn-dark-mode.sn-uyeler table.dataTable tbody td a:hover,
body.sn-dark-mode.sn-uyeler table.dataTable tbody th a:hover {
    color: #bfdbfe !important;
}

body.dark-mode.sn-uyeler .dataTables_wrapper,
body.dark-mode.sn-uyeler .dataTables_wrapper .dataTables_scroll,
body.dark-mode.sn-uyeler .dataTables_wrapper .dataTables_scrollHead,
body.dark-mode.sn-uyeler .dataTables_wrapper .dataTables_scrollHeadInner,
body.dark-mode.sn-uyeler .dataTables_wrapper .dataTables_scrollBody,
html.dark-mode body.sn-uyeler .dataTables_wrapper,
html.dark-mode body.sn-uyeler .dataTables_wrapper .dataTables_scroll,
html.dark-mode body.sn-uyeler .dataTables_wrapper .dataTables_scrollHead,
html.dark-mode body.sn-uyeler .dataTables_wrapper .dataTables_scrollHeadInner,
html.dark-mode body.sn-uyeler .dataTables_wrapper .dataTables_scrollBody {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.dark-mode.sn-uyeler table.dataTable,
body.dark-mode.sn-uyeler table.dataTable.no-footer,
html.dark-mode body.sn-uyeler table.dataTable,
html.dark-mode body.sn-uyeler table.dataTable.no-footer {
    background-color: #111827 !important;
    color: #e5e7eb !important;
}

body.dark-mode.sn-uyeler table.dataTable thead th,
body.dark-mode.sn-uyeler table.dataTable thead td,
html.dark-mode body.sn-uyeler table.dataTable thead th,
html.dark-mode body.sn-uyeler table.dataTable thead td {
    background-color: #0b1220 !important;
    color: #e5e7eb !important;
    border-bottom-color: #374151 !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody tr,
body.dark-mode.sn-uyeler table.dataTable tbody tr.even,
html.dark-mode body.sn-uyeler table.dataTable tbody tr,
html.dark-mode body.sn-uyeler table.dataTable tbody tr.even {
    background-color: #111827 !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody tr.odd,
html.dark-mode body.sn-uyeler table.dataTable tbody tr.odd {
    background-color: #0f172a !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody tr:hover,
html.dark-mode body.sn-uyeler table.dataTable tbody tr:hover {
    background-color: #1f2937 !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody td,
body.dark-mode.sn-uyeler table.dataTable tbody th,
html.dark-mode body.sn-uyeler table.dataTable tbody td,
html.dark-mode body.sn-uyeler table.dataTable tbody th {
    color: #e5e7eb !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody td a,
body.dark-mode.sn-uyeler table.dataTable tbody th a,
html.dark-mode body.sn-uyeler table.dataTable tbody td a,
html.dark-mode body.sn-uyeler table.dataTable tbody th a {
    color: #93c5fd !important;
}

body.dark-mode.sn-uyeler table.dataTable tbody td a:hover,
body.dark-mode.sn-uyeler table.dataTable tbody th a:hover,
html.dark-mode body.sn-uyeler table.dataTable tbody td a:hover,
html.dark-mode body.sn-uyeler table.dataTable tbody th a:hover {
    color: #bfdbfe !important;
}

/* Top Blue Bar */
.top-bar {
    background-color: #2c5aa0;
    color: white;
    padding: 0.6rem 0;
    font-size: 0.85rem;
}

.top-bar a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 1rem;
}

.top-bar a:hover {
    color: #e74c3c;
}

.top-bar-icon {
    margin-right: 0.1rem;
}

.top-bar-text {
    color: white;
    margin-right: 0.5rem;
}

.top-bar-link {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-bar-link:hover {
    color: #e74c3c;
}

.sn-topbar-pill {
    display: inline-flex;
    justify-content: flex-end;
}

.sn-topbar-pill-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    max-width: 520px;
}

.sn-topbar-pill-seg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sn-topbar-pill-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.22);
}

.sn-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.10);
    color: rgba(255, 255, 255, 0.92);
    flex: 0 0 auto;
}

.sn-finance-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sn-finance-name,
.sn-weather-place {
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
}

.sn-finance-value,
.sn-weather-temp {
    font-weight: 800;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.98);
}

.sn-finance-change {
    font-size: 11px;
    opacity: 0.95;
}

.sn-finance-change.positive {
    color: #9df29d;
}

.sn-finance-change.negative {
    color: #ffb3b3;
}

@media (max-width: 768px) {
    .sn-topbar-pill-inner {
        max-width: 320px;
        padding: 6px 10px;
    }
    .sn-weather-place {
        display: none;
    }
}

.financial-ticker {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 8px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.financial-ticker::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.ticker-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.ticker-label-finans {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffd700;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 100px;
    animation: glow 2s ease-in-out infinite alternate;
    flex-shrink: 0;
}

.ticker-label-finans i {
    font-size: 16px;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ticker-items {
    flex: 1;
    overflow: hidden;
}

.ticker-carousel {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.financial-ticker .ticker-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.financial-ticker .ticker-item > * {
    min-width: 0;
}

.ticker-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.3);
}

.ticker-item.updating {
    animation: updatePulse 0.8s ease-in-out;
    background: rgba(255,215,0,0.2);
}

@keyframes updatePulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,215,0,0.7); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255,215,0,0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,215,0,0); }
}

.ticker-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ticker-icon.usd { background: linear-gradient(135deg, #4CAF50, #45a049); }
.ticker-icon.eur { background: linear-gradient(135deg, #2196F3, #1976D2); }
.ticker-icon.gold { background: linear-gradient(135deg, #ffd700, #ffed4a); color: #333; }
.ticker-icon.bitcoin { background: linear-gradient(135deg, #f7931a, #d68910); }
.ticker-icon.gbp { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.ticker-icon.bist { background: linear-gradient(135deg, #FF5722, #E64A19); }

.financial-ticker .ticker-name {
    color: rgba(255,255,255,0.8) !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.financial-ticker .ticker-value {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 !important;
}

.financial-ticker .ticker-change {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 6px !important;
    border-radius: 4px !important;
    min-width: 45px !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

@media (max-width: 992px) {
    .financial-ticker .ticker-items {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .financial-ticker .ticker-carousel {
        width: max-content;
        justify-content: flex-start;
        animation: sn-finance-marquee var(--sn-finance-marquee-duration, 22s) linear infinite;
    }
    .financial-ticker .ticker-item {
        flex: 0 0 auto;
        min-width: 150px;
        max-width: 150px;
    }
}

.financial-ticker .ticker-change.positive {
    background: rgba(46, 204, 113, 0.2);
    color: #2ecc71 !important;
    border: 1px solid rgba(46, 204, 113, 0.5);
}

.financial-ticker .ticker-change.negative {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c !important;
    border: 1px solid rgba(231, 76, 60, 0.5);
}

.financial-ticker .ticker-change.neutral {
    background: rgba(158, 158, 158, 0.3);
    color: #fff !important;
    border: 1px solid rgba(158, 158, 158, 0.5);
}

.financial-ticker .ticker-change i {
    font-size: 9px !important;
    animation: bounce 2s infinite !important;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-2px); }
    60% { transform: translateY(-1px); }
}

@media (max-width: 991px) {
    .ticker-wrapper {
        flex-direction: column;
    }
    .ticker-items {
        width: 100%;
    }
    .ticker-carousel {
        gap: 6px;
    }
}

@media (max-width: 768px) {
    .financial-ticker .ticker-label-finans {
        display: none !important;
    }
    .financial-ticker .ticker-items {
        position: relative !important;
        overflow: hidden !important;
        height: 44px !important;
        width: 100% !important;
        padding: 0 10px;
    }
    .financial-ticker .ticker-carousel {
        display: flex !important;
        gap: 10px !important;
        width: max-content !important;
        padding: 0;
        justify-content: flex-start !important;
        animation: sn-finance-marquee var(--sn-finance-marquee-duration, 22s) linear infinite;
    }
    .financial-ticker .ticker-item {
        min-width: 150px !important;
        max-width: 150px !important;
        flex: 0 0 auto !important;
        padding: 8px 10px !important;
        margin-right: 0 !important;
    }
    .financial-ticker .ticker-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 9px !important;
    }
    .financial-ticker .ticker-name {
        font-size: 7px !important;
    }
    .financial-ticker .ticker-value {
        font-size: 9px !important;
    }
    .financial-ticker .ticker-change {
        font-size: 7px !important;
        padding: 2px 3px !important;
        min-width: 25px !important;
    }
    .financial-ticker .ticker-change i {
        font-size: 6px !important;
    }
}

@keyframes sn-finance-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(var(--sn-finance-marquee-distance, -50%)); }
}

@media (max-width: 768px) {
    .financial-ticker .ticker-items:hover .ticker-carousel {
        animation-play-state: paused;
    }
}

/* Main Header - Logo and Menu */
.main-header {
    background-color: white;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

/* Sticky Header (SiteTema benzeri) */
.sn-main-header.sn-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Yukarı Çık Butonu (SiteTema benzeri) */
.scroll-to-top {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scroll-to-top:hover {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6);
    transform: translateY(-3px) scale(1.05);
}

.scroll-to-top:active {
    transform: translateY(-1px) scale(0.95);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-to-top i {
    animation: sn-bounce 2s infinite;
}

@keyframes sn-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 120px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

.sn-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.sn-logo {
    flex-shrink: 0;
}

.logo-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    transition: all 0.3s ease;
}

.logo-link:hover {
    opacity: 0.8;
}

.logo-desktop {
    display: block;
    height: auto;
}

.logo-mobile {
    display: none;
    height: auto;
}

/* Desktop Menu */
.sn-main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.sn-nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
}

.sn-nav-menu li {
    margin: 0;
}

.sn-nav-menu a {
    color: #333;
    text-decoration: none;
    padding: 1rem 0.9rem;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    display: block;
}

.sn-nav-menu a:hover {
    color: #e74c3c;
    border-bottom-color: #e74c3c;
}

/* Header Actions */
.sn-header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: auto;
}

.sn-search-btn {
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.sn-search-btn:hover {
    color: #e74c3c;
    transform: scale(1.1);
}

.sn-menu-toggle {
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.sn-menu-toggle:hover {
    color: #e74c3c;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/* Mobile Sidebar Menu */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
    transition: all 0.3s ease;
}

.mobile-overlay.active {
    display: block;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-sidebar-header {
    background-color: #e74c3c;
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-sidebar-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.mobile-sidebar-close {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.mobile-sidebar-close:hover {
    transform: rotate(90deg);
}

.mobile-sidebar-nav {
    padding: 0;
}

.mobile-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-sidebar-nav li {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-sidebar-nav a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-sidebar-nav a:hover {
    background-color: #f5f5f5;
    color: #e74c3c;
    padding-left: 2rem;
}

/* Search Form */
.search-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-form input {
    padding: 0.6rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 200px;
}

.search-form input:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.search-form button {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form button:hover {
    background-color: #c0392b;
}

/* Red Bar - Ticker */
.red-bar {
    background-color: #b91c1c;
    padding: 0;
    color: white;
}

.red-bar a,
.red-bar a:hover,
.red-bar a:focus {
    color: #ffffff;
}

.ticker-wrapper {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 0;
}

.red-bar .ticker-label {
    padding: 8px 15px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.05);
    animation: subtleGlow 3s ease-in-out infinite;
}

.red-bar .ticker-label i {
    color: #ffd700;
    animation: iconPulse 2s infinite;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.ticker-container {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ticker-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 0;
    padding: 0;
    transition: transform 0.5s ease-in-out;
}

.ticker-content.paused {
    animation-play-state: paused;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 500;
    flex-shrink: 0;
    height: 50px;
    overflow: hidden;
}

.ticker-item a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.ticker-item a:hover {
    text-decoration: underline;
}

.ticker-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
}

.ticker-dot {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    animation: dot-pulse 1.5s infinite;
    flex-shrink: 0;
}

@keyframes dot-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Ticker Controls */
.ticker-controls {
    display: flex;
    gap: 0.5rem;
    padding: 0 1rem;
    flex-shrink: 0;
}

.ticker-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.ticker-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.ticker-btn:active {
    transform: scale(0.95);
}

/* Financial Bar */
.financial-bar {
    background-color: #3d3d3d;
    color: white;
    padding: 0.6rem 0;
    font-size: 0.8rem;
}

.financial-item {
    padding: 0.5rem 1.5rem;
    border-right: 1px solid #555;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.financial-item:last-child {
    border-right: none;
}

.financial-item i {
    color: #e74c3c;
    font-size: 0.9rem;
}

.financial-item .label {
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.financial-item .value {
    color: white;
    font-weight: 700;
    margin-left: 0.5rem;
}

.financial-item .change {
    color: #28a745;
    font-weight: 700;
    margin-left: 0.5rem;
}

/* Main Content */
main {
    min-height: calc(100vh - 200px);
}

.container-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Card Styling */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.card-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    border: none;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

/* Button Styling */
.btn {
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.btn-danger {
    background-color: var(--danger-color);
}

.btn-danger:hover {
    background-color: #a00000;
    transform: translateY(-2px);
}


.footer-title {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-title i {
    color: #e74c3c;
}

.footer-text {
    color: #bdc3c7;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #e74c3c;
    padding-left: 0.5rem;
}

.footer-links i {
    color: #e74c3c;
    width: 20px;
    margin-right: 0.5rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #e74c3c;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.social-link:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 2rem 0;
}

.footer-copyright {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.footer-bottom-links li {
    margin: 0;
}

.footer-bottom-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #e74c3c;
}

/* Search Button */
.sn-search-btn,
.sn-dark-mode-btn,
.sn-user-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sn-search-btn:hover,
.sn-dark-mode-btn:hover,
.sn-user-btn:hover {
    color: #e74c3c;
    transform: scale(1.1);
}

/* Search Modal */
.sn-modern-search {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.sn-search-header {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    border-radius: 12px 12px 0 0;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sn-search-icon {
    font-size: 1.8rem;
    color: white;
}

.sn-search-header .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.sn-close-btn {
    color: white !important;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.sn-close-btn:hover {
    opacity: 1;
}

.sn-search-body {
    padding: 2rem;
}

.sn-search-input-wrapper {
    margin-bottom: 2rem;
}

.sn-search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.sn-input-icon {
    position: absolute;
    left: 1rem;
    color: #e74c3c;
    font-size: 1.2rem;
}

.sn-search-input-modern {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.sn-search-input-modern:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 0.3rem rgba(231, 76, 60, 0.1);
}

.sn-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.sn-search-suggestions.active {
    display: block;
}

.sn-quick-search {
    margin-bottom: 2rem;
}

.sn-quick-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.sn-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sn-quick-tag {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.sn-quick-tag:hover {
    background-color: #e74c3c;
    color: white;
    border-color: #e74c3c;
    transform: translateY(-2px);
}

.sn-search-actions {
    display: flex;
    justify-content: center;
}

.sn-search-btn-modern {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sn-search-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.breadcrumb-item {
    color: #666;
}

.breadcrumb-item.active {
    color: var(--primary-color);
    font-weight: 600;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .sn-header-content {
        gap: 1rem;
    }
    
    .sn-nav-menu a {
        padding: 0.8rem 0.6rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .sn-header-content {
        justify-content: space-between;
        gap: 1rem;
    }
    
    .sn-logo {
        flex-shrink: 0;
    }
    
    .logo-desktop {
        display: none;
    }
    
    .logo-mobile {
        display: block;
    }
    
    .sn-main-nav {
        display: none !important;
    }
    
    .sn-header-actions {
        gap: 0.5rem;
    }
    
    .top-bar {
        display: none;
    }
    
    .ticker-wrapper {
        height: 50px;
    }

    .red-bar .ticker-label {
        display: none;
    }
    
    .financial-ticker .ticker-label-finans {
        display: none !important;
    }
    
    .ticker-container {
        flex: 1;
    }
    
    .ticker-content {
        padding: 0 1rem;
    }
    
    .ticker-item {
        font-size: 0.85rem;
        padding: 0.5rem 0;
        height: 50px;
    }
    
    .ticker-controls {
        display: none;
    }
    
    .financial-bar {
        overflow-x: auto;
        padding: 0.5rem 0;
    }
    
    .financial-item {
        padding: 0.4rem 1rem;
        font-size: 0.7rem;
    }
    
    main {
        min-height: calc(100vh - 150px);
    }
    
    .container-main {
        padding: 0 0.5rem;
    }
    
    .search-form input {
        width: 150px;
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .search-form button {
        padding: 0.5rem 0.8rem;
    }
}

@media (max-width: 576px) {
    .main-header {
        padding: 0.75rem 0;
    }
    
    .sn-logo img {
        max-width: 120px;
    }
    
    .sn-search-btn {
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
    }
    
    .sn-menu-toggle {
        font-size: 1.2rem;
        padding: 0.25rem;
    }
    
    .financial-item {
        padding: 0.3rem 0.8rem;
        font-size: 0.65rem;
    }
    
    .financial-item .label {
        display: none;
    }
    
    .top-bar-text {
        font-size: 0.75rem;
    }
    
    .top-bar-link {
        font-size: 0.8rem;
    }
}

/* Erişilebilirlik Araçları - Çakışma Önleme (Anasayfa/Slider override'larına karşı) */
#sn-accessibility-widget {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99998 !important;
    pointer-events: auto !important;
}

#sn-accessibility-toggle {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 99999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#sn-accessibility-panel {
z-index: 100000 !important;
pointer-events: auto !important;
}

/* A11y: Erişilebilirlik paneli buton kontrastı (inline style override) */
#sn-accessibility-panel button {
    background: #1d4ed8 !important;
    color: #ffffff !important;
    border-color: #1d4ed8 !important;
}

#sn-accessibility-panel button.sn-acc-reset {
    background: #b91c1c !important;
    border-color: #b91c1c !important;
    color: #ffffff !important;
}

#sn-accessibility-panel .sn-acc-value,
#sn-accessibility-panel #font-size-value {
    color: #111827 !important;
}

body.sn-dark-mode #sn-accessibility-panel .sn-acc-value,
body.dark-mode #sn-accessibility-panel .sn-acc-value,
body.sn-dark-mode #sn-accessibility-panel #font-size-value,
body.dark-mode #sn-accessibility-panel #font-size-value {
    color: #ffffff !important;
}

/* A11y: Futbol widget rozet kontrastı */
.fw-badge {
    background: #111827 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
#sn-accessibility-toggle {
right: 15px !important;
bottom: 15px !important;
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}
}

.sn-reading-guide {
position: fixed;
left: 0;
width: 100%;
height: 3px;
background: rgba(231, 76, 60, 0.8);
pointer-events: none;
z-index: 99997;
box-shadow: 0 0 10px rgba(231, 76, 60, 0.6);
    height: 3px;
    background: rgba(231, 76, 60, 0.8);
    pointer-events: none;
    z-index: 99997;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.6);
}

.sn-contrast-high {
    filter: contrast(1.5);
}

.sn-contrast-inverted {
    filter: invert(1) hue-rotate(180deg);
}

.sn-contrast-inverted img,
.sn-contrast-inverted video {
    filter: invert(1) hue-rotate(180deg);
}

.sn-line-height-medium p,
.sn-line-height-medium li,
.sn-line-height-medium div {
    line-height: 1.8 !important;
}

.sn-line-height-large p,
.sn-line-height-large li,
.sn-line-height-large div {
    line-height: 2.2 !important;
}

.sn-letter-spacing-medium {
    letter-spacing: 0.05em !important;
}

.sn-letter-spacing-large {
    letter-spacing: 0.1em !important;
}

.sn-highlight-links a {
    background: #fff3cd !important;
    padding: 2px 4px !important;
    border-radius: 3px !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sn-highlight-links a:hover {
    background: #ffc107 !important;
}

/* Haber Detay - Dark Mode Override (Haberler modülü CSS'leri bazı alanları açık renk bırakıyor) */
body.sn-dark-mode #main-content .sn-breadcrumb,
body.dark-mode #main-content .sn-breadcrumb {
    background: transparent !important;
}

body.sn-dark-mode #main-content .sn-news-summary,
body.dark-mode #main-content .sn-news-summary {
    background: transparent !important;
    color: #cbd5e0 !important;
}

body.sn-dark-mode .sn-sidebar,
body.dark-mode .sn-sidebar {
    background: #111827 !important;
    border: 1px solid #374151 !important;
}

body.sn-dark-mode .sn-sidebar-post-list,
body.dark-mode .sn-sidebar-post-list {
    background: #111827 !important;
}

body.sn-dark-mode .sn-sidebar-post-item,
body.dark-mode .sn-sidebar-post-item {
    background: #111827 !important;
    border-bottom-color: #374151 !important;
}

body.sn-dark-mode .sn-sidebar-post-item:hover,
body.dark-mode .sn-sidebar-post-item:hover {
    background: #1f2937 !important;
}

body.sn-dark-mode .sn-post-title,
body.dark-mode .sn-post-title {
    color: #e5e7eb !important;
}

body.sn-dark-mode .sn-post-meta,
body.dark-mode .sn-post-meta {
    color: #9ca3af !important;
}

body.sn-dark-mode .sn-news-tools,
body.dark-mode .sn-news-tools {
    background: #111827 !important;
    border: 1px solid #374151 !important;
    border-radius: 10px;
    padding: 12px 14px;
}

body.sn-dark-mode .sn-share-label,
body.dark-mode .sn-share-label {
    color: #e5e7eb !important;
}

body.sn-dark-mode .sn-action-btn,
body.dark-mode .sn-action-btn {
    background: #1f2937 !important;
    color: #e5e7eb !important;
    border-color: #374151 !important;
}

body.sn-dark-mode .sn-flash-lead,
body.dark-mode .sn-flash-lead {
    background: #111827 !important;
    color: #e5e7eb !important;
    border-left-color: #e74c3c !important;
}

body.sn-dark-mode .sn-flash-content,
body.dark-mode .sn-flash-content {
    color: #e5e7eb !important;
}

body.sn-dark-mode .sn-flash-content a,
body.dark-mode .sn-flash-content a {
    color: #93c5fd !important;
}

body.sn-dark-mode #main-content .sn-flash-article,
body.dark-mode #main-content .sn-flash-article {
    background: #111827 !important;
    border: 1px solid #374151 !important;
    border-radius: 12px;
    padding: 18px 18px 18px 18px;
}

/* Haber Detay - Sidebar Tabs Dark Mode (sn-modern-tabs / sn-custom-tabs) */
body.sn-dark-mode #main-content .sn-modern-tabs,
body.dark-mode #main-content .sn-modern-tabs {
    background: #111827 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35) !important;
}

body.sn-dark-mode #main-content .sn-custom-tabs .nav-link,
body.dark-mode #main-content .sn-custom-tabs .nav-link,
body.sn-dark-mode #main-content .sn-tab-btn,
body.dark-mode #main-content .sn-tab-btn {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(229, 231, 235, 0.9) !important;
}

body.sn-dark-mode #main-content .sn-custom-tabs .nav-link:hover,
body.dark-mode #main-content .sn-custom-tabs .nav-link:hover,
body.sn-dark-mode #main-content .sn-tab-btn:hover,
body.dark-mode #main-content .sn-tab-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
}

body.sn-dark-mode #main-content .sn-custom-tabs .nav-link.active,
body.dark-mode #main-content .sn-custom-tabs .nav-link.active,
body.sn-dark-mode #main-content .sn-tab-btn.active,
body.dark-mode #main-content .sn-tab-btn.active {
    background: rgba(239, 68, 68, 0.22) !important;
    border-color: rgba(239, 68, 68, 0.45) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1) !important;
}


.breaking-news-label i {
    color: #ffd700;
    animation: iconPulse 2s infinite;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.sn-footer-modern {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    margin-top: 50px;
}

.sn-footer-modern .footer-main {
    padding: 60px 0 30px;
}

.sn-footer-modern .footer-section h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.sn-footer-modern .footer-tagline {
    color: #64b5f6;
    font-size: 0.9rem;
    margin-bottom: 20px;
    font-style: italic;
}

.sn-footer-modern .footer-description {
    color: #b0bec5;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.sn-footer-modern .footer-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #64b5f6;
    display: inline-block;
}

.sn-footer-modern .footer-title i {
    margin-right: 8px;
    color: #64b5f6;
}

.sn-footer-modern .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sn-footer-modern .footer-links li {
    margin-bottom: 12px;
}

.sn-footer-modern .footer-links a {
    color: #cfd8dc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.sn-footer-modern .footer-links a i {
    margin-right: 8px;
    width: 16px;
    color: #90a4ae;
    transition: color 0.3s ease;
}

.sn-footer-modern .footer-links a:hover {
    color: #64b5f6;
    transform: translateX(5px);
}

.sn-footer-modern .footer-links a:hover i {
    color: #64b5f6;
}

.sn-footer-modern .footer-social h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 15px;
    margin-top: 25px;
}

.sn-footer-modern .social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sn-footer-modern .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.sn-footer-modern .social-link.website { background: linear-gradient(135deg, #667eea, #764ba2); }
.sn-footer-modern .social-link.facebook { background: linear-gradient(135deg, #1877f2, #42a5f5); }
.sn-footer-modern .social-link.twitter { background: linear-gradient(135deg, #1da1f2, #42a5f5); }
.sn-footer-modern .social-link.instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.sn-footer-modern .social-link.youtube { background: linear-gradient(135deg, #ff0000, #ff5722); }
.sn-footer-modern .social-link.pinterest { background: linear-gradient(135deg, #e60023, #bd081c); }
.sn-footer-modern .social-link.linkedin { background: linear-gradient(135deg, #0077b5, #005885); }
.sn-footer-modern .social-link.tumblr { background: linear-gradient(135deg, #35465c, #2c3e50); }
.sn-footer-modern .social-link.mastodon { background: linear-gradient(135deg, #6364ff, #563acc); }
.sn-footer-modern .social-link.bluesky { background: linear-gradient(135deg, #1185fe, #0a5fcc); }
.sn-footer-modern .social-link.teknofest { background: linear-gradient(135deg, #f093fb, #f5576c); }

.sn-footer-modern .social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.sn-footer-modern .footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.sn-footer-modern .footer-copyright p {
    margin: 0;
    color: #90a4ae;
    font-size: 0.9rem;
}

.sn-footer-modern .footer-meta {
    text-align: right;
}

.sn-footer-modern .footer-stats {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sn-footer-modern .stat-item {
    color: #90a4ae;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sn-footer-modern .stat-item i {
    color: #64b5f6;
}

.sn-footer-modern .stat-item strong {
    color: #fff;
}

@media (min-width: 768px) {
    .sn-footer-modern .row > .col-lg-2,
    .sn-footer-modern .row > .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width: 992px) {
    .sn-footer-modern .row > .col-lg-4 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }

    .sn-footer-modern .row > .col-lg-2 {
        flex: 0 0 16.666% !important;
        max-width: 16.666% !important;
    }
}

@media (max-width: 768px) {
    .sn-footer-modern .footer-main {
        padding: 40px 0 20px;
    }

    .sn-footer-modern .footer-meta {
        text-align: left;
        margin-top: 15px;
    }

    .sn-footer-modern .footer-stats {
        justify-content: flex-start;
        gap: 15px;
    }

    .sn-footer-modern .social-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .sn-footer-modern .footer-stats {
        flex-direction: column;
        gap: 8px;
    }
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    border-top: 3px solid #3498db;
}

.cookie-consent-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-icon {
    font-size: 2.5rem;
    color: #f39c12;
    flex-shrink: 0;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
}

.cookie-text h5 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ecf0f1;
}

.cookie-text p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #bdc3c7;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-actions button,
.cookie-actions a {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-accept {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #ffffff;
}

.btn-accept:hover {
    background: linear-gradient(135deg, #229954, #27ae60);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4);
}

.btn-more-info {
    background: linear-gradient(135deg, #3498db, #5dade2);
    color: #ffffff;
}

.btn-more-info:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
    color: #ffffff;
}

.btn-necessary {
    background: linear-gradient(135deg, #f39c12, #f1c40f);
    color: #ffffff;
}

.btn-necessary:hover {
    background: linear-gradient(135deg, #e67e22, #f39c12);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cookie-actions {
        justify-content: center;
        width: 100%;
    }

    .cookie-actions button,
    .cookie-actions a {
        flex: 1;
        min-width: 120px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cookie-actions {
        flex-direction: column;
        width: 100%;
    }

    .cookie-actions button,
    .cookie-actions a {
        width: 100%;
    }
}