#dc-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 100000;
    cursor: pointer;
    font-size: 24px;
    border-radius: 5px;
}
#dc-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #eee;
    padding: 10px;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.dc-hidden {
    display: none !important;
}
.dc-panel-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
#dc-panel button {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: 2px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}
#dc-panel button:focus {
    outline: 2px solid #000;
}

/* Extended contrast selectors excluding media */
.contrast-c1,
.contrast-c1 body,
.contrast-c1 div,
.contrast-c1 section,
.contrast-c1 article,
.contrast-c1 p,
.contrast-c1 span,
.contrast-c1 h1,
.contrast-c1 h2,
.contrast-c1 h3,
.contrast-c1 h4,
.contrast-c1 h5,
.contrast-c1 h6,
.contrast-c1 ul,
.contrast-c1 ol,
.contrast-c1 li,
.contrast-c1 nav,
.contrast-c1 header,
.contrast-c1 footer,
.contrast-c1 aside,
.contrast-c1 button,
.contrast-c1 input,
.contrast-c1 textarea {
    background-color: black !important;
    color: yellow !important;
    border-color: yellow !important;
}
.contrast-c1 a {
    color: lime !important;
    text-decoration: underline;
}

.contrast-c2,
.contrast-c2 body,
.contrast-c2 div,
.contrast-c2 section,
.contrast-c2 article,
.contrast-c2 p,
.contrast-c2 span,
.contrast-c2 h1,
.contrast-c2 h2,
.contrast-c2 h3,
.contrast-c2 h4,
.contrast-c2 h5,
.contrast-c2 h6,
.contrast-c2 ul,
.contrast-c2 ol,
.contrast-c2 li,
.contrast-c2 nav,
.contrast-c2 header,
.contrast-c2 footer,
.contrast-c2 aside,
.contrast-c2 button,
.contrast-c2 input,
.contrast-c2 textarea {
    background-color: yellow !important;
    color: black !important;
    border-color: black !important;
}
.contrast-c2 a {
    color: black !important;
    text-decoration: underline;
}

.contrast-c3,
.contrast-c3 body,
.contrast-c3 div,
.contrast-c3 section,
.contrast-c3 article,
.contrast-c3 p,
.contrast-c3 span,
.contrast-c3 h1,
.contrast-c3 h2,
.contrast-c3 h3,
.contrast-c3 h4,
.contrast-c3 h5,
.contrast-c3 h6,
.contrast-c3 ul,
.contrast-c3 ol,
.contrast-c3 li,
.contrast-c3 nav,
.contrast-c3 header,
.contrast-c3 footer,
.contrast-c3 aside,
.contrast-c3 button,
.contrast-c3 input,
.contrast-c3 textarea {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}
.contrast-c3 a {
    color: cyan !important;
    text-decoration: underline;
}

.contrast-c4,
.contrast-c4 body,
.contrast-c4 div,
.contrast-c4 section,
.contrast-c4 article,
.contrast-c4 p,
.contrast-c4 span,
.contrast-c4 h1,
.contrast-c4 h2,
.contrast-c4 h3,
.contrast-c4 h4,
.contrast-c4 h5,
.contrast-c4 h6,
.contrast-c4 ul,
.contrast-c4 ol,
.contrast-c4 li,
.contrast-c4 nav,
.contrast-c4 header,
.contrast-c4 footer,
.contrast-c4 aside,
.contrast-c4 button,
.contrast-c4 input,
.contrast-c4 textarea {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}
.contrast-c4 a {
    color: black !important;
    text-decoration: underline;
}
