/* =============================================================================
   Microsoft Fluent 2 Web — Design Tokens
   Generated from @fluentui/tokens (brandWeb palette, primary = #0F6CBD)
   Font family: Segoe UI
   ============================================================================= */

:root {
  /* --- Theme-invariant tokens (sizing, radius, spacing, type, motion) --- */
  --borderRadius2XLarge: 12px;
  --borderRadius3XLarge: 16px;
  --borderRadius4XLarge: 24px;
  --borderRadius5XLarge: 32px;
  --borderRadius6XLarge: 40px;
  --borderRadiusCircular: 10000px;
  --borderRadiusLarge: 6px;
  --borderRadiusMedium: 4px;
  --borderRadiusNone: 0;
  --borderRadiusSmall: 2px;
  --borderRadiusXLarge: 8px;
  --curveAccelerateMax: cubic-bezier(0.9,0.1,1,0.2);
  --curveAccelerateMid: cubic-bezier(1,0,1,1);
  --curveAccelerateMin: cubic-bezier(0.8,0,0.78,1);
  --curveDecelerateMax: cubic-bezier(0.1,0.9,0.2,1);
  --curveDecelerateMid: cubic-bezier(0,0,0,1);
  --curveDecelerateMin: cubic-bezier(0.33,0,0.1,1);
  --curveEasyEase: cubic-bezier(0.33,0,0.67,1);
  --curveEasyEaseMax: cubic-bezier(0.8,0,0.2,1);
  --curveLinear: cubic-bezier(0,0,1,1);
  --durationFast: 150ms;
  --durationFaster: 100ms;
  --durationGentle: 250ms;
  --durationNormal: 200ms;
  --durationSlow: 300ms;
  --durationSlower: 400ms;
  --durationUltraFast: 50ms;
  --durationUltraSlow: 500ms;
  --fontFamilyBase: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  --fontFamilyMonospace: Consolas, 'Courier New', Courier, monospace;
  --fontFamilyNumeric: Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  --fontSizeBase100: 10px;
  --fontSizeBase200: 12px;
  --fontSizeBase300: 14px;
  --fontSizeBase400: 16px;
  --fontSizeBase500: 20px;
  --fontSizeBase600: 24px;
  --fontSizeHero1000: 68px;
  --fontSizeHero700: 28px;
  --fontSizeHero800: 32px;
  --fontSizeHero900: 40px;
  --fontWeightBold: 700;
  --fontWeightMedium: 500;
  --fontWeightRegular: 400;
  --fontWeightSemibold: 600;
  --lineHeightBase100: 14px;
  --lineHeightBase200: 16px;
  --lineHeightBase300: 20px;
  --lineHeightBase400: 22px;
  --lineHeightBase500: 28px;
  --lineHeightBase600: 32px;
  --lineHeightHero1000: 92px;
  --lineHeightHero700: 36px;
  --lineHeightHero800: 40px;
  --lineHeightHero900: 52px;
  --spacingHorizontalL: 16px;
  --spacingHorizontalM: 12px;
  --spacingHorizontalMNudge: 10px;
  --spacingHorizontalNone: 0;
  --spacingHorizontalS: 8px;
  --spacingHorizontalSNudge: 6px;
  --spacingHorizontalXL: 20px;
  --spacingHorizontalXS: 4px;
  --spacingHorizontalXXL: 24px;
  --spacingHorizontalXXS: 2px;
  --spacingHorizontalXXXL: 32px;
  --spacingVerticalL: 16px;
  --spacingVerticalM: 12px;
  --spacingVerticalMNudge: 10px;
  --spacingVerticalNone: 0;
  --spacingVerticalS: 8px;
  --spacingVerticalSNudge: 6px;
  --spacingVerticalXL: 20px;
  --spacingVerticalXS: 4px;
  --spacingVerticalXXL: 24px;
  --spacingVerticalXXS: 2px;
  --spacingVerticalXXXL: 32px;
  --strokeWidthThick: 2px;
  --strokeWidthThicker: 3px;
  --strokeWidthThickest: 4px;
  --strokeWidthThin: 1px;
}

/* =============================================================================
   Light theme (default)
   ============================================================================= */
