:root {
    --main: #000;
    --accent: #FFB43A;
    --bg: #0f0f0f;
    --card: #1a1a1a;
    --text: #eaeaea;
    --border: #2a2a2a;
}

html.light-theme {
    --main: #ffffff;
    --accent: #2563EB;
    --bg: #f5f5f5;
    --card: #ffffff;
    --text: #1e1e1e;
    --border: #dcdcdc;
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: var(--text);
    padding: 25px;
    position: relative;
    overflow-x: hidden;

    background:
        radial-gradient(circle at top left,
            rgba(120, 130, 150, 0.07),
            transparent 28%),
        radial-gradient(circle at top right,
            rgba(80, 90, 110, 0.05),
            transparent 24%),
        linear-gradient(180deg,
            #111111 0%,
            #0c0c0d 45%,
            #080808 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);

    background-size: 40px 40px;
}

body::after {
    content: "";
    position: fixed;
    width: 500px;
    height: 500px;
    top: -150px;
    left: -150px;
    border-radius: 50%;
    background: rgba(120, 130, 150, 0.03);
    filter: blur(120px);
    z-index: -1;

}

@keyframes floatGlow {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(80px, 40px);
    }
}

@media (max-width: 767px) {

    body::before,
    body::after {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--accent) #111;
    scrollbar-width: thin;
}

body.no-scroll {
    overflow: hidden;
}

h1 {
    color: var(--accent);
    text-align: center;
}

h2 {
    font-size: 26px;
    color: var(--accent);
}

h3 {
    display: flex;
    justify-content: center;
    color: var(--accent);
}

select {
    padding: 8px 15px;
    border-radius: 6px;
    border: 1px solid var(--border);
    font-size: 16px;
    background: var(--card);
    color: var(--accent);
    font-weight: bold;
}

hr {
    background-color: var(--accent);
    height: 2px;
    border: none;
}

footer {
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid var(--accent);
    border-right: 4px solid var(--accent);
    border-radius: 16px;
    text-align: center;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
    margin-top: 40px;
}

footer p {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

footer a {
    text-decoration: none;
    color: var(--accent);
    transition: .2s;
}

footer a:hover {
    color: var(--text);
    text-decoration: underline;
}

input::placeholder {
    color: #5df505;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
    border: 2px solid #111;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffaa00;
}

#baslik {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
}

#singleLightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#singleLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

#singleLightbox span {
    position: absolute;
    color: var(--accent);
    font-size: 80px;
    cursor: pointer;
}

#closeBtn {
    top: 0px;
    right: 10px;
    font-size: clamp(30px, 5vw, 70px);
}

#prevBtn {
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
    font-size: clamp(30px, 5vw, 70px);
}

#nextBtn {
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    font-size: clamp(30px, 5vw, 70px);
}

#btnup {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

#kapikodSearch {
    width: min(460px, 92%);
    padding: 14px 18px;
    border: 1px solid #3a3a3a;
    border-radius: 14px;
    background: #1f1f1f;
    color: #f1f1f1;
    font-size: 15px;
    outline: none;
    transition: .25s ease;
}

#kapikodSearch:focus {
    border-color: #c48b2f;
    box-shadow: 0 0 0 4px rgba(196, 139, 47, .18);
}

#kapikodSearch::placeholder {
    color: gray;
}

#buss {
    font-size: 26px;
    color: var(--accent);
}

#BolgeAdi {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: clamp(16px, 5vw, 26px);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;

    background: linear-gradient(90deg, #FFB43A, #ffd27a, #FFB43A);
    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 2px 10px rgba(255, 180, 58, 0.25),
        0 4px 20px rgba(255, 180, 58, 0.15);

    animation: shine 3s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

#hat-links:hover {
    text-decoration: none !important;
}

#bolgesi {
    color: var(--text);
    font-weight: normal;
}

.note {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px;
    padding: 12px 16px;
    max-width: max-content;

    background: rgba(255, 255, 255, 0.03);

    border-left: 3px solid var(--accent);
    border-right: 3px solid var(--accent);

    border-radius: 8px;

    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    gap: 8px;
    transition: 0.2s ease;
}

.note:hover {
    border-left-color: #ffd27a;
    border-right-color: #ffd27a;
    color: #fff;
}

.footer-note {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .2px;
}

.kapikod-search-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 18px 0 22px;
}

.header-row h2 {
    margin: 0;
}

