.dnd-section{padding:var(--theme-section-padding-top) var(--theme-section-padding-right) var(--theme-section-padding-bottom) var(--theme-section-padding-left)}.theme-btn-primary{background-color:var(--theme-primary-color);border:var(--theme-border-width) solid var(--theme-border-color);border-radius:var(--theme-border-radius);box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-shadow-color);color:#fff;font-size:var(--theme-button-font-size);font-weight:900;padding:var(--theme-button-padding-y) var(--theme-button-padding-x);transition:all .3s ease}.theme-btn-primary:hover{background-color:var(--theme-secondary-color);box-shadow:calc(var(--theme-shadow-offset)*.75) calc(var(--theme-shadow-offset)*.75) 0 0 var(--theme-shadow-color);color:var(--theme-accent-color);transform:translate(2px,2px)}.theme-btn-secondary{background-color:var(--theme-background-color);border:var(--theme-border-width) solid var(--theme-border-color);border-radius:var(--theme-border-radius);box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-shadow-color);color:var(--theme-text-color);font-size:var(--theme-button-font-size);font-weight:900;padding:var(--theme-button-padding-y) var(--theme-button-padding-x);transition:all .3s ease}.theme-btn-secondary:hover{background-color:var(--theme-primary-color);box-shadow:calc(var(--theme-shadow-offset)*.75) calc(var(--theme-shadow-offset)*.75) 0 0 var(--theme-shadow-color);color:#fff;transform:translate(2px,2px)}.theme-card{background-color:var(--theme-card-background-color);border:var(--theme-border-width) solid var(--theme-border-color);border-radius:var(--theme-border-radius);box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-primary-color)}.text-theme-primary{color:var(--theme-primary-color)}.text-theme-secondary{color:var(--theme-secondary-color)}.text-theme-light{color:var(--theme-text-light-color)}.bg-theme-primary{background-color:var(--theme-primary-color)}.bg-theme-secondary{background-color:var(--theme-secondary-color)}.bg-theme-card{background-color:var(--theme-card-background-color)}.border-theme{border:var(--theme-border-width) solid var(--theme-border-color)}.border-theme-primary{border-color:var(--theme-primary-color)}.border-theme-secondary{border-color:var(--theme-secondary-color)}.shadow-theme{box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-shadow-color)}.shadow-theme-primary{box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-primary-color)}.shadow-theme-secondary{box-shadow:var(--theme-shadow-offset) var(--theme-shadow-offset) 0 0 var(--theme-secondary-color)}.bg-pink-500,.focus\:bg-pink-500:focus,.hover\:bg-pink-500:hover{background-color:var(--theme-primary-color)!important}.hover\:text-pink-500:hover,.text-pink-500{color:var(--theme-primary-color)!important}.border-pink-500,.hover\:border-pink-500:hover{border-color:var(--theme-primary-color)!important}.bg-yellow-300,.focus\:bg-yellow-300:focus,.hover\:bg-yellow-300:hover{background-color:var(--theme-secondary-color)!important}.hover\:text-yellow-300:hover,.text-yellow-300{color:var(--theme-secondary-color)!important}.border-yellow-300,.hover\:border-yellow-300:hover{border-color:var(--theme-secondary-color)!important}.text-black{color:var(--theme-text-color)!important}.border-black,.hover\:border-black:hover{border-color:var(--theme-accent-color)!important}.bg-black{background-color:var(--theme-accent-color)!important}