/* 
 * Tailwind Theme Configuration
 * Use this file to override DaisyUI variables or add custom CSS.
 * 
 * Common DaisyUI Variables:
 * --rounded-box: 1rem;      // Border radius for cards and other large boxes
 * --rounded-btn: 0.5rem;    // Border radius for buttons
 * --rounded-badge: 1.9rem;  // Border radius for badges
 * --animation-btn: 0.25s;   // Duration of button click animation
 * --animation-input: .2s;   // Duration of check/radio input animation
 * --btn-focus-scale: 0.95;  // Scale transform of button when focused
 * --border-btn: 1px;        // Border width of buttons
 * --tab-border: 1px;        // Border width of tabs
 * --tab-radius: 0.5rem;     // Border radius of tabs
 */

:root {
    /* Example: Override rounded corners for a sharper look */
    /* --rounded-btn: 0.25rem; */
    /* --rounded-box: 0.5rem; */
--rounded-box: 0.5rem;
}
:root:has(input.theme-controller[value="black"]:checked), [data-theme="black"] {
	color-scheme: dark;
	--color-base-100: oklch(22% 0 0);
	--color-base-200: oklch(0% 0 0);
	--color-base-300: oklch(22% 0 0);
	--color-base-content: oklch(87.609% 0 0);
	--color-primary: oklch(35% 0 0);
	--color-primary-content: oklch(100% 0 0);
	--color-secondary: oklch(35% 0 0);
	--color-secondary-content: oklch(100% 0 0);
	--color-accent: oklch(35% 0 0);
	--color-accent-content: oklch(100% 0 0);
	--color-neutral: oklch(35% 0 0);
	--color-neutral-content: oklch(100% 0 0);
	--color-info: oklch(45.201% .313 264.052);
	--color-info-content: oklch(89.04% .062 264.052);
	--color-success: oklch(51.975% .176 142.495);
	--color-success-content: oklch(90.395% .035 142.495);
	--color-warning: oklch(96.798% .211 109.769);
	--color-warning-content: oklch(19.359% .042 109.769);
	--color-error: oklch(62.795% .257 29.233);
	--color-error-content: oklch(12.559% .051 29.233);
	--radius-selector: 1rem;
	--radius-field: .25rem;
	--radius-box: 0.5rem;
	--size-selector: .25rem;
	--size-field: .25rem;
	--border: 1px;
	--depth: 0;
	--noise: 0;
}
& :where(li:not(.menu-title, .disabled) > :not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn) {
	display: ruby;
}
/* Custom CSS overrides can go here */