/* ADR-0134 — house theme variables, captured verbatim from the MudThemeProvider-generated style block
   (ZiggisTheme light + dark). Dark differs ONLY in the palette section; ThemeService toggles
   data-theme="dark" on <html>. Runtime customizer overrides land in a later <style> block. */
:root {
--mud-palette-black: rgba(39,44,52,1);
--mud-palette-white: rgba(255,255,255,1);
--mud-palette-primary: rgba(74,38,19,1);
--mud-palette-primary-rgb: 74,38,19;
--mud-palette-primary-text: rgba(255,255,255,1);
--mud-palette-primary-darken: rgb(42,26,16);
--mud-palette-primary-lighten: rgb(90,64,48);
--mud-palette-primary-hover: rgba(74,38,19,0.058823529411764705);
--mud-palette-secondary: rgba(217,173,109,1);
--mud-palette-secondary-rgb: 217,173,109;
--mud-palette-secondary-text: rgba(255,255,255,1);
--mud-palette-secondary-darken: rgb(184,147,104);
--mud-palette-secondary-lighten: rgb(229,204,169);
--mud-palette-secondary-hover: rgba(217,173,109,0.058823529411764705);
--mud-palette-tertiary: rgba(139,90,43,1);
--mud-palette-tertiary-rgb: 139,90,43;
--mud-palette-tertiary-text: rgba(255,255,255,1);
--mud-palette-tertiary-darken: rgb(109,70,34);
--mud-palette-tertiary-lighten: rgb(172,110,53);
--mud-palette-tertiary-hover: rgba(139,90,43,0.058823529411764705);
--mud-palette-info: rgba(63,111,159,1);
--mud-palette-info-rgb: 63,111,159;
--mud-palette-info-text: rgba(255,255,255,1);
--mud-palette-info-darken: rgb(52,92,131);
--mud-palette-info-lighten: rgb(80,133,185);
--mud-palette-info-hover: rgba(63,111,159,0.058823529411764705);
--mud-palette-success: rgba(63,143,84,1);
--mud-palette-success-rgb: 63,143,84;
--mud-palette-success-text: rgba(255,255,255,1);
--mud-palette-success-darken: rgb(50,113,67);
--mud-palette-success-lighten: rgb(75,170,100);
--mud-palette-success-hover: rgba(63,143,84,0.058823529411764705);
--mud-palette-warning: rgba(201,138,60,1);
--mud-palette-warning-rgb: 201,138,60;
--mud-palette-warning-text: rgba(255,255,255,1);
--mud-palette-warning-darken: rgb(176,119,48);
--mud-palette-warning-lighten: rgb(209,154,87);
--mud-palette-warning-hover: rgba(201,138,60,0.058823529411764705);
--mud-palette-error: rgba(192,57,43,1);
--mud-palette-error-rgb: 192,57,43;
--mud-palette-error-text: rgba(255,255,255,1);
--mud-palette-error-darken: rgb(158,48,36);
--mud-palette-error-lighten: rgb(212,79,64);
--mud-palette-error-hover: rgba(192,57,43,0.058823529411764705);
--mud-palette-dark: rgba(66,66,66,1);
--mud-palette-dark-rgb: 66,66,66;
--mud-palette-dark-text: rgba(255,255,255,1);
--mud-palette-dark-darken: rgb(46,46,46);
--mud-palette-dark-lighten: rgb(87,87,87);
--mud-palette-dark-hover: rgba(66,66,66,0.058823529411764705);
--mud-palette-text-primary: rgba(42,26,16,1);
--mud-palette-text-primary-rgb: 42,26,16;
--mud-palette-text-secondary: rgba(42,26,16,0.6980392156862745);
--mud-palette-text-secondary-rgb: 42,26,16;
--mud-palette-text-disabled: rgba(0,0,0,0.3764705882352941);
--mud-palette-text-disabled-rgb: 0,0,0;
--mud-palette-action-default: rgba(74,38,19,1);
--mud-palette-action-default-hover: rgba(74,38,19,0.058823529411764705);
--mud-palette-action-disabled: rgba(0,0,0,0.25882352941176473);
--mud-palette-action-disabled-background: rgba(0,0,0,0.11764705882352941);
--mud-palette-surface: rgba(255,255,255,1);
--mud-palette-surface-rgb: 255,255,255;
--mud-palette-background: rgba(245,240,230,1);
--mud-palette-background-gray: rgba(245,245,245,1);
--mud-palette-drawer-background: rgba(74,38,19,1);
--mud-palette-drawer-text: rgba(245,240,230,1);
--mud-palette-drawer-icon: rgba(217,173,109,1);
--mud-palette-appbar-background: rgba(74,38,19,1);
--mud-palette-appbar-text: rgba(245,240,230,1);
--mud-palette-lines-default: rgba(0,0,0,0.11764705882352941);
--mud-palette-lines-inputs: rgba(189,189,189,1);
--mud-palette-table-lines: rgba(224,224,224,1);
--mud-palette-table-striped: rgba(0,0,0,0.0196078431372549);
--mud-palette-table-hover: rgba(0,0,0,0.0392156862745098);
--mud-palette-divider: rgba(58,38,24,0.11764705882352941);
--mud-palette-divider-rgb: 58,38,24;
--mud-palette-divider-light: rgba(0,0,0,0.8);
--mud-palette-skeleton: rgba(0,0,0,0.10980392156862745);
--mud-palette-gray-default: #9E9E9E;
--mud-palette-gray-light: #BDBDBD;
--mud-palette-gray-lighter: #E0E0E0;
--mud-palette-gray-dark: #757575;
--mud-palette-gray-darker: #616161;
--mud-palette-overlay-dark: rgba(33,33,33,0.4980392156862745);
--mud-palette-overlay-light: rgba(255,255,255,0.4980392156862745);
--mud-palette-border-opacity: 1;
--mud-ripple-color: var(--mud-palette-text-primary);
--mud-ripple-opacity: 0.1;
--mud-ripple-opacity-secondary: 0.2;
--mud-elevation-0: none;
--mud-elevation-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
--mud-elevation-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
--mud-elevation-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
--mud-elevation-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
--mud-elevation-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
--mud-elevation-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
--mud-elevation-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
--mud-elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
--mud-elevation-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
--mud-elevation-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
--mud-elevation-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
--mud-elevation-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
--mud-elevation-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
--mud-elevation-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
--mud-elevation-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
--mud-elevation-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
--mud-elevation-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
--mud-elevation-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
--mud-elevation-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
--mud-elevation-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
--mud-elevation-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
--mud-elevation-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
--mud-elevation-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
--mud-elevation-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
--mud-elevation-25: 0 5px 5px -3px rgba(0,0,0,.06), 0 8px 10px 1px rgba(0,0,0,.042), 0 3px 14px 2px rgba(0,0,0,.036);
--mud-default-borderradius: 8px;
--mud-drawer-width-left: 240px;
--mud-drawer-width-right: 240px;
--mud-drawer-width-mini-left: 56px;
--mud-drawer-width-mini-right: 56px;
--mud-appbar-height: 64px;
--mud-typography-default-family: Inter, system-ui, sans-serif;
--mud-typography-default-size: 0.95rem;
--mud-typography-default-weight: 400;
--mud-typography-default-lineheight: 1.55;
--mud-typography-default-letterspacing: .01071em;
--mud-typography-default-text-transform: none;
--mud-typography-h1-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h1-size: 2.0rem;
--mud-typography-h1-weight: 600;
--mud-typography-h1-lineheight: 1.2;
--mud-typography-h1-letterspacing: -.01562em;
--mud-typography-h1-text-transform: none;
--mud-typography-h2-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h2-size: 1.6rem;
--mud-typography-h2-weight: 600;
--mud-typography-h2-lineheight: 1.22;
--mud-typography-h2-letterspacing: -.00833em;
--mud-typography-h2-text-transform: none;
--mud-typography-h3-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h3-size: 1.3rem;
--mud-typography-h3-weight: 600;
--mud-typography-h3-lineheight: 1.3;
--mud-typography-h3-letterspacing: 0;
--mud-typography-h3-text-transform: none;
--mud-typography-h4-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h4-size: 1.2rem;
--mud-typography-h4-weight: 600;
--mud-typography-h4-lineheight: 1.3;
--mud-typography-h4-letterspacing: .00735em;
--mud-typography-h4-text-transform: none;
--mud-typography-h5-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h5-size: 1.1rem;
--mud-typography-h5-weight: 600;
--mud-typography-h5-lineheight: 1.3;
--mud-typography-h5-letterspacing: 0;
--mud-typography-h5-text-transform: none;
--mud-typography-h6-family: Montserrat, Inter, system-ui, sans-serif;
--mud-typography-h6-size: 1.0rem;
--mud-typography-h6-weight: 500;
--mud-typography-h6-lineheight: 1.35;
--mud-typography-h6-letterspacing: .0075em;
--mud-typography-h6-text-transform: none;
--mud-typography-subtitle1-family: Inter, system-ui, sans-serif;
--mud-typography-subtitle1-size: 1rem;
--mud-typography-subtitle1-weight: 400;
--mud-typography-subtitle1-lineheight: 1.75;
--mud-typography-subtitle1-letterspacing: .00938em;
--mud-typography-subtitle1-text-transform: none;
--mud-typography-subtitle2-family: Inter, system-ui, sans-serif;
--mud-typography-subtitle2-size: .875rem;
--mud-typography-subtitle2-weight: 500;
--mud-typography-subtitle2-lineheight: 1.57;
--mud-typography-subtitle2-letterspacing: .00714em;
--mud-typography-subtitle2-text-transform: none;
--mud-typography-body1-family: Inter, system-ui, sans-serif;
--mud-typography-body1-size: 1rem;
--mud-typography-body1-weight: 400;
--mud-typography-body1-lineheight: 1.5;
--mud-typography-body1-letterspacing: .00938em;
--mud-typography-body1-text-transform: none;
--mud-typography-body2-family: Inter, system-ui, sans-serif;
--mud-typography-body2-size: .875rem;
--mud-typography-body2-weight: 400;
--mud-typography-body2-lineheight: 1.43;
--mud-typography-body2-letterspacing: .01071em;
--mud-typography-body2-text-transform: none;
--mud-typography-button-family: Inter, sans-serif;
--mud-typography-button-size: .875rem;
--mud-typography-button-weight: 600;
--mud-typography-button-lineheight: 1.75;
--mud-typography-button-letterspacing: .02857em;
--mud-typography-button-text-transform: none;
--mud-typography-caption-family: Inter, system-ui, sans-serif;
--mud-typography-caption-size: .75rem;
--mud-typography-caption-weight: 400;
--mud-typography-caption-lineheight: 1.66;
--mud-typography-caption-letterspacing: .03333em;
--mud-typography-caption-text-transform: none;
--mud-typography-overline-family: Inter, system-ui, sans-serif;
--mud-typography-overline-size: .75rem;
--mud-typography-overline-weight: 400;
--mud-typography-overline-lineheight: 2.66;
--mud-typography-overline-letterspacing: .08333em;
--mud-typography-overline-text-transform: none;
--mud-zindex-drawer: 1100;
--mud-zindex-appbar: 1300;
--mud-zindex-dialog: 1400;
--mud-zindex-popover: 1200;
--mud-zindex-snackbar: 1500;
--mud-zindex-tooltip: 1600;
--mud-native-html-color-scheme: light;
}

