
/* Top Rudder Aircraft Theme Override */
:root[theme="dark"] {
    --checked-color: rgba(255, 85, 41, 0.25) !important;
    --control-background-color: #111111 !important;
    --primary-color: #FF5529 !important;
    --secondary-color: #142688 !important;
    --foreground-color: #ffffff !important;
    --foreground-secondary-color: #999999 !important;
    --foreground-muted-color: #666666 !important;
    --border-color: #222222 !important;
    --border-hover-color: #333333 !important;
    --background-color: #000000 !important;
    --panel-background-color: #0A0A0A !important;
    --panel-hover-background-color: #1A1A1A !important;
    --hover-background-color: rgba(255, 85, 41, 0.08) !important;
    --active-background-color: rgba(255, 85, 41, 0.15) !important;
    --titlebar-forground-color: #ffffff !important;
    --titlebar-background-color: #000000 !important;
    --title-background: rgba(255, 85, 41, 0.08) !important;
    --title-checked: #111111 !important;
    --statusbar-foreground-color: #ffffff !important;
    --statusbar-background-color: #000000 !important;
    --viewport-background-color: #0A0A0A !important;
    --input-background-color: #0A0A0A !important;
    --input-border-color: #222222 !important;
    --input-text-color: #ffffff !important;
    --button-primary-background: #FF5529 !important;
    --button-primary-hover: #E04520 !important;
    --button-secondary-background: #111111 !important;
    --button-secondary-hover: #1A1A1A !important;
    --backdrop-color: rgba(0, 0, 0, 0.6) !important;
    --loading-border-color: rgba(255, 85, 41, 0.3) !important;
    --panel-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
    --resizer-gradient: linear-gradient(to right, rgba(255, 85, 41, 0.04), rgba(255, 85, 41, 0.12)) !important;
    --resizer-gradient-hover: linear-gradient(to right, rgba(255, 85, 41, 0.12), rgba(255, 85, 41, 0.18)) !important;
    --error-color: #ff0000 !important;
    --warning-color: #ffc107 !important;
}

/* Force dark theme */
:root {
    --checked-color: rgba(255, 85, 41, 0.25) !important;
    --control-background-color: #111111 !important;
    --primary-color: #FF5529 !important;
    --secondary-color: #142688 !important;
    --foreground-color: #ffffff !important;
    --foreground-secondary-color: #999999 !important;
    --foreground-muted-color: #666666 !important;
    --border-color: #222222 !important;
    --border-hover-color: #333333 !important;
    --background-color: #000000 !important;
    --panel-background-color: #0A0A0A !important;
    --panel-hover-background-color: #1A1A1A !important;
    --hover-background-color: rgba(255, 85, 41, 0.08) !important;
    --active-background-color: rgba(255, 85, 41, 0.15) !important;
    --titlebar-forground-color: #ffffff !important;
    --titlebar-background-color: #000000 !important;
    --title-background: rgba(255, 85, 41, 0.08) !important;
    --title-checked: #111111 !important;
    --statusbar-foreground-color: #ffffff !important;
    --statusbar-background-color: #000000 !important;
    --viewport-background-color: #0A0A0A !important;
    --input-background-color: #0A0A0A !important;
    --input-border-color: #222222 !important;
    --input-text-color: #ffffff !important;
    --button-primary-background: #FF5529 !important;
    --button-primary-hover: #E04520 !important;
    --button-secondary-background: #111111 !important;
    --button-secondary-hover: #1A1A1A !important;
    --backdrop-color: rgba(0, 0, 0, 0.6) !important;
    --loading-border-color: rgba(255, 85, 41, 0.3) !important;
    --panel-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

html, body {
    background-color: #000000 !important;
    font-family: "Inter", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* layout/logo overrides were removed 2026-08-23 */

/* Force Chili3D home sidebar usable 2026-08-23b */
.a6e642dcfc1f4ca6 { width: auto !important; min-width: 280px !important; max-width: none !important; overflow: visible !important; }
chili-home > div:first-child { width: auto !important; min-width: 280px !important; overflow: visible !important; }
