/* ============================================
   DEBUG PANEL - TASARIM VE TEMA KONTROL
   ============================================ */

#designSwitcher {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    background: white !important;
    border: 3px solid #d6b929 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3) !important;
    max-width: 300px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

#designSwitcher.hidden {
    display: none !important;
}

#designToggleBtn {
    display: none;
    z-index: 99999 !important;
}

#designToggleBtn:not(.hidden) {
    display: flex !important;
}

/* Renkli vurgu */
#designSwitcher label {
    color: #816f18 !important;
    font-weight: 600 !important;
}

#designSwitcher select {
    background-color: #fbf8ea !important;
    border: 2px solid #e7d57e !important;
    color: #564a10 !important;
    border-radius: 8px !important;
}

#designSwitcher select:focus {
    border-color: #d6b929 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(214, 185, 41, 0.2) !important;
}
