.dn-switcher {
    position: fixed;
    z-index: 9999;
}

.dn-position-top-right {
    top: 20px;
    right: 20px;
}

.dn-position-top-left {
    top: 20px;
    left: 20px;
}

.dn-position-bottom-right {
    bottom: 20px;
    right: 20px;
}

.dn-position-bottom-left {
    bottom: 20px;
    left: 20px;
}

#dn-toggle {
    background: #333;
    border: none;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

#dn-toggle:hover {
    transform: scale(1.1);
}

/* حالت شب */
body.dark-mode {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

body.dark-mode a {
    color: #bb86fc;
}