.dropdown {
    position: relative;
    width: 275px;
}

.dropdown-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: var(--card);
    color: var(--accent);
    border: 1px solid #333;
    border-radius: 6px;
    cursor: pointer;
    width: 280px;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 300px;
    background: var(--card);
    border: 1px solid #333;
    border-radius: 6px;
    margin-top: 5px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}

.dropdown-content.active {
    display: block;
}

.dropdown-content label {
    display: block;
    padding: 8px 10px;
    cursor: pointer;
    color: #eee;
    white-space: nowrap;
}

.dropdown-content input {
    font-size: 17px;
}

.search-box {
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    background: #111;
    color: var(--text);
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.no-result {
    display: none;
    padding: 10px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}

/* Desktop / Laptop */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Tablet (hem yatay hem dikey) */
@media (max-width: 1280px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil */
@media (max-width: 990px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.card {
    background: var(--card);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border: 1px solid var(--border);
}

.card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover {
    transform: translateY(-2px);

    border-color: rgba(255, 180, 58, 0.18);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.55),
        0 6px 18px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 180, 58, 0.05);

    filter: brightness(1.03);
}

.card-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
    background: var(--card);
    cursor: pointer;
}

.card-img-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.card-img-bg {
    position: absolute;
    inset: -20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(30px) brightness(0.7);
    transform: scale(1.2);
    z-index: 1;
}

.card-img-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
}

.card-img img {
    position: absolute;
    inset: 0;
    z-index: 2;

    width: 100%;
    height: 100%;
    object-fit: contain;

    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .35));
    transition: transform .3s ease;
}

.card-img:hover img {
    transform: scale(1.02);
}

.card-body {
    padding: 12px 16px;
    font-size: 17.5px;
}

.card-body p {
    margin: 4px 0;
    padding-left: 8px;
    border-left: 3px solid var(--accent);
}

.card-body b {
    color: var(--accent);
    font-family: 'Roboto', 'Segoe UI', sans-serif;
}

.card-body a {
    text-decoration: none;
    color: var(--text);
}

.card-body a:hover {
    color: var(--accent);
}

#PhotoResource:hover {
    color: var(--accent);
    text-decoration: underline;
}

.tables-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
    font-size: 17px;
}

.table-box {
    flex: 1;
    min-width: 350px;
    background: var(--card);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid var(--border);
    height: max-content;
}

.table-box h2 {
    margin-bottom: 10px;
    color: var(--accent);
    border-left: 5px solid var(--accent);
    padding-left: 10px;
}

.table-box table {
    width: 100%;
    border-collapse: collapse;
}

.table-box th {
    background: var(--main);
    color: var(--accent);
    padding: 10px;
    text-align: center;
}