/* Dark palette — only vars that differ from light. Everything else inherits from :root. */
:root[data-theme="dark"] {
--mud-palette-black: rgba(39,39,47,1);
--mud-palette-primary: rgba(217,173,109,1);
--mud-palette-primary-rgb: 217,173,109;
--mud-palette-primary-darken: rgb(184,147,104);
--mud-palette-primary-lighten: rgb(229,204,169);
--mud-palette-primary-hover: rgba(217,173,109,0.058823529411764705);
--mud-palette-secondary: rgba(229,204,169,1);
--mud-palette-secondary-rgb: 229,204,169;
--mud-palette-secondary-darken: rgb(217,173,109);
--mud-palette-secondary-lighten: rgb(242,225,199);
--mud-palette-secondary-hover: rgba(229,204,169,0.058823529411764705);
--mud-palette-tertiary: rgba(201,138,60,1);
--mud-palette-tertiary-rgb: 201,138,60;
--mud-palette-tertiary-darken: rgb(176,119,48);
--mud-palette-tertiary-lighten: rgb(209,154,87);
--mud-palette-tertiary-hover: rgba(201,138,60,0.058823529411764705);
--mud-palette-info: rgba(127,168,176,1);
--mud-palette-info-rgb: 127,168,176;
--mud-palette-info-darken: rgb(103,152,162);
--mud-palette-info-lighten: rgb(147,182,189);
--mud-palette-info-hover: rgba(127,168,176,0.058823529411764705);
--mud-palette-success: rgba(91,168,116,1);
--mud-palette-success-rgb: 91,168,116;
--mud-palette-success-darken: rgb(77,147,99);
--mud-palette-success-lighten: rgb(115,181,136);
--mud-palette-success-hover: rgba(91,168,116,0.058823529411764705);
--mud-palette-warning: rgba(217,165,87,1);
--mud-palette-warning-rgb: 217,165,87;
--mud-palette-warning-darken: rgb(210,148,55);
--mud-palette-warning-lighten: rgb(225,184,122);
--mud-palette-warning-hover: rgba(217,165,87,0.058823529411764705);
--mud-palette-error: rgba(215,91,78,1);
--mud-palette-error-rgb: 215,91,78;
--mud-palette-error-darken: rgb(204,62,46);
--mud-palette-error-lighten: rgb(221,117,105);
--mud-palette-error-hover: rgba(215,91,78,0.058823529411764705);
--mud-palette-dark: rgba(39,39,47,1);
--mud-palette-dark-rgb: 39,39,47;
--mud-palette-dark-darken: rgb(23,23,28);
--mud-palette-dark-lighten: rgb(56,56,67);
--mud-palette-dark-hover: rgba(39,39,47,0.058823529411764705);
--mud-palette-text-primary: rgba(245,240,230,1);
--mud-palette-text-primary-rgb: 245,240,230;
--mud-palette-text-secondary: rgba(245,240,230,0.6980392156862745);
--mud-palette-text-secondary-rgb: 245,240,230;
--mud-palette-text-disabled: rgba(245,240,230,0.34901960784313724);
--mud-palette-text-disabled-rgb: 245,240,230;
--mud-palette-action-default: rgba(217,173,109,1);
--mud-palette-action-default-hover: rgba(217,173,109,0.058823529411764705);
--mud-palette-action-disabled: rgba(245,240,230,0.2);
--mud-palette-action-disabled-background: rgba(255,255,255,0.11764705882352941);
--mud-palette-surface: rgba(36,23,16,1);
--mud-palette-surface-rgb: 36,23,16;
--mud-palette-background: rgba(26,16,10,1);
--mud-palette-background-gray: rgba(36,23,16,1);
--mud-palette-drawer-background: rgba(15,8,5,1);
--mud-palette-drawer-text: rgba(245,240,230,1);
--mud-palette-drawer-icon: rgba(217,173,109,1);
--mud-palette-appbar-background: rgba(15,8,5,1);
--mud-palette-appbar-text: rgba(245,240,230,1);
--mud-palette-lines-default: rgba(217,173,109,0.17647058823529413);
--mud-palette-lines-inputs: rgba(217,173,109,0.2980392156862745);
--mud-palette-table-lines: rgba(255,255,255,0.11764705882352941);
--mud-palette-table-striped: rgba(255,255,255,0.2);
--mud-palette-divider: rgba(217,173,109,0.13725490196078433);
--mud-palette-divider-rgb: 217,173,109;
--mud-palette-divider-light: rgba(217,173,109,0.0784313725490196);
--mud-palette-skeleton: rgba(255,255,255,0.10980392156862745);
--mud-native-html-color-scheme: dark;
}

html { color-scheme: var(--mud-native-html-color-scheme); }