:root,
[data-theme="light"] {
  --colorBackgroundOverlay: rgba(0, 0, 0, 0.4);
  --colorBrandBackground: #0f6cbd;
  --colorBrandBackground2: #ebf3fc;
  --colorBrandBackground2Hover: #cfe4fa;
  --colorBrandBackground2Pressed: #96c6fa;
  --colorBrandBackground3Static: #0f548c;
  --colorBrandBackground4Static: #0c3b5e;
  --colorBrandBackgroundHover: #115ea3;
  --colorBrandBackgroundInverted: #ffffff;
  --colorBrandBackgroundInvertedHover: #ebf3fc;
  --colorBrandBackgroundInvertedPressed: #b4d6fa;
  --colorBrandBackgroundInvertedSelected: #cfe4fa;
  --colorBrandBackgroundPressed: #0c3b5e;
  --colorBrandBackgroundSelected: #0f548c;
  --colorBrandBackgroundStatic: #0f6cbd;
  --colorBrandForeground1: #0f6cbd;
  --colorBrandForeground2: #115ea3;
  --colorBrandForeground2Hover: #0f548c;
  --colorBrandForeground2Pressed: #0a2e4a;
  --colorBrandForegroundInverted: #479ef5;
  --colorBrandForegroundInvertedHover: #62abf5;
  --colorBrandForegroundInvertedPressed: #479ef5;
  --colorBrandForegroundLink: #115ea3;
  --colorBrandForegroundLinkHover: #0f548c;
  --colorBrandForegroundLinkPressed: #0c3b5e;
  --colorBrandForegroundLinkSelected: #115ea3;
  --colorBrandForegroundOnLight: #0f6cbd;
  --colorBrandForegroundOnLightHover: #115ea3;
  --colorBrandForegroundOnLightPressed: #0e4775;
  --colorBrandForegroundOnLightSelected: #0f548c;
  --colorBrandShadowAmbient: rgba(0,0,0,0.30);
  --colorBrandShadowKey: rgba(0,0,0,0.25);
  --colorBrandStroke1: #0f6cbd;
  --colorBrandStroke2: #b4d6fa;
  --colorBrandStroke2Contrast: #b4d6fa;
  --colorBrandStroke2Hover: #77b7f7;
  --colorBrandStroke2Pressed: #0f6cbd;
  --colorCompoundBrandBackground: #0f6cbd;
  --colorCompoundBrandBackgroundHover: #115ea3;
  --colorCompoundBrandBackgroundPressed: #0f548c;
  --colorCompoundBrandForeground1: #0f6cbd;
  --colorCompoundBrandForeground1Hover: #115ea3;
  --colorCompoundBrandForeground1Pressed: #0f548c;
  --colorCompoundBrandStroke: #0f6cbd;
  --colorCompoundBrandStrokeHover: #115ea3;
  --colorCompoundBrandStrokePressed: #0f548c;
  --colorNeutralBackground1: #ffffff;
  --colorNeutralBackground1Hover: #f5f5f5;
  --colorNeutralBackground1Pressed: #e0e0e0;
  --colorNeutralBackground1Selected: #ebebeb;
  --colorNeutralBackground2: #fafafa;
  --colorNeutralBackground2Hover: #f0f0f0;
  --colorNeutralBackground2Pressed: #dbdbdb;
  --colorNeutralBackground2Selected: #e6e6e6;
  --colorNeutralBackground3: #f5f5f5;
  --colorNeutralBackground3Hover: #ebebeb;
  --colorNeutralBackground3Pressed: #d6d6d6;
  --colorNeutralBackground3Selected: #e0e0e0;
  --colorNeutralBackground4: #f0f0f0;
  --colorNeutralBackground4Hover: #fafafa;
  --colorNeutralBackground4Pressed: #f5f5f5;
  --colorNeutralBackground4Selected: #ffffff;
  --colorNeutralBackground5: #ebebeb;
  --colorNeutralBackground5Hover: #f5f5f5;
  --colorNeutralBackground5Pressed: #f0f0f0;
  --colorNeutralBackground5Selected: #fafafa;
  --colorNeutralBackground6: #e6e6e6;
  --colorNeutralBackground7: #00000000;
  --colorNeutralBackground7Hover: #ebebeb;
  --colorNeutralBackground7Pressed: #d6d6d6;
  --colorNeutralBackground7Selected: #00000000;
  --colorNeutralBackground8: #fcfcfc;
  --colorNeutralBackgroundAlpha: rgba(255, 255, 255, 0.5);
  --colorNeutralBackgroundAlpha2: rgba(255, 255, 255, 0.8);
  --colorNeutralBackgroundDisabled: #f0f0f0;
  --colorNeutralBackgroundDisabled2: #ffffff;
  --colorNeutralBackgroundInverted: #292929;
  --colorNeutralBackgroundInvertedDisabled: rgba(255, 255, 255, 0.1);
  --colorNeutralBackgroundInvertedHover: #3d3d3d;
  --colorNeutralBackgroundInvertedPressed: #1f1f1f;
  --colorNeutralBackgroundInvertedSelected: #383838;
  --colorNeutralBackgroundStatic: #333333;
  --colorNeutralCardBackground: #fafafa;
  --colorNeutralCardBackgroundDisabled: #f0f0f0;
  --colorNeutralCardBackgroundHover: #ffffff;
  --colorNeutralCardBackgroundPressed: #f5f5f5;
  --colorNeutralCardBackgroundSelected: #ebebeb;
  --colorNeutralForeground1: #242424;
  --colorNeutralForeground1Hover: #242424;
  --colorNeutralForeground1Pressed: #242424;
  --colorNeutralForeground1Selected: #242424;
  --colorNeutralForeground1Static: #242424;
  --colorNeutralForeground2: #424242;
  --colorNeutralForeground2BrandHover: #0f6cbd;
  --colorNeutralForeground2BrandPressed: #115ea3;
  --colorNeutralForeground2BrandSelected: #0f6cbd;
  --colorNeutralForeground2Hover: #242424;
  --colorNeutralForeground2Link: #424242;
  --colorNeutralForeground2LinkHover: #242424;
  --colorNeutralForeground2LinkPressed: #242424;
  --colorNeutralForeground2LinkSelected: #242424;
  --colorNeutralForeground2Pressed: #242424;
  --colorNeutralForeground2Selected: #242424;
  --colorNeutralForeground3: #616161;
  --colorNeutralForeground3BrandHover: #0f6cbd;
  --colorNeutralForeground3BrandPressed: #115ea3;
  --colorNeutralForeground3BrandSelected: #0f6cbd;
  --colorNeutralForeground3Hover: #424242;
  --colorNeutralForeground3Pressed: #424242;
  --colorNeutralForeground3Selected: #424242;
  --colorNeutralForeground4: #707070;
  --colorNeutralForeground5: #616161;
  --colorNeutralForeground5Hover: #242424;
  --colorNeutralForeground5Pressed: #242424;
  --colorNeutralForeground5Selected: #242424;
  --colorNeutralForegroundDisabled: #bdbdbd;
  --colorNeutralForegroundInverted: #ffffff;
  --colorNeutralForegroundInverted2: #ffffff;
  --colorNeutralForegroundInvertedDisabled: rgba(255, 255, 255, 0.4);
  --colorNeutralForegroundInvertedHover: #ffffff;
  --colorNeutralForegroundInvertedLink: #ffffff;
  --colorNeutralForegroundInvertedLinkHover: #ffffff;
  --colorNeutralForegroundInvertedLinkPressed: #ffffff;
  --colorNeutralForegroundInvertedLinkSelected: #ffffff;
  --colorNeutralForegroundInvertedPressed: #ffffff;
  --colorNeutralForegroundInvertedSelected: #ffffff;
  --colorNeutralForegroundOnBrand: #ffffff;
  --colorNeutralForegroundStaticInverted: #ffffff;
  --colorNeutralShadowAmbient: rgba(0,0,0,0.12);
  --colorNeutralShadowAmbientDarker: rgba(0,0,0,0.20);
  --colorNeutralShadowAmbientLighter: rgba(0,0,0,0.06);
  --colorNeutralShadowKey: rgba(0,0,0,0.14);
  --colorNeutralShadowKeyDarker: rgba(0,0,0,0.24);
  --colorNeutralShadowKeyLighter: rgba(0,0,0,0.07);
  --colorNeutralStencil1: #e6e6e6;
  --colorNeutralStencil1Alpha: rgba(0, 0, 0, 0.1);
  --colorNeutralStencil2: #fafafa;
  --colorNeutralStencil2Alpha: rgba(0, 0, 0, 0.05);
  --colorNeutralStroke1: #d1d1d1;
  --colorNeutralStroke1Hover: #c7c7c7;
  --colorNeutralStroke1Pressed: #b3b3b3;
  --colorNeutralStroke1Selected: #bdbdbd;
  --colorNeutralStroke2: #e0e0e0;
  --colorNeutralStroke3: #f0f0f0;
  --colorNeutralStroke4: #ebebeb;
  --colorNeutralStroke4Hover: #e0e0e0;
  --colorNeutralStroke4Pressed: #d6d6d6;
  --colorNeutralStroke4Selected: #ebebeb;
  --colorNeutralStrokeAccessible: #616161;
  --colorNeutralStrokeAccessibleHover: #575757;
  --colorNeutralStrokeAccessiblePressed: #4d4d4d;
  --colorNeutralStrokeAccessibleSelected: #0f6cbd;
  --colorNeutralStrokeAlpha: rgba(0, 0, 0, 0.05);
  --colorNeutralStrokeAlpha2: rgba(255, 255, 255, 0.2);
  --colorNeutralStrokeDisabled: #e0e0e0;
  --colorNeutralStrokeDisabled2: #ebebeb;
  --colorNeutralStrokeInvertedDisabled: rgba(255, 255, 255, 0.4);
  --colorNeutralStrokeOnBrand: #ffffff;
  --colorNeutralStrokeOnBrand2: #ffffff;
  --colorNeutralStrokeOnBrand2Hover: #ffffff;
  --colorNeutralStrokeOnBrand2Pressed: #ffffff;
  --colorNeutralStrokeOnBrand2Selected: #ffffff;
  --colorNeutralStrokeSubtle: #e0e0e0;
  --colorPaletteAnchorBackground2: #bcc3c7;
  --colorPaletteAnchorBorderActive: #394146;
  --colorPaletteAnchorForeground2: #202427;
  --colorPaletteBeigeBackground2: #d7d4d4;
  --colorPaletteBeigeBorderActive: #7a7574;
  --colorPaletteBeigeForeground2: #444241;
  --colorPaletteBerryBackground1: #fdf5fc;
  --colorPaletteBerryBackground2: #edbbe7;
  --colorPaletteBerryBackground3: #c239b3;
  --colorPaletteBerryBorder1: #edbbe7;
  --colorPaletteBerryBorder2: #c239b3;
  --colorPaletteBerryBorderActive: #c239b3;
  --colorPaletteBerryForeground1: #af33a1;
  --colorPaletteBerryForeground2: #6d2064;
  --colorPaletteBerryForeground3: #c239b3;
  --colorPaletteBlueBackground2: #a9d3f2;
  --colorPaletteBlueBorderActive: #0078d4;
  --colorPaletteBlueForeground2: #004377;
  --colorPaletteBrassBackground2: #e0cea2;
  --colorPaletteBrassBorderActive: #986f0b;
  --colorPaletteBrassForeground2: #553e06;
  --colorPaletteBrownBackground2: #ddc3b0;
  --colorPaletteBrownBorderActive: #8e562e;
  --colorPaletteBrownForeground2: #50301a;
  --colorPaletteCornflowerBackground2: #c8d1fa;
  --colorPaletteCornflowerBorderActive: #4f6bed;
  --colorPaletteCornflowerForeground2: #2c3c85;
  --colorPaletteCranberryBackground2: #eeacb2;
  --colorPaletteCranberryBorderActive: #c50f1f;
  --colorPaletteCranberryForeground2: #6e0811;
  --colorPaletteDarkGreenBackground2: #9ad29a;
  --colorPaletteDarkGreenBorderActive: #0b6a0b;
  --colorPaletteDarkGreenForeground2: #063b06;
  --colorPaletteDarkOrangeBackground1: #fdf6f3;
  --colorPaletteDarkOrangeBackground2: #f4bfab;
  --colorPaletteDarkOrangeBackground3: #da3b01;
  --colorPaletteDarkOrangeBorder1: #f4bfab;
  --colorPaletteDarkOrangeBorder2: #da3b01;
  --colorPaletteDarkOrangeBorderActive: #da3b01;
  --colorPaletteDarkOrangeForeground1: #c43501;
  --colorPaletteDarkOrangeForeground2: #7a2101;
  --colorPaletteDarkOrangeForeground3: #da3b01;
  --colorPaletteDarkRedBackground2: #d69ca5;
  --colorPaletteDarkRedBorderActive: #750b1c;
  --colorPaletteDarkRedForeground2: #420610;
  --colorPaletteForestBackground2: #bdd99b;
  --colorPaletteForestBorderActive: #498205;
  --colorPaletteForestForeground2: #294903;
  --colorPaletteGoldBackground2: #ecdfa5;
  --colorPaletteGoldBorderActive: #c19c00;
  --colorPaletteGoldForeground2: #6c5700;
  --colorPaletteGrapeBackground2: #d9a7e0;
  --colorPaletteGrapeBorderActive: #881798;
  --colorPaletteGrapeForeground2: #4c0d55;
  --colorPaletteGreenBackground1: #f1faf1;
  --colorPaletteGreenBackground2: #9fd89f;
  --colorPaletteGreenBackground3: #107c10;
  --colorPaletteGreenBorder1: #9fd89f;
  --colorPaletteGreenBorder2: #107c10;
  --colorPaletteGreenBorderActive: #107c10;
  --colorPaletteGreenForeground1: #0e700e;
  --colorPaletteGreenForeground2: #094509;
  --colorPaletteGreenForeground3: #107c10;
  --colorPaletteGreenForegroundInverted: #359b35;
  --colorPaletteLavenderBackground2: #d2ccf8;
  --colorPaletteLavenderBorderActive: #7160e8;
  --colorPaletteLavenderForeground2: #3f3682;
  --colorPaletteLightGreenBackground1: #f2fbf2;
  --colorPaletteLightGreenBackground2: #a7e3a5;
  --colorPaletteLightGreenBackground3: #13a10e;
  --colorPaletteLightGreenBorder1: #a7e3a5;
  --colorPaletteLightGreenBorder2: #13a10e;
  --colorPaletteLightGreenBorderActive: #13a10e;
  --colorPaletteLightGreenForeground1: #11910d;
  --colorPaletteLightGreenForeground2: #0b5a08;
  --colorPaletteLightGreenForeground3: #13a10e;
  --colorPaletteLightTealBackground2: #a6e9ed;
  --colorPaletteLightTealBorderActive: #00b7c3;
  --colorPaletteLightTealForeground2: #00666d;
  --colorPaletteLilacBackground2: #e6bfed;
  --colorPaletteLilacBorderActive: #b146c2;
  --colorPaletteLilacForeground2: #63276d;
  --colorPaletteMagentaBackground2: #eca5d1;
  --colorPaletteMagentaBorderActive: #bf0077;
  --colorPaletteMagentaForeground2: #6b0043;
  --colorPaletteMarigoldBackground1: #fefbf4;
  --colorPaletteMarigoldBackground2: #f9e2ae;
  --colorPaletteMarigoldBackground3: #eaa300;
  --colorPaletteMarigoldBorder1: #f9e2ae;
  --colorPaletteMarigoldBorder2: #eaa300;
  --colorPaletteMarigoldBorderActive: #eaa300;
  --colorPaletteMarigoldForeground1: #d39300;
  --colorPaletteMarigoldForeground2: #835b00;
  --colorPaletteMarigoldForeground3: #eaa300;
  --colorPaletteMinkBackground2: #cecccb;
  --colorPaletteMinkBorderActive: #5d5a58;
  --colorPaletteMinkForeground2: #343231;
  --colorPaletteNavyBackground2: #a3b2e8;
  --colorPaletteNavyBorderActive: #0027b4;
  --colorPaletteNavyForeground2: #001665;
  --colorPalettePeachBackground2: #ffddb3;
  --colorPalettePeachBorderActive: #ff8c00;
  --colorPalettePeachForeground2: #8f4e00;
  --colorPalettePinkBackground2: #f7c0e3;
  --colorPalettePinkBorderActive: #e43ba6;
  --colorPalettePinkForeground2: #80215d;
  --colorPalettePlatinumBackground2: #cdd6d8;
  --colorPalettePlatinumBorderActive: #69797e;
  --colorPalettePlatinumForeground2: #3b4447;
  --colorPalettePlumBackground2: #d696c0;
  --colorPalettePlumBorderActive: #77004d;
  --colorPalettePlumForeground2: #43002b;
  --colorPalettePumpkinBackground2: #efc4ad;
  --colorPalettePumpkinBorderActive: #ca5010;
  --colorPalettePumpkinForeground2: #712d09;
  --colorPalettePurpleBackground2: #c6b1de;
  --colorPalettePurpleBorderActive: #5c2e91;
  --colorPalettePurpleForeground2: #341a51;
  --colorPaletteRedBackground1: #fdf6f6;
  --colorPaletteRedBackground2: #f1bbbc;
  --colorPaletteRedBackground3: #d13438;
  --colorPaletteRedBorder1: #f1bbbc;
  --colorPaletteRedBorder2: #d13438;
  --colorPaletteRedBorderActive: #d13438;
  --colorPaletteRedForeground1: #bc2f32;
  --colorPaletteRedForeground2: #751d1f;
  --colorPaletteRedForeground3: #d13438;
  --colorPaletteRedForegroundInverted: #dc5e62;
  --colorPaletteRoyalBlueBackground2: #9abfdc;
  --colorPaletteRoyalBlueBorderActive: #004e8c;
  --colorPaletteRoyalBlueForeground2: #002c4e;
  --colorPaletteSeafoamBackground2: #a8f0cd;
  --colorPaletteSeafoamBorderActive: #00cc6a;
  --colorPaletteSeafoamForeground2: #00723b;
  --colorPaletteSteelBackground2: #94c8d4;
  --colorPaletteSteelBorderActive: #005b70;
  --colorPaletteSteelForeground2: #00333f;
  --colorPaletteTealBackground2: #9bd9db;
  --colorPaletteTealBorderActive: #038387;
  --colorPaletteTealForeground2: #02494c;
  --colorPaletteYellowBackground1: #fffef5;
  --colorPaletteYellowBackground2: #fef7b2;
  --colorPaletteYellowBackground3: #fde300;
  --colorPaletteYellowBorder1: #fef7b2;
  --colorPaletteYellowBorder2: #fde300;
  --colorPaletteYellowBorderActive: #fde300;
  --colorPaletteYellowForeground1: #817400;
  --colorPaletteYellowForeground2: #817400;
  --colorPaletteYellowForeground3: #fde300;
  --colorPaletteYellowForegroundInverted: #fef7b2;
  --colorScrollbarOverlay: rgba(0, 0, 0, 0.5);
  --colorStatusDangerBackground1: #fdf3f4;
  --colorStatusDangerBackground2: #eeacb2;
  --colorStatusDangerBackground3: #c50f1f;
  --colorStatusDangerBackground3Hover: #b10e1c;
  --colorStatusDangerBackground3Pressed: #960b18;
  --colorStatusDangerBorder1: #eeacb2;
  --colorStatusDangerBorder2: #c50f1f;
  --colorStatusDangerBorderActive: #c50f1f;
  --colorStatusDangerForeground1: #b10e1c;
  --colorStatusDangerForeground2: #6e0811;
  --colorStatusDangerForeground3: #c50f1f;
  --colorStatusDangerForegroundInverted: #dc626d;
  --colorStatusSuccessBackground1: #f1faf1;
  --colorStatusSuccessBackground2: #9fd89f;
  --colorStatusSuccessBackground3: #107c10;
  --colorStatusSuccessBorder1: #9fd89f;
  --colorStatusSuccessBorder2: #107c10;
  --colorStatusSuccessBorderActive: #107c10;
  --colorStatusSuccessForeground1: #0e700e;
  --colorStatusSuccessForeground2: #094509;
  --colorStatusSuccessForeground3: #107c10;
  --colorStatusSuccessForegroundInverted: #54b054;
  --colorStatusWarningBackground1: #fff9f5;
  --colorStatusWarningBackground2: #fdcfb4;
  --colorStatusWarningBackground3: #f7630c;
  --colorStatusWarningBorder1: #fdcfb4;
  --colorStatusWarningBorder2: #bc4b09;
  --colorStatusWarningBorderActive: #f7630c;
  --colorStatusWarningForeground1: #bc4b09;
  --colorStatusWarningForeground2: #8a3707;
  --colorStatusWarningForeground3: #bc4b09;
  --colorStatusWarningForegroundInverted: #faa06b;
  --colorStrokeFocus1: #ffffff;
  --colorStrokeFocus2: #000000;
  --colorSubtleBackground: transparent;
  --colorSubtleBackgroundHover: #f5f5f5;
  --colorSubtleBackgroundInverted: transparent;
  --colorSubtleBackgroundInvertedHover: rgba(0, 0, 0, 0.1);
  --colorSubtleBackgroundInvertedPressed: rgba(0, 0, 0, 0.3);
  --colorSubtleBackgroundInvertedSelected: rgba(0, 0, 0, 0.2);
  --colorSubtleBackgroundLightAlphaHover: rgba(255, 255, 255, 0.7);
  --colorSubtleBackgroundLightAlphaPressed: rgba(255, 255, 255, 0.5);
  --colorSubtleBackgroundLightAlphaSelected: transparent;
  --colorSubtleBackgroundPressed: #e0e0e0;
  --colorSubtleBackgroundSelected: #ebebeb;
  --colorTransparentBackground: transparent;
  --colorTransparentBackgroundHover: transparent;
  --colorTransparentBackgroundPressed: transparent;
  --colorTransparentBackgroundSelected: transparent;
  --colorTransparentStroke: transparent;
  --colorTransparentStrokeDisabled: transparent;
  --colorTransparentStrokeInteractive: transparent;
  --shadow16: 0 0 2px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.14);
  --shadow16Brand: 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
  --shadow2: 0 0 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.14);
  --shadow28: 0 0 8px rgba(0,0,0,0.12), 0 14px 28px rgba(0,0,0,0.14);
  --shadow28Brand: 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
  --shadow2Brand: 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
  --shadow4: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
  --shadow4Brand: 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
  --shadow64: 0 0 8px rgba(0,0,0,0.12), 0 32px 64px rgba(0,0,0,0.14);
  --shadow64Brand: 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
  --shadow8: 0 0 2px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.14);
  --shadow8Brand: 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
}