.table-box td {
    padding: 8px;
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.table-box tr:hover td {
    background: rgba(255, 180, 58, 0.08);
}

.table-box td:last-child {
    font-weight: bold;
    color: var(--accent);
}

.stats-btn {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 50px;
    margin-top: 10px;
    background: var(--accent);
    color: var(--main);
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.stats-btn:hover {
    background: #ffa500;
    cursor: pointer;
}

.summary-text {
    text-align: center;
    margin: 40px 0 50px;
    font-size: 16px;
    color: #ccc;
    letter-spacing: 0.3px;
    font-weight: bold;
}

.summary-text strong {
    color: var(--accent);
    font-weight: 600;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination-desktop a {
    display: inline-block;
    margin: 5px;
    padding: 8px 14px;
    background: #111;
    color: var(--text);
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s;
}

.pagination-desktop a:hover {
    background: var(--accent);
    color: var(--bg);
}

.pagination-desktop span {
    margin: 0 10px;
    font-weight: 500;
}

.pagination-desktop a.active {
    background: var(--accent);
    color: var(--bg);
    font-weight: bold;
}

.pagination-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pagination-mobile .btn {
    padding: 12px 18px;
    font-size: 20px;
    background: var(--accent);
    color: var(--bg);
    border-radius: 10px;
    text-decoration: none;
}

.pagination-mobile .page-info {
    font-size: 16px;
    font-weight: 500;
}

.filter-box {
    display: flex;
    flex-wrap: wrap;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-box form {
    margin-right: 45px;
}

.filters form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.filters label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.filters select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: var(--card);
    color: var(--text);
    border: 1px solid #333;
    border-radius: 6px;
    cursor: pointer;
}

.no-data {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-data-box {
    text-align: center;
    padding: 40px 50px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.no-data-icon {
    font-size: 38px;
    margin-bottom: 15px;
    opacity: 0.8;
    color: var(--accent);
}

.no-data-text {
    font-size: 17px;
    color: var(--text);
    line-height: 1.6;
    margin-bottom: 20px;
}

.no-data-btn {
    background: var(--accent);
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.25s ease;
}

.no-data-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 180, 58, 0.4);
}

.no-data-btn:active {
    transform: scale(0.97);
}

.goto-page {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.goto-page input {
    width: 50px;
    padding: 10px 5px;
    border: 1px solid #444;
    border-radius: 8px;
    background: #1d1d1d;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.goto-page.mobile input {
    width: 30px;
}

.goto-page.mobile input::placeholder,
.goto-page input::placeholder {
    color: #FFB43A;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: var(--bg);
    width: 100%;
    max-width: 600px;
    max-height: 80vh;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup-content {
    padding: 15px;
    overflow-y: auto;
}

.footer {
    text-align: center;
    margin-top: 15px;
}

.footer .socials {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    text-decoration: none;
    color: var(--text);
    background: rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

.socials a:hover {
    background: var(--accent);
    color: #000;
    text-decoration: none;
}

.socials i {
    font-size: 18px;
}

.fa-regular.fa-trash-can {
    font-size: 35px;
    margin-left: 15px;
    margin-top: 8px;
}

.fa-regular.fa-trash-can:hover {
    cursor: pointer;
    color: var(--accent);
}

.hat-link{
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.hat-link:hover{
    text-decoration: underline;
}

@media (max-width: 1680px) {

    .card-body {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {

    .card-body {
        font-size: 12.5px;
    }
}

@media (max-width: 1366px) {

    .card-body {
        font-size: 11.5px;
    }
}

@media (max-width: 1280px) {

    .card-body {
        font-size: 13.75px;
    }

    .filters form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 1024px) {

    .card-body {
        font-size: 13px;
    }

    .filters form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 991px) {

    .card-body {
        font-size: 12.5px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {

    .card-body {
        font-size: 18px;
    }

    .tables-wrapper {
        flex-direction: column;
    }

    .filters form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    h1 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    body {
        padding: 15px;
    }

    .card {
        border-radius: 10px;
    }

    .card-body {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 24px;
    }

    select {
        font-size: 15px;
    }

    .tables-wrapper {
        gap: 20px;
    }

    .table-box {
        min-width: 300px;
    }

    .pagination-desktop {
        display: none;
    }

    .pagination-mobile {
        display: flex;
    }

    .filter-box {
        display: block;
    }

    .filters form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .filters select {
        width: 100%;
    }

    .dropdown {
        width: 100%;
        margin-bottom: 30px;
    }

    .no-data {
        padding: 0px;
    }

    #prevBtn {
        left: 0vw;
    }

    #nextBtn {
        right: 0vw;
    }

    footer {
        padding: 12px;
    }

    footer p {
        font-size: 13px;
        line-height: 1.5;
    }

    .no-data-text {
        font-size: 15px;
    }

    .popup-header h2 {
        font-size: 22px;
    }

    .filter-box form {
        margin-right: 0px;
    }

    .dropdown-btn {
        width: 95%;
    }

    .dropdown-content {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .card-body {
        font-size: 14px;
    }

    #buss {
        font-size: 23px;
    }

    #singleLightbox span {
        font-size: 45px;
    }

    .table-box td {
        font-size: 14px;
    }

    .note {
        font-size: 14px;
    }

    .table-box {
        min-width: 300px;
    }

    .fa-regular.fa-trash-can {
        font-size: 20px;
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 360px) {

    .table-box {
        min-width: 250px;
    }

    .popup-header h2 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .table-box {
        min-width: 200px;
        width: 100%;
        overflow-x: auto;
    }

    .filters form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #baslik,
    h1,
    h2 {
        font-size: 18px;
    }

    .stats-btn {
        font-size: 10px;
    }

    .popup-header h2 {
        font-size: 16px;
    }

    .card-body {
        font-size: 10.5px;
    }

    .table-box h2 {
        font-size: 16px;
    }

    #BolgeAdi {
        font-size: 14px;
    }

    #buss {
        font-size: 16px;
    }
}

.theme-toggle {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 9999;

    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;

    background: var(--card);
    color: var(--accent);
    border: 1px solid var(--border);

    cursor: pointer;
    font-size: 17px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    transition: all .25s ease;
}

.theme-toggle:hover {
    transform: scale(1.02);
    background: var(--accent);
    color: var(--main);
}

@media (max-width: 767px) {
    .theme-toggle {
        width: 35px;
        height: 35px;
        top: 5px;
        right: 5px;
        font-size: 17px;
    }

    .filter-box {
        margin-top: 35px;
    }
}

/*-------------------------------------------------------------- AÇIK TEMA CSS ------------------------------------------------------------------------------------------------ */

html.light-theme {
    background: #fff;
}

html.light-theme #kapikodSearch {
    background: #fff;
    color: #111;
    border: 1px solid #ccc;
}

html.light-theme .dropdown-btn {
    background: #fff;
    color: #111;
    border: 1px solid #ccc;
}

html.light-theme .dropdown-content {
    background: #fff;
    border: 1px solid #ddd;
}

html.light-theme .pagination-desktop a {
    background: #fff;
    color: #111;
}

html.light-theme .search-box {
    background: #ffffff;
    color: #111111;
    border-bottom: 1px solid #d6d6d6;
}

html.light-theme .search-box::placeholder {
    color: #2563EB;
}

html.light-theme #kapikodSearch {
    background: #ffffff;
    color: #111111;
    border: 1px solid #d6d6d6;
}

html.light-theme #kapikodSearch::placeholder {
    color: #777;
}

html.light-theme .dropdown-content label {
    color: #222;
}

html.light-theme .dropdown-content label:hover {
    background: rgba(0, 0, 0, 0.04);
}

html.light-theme .dropdown-content input[type="checkbox"] {
    background-color: #2563EB;
    color: #1f2937;
}

html.light-theme {
    scrollbar-color: var(--accent) #f1f1f1;
}

html.light-theme ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

html.light-theme select::-webkit-scrollbar {
    width: 10px;
}

html.light-theme select::-webkit-scrollbar-track {
    background: #f1f1f1;
}

html.light-theme select::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
}

html.light-theme #kapikodSearch:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-shadow);
}

html.light-theme .pagination-desktop a {
    background: #ffffff;
    color: #111111;
    border: 1px solid #dcdcdc;
}

html.light-theme .pagination-desktop a:hover {
    background: var(--accent);
    color: #ffffff;
}

html.light-theme .pagination-desktop a.active {
    background: var(--accent);
    color: #ffffff;
    border-color: var(--accent);
}

html.light-theme .pagination-mobile .btn {
    background: var(--accent);
    color: #ffffff;
}

html.light-theme .goto-page input {
    background: #ffffff;
    color: #111111;
    border: 1px solid #d6d6d6;
}

html.light-theme .goto-page input::placeholder,
html.light-theme .goto-page.mobile input::placeholder {
    color: var(--accent);
}

html.light-theme .goto-page input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.10);
}

html.light-theme .stats-btn:hover {
    background: #25579c;
    color: #fff;
    cursor: pointer;
}

html.light-theme body {
    background: #f5f5f5;
    color: #111;
}

html.light-theme {
    scrollbar-color: var(--accent) #f5f5f5;
}

html.light-theme footer {
    background: var(--card);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

html.light-theme .footer-note {
    color: #555;
}

html.light-theme .no-data-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

html.light-theme .note {
    background: rgba(37, 99, 235, 0.05);
    color: #444;
}

html.light-theme .note:hover {
    border-left-color: #2563EB;
    border-right-color: #2563EB;
    color: #111;
}

html.light-theme #BolgeAdi {
    background: linear-gradient(90deg, #2563EB, #60A5FA, #2563EB);
    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 2px 10px rgba(37, 99, 235, 0.18),
        0 4px 20px rgba(37, 99, 235, 0.10);
}

html.light-theme .summary-text {
    color: var(--text);
}

.theme-toggle i {
    transition: transform 0.25s ease, color 0.25s ease;
}

.theme-toggle:hover i {
    transform: scale(1.1);
}

select option {
    color: var(--text) !important;
    background: var(--card);
}

html:not(.light-theme) optgroup {
    color: #FFB43A;
    font-weight: 600;
}

html.light-theme optgroup {
    color: #2563EB;
    font-weight: 600;
}

optgroup option {
    color: var(--text) !important;
}