/* =============================================================================
   Dark theme
   ============================================================================= */
[data-theme="dark"] {
  --colorBackgroundOverlay: rgba(0, 0, 0, 0.5);
  --colorBrandBackground: #115ea3;
  --colorBrandBackground2: #082338;
  --colorBrandBackground2Hover: #0c3b5e;
  --colorBrandBackground2Pressed: #061724;
  --colorBrandBackground3Static: #0f548c;
  --colorBrandBackground4Static: #0c3b5e;
  --colorBrandBackgroundHover: #0f6cbd;
  --colorBrandBackgroundInverted: #ffffff;
  --colorBrandBackgroundInvertedHover: #ebf3fc;
  --colorBrandBackgroundInvertedPressed: #b4d6fa;
  --colorBrandBackgroundInvertedSelected: #cfe4fa;
  --colorBrandBackgroundPressed: #0c3b5e;
  --colorBrandBackgroundSelected: #0f548c;
  --colorBrandBackgroundStatic: #0f6cbd;
  --colorBrandForeground1: #479ef5;
  --colorBrandForeground2: #62abf5;
  --colorBrandForeground2Hover: #96c6fa;
  --colorBrandForeground2Pressed: #ebf3fc;
  --colorBrandForegroundInverted: #0f6cbd;
  --colorBrandForegroundInvertedHover: #115ea3;
  --colorBrandForegroundInvertedPressed: #0f548c;
  --colorBrandForegroundLink: #479ef5;
  --colorBrandForegroundLinkHover: #62abf5;
  --colorBrandForegroundLinkPressed: #2886de;
  --colorBrandForegroundLinkSelected: #479ef5;
  --colorBrandForegroundOnLight: #0f6cbd;
  --colorBrandForegroundOnLightHover: #115ea3;
  --colorBrandForegroundOnLightPressed: #0e4775;
  --colorBrandForegroundOnLightSelected: #0f548c;
  --colorBrandShadowAmbient: rgba(0,0,0,0.30);
  --colorBrandShadowKey: rgba(0,0,0,0.25);
  --colorBrandStroke1: #479ef5;
  --colorBrandStroke2: #0e4775;
  --colorBrandStroke2Contrast: #0e4775;
  --colorBrandStroke2Hover: #0e4775;
  --colorBrandStroke2Pressed: #0a2e4a;
  --colorCompoundBrandBackground: #479ef5;
  --colorCompoundBrandBackgroundHover: #62abf5;
  --colorCompoundBrandBackgroundPressed: #2886de;
  --colorCompoundBrandForeground1: #479ef5;
  --colorCompoundBrandForeground1Hover: #62abf5;
  --colorCompoundBrandForeground1Pressed: #2886de;
  --colorCompoundBrandStroke: #479ef5;
  --colorCompoundBrandStrokeHover: #62abf5;
  --colorCompoundBrandStrokePressed: #2886de;
  --colorNeutralBackground1: #292929;
  --colorNeutralBackground1Hover: #3d3d3d;
  --colorNeutralBackground1Pressed: #1f1f1f;
  --colorNeutralBackground1Selected: #383838;
  --colorNeutralBackground2: #1f1f1f;
  --colorNeutralBackground2Hover: #333333;
  --colorNeutralBackground2Pressed: #141414;
  --colorNeutralBackground2Selected: #2e2e2e;
  --colorNeutralBackground3: #141414;
  --colorNeutralBackground3Hover: #292929;
  --colorNeutralBackground3Pressed: #0a0a0a;
  --colorNeutralBackground3Selected: #242424;
  --colorNeutralBackground4: #0a0a0a;
  --colorNeutralBackground4Hover: #1f1f1f;
  --colorNeutralBackground4Pressed: #000000;
  --colorNeutralBackground4Selected: #1a1a1a;
  --colorNeutralBackground5: #000000;
  --colorNeutralBackground5Hover: #141414;
  --colorNeutralBackground5Pressed: #050505;
  --colorNeutralBackground5Selected: #0f0f0f;
  --colorNeutralBackground6: #333333;
  --colorNeutralBackground7: #00000000;
  --colorNeutralBackground7Hover: #1a1a1a;
  --colorNeutralBackground7Pressed: #0a0a0a;
  --colorNeutralBackground7Selected: #00000000;
  --colorNeutralBackground8: #292929;
  --colorNeutralBackgroundAlpha: rgba(26, 26, 26, 0.5);
  --colorNeutralBackgroundAlpha2: rgba(31, 31, 31, 0.7);
  --colorNeutralBackgroundDisabled: #141414;
  --colorNeutralBackgroundDisabled2: #292929;
  --colorNeutralBackgroundInverted: #ffffff;
  --colorNeutralBackgroundInvertedDisabled: rgba(255, 255, 255, 0.1);
  --colorNeutralBackgroundInvertedHover: #f5f5f5;
  --colorNeutralBackgroundInvertedPressed: #e0e0e0;
  --colorNeutralBackgroundInvertedSelected: #ebebeb;
  --colorNeutralBackgroundStatic: #3d3d3d;
  --colorNeutralCardBackground: #333333;
  --colorNeutralCardBackgroundDisabled: #141414;
  --colorNeutralCardBackgroundHover: #3d3d3d;
  --colorNeutralCardBackgroundPressed: #2e2e2e;
  --colorNeutralCardBackgroundSelected: #383838;
  --colorNeutralForeground1: #ffffff;
  --colorNeutralForeground1Hover: #ffffff;
  --colorNeutralForeground1Pressed: #ffffff;
  --colorNeutralForeground1Selected: #ffffff;
  --colorNeutralForeground1Static: #242424;
  --colorNeutralForeground2: #d6d6d6;
  --colorNeutralForeground2BrandHover: #479ef5;
  --colorNeutralForeground2BrandPressed: #2886de;
  --colorNeutralForeground2BrandSelected: #479ef5;
  --colorNeutralForeground2Hover: #ffffff;
  --colorNeutralForeground2Link: #d6d6d6;
  --colorNeutralForeground2LinkHover: #ffffff;
  --colorNeutralForeground2LinkPressed: #ffffff;
  --colorNeutralForeground2LinkSelected: #ffffff;
  --colorNeutralForeground2Pressed: #ffffff;
  --colorNeutralForeground2Selected: #ffffff;
  --colorNeutralForeground3: #adadad;
  --colorNeutralForeground3BrandHover: #479ef5;
  --colorNeutralForeground3BrandPressed: #2886de;
  --colorNeutralForeground3BrandSelected: #479ef5;
  --colorNeutralForeground3Hover: #d6d6d6;
  --colorNeutralForeground3Pressed: #d6d6d6;
  --colorNeutralForeground3Selected: #d6d6d6;
  --colorNeutralForeground4: #999999;
  --colorNeutralForeground5: #adadad;
  --colorNeutralForeground5Hover: #ffffff;
  --colorNeutralForeground5Pressed: #ffffff;
  --colorNeutralForeground5Selected: #ffffff;
  --colorNeutralForegroundDisabled: #5c5c5c;
  --colorNeutralForegroundInverted: #242424;
  --colorNeutralForegroundInverted2: #242424;
  --colorNeutralForegroundInvertedDisabled: rgba(255, 255, 255, 0.4);
  --colorNeutralForegroundInvertedHover: #242424;
  --colorNeutralForegroundInvertedLink: #ffffff;
  --colorNeutralForegroundInvertedLinkHover: #ffffff;
  --colorNeutralForegroundInvertedLinkPressed: #ffffff;
  --colorNeutralForegroundInvertedLinkSelected: #ffffff;
  --colorNeutralForegroundInvertedPressed: #242424;
  --colorNeutralForegroundInvertedSelected: #242424;
  --colorNeutralForegroundOnBrand: #ffffff;
  --colorNeutralForegroundStaticInverted: #ffffff;
  --colorNeutralShadowAmbient: rgba(0,0,0,0.24);
  --colorNeutralShadowAmbientDarker: rgba(0,0,0,0.40);
  --colorNeutralShadowAmbientLighter: rgba(0,0,0,0.12);
  --colorNeutralShadowKey: rgba(0,0,0,0.28);
  --colorNeutralShadowKeyDarker: rgba(0,0,0,0.48);
  --colorNeutralShadowKeyLighter: rgba(0,0,0,0.14);
  --colorNeutralStencil1: #575757;
  --colorNeutralStencil1Alpha: rgba(255, 255, 255, 0.1);
  --colorNeutralStencil2: #333333;
  --colorNeutralStencil2Alpha: rgba(255, 255, 255, 0.05);
  --colorNeutralStroke1: #666666;
  --colorNeutralStroke1Hover: #757575;
  --colorNeutralStroke1Pressed: #6b6b6b;
  --colorNeutralStroke1Selected: #707070;
  --colorNeutralStroke2: #525252;
  --colorNeutralStroke3: #3d3d3d;
  --colorNeutralStroke4: #3d3d3d;
  --colorNeutralStroke4Hover: #2e2e2e;
  --colorNeutralStroke4Pressed: #242424;
  --colorNeutralStroke4Selected: #3d3d3d;
  --colorNeutralStrokeAccessible: #adadad;
  --colorNeutralStrokeAccessibleHover: #bdbdbd;
  --colorNeutralStrokeAccessiblePressed: #b3b3b3;
  --colorNeutralStrokeAccessibleSelected: #479ef5;
  --colorNeutralStrokeAlpha: rgba(255, 255, 255, 0.1);
  --colorNeutralStrokeAlpha2: rgba(255, 255, 255, 0.2);
  --colorNeutralStrokeDisabled: #424242;
  --colorNeutralStrokeDisabled2: #3d3d3d;
  --colorNeutralStrokeInvertedDisabled: rgba(255, 255, 255, 0.4);
  --colorNeutralStrokeOnBrand: #292929;
  --colorNeutralStrokeOnBrand2: #ffffff;
  --colorNeutralStrokeOnBrand2Hover: #ffffff;
  --colorNeutralStrokeOnBrand2Pressed: #ffffff;
  --colorNeutralStrokeOnBrand2Selected: #ffffff;
  --colorNeutralStrokeSubtle: #0a0a0a;
  --colorPaletteAnchorBackground2: #202427;
  --colorPaletteAnchorBorderActive: #808a90;
  --colorPaletteAnchorForeground2: #bcc3c7;
  --colorPaletteBeigeBackground2: #444241;
  --colorPaletteBeigeBorderActive: #afabaa;
  --colorPaletteBeigeForeground2: #d7d4d4;
  --colorPaletteBerryBackground1: #3a1136;
  --colorPaletteBerryBackground2: #6d2064;
  --colorPaletteBerryBackground3: #c239b3;
  --colorPaletteBerryBorder1: #c239b3;
  --colorPaletteBerryBorder2: #d161c4;
  --colorPaletteBerryBorderActive: #da7ed0;
  --colorPaletteBerryForeground1: #da7ed0;
  --colorPaletteBerryForeground2: #edbbe7;
  --colorPaletteBerryForeground3: #d161c4;
  --colorPaletteBlueBackground2: #004377;
  --colorPaletteBlueBorderActive: #5caae5;
  --colorPaletteBlueForeground2: #a9d3f2;
  --colorPaletteBrassBackground2: #553e06;
  --colorPaletteBrassBorderActive: #c1a256;
  --colorPaletteBrassForeground2: #e0cea2;
  --colorPaletteBrownBackground2: #50301a;
  --colorPaletteBrownBorderActive: #bb8f6f;
  --colorPaletteBrownForeground2: #ddc3b0;
  --colorPaletteCornflowerBackground2: #2c3c85;
  --colorPaletteCornflowerBorderActive: #93a4f4;
  --colorPaletteCornflowerForeground2: #c8d1fa;
  --colorPaletteCranberryBackground2: #6e0811;
  --colorPaletteCranberryBorderActive: #dc626d;
  --colorPaletteCranberryForeground2: #eeacb2;
  --colorPaletteDarkGreenBackground2: #063b06;
  --colorPaletteDarkGreenBorderActive: #4da64d;
  --colorPaletteDarkGreenForeground2: #9ad29a;
  --colorPaletteDarkOrangeBackground1: #411200;
  --colorPaletteDarkOrangeBackground2: #7a2101;
  --colorPaletteDarkOrangeBackground3: #da3b01;
  --colorPaletteDarkOrangeBorder1: #da3b01;
  --colorPaletteDarkOrangeBorder2: #e9835e;
  --colorPaletteDarkOrangeBorderActive: #e9835e;
  --colorPaletteDarkOrangeForeground1: #e9835e;
  --colorPaletteDarkOrangeForeground2: #f4bfab;
  --colorPaletteDarkOrangeForeground3: #e9835e;
  --colorPaletteDarkRedBackground2: #590815;
  --colorPaletteDarkRedBorderActive: #ac4f5e;
  --colorPaletteDarkRedForeground2: #d69ca5;
  --colorPaletteForestBackground2: #294903;
  --colorPaletteForestBorderActive: #85b44c;
  --colorPaletteForestForeground2: #bdd99b;
  --colorPaletteGoldBackground2: #6c5700;
  --colorPaletteGoldBorderActive: #dac157;
  --colorPaletteGoldForeground2: #ecdfa5;
  --colorPaletteGrapeBackground2: #4c0d55;
  --colorPaletteGrapeBorderActive: #b55fc1;
  --colorPaletteGrapeForeground2: #d9a7e0;
  --colorPaletteGreenBackground1: #052505;
  --colorPaletteGreenBackground2: #094509;
  --colorPaletteGreenBackground3: #107c10;
  --colorPaletteGreenBorder1: #107c10;
  --colorPaletteGreenBorder2: #9fd89f;
  --colorPaletteGreenBorderActive: #54b054;
  --colorPaletteGreenForeground1: #54b054;
  --colorPaletteGreenForeground2: #9fd89f;
  --colorPaletteGreenForeground3: #9fd89f;
  --colorPaletteGreenForegroundInverted: #107c10;
  --colorPaletteLavenderBackground2: #3f3682;
  --colorPaletteLavenderBorderActive: #a79cf1;
  --colorPaletteLavenderForeground2: #d2ccf8;
  --colorPaletteLightGreenBackground1: #063004;
  --colorPaletteLightGreenBackground2: #0b5a08;
  --colorPaletteLightGreenBackground3: #13a10e;
  --colorPaletteLightGreenBorder1: #13a10e;
  --colorPaletteLightGreenBorder2: #3db838;
  --colorPaletteLightGreenBorderActive: #5ec75a;
  --colorPaletteLightGreenForeground1: #5ec75a;
  --colorPaletteLightGreenForeground2: #a7e3a5;
  --colorPaletteLightGreenForeground3: #3db838;
  --colorPaletteLightTealBackground2: #00666d;
  --colorPaletteLightTealBorderActive: #58d3db;
  --colorPaletteLightTealForeground2: #a6e9ed;
  --colorPaletteLilacBackground2: #63276d;
  --colorPaletteLilacBorderActive: #cf87da;
  --colorPaletteLilacForeground2: #e6bfed;
  --colorPaletteMagentaBackground2: #6b0043;
  --colorPaletteMagentaBorderActive: #d957a8;
  --colorPaletteMagentaForeground2: #eca5d1;
  --colorPaletteMarigoldBackground1: #463100;
  --colorPaletteMarigoldBackground2: #835b00;
  --colorPaletteMarigoldBackground3: #eaa300;
  --colorPaletteMarigoldBorder1: #eaa300;
  --colorPaletteMarigoldBorder2: #efb839;
  --colorPaletteMarigoldBorderActive: #f2c661;
  --colorPaletteMarigoldForeground1: #f2c661;
  --colorPaletteMarigoldForeground2: #f9e2ae;
  --colorPaletteMarigoldForeground3: #efb839;
  --colorPaletteMinkBackground2: #343231;
  --colorPaletteMinkBorderActive: #9e9b99;
  --colorPaletteMinkForeground2: #cecccb;
  --colorPaletteNavyBackground2: #001665;
  --colorPaletteNavyBorderActive: #546fd2;
  --colorPaletteNavyForeground2: #a3b2e8;
  --colorPalettePeachBackground2: #8f4e00;
  --colorPalettePeachBorderActive: #ffba66;
  --colorPalettePeachForeground2: #ffddb3;
  --colorPalettePinkBackground2: #80215d;
  --colorPalettePinkBorderActive: #ef85c8;
  --colorPalettePinkForeground2: #f7c0e3;
  --colorPalettePlatinumBackground2: #3b4447;
  --colorPalettePlatinumBorderActive: #a0adb2;
  --colorPalettePlatinumForeground2: #cdd6d8;
  --colorPalettePlumBackground2: #5a003b;
  --colorPalettePlumBorderActive: #ad4589;
  --colorPalettePlumForeground2: #d696c0;
  --colorPalettePumpkinBackground2: #712d09;
  --colorPalettePumpkinBorderActive: #df8e64;
  --colorPalettePumpkinForeground2: #efc4ad;
  --colorPalettePurpleBackground2: #341a51;
  --colorPalettePurpleBorderActive: #9470bd;
  --colorPalettePurpleForeground2: #c6b1de;
  --colorPaletteRedBackground1: #3f1011;
  --colorPaletteRedBackground2: #751d1f;
  --colorPaletteRedBackground3: #d13438;
  --colorPaletteRedBorder1: #d13438;
  --colorPaletteRedBorder2: #e37d80;
  --colorPaletteRedBorderActive: #e37d80;
  --colorPaletteRedForeground1: #e37d80;
  --colorPaletteRedForeground2: #f1bbbc;
  --colorPaletteRedForeground3: #e37d80;
  --colorPaletteRedForegroundInverted: #d13438;
  --colorPaletteRoyalBlueBackground2: #002c4e;
  --colorPaletteRoyalBlueBorderActive: #4a89ba;
  --colorPaletteRoyalBlueForeground2: #9abfdc;
  --colorPaletteSeafoamBackground2: #00723b;
  --colorPaletteSeafoamBorderActive: #5ae0a0;
  --colorPaletteSeafoamForeground2: #a8f0cd;
  --colorPaletteSteelBackground2: #00333f;
  --colorPaletteSteelBorderActive: #4496a9;
  --colorPaletteSteelForeground2: #94c8d4;
  --colorPaletteTealBackground2: #02494c;
  --colorPaletteTealBorderActive: #4cb4b7;
  --colorPaletteTealForeground2: #9bd9db;
  --colorPaletteYellowBackground1: #4c4400;
  --colorPaletteYellowBackground2: #817400;
  --colorPaletteYellowBackground3: #fde300;
  --colorPaletteYellowBorder1: #fde300;
  --colorPaletteYellowBorder2: #fdea3d;
  --colorPaletteYellowBorderActive: #feee66;
  --colorPaletteYellowForeground1: #feee66;
  --colorPaletteYellowForeground2: #fef7b2;
  --colorPaletteYellowForeground3: #fdea3d;
  --colorPaletteYellowForegroundInverted: #817400;
  --colorScrollbarOverlay: rgba(255, 255, 255, 0.6);
  --colorStatusDangerBackground1: #3b0509;
  --colorStatusDangerBackground2: #6e0811;
  --colorStatusDangerBackground3: #c50f1f;
  --colorStatusDangerBackground3Hover: #b10e1c;
  --colorStatusDangerBackground3Pressed: #960b18;
  --colorStatusDangerBorder1: #c50f1f;
  --colorStatusDangerBorder2: #dc626d;
  --colorStatusDangerBorderActive: #dc626d;
  --colorStatusDangerForeground1: #dc626d;
  --colorStatusDangerForeground2: #eeacb2;
  --colorStatusDangerForeground3: #eeacb2;
  --colorStatusDangerForegroundInverted: #b10e1c;
  --colorStatusSuccessBackground1: #052505;
  --colorStatusSuccessBackground2: #094509;
  --colorStatusSuccessBackground3: #107c10;
  --colorStatusSuccessBorder1: #107c10;
  --colorStatusSuccessBorder2: #9fd89f;
  --colorStatusSuccessBorderActive: #54b054;
  --colorStatusSuccessForeground1: #54b054;
  --colorStatusSuccessForeground2: #9fd89f;
  --colorStatusSuccessForeground3: #9fd89f;
  --colorStatusSuccessForegroundInverted: #0e700e;
  --colorStatusWarningBackground1: #4a1e04;
  --colorStatusWarningBackground2: #8a3707;
  --colorStatusWarningBackground3: #f7630c;
  --colorStatusWarningBorder1: #f7630c;
  --colorStatusWarningBorder2: #f98845;
  --colorStatusWarningBorderActive: #faa06b;
  --colorStatusWarningForeground1: #faa06b;
  --colorStatusWarningForeground2: #fdcfb4;
  --colorStatusWarningForeground3: #f98845;
  --colorStatusWarningForegroundInverted: #bc4b09;
  --colorStrokeFocus1: #000000;
  --colorStrokeFocus2: #ffffff;
  --colorSubtleBackground: transparent;
  --colorSubtleBackgroundHover: #383838;
  --colorSubtleBackgroundInverted: transparent;
  --colorSubtleBackgroundInvertedHover: rgba(0, 0, 0, 0.1);
  --colorSubtleBackgroundInvertedPressed: rgba(0, 0, 0, 0.3);
  --colorSubtleBackgroundInvertedSelected: rgba(0, 0, 0, 0.2);
  --colorSubtleBackgroundLightAlphaHover: rgba(36, 36, 36, 0.8);
  --colorSubtleBackgroundLightAlphaPressed: rgba(36, 36, 36, 0.5);
  --colorSubtleBackgroundLightAlphaSelected: transparent;
  --colorSubtleBackgroundPressed: #2e2e2e;
  --colorSubtleBackgroundSelected: #333333;
  --colorTransparentBackground: transparent;
  --colorTransparentBackgroundHover: transparent;
  --colorTransparentBackgroundPressed: transparent;
  --colorTransparentBackgroundSelected: transparent;
  --colorTransparentStroke: transparent;
  --colorTransparentStrokeDisabled: transparent;
  --colorTransparentStrokeInteractive: transparent;
  --shadow16: 0 0 2px rgba(0,0,0,0.24), 0 8px 16px rgba(0,0,0,0.28);
  --shadow16Brand: 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
  --shadow2: 0 0 2px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.28);
  --shadow28: 0 0 8px rgba(0,0,0,0.24), 0 14px 28px rgba(0,0,0,0.28);
  --shadow28Brand: 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
  --shadow2Brand: 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
  --shadow4: 0 0 2px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0.28);
  --shadow4Brand: 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
  --shadow64: 0 0 8px rgba(0,0,0,0.24), 0 32px 64px rgba(0,0,0,0.28);
  --shadow64Brand: 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
  --shadow8: 0 0 2px rgba(0,0,0,0.24), 0 4px 8px rgba(0,0,0,0.28);
  --shadow8Brand: 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
}

/* =============================================================================
   System preference (dark) — applies when no explicit data-theme is set
   ============================================================================= */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --colorBackgroundOverlay: rgba(0, 0, 0, 0.5);
    --colorBrandBackground: #115ea3;
    --colorBrandBackground2: #082338;
    --colorBrandBackground2Hover: #0c3b5e;
    --colorBrandBackground2Pressed: #061724;
    --colorBrandBackground3Static: #0f548c;
    --colorBrandBackground4Static: #0c3b5e;
    --colorBrandBackgroundHover: #0f6cbd;
    --colorBrandBackgroundInverted: #ffffff;
    --colorBrandBackgroundInvertedHover: #ebf3fc;
    --colorBrandBackgroundInvertedPressed: #b4d6fa;
    --colorBrandBackgroundInvertedSelected: #cfe4fa;
    --colorBrandBackgroundPressed: #0c3b5e;
    --colorBrandBackgroundSelected: #0f548c;
    --colorBrandBackgroundStatic: #0f6cbd;
    --colorBrandForeground1: #479ef5;
    --colorBrandForeground2: #62abf5;
    --colorBrandForeground2Hover: #96c6fa;
    --colorBrandForeground2Pressed: #ebf3fc;
    --colorBrandForegroundInverted: #0f6cbd;
    --colorBrandForegroundInvertedHover: #115ea3;
    --colorBrandForegroundInvertedPressed: #0f548c;
    --colorBrandForegroundLink: #479ef5;
    --colorBrandForegroundLinkHover: #62abf5;
    --colorBrandForegroundLinkPressed: #2886de;
    --colorBrandForegroundLinkSelected: #479ef5;
    --colorBrandForegroundOnLight: #0f6cbd;
    --colorBrandForegroundOnLightHover: #115ea3;
    --colorBrandForegroundOnLightPressed: #0e4775;
    --colorBrandForegroundOnLightSelected: #0f548c;
    --colorBrandShadowAmbient: rgba(0,0,0,0.30);
    --colorBrandShadowKey: rgba(0,0,0,0.25);
    --colorBrandStroke1: #479ef5;
    --colorBrandStroke2: #0e4775;
    --colorBrandStroke2Contrast: #0e4775;
    --colorBrandStroke2Hover: #0e4775;
    --colorBrandStroke2Pressed: #0a2e4a;
    --colorCompoundBrandBackground: #479ef5;
    --colorCompoundBrandBackgroundHover: #62abf5;
    --colorCompoundBrandBackgroundPressed: #2886de;
    --colorCompoundBrandForeground1: #479ef5;
    --colorCompoundBrandForeground1Hover: #62abf5;
    --colorCompoundBrandForeground1Pressed: #2886de;
    --colorCompoundBrandStroke: #479ef5;
    --colorCompoundBrandStrokeHover: #62abf5;
    --colorCompoundBrandStrokePressed: #2886de;
    --colorNeutralBackground1: #292929;
    --colorNeutralBackground1Hover: #3d3d3d;
    --colorNeutralBackground1Pressed: #1f1f1f;
    --colorNeutralBackground1Selected: #383838;
    --colorNeutralBackground2: #1f1f1f;
    --colorNeutralBackground2Hover: #333333;
    --colorNeutralBackground2Pressed: #141414;
    --colorNeutralBackground2Selected: #2e2e2e;
    --colorNeutralBackground3: #141414;
    --colorNeutralBackground3Hover: #292929;
    --colorNeutralBackground3Pressed: #0a0a0a;
    --colorNeutralBackground3Selected: #242424;
    --colorNeutralBackground4: #0a0a0a;
    --colorNeutralBackground4Hover: #1f1f1f;
    --colorNeutralBackground4Pressed: #000000;
    --colorNeutralBackground4Selected: #1a1a1a;
    --colorNeutralBackground5: #000000;
    --colorNeutralBackground5Hover: #141414;
    --colorNeutralBackground5Pressed: #050505;
    --colorNeutralBackground5Selected: #0f0f0f;
    --colorNeutralBackground6: #333333;
    --colorNeutralBackground7: #00000000;
    --colorNeutralBackground7Hover: #1a1a1a;
    --colorNeutralBackground7Pressed: #0a0a0a;
    --colorNeutralBackground7Selected: #00000000;
    --colorNeutralBackground8: #292929;
    --colorNeutralBackgroundAlpha: rgba(26, 26, 26, 0.5);
    --colorNeutralBackgroundAlpha2: rgba(31, 31, 31, 0.7);
    --colorNeutralBackgroundDisabled: #141414;
    --colorNeutralBackgroundDisabled2: #292929;
    --colorNeutralBackgroundInverted: #ffffff;
    --colorNeutralBackgroundInvertedDisabled: rgba(255, 255, 255, 0.1);
    --colorNeutralBackgroundInvertedHover: #f5f5f5;
    --colorNeutralBackgroundInvertedPressed: #e0e0e0;
    --colorNeutralBackgroundInvertedSelected: #ebebeb;
    --colorNeutralBackgroundStatic: #3d3d3d;
    --colorNeutralCardBackground: #333333;
    --colorNeutralCardBackgroundDisabled: #141414;
    --colorNeutralCardBackgroundHover: #3d3d3d;
    --colorNeutralCardBackgroundPressed: #2e2e2e;
    --colorNeutralCardBackgroundSelected: #383838;
    --colorNeutralForeground1: #ffffff;
    --colorNeutralForeground1Hover: #ffffff;
    --colorNeutralForeground1Pressed: #ffffff;
    --colorNeutralForeground1Selected: #ffffff;
    --colorNeutralForeground1Static: #242424;
    --colorNeutralForeground2: #d6d6d6;
    --colorNeutralForeground2BrandHover: #479ef5;
    --colorNeutralForeground2BrandPressed: #2886de;
    --colorNeutralForeground2BrandSelected: #479ef5;
    --colorNeutralForeground2Hover: #ffffff;
    --colorNeutralForeground2Link: #d6d6d6;
    --colorNeutralForeground2LinkHover: #ffffff;
    --colorNeutralForeground2LinkPressed: #ffffff;
    --colorNeutralForeground2LinkSelected: #ffffff;
    --colorNeutralForeground2Pressed: #ffffff;
    --colorNeutralForeground2Selected: #ffffff;
    --colorNeutralForeground3: #adadad;
    --colorNeutralForeground3BrandHover: #479ef5;
    --colorNeutralForeground3BrandPressed: #2886de;
    --colorNeutralForeground3BrandSelected: #479ef5;
    --colorNeutralForeground3Hover: #d6d6d6;
    --colorNeutralForeground3Pressed: #d6d6d6;
    --colorNeutralForeground3Selected: #d6d6d6;
    --colorNeutralForeground4: #999999;
    --colorNeutralForeground5: #adadad;
    --colorNeutralForeground5Hover: #ffffff;
    --colorNeutralForeground5Pressed: #ffffff;
    --colorNeutralForeground5Selected: #ffffff;
    --colorNeutralForegroundDisabled: #5c5c5c;
    --colorNeutralForegroundInverted: #242424;
    --colorNeutralForegroundInverted2: #242424;
    --colorNeutralForegroundInvertedDisabled: rgba(255, 255, 255, 0.4);
    --colorNeutralForegroundInvertedHover: #242424;
    --colorNeutralForegroundInvertedLink: #ffffff;
    --colorNeutralForegroundInvertedLinkHover: #ffffff;
    --colorNeutralForegroundInvertedLinkPressed: #ffffff;
    --colorNeutralForegroundInvertedLinkSelected: #ffffff;
    --colorNeutralForegroundInvertedPressed: #242424;
    --colorNeutralForegroundInvertedSelected: #242424;
    --colorNeutralForegroundOnBrand: #ffffff;
    --colorNeutralForegroundStaticInverted: #ffffff;
    --colorNeutralShadowAmbient: rgba(0,0,0,0.24);
    --colorNeutralShadowAmbientDarker: rgba(0,0,0,0.40);
    --colorNeutralShadowAmbientLighter: rgba(0,0,0,0.12);
    --colorNeutralShadowKey: rgba(0,0,0,0.28);
    --colorNeutralShadowKeyDarker: rgba(0,0,0,0.48);
    --colorNeutralShadowKeyLighter: rgba(0,0,0,0.14);
    --colorNeutralStencil1: #575757;
    --colorNeutralStencil1Alpha: rgba(255, 255, 255, 0.1);
    --colorNeutralStencil2: #333333;
    --colorNeutralStencil2Alpha: rgba(255, 255, 255, 0.05);
    --colorNeutralStroke1: #666666;
    --colorNeutralStroke1Hover: #757575;
    --colorNeutralStroke1Pressed: #6b6b6b;
    --colorNeutralStroke1Selected: #707070;
    --colorNeutralStroke2: #525252;
    --colorNeutralStroke3: #3d3d3d;
    --colorNeutralStroke4: #3d3d3d;
    --colorNeutralStroke4Hover: #2e2e2e;
    --colorNeutralStroke4Pressed: #242424;
    --colorNeutralStroke4Selected: #3d3d3d;
    --colorNeutralStrokeAccessible: #adadad;
    --colorNeutralStrokeAccessibleHover: #bdbdbd;
    --colorNeutralStrokeAccessiblePressed: #b3b3b3;
    --colorNeutralStrokeAccessibleSelected: #479ef5;
    --colorNeutralStrokeAlpha: rgba(255, 255, 255, 0.1);
    --colorNeutralStrokeAlpha2: rgba(255, 255, 255, 0.2);
    --colorNeutralStrokeDisabled: #424242;
    --colorNeutralStrokeDisabled2: #3d3d3d;
    --colorNeutralStrokeInvertedDisabled: rgba(255, 255, 255, 0.4);
    --colorNeutralStrokeOnBrand: #292929;
    --colorNeutralStrokeOnBrand2: #ffffff;
    --colorNeutralStrokeOnBrand2Hover: #ffffff;
    --colorNeutralStrokeOnBrand2Pressed: #ffffff;
    --colorNeutralStrokeOnBrand2Selected: #ffffff;
    --colorNeutralStrokeSubtle: #0a0a0a;
    --colorPaletteAnchorBackground2: #202427;
    --colorPaletteAnchorBorderActive: #808a90;
    --colorPaletteAnchorForeground2: #bcc3c7;
    --colorPaletteBeigeBackground2: #444241;
    --colorPaletteBeigeBorderActive: #afabaa;
    --colorPaletteBeigeForeground2: #d7d4d4;
    --colorPaletteBerryBackground1: #3a1136;
    --colorPaletteBerryBackground2: #6d2064;
    --colorPaletteBerryBackground3: #c239b3;
    --colorPaletteBerryBorder1: #c239b3;
    --colorPaletteBerryBorder2: #d161c4;
    --colorPaletteBerryBorderActive: #da7ed0;
    --colorPaletteBerryForeground1: #da7ed0;
    --colorPaletteBerryForeground2: #edbbe7;
    --colorPaletteBerryForeground3: #d161c4;
    --colorPaletteBlueBackground2: #004377;
    --colorPaletteBlueBorderActive: #5caae5;
    --colorPaletteBlueForeground2: #a9d3f2;
    --colorPaletteBrassBackground2: #553e06;
    --colorPaletteBrassBorderActive: #c1a256;
    --colorPaletteBrassForeground2: #e0cea2;
    --colorPaletteBrownBackground2: #50301a;
    --colorPaletteBrownBorderActive: #bb8f6f;
    --colorPaletteBrownForeground2: #ddc3b0;
    --colorPaletteCornflowerBackground2: #2c3c85;
    --colorPaletteCornflowerBorderActive: #93a4f4;
    --colorPaletteCornflowerForeground2: #c8d1fa;
    --colorPaletteCranberryBackground2: #6e0811;
    --colorPaletteCranberryBorderActive: #dc626d;
    --colorPaletteCranberryForeground2: #eeacb2;
    --colorPaletteDarkGreenBackground2: #063b06;
    --colorPaletteDarkGreenBorderActive: #4da64d;
    --colorPaletteDarkGreenForeground2: #9ad29a;
    --colorPaletteDarkOrangeBackground1: #411200;
    --colorPaletteDarkOrangeBackground2: #7a2101;
    --colorPaletteDarkOrangeBackground3: #da3b01;
    --colorPaletteDarkOrangeBorder1: #da3b01;
    --colorPaletteDarkOrangeBorder2: #e9835e;
    --colorPaletteDarkOrangeBorderActive: #e9835e;
    --colorPaletteDarkOrangeForeground1: #e9835e;
    --colorPaletteDarkOrangeForeground2: #f4bfab;
    --colorPaletteDarkOrangeForeground3: #e9835e;
    --colorPaletteDarkRedBackground2: #590815;
    --colorPaletteDarkRedBorderActive: #ac4f5e;
    --colorPaletteDarkRedForeground2: #d69ca5;
    --colorPaletteForestBackground2: #294903;
    --colorPaletteForestBorderActive: #85b44c;
    --colorPaletteForestForeground2: #bdd99b;
    --colorPaletteGoldBackground2: #6c5700;
    --colorPaletteGoldBorderActive: #dac157;
    --colorPaletteGoldForeground2: #ecdfa5;
    --colorPaletteGrapeBackground2: #4c0d55;
    --colorPaletteGrapeBorderActive: #b55fc1;
    --colorPaletteGrapeForeground2: #d9a7e0;
    --colorPaletteGreenBackground1: #052505;
    --colorPaletteGreenBackground2: #094509;
    --colorPaletteGreenBackground3: #107c10;
    --colorPaletteGreenBorder1: #107c10;
    --colorPaletteGreenBorder2: #9fd89f;
    --colorPaletteGreenBorderActive: #54b054;
    --colorPaletteGreenForeground1: #54b054;
    --colorPaletteGreenForeground2: #9fd89f;
    --colorPaletteGreenForeground3: #9fd89f;
    --colorPaletteGreenForegroundInverted: #107c10;
    --colorPaletteLavenderBackground2: #3f3682;
    --colorPaletteLavenderBorderActive: #a79cf1;
    --colorPaletteLavenderForeground2: #d2ccf8;
    --colorPaletteLightGreenBackground1: #063004;
    --colorPaletteLightGreenBackground2: #0b5a08;
    --colorPaletteLightGreenBackground3: #13a10e;
    --colorPaletteLightGreenBorder1: #13a10e;
    --colorPaletteLightGreenBorder2: #3db838;
    --colorPaletteLightGreenBorderActive: #5ec75a;
    --colorPaletteLightGreenForeground1: #5ec75a;
    --colorPaletteLightGreenForeground2: #a7e3a5;
    --colorPaletteLightGreenForeground3: #3db838;
    --colorPaletteLightTealBackground2: #00666d;
    --colorPaletteLightTealBorderActive: #58d3db;
    --colorPaletteLightTealForeground2: #a6e9ed;
    --colorPaletteLilacBackground2: #63276d;
    --colorPaletteLilacBorderActive: #cf87da;
    --colorPaletteLilacForeground2: #e6bfed;
    --colorPaletteMagentaBackground2: #6b0043;
    --colorPaletteMagentaBorderActive: #d957a8;
    --colorPaletteMagentaForeground2: #eca5d1;
    --colorPaletteMarigoldBackground1: #463100;
    --colorPaletteMarigoldBackground2: #835b00;
    --colorPaletteMarigoldBackground3: #eaa300;
    --colorPaletteMarigoldBorder1: #eaa300;
    --colorPaletteMarigoldBorder2: #efb839;
    --colorPaletteMarigoldBorderActive: #f2c661;
    --colorPaletteMarigoldForeground1: #f2c661;
    --colorPaletteMarigoldForeground2: #f9e2ae;
    --colorPaletteMarigoldForeground3: #efb839;
    --colorPaletteMinkBackground2: #343231;
    --colorPaletteMinkBorderActive: #9e9b99;
    --colorPaletteMinkForeground2: #cecccb;
    --colorPaletteNavyBackground2: #001665;
    --colorPaletteNavyBorderActive: #546fd2;
    --colorPaletteNavyForeground2: #a3b2e8;
    --colorPalettePeachBackground2: #8f4e00;
    --colorPalettePeachBorderActive: #ffba66;
    --colorPalettePeachForeground2: #ffddb3;
    --colorPalettePinkBackground2: #80215d;
    --colorPalettePinkBorderActive: #ef85c8;
    --colorPalettePinkForeground2: #f7c0e3;
    --colorPalettePlatinumBackground2: #3b4447;
    --colorPalettePlatinumBorderActive: #a0adb2;
    --colorPalettePlatinumForeground2: #cdd6d8;
    --colorPalettePlumBackground2: #5a003b;
    --colorPalettePlumBorderActive: #ad4589;
    --colorPalettePlumForeground2: #d696c0;
    --colorPalettePumpkinBackground2: #712d09;
    --colorPalettePumpkinBorderActive: #df8e64;
    --colorPalettePumpkinForeground2: #efc4ad;
    --colorPalettePurpleBackground2: #341a51;
    --colorPalettePurpleBorderActive: #9470bd;
    --colorPalettePurpleForeground2: #c6b1de;
    --colorPaletteRedBackground1: #3f1011;
    --colorPaletteRedBackground2: #751d1f;
    --colorPaletteRedBackground3: #d13438;
    --colorPaletteRedBorder1: #d13438;
    --colorPaletteRedBorder2: #e37d80;
    --colorPaletteRedBorderActive: #e37d80;
    --colorPaletteRedForeground1: #e37d80;
    --colorPaletteRedForeground2: #f1bbbc;
    --colorPaletteRedForeground3: #e37d80;
    --colorPaletteRedForegroundInverted: #d13438;
    --colorPaletteRoyalBlueBackground2: #002c4e;
    --colorPaletteRoyalBlueBorderActive: #4a89ba;
    --colorPaletteRoyalBlueForeground2: #9abfdc;
    --colorPaletteSeafoamBackground2: #00723b;
    --colorPaletteSeafoamBorderActive: #5ae0a0;
    --colorPaletteSeafoamForeground2: #a8f0cd;
    --colorPaletteSteelBackground2: #00333f;
    --colorPaletteSteelBorderActive: #4496a9;
    --colorPaletteSteelForeground2: #94c8d4;
    --colorPaletteTealBackground2: #02494c;
    --colorPaletteTealBorderActive: #4cb4b7;
    --colorPaletteTealForeground2: #9bd9db;
    --colorPaletteYellowBackground1: #4c4400;
    --colorPaletteYellowBackground2: #817400;
    --colorPaletteYellowBackground3: #fde300;
    --colorPaletteYellowBorder1: #fde300;
    --colorPaletteYellowBorder2: #fdea3d;
    --colorPaletteYellowBorderActive: #feee66;
    --colorPaletteYellowForeground1: #feee66;
    --colorPaletteYellowForeground2: #fef7b2;
    --colorPaletteYellowForeground3: #fdea3d;
    --colorPaletteYellowForegroundInverted: #817400;
    --colorScrollbarOverlay: rgba(255, 255, 255, 0.6);
    --colorStatusDangerBackground1: #3b0509;
    --colorStatusDangerBackground2: #6e0811;
    --colorStatusDangerBackground3: #c50f1f;
    --colorStatusDangerBackground3Hover: #b10e1c;
    --colorStatusDangerBackground3Pressed: #960b18;
    --colorStatusDangerBorder1: #c50f1f;
    --colorStatusDangerBorder2: #dc626d;
    --colorStatusDangerBorderActive: #dc626d;
    --colorStatusDangerForeground1: #dc626d;
    --colorStatusDangerForeground2: #eeacb2;
    --colorStatusDangerForeground3: #eeacb2;
    --colorStatusDangerForegroundInverted: #b10e1c;
    --colorStatusSuccessBackground1: #052505;
    --colorStatusSuccessBackground2: #094509;
    --colorStatusSuccessBackground3: #107c10;
    --colorStatusSuccessBorder1: #107c10;
    --colorStatusSuccessBorder2: #9fd89f;
    --colorStatusSuccessBorderActive: #54b054;
    --colorStatusSuccessForeground1: #54b054;
    --colorStatusSuccessForeground2: #9fd89f;
    --colorStatusSuccessForeground3: #9fd89f;
    --colorStatusSuccessForegroundInverted: #0e700e;
    --colorStatusWarningBackground1: #4a1e04;
    --colorStatusWarningBackground2: #8a3707;
    --colorStatusWarningBackground3: #f7630c;
    --colorStatusWarningBorder1: #f7630c;
    --colorStatusWarningBorder2: #f98845;
    --colorStatusWarningBorderActive: #faa06b;
    --colorStatusWarningForeground1: #faa06b;
    --colorStatusWarningForeground2: #fdcfb4;
    --colorStatusWarningForeground3: #f98845;
    --colorStatusWarningForegroundInverted: #bc4b09;
    --colorStrokeFocus1: #000000;
    --colorStrokeFocus2: #ffffff;
    --colorSubtleBackground: transparent;
    --colorSubtleBackgroundHover: #383838;
    --colorSubtleBackgroundInverted: transparent;
    --colorSubtleBackgroundInvertedHover: rgba(0, 0, 0, 0.1);
    --colorSubtleBackgroundInvertedPressed: rgba(0, 0, 0, 0.3);
    --colorSubtleBackgroundInvertedSelected: rgba(0, 0, 0, 0.2);
    --colorSubtleBackgroundLightAlphaHover: rgba(36, 36, 36, 0.8);
    --colorSubtleBackgroundLightAlphaPressed: rgba(36, 36, 36, 0.5);
    --colorSubtleBackgroundLightAlphaSelected: transparent;
    --colorSubtleBackgroundPressed: #2e2e2e;
    --colorSubtleBackgroundSelected: #333333;
    --colorTransparentBackground: transparent;
    --colorTransparentBackgroundHover: transparent;
    --colorTransparentBackgroundPressed: transparent;
    --colorTransparentBackgroundSelected: transparent;
    --colorTransparentStroke: transparent;
    --colorTransparentStrokeDisabled: transparent;
    --colorTransparentStrokeInteractive: transparent;
    --shadow16: 0 0 2px rgba(0,0,0,0.24), 0 8px 16px rgba(0,0,0,0.28);
    --shadow16Brand: 0 0 2px rgba(0,0,0,0.30), 0 8px 16px rgba(0,0,0,0.25);
    --shadow2: 0 0 2px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.28);
    --shadow28: 0 0 8px rgba(0,0,0,0.24), 0 14px 28px rgba(0,0,0,0.28);
    --shadow28Brand: 0 0 8px rgba(0,0,0,0.30), 0 14px 28px rgba(0,0,0,0.25);
    --shadow2Brand: 0 0 2px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.25);
    --shadow4: 0 0 2px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0.28);
    --shadow4Brand: 0 0 2px rgba(0,0,0,0.30), 0 2px 4px rgba(0,0,0,0.25);
    --shadow64: 0 0 8px rgba(0,0,0,0.24), 0 32px 64px rgba(0,0,0,0.28);
    --shadow64Brand: 0 0 8px rgba(0,0,0,0.30), 0 32px 64px rgba(0,0,0,0.25);
    --shadow8: 0 0 2px rgba(0,0,0,0.24), 0 4px 8px rgba(0,0,0,0.28);
    --shadow8Brand: 0 0 2px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.25);
  }
}
