:root{
  /* typography */
  --reay-font-global:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-brand:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-navigation:"Nunito Variable", "寒蝉全圆体", "Noto Sans SC Variable", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;
  --reay-font-heading:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-body:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-metadata:"Nunito Variable", "寒蝉全圆体", "Noto Sans SC Variable", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;
  --reay-font-prose:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-prose-heading:ui-serif, Georgia, Cambria, "Times New Roman", "Songti SC", STSong, "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --reay-font-mono:ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --reay-font-sans:var(--reay-font-global);
  --font-sans:var(--reay-font-global);
  --font-mono:var(--reay-font-mono);
  --text-base:16px;
  --leading:1.8;
  --fs-xs:0.75rem; --fs-sm:0.875rem; --fs-md:1rem;
  --fs-lg:1.125rem; --fs-xl:1.25rem; --fs-2xl:1.5rem; --fs-3xl:1.875rem;

  /* shape */
  --radius-xs:1px; --radius-sm:4px; --radius-md:8px;
  --radius-lg:13px; --radius-xl:18px; --radius-pill:999px;
  --border-w:1px;
  --shadow-sm:0 2px 8px -6px rgba(var(--md-sys-color-shadow-rgb), 0.2); --shadow-md:0 14px 34px -30px rgba(var(--md-sys-color-shadow-rgb), 0.34); --shadow-lg:0 24px 56px -42px rgba(var(--md-sys-color-shadow-rgb), 0.4);
}
:root{
  /* MD3 Reference Palettes */
  --md-ref-palette-primary0:#000000;
  --md-ref-palette-primary0-rgb:0, 0, 0;
  --md-ref-palette-primary10:#00201a;
  --md-ref-palette-primary10-rgb:0, 32, 26;
  --md-ref-palette-primary20:#00382f;
  --md-ref-palette-primary20-rgb:0, 56, 47;
  --md-ref-palette-primary30:#005145;
  --md-ref-palette-primary30-rgb:0, 81, 69;
  --md-ref-palette-primary40:#056b5c;
  --md-ref-palette-primary40-rgb:5, 107, 92;
  --md-ref-palette-primary50:#2f8474;
  --md-ref-palette-primary50-rgb:47, 132, 116;
  --md-ref-palette-primary60:#4d9f8d;
  --md-ref-palette-primary60-rgb:77, 159, 141;
  --md-ref-palette-primary70:#68baa8;
  --md-ref-palette-primary70-rgb:104, 186, 168;
  --md-ref-palette-primary80:#84d6c3;
  --md-ref-palette-primary80-rgb:132, 214, 195;
  --md-ref-palette-primary90:#a0f2de;
  --md-ref-palette-primary90-rgb:160, 242, 222;
  --md-ref-palette-primary95:#b6ffed;
  --md-ref-palette-primary95-rgb:182, 255, 237;
  --md-ref-palette-primary98:#e5fff7;
  --md-ref-palette-primary98-rgb:229, 255, 247;
  --md-ref-palette-primary99:#f3fffa;
  --md-ref-palette-primary99-rgb:243, 255, 250;
  --md-ref-palette-primary100:#ffffff;
  --md-ref-palette-primary100-rgb:255, 255, 255;
  --md-ref-palette-secondary0:#000000;
  --md-ref-palette-secondary0-rgb:0, 0, 0;
  --md-ref-palette-secondary10:#151d18;
  --md-ref-palette-secondary10-rgb:21, 29, 24;
  --md-ref-palette-secondary20:#2a322d;
  --md-ref-palette-secondary20-rgb:42, 50, 45;
  --md-ref-palette-secondary30:#404943;
  --md-ref-palette-secondary30-rgb:64, 73, 67;
  --md-ref-palette-secondary40:#58615a;
  --md-ref-palette-secondary40-rgb:88, 97, 90;
  --md-ref-palette-secondary50:#707972;
  --md-ref-palette-secondary50-rgb:112, 121, 114;
  --md-ref-palette-secondary60:#8a938b;
  --md-ref-palette-secondary60-rgb:138, 147, 139;
  --md-ref-palette-secondary70:#a4aea5;
  --md-ref-palette-secondary70-rgb:164, 174, 165;
  --md-ref-palette-secondary80:#c0c9c0;
  --md-ref-palette-secondary80-rgb:192, 201, 192;
  --md-ref-palette-secondary90:#dce5dc;
  --md-ref-palette-secondary90-rgb:220, 229, 220;
  --md-ref-palette-secondary95:#eaf3ea;
  --md-ref-palette-secondary95-rgb:234, 243, 234;
  --md-ref-palette-secondary98:#f3fcf3;
  --md-ref-palette-secondary98-rgb:243, 252, 243;
  --md-ref-palette-secondary99:#f5fff6;
  --md-ref-palette-secondary99-rgb:245, 255, 246;
  --md-ref-palette-secondary100:#ffffff;
  --md-ref-palette-secondary100-rgb:255, 255, 255;
  --md-ref-palette-tertiary0:#000000;
  --md-ref-palette-tertiary0-rgb:0, 0, 0;
  --md-ref-palette-tertiary10:#400201;
  --md-ref-palette-tertiary10-rgb:64, 2, 1;
  --md-ref-palette-tertiary20:#5e170f;
  --md-ref-palette-tertiary20-rgb:94, 23, 15;
  --md-ref-palette-tertiary30:#7c2d23;
  --md-ref-palette-tertiary30-rgb:124, 45, 35;
  --md-ref-palette-tertiary40:#9a4338;
  --md-ref-palette-tertiary40-rgb:154, 67, 56;
  --md-ref-palette-tertiary50:#b95b4e;
  --md-ref-palette-tertiary50-rgb:185, 91, 78;
  --md-ref-palette-tertiary60:#d97465;
  --md-ref-palette-tertiary60-rgb:217, 116, 101;
  --md-ref-palette-tertiary70:#f98d7d;
  --md-ref-palette-tertiary70-rgb:249, 141, 125;
  --md-ref-palette-tertiary80:#ffb4a8;
  --md-ref-palette-tertiary80-rgb:255, 180, 168;
  --md-ref-palette-tertiary90:#ffdad4;
  --md-ref-palette-tertiary90-rgb:255, 218, 212;
  --md-ref-palette-tertiary95:#ffedea;
  --md-ref-palette-tertiary95-rgb:255, 237, 234;
  --md-ref-palette-tertiary98:#fff8f6;
  --md-ref-palette-tertiary98-rgb:255, 248, 246;
  --md-ref-palette-tertiary99:#fffbff;
  --md-ref-palette-tertiary99-rgb:255, 251, 255;
  --md-ref-palette-tertiary100:#ffffff;
  --md-ref-palette-tertiary100-rgb:255, 255, 255;
  --md-ref-palette-neutral0:#000000;
  --md-ref-palette-neutral0-rgb:0, 0, 0;
  --md-ref-palette-neutral10:#1b1c18;
  --md-ref-palette-neutral10-rgb:27, 28, 24;
  --md-ref-palette-neutral20:#30312d;
  --md-ref-palette-neutral20-rgb:48, 49, 45;
  --md-ref-palette-neutral30:#474743;
  --md-ref-palette-neutral30-rgb:71, 71, 67;
  --md-ref-palette-neutral40:#5e5f5a;
  --md-ref-palette-neutral40-rgb:94, 95, 90;
  --md-ref-palette-neutral50:#777772;
  --md-ref-palette-neutral50-rgb:119, 119, 114;
  --md-ref-palette-neutral60:#91918b;
  --md-ref-palette-neutral60-rgb:145, 145, 139;
  --md-ref-palette-neutral70:#acaba6;
  --md-ref-palette-neutral70-rgb:172, 171, 166;
  --md-ref-palette-neutral80:#c8c7c1;
  --md-ref-palette-neutral80-rgb:200, 199, 193;
  --md-ref-palette-neutral90:#e4e2dc;
  --md-ref-palette-neutral90-rgb:228, 226, 220;
  --md-ref-palette-neutral95:#f2f1ea;
  --md-ref-palette-neutral95-rgb:242, 241, 234;
  --md-ref-palette-neutral98:#fbf9f3;
  --md-ref-palette-neutral98-rgb:251, 249, 243;
  --md-ref-palette-neutral99:#fefcf6;
  --md-ref-palette-neutral99-rgb:254, 252, 246;
  --md-ref-palette-neutral100:#ffffff;
  --md-ref-palette-neutral100-rgb:255, 255, 255;
  --md-ref-palette-neutral-variant0:#000000;
  --md-ref-palette-neutral-variant0-rgb:0, 0, 0;
  --md-ref-palette-neutral-variant10:#151d19;
  --md-ref-palette-neutral-variant10-rgb:21, 29, 25;
  --md-ref-palette-neutral-variant20:#2a322d;
  --md-ref-palette-neutral-variant20-rgb:42, 50, 45;
  --md-ref-palette-neutral-variant30:#404943;
  --md-ref-palette-neutral-variant30-rgb:64, 73, 67;
  --md-ref-palette-neutral-variant40:#58605b;
  --md-ref-palette-neutral-variant40-rgb:88, 96, 91;
  --md-ref-palette-neutral-variant50:#707973;
  --md-ref-palette-neutral-variant50-rgb:112, 121, 115;
  --md-ref-palette-neutral-variant60:#8a938c;
  --md-ref-palette-neutral-variant60-rgb:138, 147, 140;
  --md-ref-palette-neutral-variant70:#a4ada7;
  --md-ref-palette-neutral-variant70-rgb:164, 173, 167;
  --md-ref-palette-neutral-variant80:#c0c9c2;
  --md-ref-palette-neutral-variant80-rgb:192, 201, 194;
  --md-ref-palette-neutral-variant90:#dce5dd;
  --md-ref-palette-neutral-variant90-rgb:220, 229, 221;
  --md-ref-palette-neutral-variant95:#eaf3eb;
  --md-ref-palette-neutral-variant95-rgb:234, 243, 235;
  --md-ref-palette-neutral-variant98:#f3fcf4;
  --md-ref-palette-neutral-variant98-rgb:243, 252, 244;
  --md-ref-palette-neutral-variant99:#f5fff7;
  --md-ref-palette-neutral-variant99-rgb:245, 255, 247;
  --md-ref-palette-neutral-variant100:#ffffff;
  --md-ref-palette-neutral-variant100-rgb:255, 255, 255;
  --md-ref-palette-error0:#000000;
  --md-ref-palette-error0-rgb:0, 0, 0;
  --md-ref-palette-error10:#410002;
  --md-ref-palette-error10-rgb:65, 0, 2;
  --md-ref-palette-error20:#690005;
  --md-ref-palette-error20-rgb:105, 0, 5;
  --md-ref-palette-error30:#93000a;
  --md-ref-palette-error30-rgb:147, 0, 10;
  --md-ref-palette-error40:#ba1a1a;
  --md-ref-palette-error40-rgb:186, 26, 26;
  --md-ref-palette-error50:#de3730;
  --md-ref-palette-error50-rgb:222, 55, 48;
  --md-ref-palette-error60:#ff5449;
  --md-ref-palette-error60-rgb:255, 84, 73;
  --md-ref-palette-error70:#ff897d;
  --md-ref-palette-error70-rgb:255, 137, 125;
  --md-ref-palette-error80:#ffb4ab;
  --md-ref-palette-error80-rgb:255, 180, 171;
  --md-ref-palette-error90:#ffdad6;
  --md-ref-palette-error90-rgb:255, 218, 214;
  --md-ref-palette-error95:#ffedea;
  --md-ref-palette-error95-rgb:255, 237, 234;
  --md-ref-palette-error98:#fff8f7;
  --md-ref-palette-error98-rgb:255, 248, 247;
  --md-ref-palette-error99:#fffbff;
  --md-ref-palette-error99-rgb:255, 251, 255;
  --md-ref-palette-error100:#ffffff;
  --md-ref-palette-error100-rgb:255, 255, 255;

  /* MD3 Primary */
  --md-sys-color-primary:#056b5c;
  --md-sys-color-primary-rgb:5, 107, 92;
  --md-sys-color-on-primary:#ffffff;
  --md-sys-color-on-primary-rgb:255, 255, 255;
  --md-sys-color-primary-container:#a0f2de;
  --md-sys-color-primary-container-rgb:160, 242, 222;
  --md-sys-color-on-primary-container:#005145;
  --md-sys-color-on-primary-container-rgb:0, 81, 69;
  --md-sys-color-primary-fixed:#a0f2de;
  --md-sys-color-primary-fixed-rgb:160, 242, 222;
  --md-sys-color-primary-fixed-dim:#84d6c3;
  --md-sys-color-primary-fixed-dim-rgb:132, 214, 195;
  --md-sys-color-on-primary-fixed:#00201a;
  --md-sys-color-on-primary-fixed-rgb:0, 32, 26;
  --md-sys-color-on-primary-fixed-variant:#005145;
  --md-sys-color-on-primary-fixed-variant-rgb:0, 81, 69;
  
  /* MD3 Secondary */
  --md-sys-color-secondary:#58615a;
  --md-sys-color-secondary-rgb:88, 97, 90;
  --md-sys-color-on-secondary:#ffffff;
  --md-sys-color-on-secondary-rgb:255, 255, 255;
  --md-sys-color-secondary-container:#dce5dc;
  --md-sys-color-secondary-container-rgb:220, 229, 220;
  --md-sys-color-on-secondary-container:#404943;
  --md-sys-color-on-secondary-container-rgb:64, 73, 67;
  --md-sys-color-secondary-fixed:#dce5dc;
  --md-sys-color-secondary-fixed-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed-dim:#c0c9c0;
  --md-sys-color-secondary-fixed-dim-rgb:192, 201, 192;
  --md-sys-color-on-secondary-fixed:#151d18;
  --md-sys-color-on-secondary-fixed-rgb:21, 29, 24;
  --md-sys-color-on-secondary-fixed-variant:#404943;
  --md-sys-color-on-secondary-fixed-variant-rgb:64, 73, 67;
  
  /* MD3 Tertiary */
  --md-sys-color-tertiary:#9a4338;
  --md-sys-color-tertiary-rgb:154, 67, 56;
  --md-sys-color-on-tertiary:#ffffff;
  --md-sys-color-on-tertiary-rgb:255, 255, 255;
  --md-sys-color-tertiary-container:#ffdad4;
  --md-sys-color-tertiary-container-rgb:255, 218, 212;
  --md-sys-color-on-tertiary-container:#7c2d23;
  --md-sys-color-on-tertiary-container-rgb:124, 45, 35;
  --md-sys-color-tertiary-fixed:#ffdad4;
  --md-sys-color-tertiary-fixed-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed-dim:#ffb4a8;
  --md-sys-color-tertiary-fixed-dim-rgb:255, 180, 168;
  --md-sys-color-on-tertiary-fixed:#400201;
  --md-sys-color-on-tertiary-fixed-rgb:64, 2, 1;
  --md-sys-color-on-tertiary-fixed-variant:#7c2d23;
  --md-sys-color-on-tertiary-fixed-variant-rgb:124, 45, 35;
  
  /* MD3 Surface & Background */
  --md-sys-color-background:#fbf9f3;
  --md-sys-color-background-rgb:251, 249, 243;
  --md-sys-color-on-background:#1b1c18;
  --md-sys-color-on-background-rgb:27, 28, 24;
  --md-sys-color-surface:#fbf9f3;
  --md-sys-color-surface-rgb:251, 249, 243;
  --md-sys-color-on-surface:#1b1c18;
  --md-sys-color-on-surface-rgb:27, 28, 24;
  --md-sys-color-surface-tint:#056b5c;
  --md-sys-color-surface-tint-rgb:5, 107, 92;
  --md-sys-color-surface-variant:#dce5dd;
  --md-sys-color-surface-variant-rgb:220, 229, 221;
  --md-sys-color-on-surface-variant:#404943;
  --md-sys-color-on-surface-variant-rgb:64, 73, 67;
  
  /* MD3 Extended Surface Levels */
  --md-sys-color-surface-dim:#dbdad4;
  --md-sys-color-surface-dim-rgb:219, 218, 212;
  --md-sys-color-surface-bright:#fbf9f3;
  --md-sys-color-surface-bright-rgb:251, 249, 243;
  --md-sys-color-surface-container-lowest:#ffffff;
  --md-sys-color-surface-container-lowest-rgb:255, 255, 255;
  --md-sys-color-surface-container-low:#f5f4ed;
  --md-sys-color-surface-container-low-rgb:245, 244, 237;
  --md-sys-color-surface-container:#efeee8;
  --md-sys-color-surface-container-rgb:239, 238, 232;
  --md-sys-color-surface-container-high:#eae8e2;
  --md-sys-color-surface-container-high-rgb:234, 232, 226;
  --md-sys-color-surface-container-highest:#e4e2dc;
  --md-sys-color-surface-container-highest-rgb:228, 226, 220;
  
  /* MD3 Outline */
  --md-sys-color-outline:#707973;
  --md-sys-color-outline-rgb:112, 121, 115;
  --md-sys-color-outline-variant:#c0c9c2;
  --md-sys-color-outline-variant-rgb:192, 201, 194;
  --md-sys-color-shadow:#000000;
  --md-sys-color-shadow-rgb:0, 0, 0;
  --md-sys-color-scrim:#000000;
  --md-sys-color-scrim-rgb:0, 0, 0;
  --md-sys-color-inverse-surface:#30312d;
  --md-sys-color-inverse-surface-rgb:48, 49, 45;
  --md-sys-color-inverse-on-surface:#f2f1ea;
  --md-sys-color-inverse-on-surface-rgb:242, 241, 234;
  --md-sys-color-inverse-primary:#84d6c3;
  --md-sys-color-inverse-primary-rgb:132, 214, 195;
  
  /* MD3 Error */
  --md-sys-color-error:#ba1a1a;
  --md-sys-color-error-rgb:186, 26, 26;
  --md-sys-color-on-error:#ffffff;
  --md-sys-color-on-error-rgb:255, 255, 255;
  --md-sys-color-error-container:#ffdad6;
  --md-sys-color-error-container-rgb:255, 218, 214;
  --md-sys-color-on-error-container:#93000a;
  --md-sys-color-on-error-container-rgb:147, 0, 10;
  
  /* App semantic aliases derived from MD3 palettes */
  --reay-color-success:#58615a;
  --reay-color-success-rgb:88, 97, 90;
  --reay-color-warning:#9a4338;
  --reay-color-warning-rgb:154, 67, 56;
  --reay-color-info:#056b5c;
  --reay-color-info-rgb:5, 107, 92;
}
:root{
  /* App semantic tokens mapped to MD3 roles */
  --reay-color-accent:var(--md-sys-color-primary);
  --reay-color-accent-rgb:var(--md-sys-color-primary-rgb);
  --reay-color-accent-container:var(--md-sys-color-primary-container);
  --reay-color-on-accent:var(--md-sys-color-on-primary);
  --reay-color-on-accent-container:var(--md-sys-color-on-primary-container);
  --reay-gradient-brand:linear-gradient(135deg, var(--md-sys-color-primary), var(--md-sys-color-tertiary));
  --reay-gradient-container:linear-gradient(135deg, var(--md-sys-color-primary-container), var(--md-sys-color-tertiary-container));
  --reay-color-shadow-rgb:var(--md-sys-color-shadow-rgb);
  --reay-color-highlight-rgb:var(--md-sys-color-surface-bright-rgb);
  --reay-shadow-soft:0 12px 32px -28px rgba(var(--md-sys-color-shadow-rgb), 0.38);
  --reay-shadow-panel:0 22px 58px -42px rgba(var(--md-sys-color-shadow-rgb), 0.58);
  --reay-highlight-hairline:inset 0 1px 0 rgba(var(--md-sys-color-surface-bright-rgb), 0.18);

  /* Component aliases */
  --reay-music-accent:var(--md-sys-color-primary);
  --reay-music-on-accent:var(--md-sys-color-on-primary);
  --reay-music-accent-container:var(--md-sys-color-primary-container);
  --reay-music-on-accent-container:var(--md-sys-color-on-primary-container);
  --reay-music-surface:rgba(var(--md-sys-color-surface-container-rgb), 0.9);
  --reay-music-cover-gradient:linear-gradient(135deg, var(--md-sys-color-primary-container), var(--md-sys-color-tertiary-container));
}
@media (prefers-color-scheme: dark){ :root{
  /* MD3 Reference Palettes */
  --md-ref-palette-primary0:#000000;
  --md-ref-palette-primary0-rgb:0, 0, 0;
  --md-ref-palette-primary10:#00201a;
  --md-ref-palette-primary10-rgb:0, 32, 26;
  --md-ref-palette-primary20:#00382f;
  --md-ref-palette-primary20-rgb:0, 56, 47;
  --md-ref-palette-primary30:#005145;
  --md-ref-palette-primary30-rgb:0, 81, 69;
  --md-ref-palette-primary40:#056b5c;
  --md-ref-palette-primary40-rgb:5, 107, 92;
  --md-ref-palette-primary50:#2f8474;
  --md-ref-palette-primary50-rgb:47, 132, 116;
  --md-ref-palette-primary60:#4d9f8d;
  --md-ref-palette-primary60-rgb:77, 159, 141;
  --md-ref-palette-primary70:#68baa8;
  --md-ref-palette-primary70-rgb:104, 186, 168;
  --md-ref-palette-primary80:#84d6c3;
  --md-ref-palette-primary80-rgb:132, 214, 195;
  --md-ref-palette-primary90:#a0f2de;
  --md-ref-palette-primary90-rgb:160, 242, 222;
  --md-ref-palette-primary95:#b6ffed;
  --md-ref-palette-primary95-rgb:182, 255, 237;
  --md-ref-palette-primary98:#e5fff7;
  --md-ref-palette-primary98-rgb:229, 255, 247;
  --md-ref-palette-primary99:#f3fffa;
  --md-ref-palette-primary99-rgb:243, 255, 250;
  --md-ref-palette-primary100:#ffffff;
  --md-ref-palette-primary100-rgb:255, 255, 255;
  --md-ref-palette-secondary0:#000000;
  --md-ref-palette-secondary0-rgb:0, 0, 0;
  --md-ref-palette-secondary10:#151d18;
  --md-ref-palette-secondary10-rgb:21, 29, 24;
  --md-ref-palette-secondary20:#2a322d;
  --md-ref-palette-secondary20-rgb:42, 50, 45;
  --md-ref-palette-secondary30:#404943;
  --md-ref-palette-secondary30-rgb:64, 73, 67;
  --md-ref-palette-secondary40:#58615a;
  --md-ref-palette-secondary40-rgb:88, 97, 90;
  --md-ref-palette-secondary50:#707972;
  --md-ref-palette-secondary50-rgb:112, 121, 114;
  --md-ref-palette-secondary60:#8a938b;
  --md-ref-palette-secondary60-rgb:138, 147, 139;
  --md-ref-palette-secondary70:#a4aea5;
  --md-ref-palette-secondary70-rgb:164, 174, 165;
  --md-ref-palette-secondary80:#c0c9c0;
  --md-ref-palette-secondary80-rgb:192, 201, 192;
  --md-ref-palette-secondary90:#dce5dc;
  --md-ref-palette-secondary90-rgb:220, 229, 220;
  --md-ref-palette-secondary95:#eaf3ea;
  --md-ref-palette-secondary95-rgb:234, 243, 234;
  --md-ref-palette-secondary98:#f3fcf3;
  --md-ref-palette-secondary98-rgb:243, 252, 243;
  --md-ref-palette-secondary99:#f5fff6;
  --md-ref-palette-secondary99-rgb:245, 255, 246;
  --md-ref-palette-secondary100:#ffffff;
  --md-ref-palette-secondary100-rgb:255, 255, 255;
  --md-ref-palette-tertiary0:#000000;
  --md-ref-palette-tertiary0-rgb:0, 0, 0;
  --md-ref-palette-tertiary10:#400201;
  --md-ref-palette-tertiary10-rgb:64, 2, 1;
  --md-ref-palette-tertiary20:#5e170f;
  --md-ref-palette-tertiary20-rgb:94, 23, 15;
  --md-ref-palette-tertiary30:#7c2d23;
  --md-ref-palette-tertiary30-rgb:124, 45, 35;
  --md-ref-palette-tertiary40:#9a4338;
  --md-ref-palette-tertiary40-rgb:154, 67, 56;
  --md-ref-palette-tertiary50:#b95b4e;
  --md-ref-palette-tertiary50-rgb:185, 91, 78;
  --md-ref-palette-tertiary60:#d97465;
  --md-ref-palette-tertiary60-rgb:217, 116, 101;
  --md-ref-palette-tertiary70:#f98d7d;
  --md-ref-palette-tertiary70-rgb:249, 141, 125;
  --md-ref-palette-tertiary80:#ffb4a8;
  --md-ref-palette-tertiary80-rgb:255, 180, 168;
  --md-ref-palette-tertiary90:#ffdad4;
  --md-ref-palette-tertiary90-rgb:255, 218, 212;
  --md-ref-palette-tertiary95:#ffedea;
  --md-ref-palette-tertiary95-rgb:255, 237, 234;
  --md-ref-palette-tertiary98:#fff8f6;
  --md-ref-palette-tertiary98-rgb:255, 248, 246;
  --md-ref-palette-tertiary99:#fffbff;
  --md-ref-palette-tertiary99-rgb:255, 251, 255;
  --md-ref-palette-tertiary100:#ffffff;
  --md-ref-palette-tertiary100-rgb:255, 255, 255;
  --md-ref-palette-neutral0:#000000;
  --md-ref-palette-neutral0-rgb:0, 0, 0;
  --md-ref-palette-neutral10:#1b1c18;
  --md-ref-palette-neutral10-rgb:27, 28, 24;
  --md-ref-palette-neutral20:#30312d;
  --md-ref-palette-neutral20-rgb:48, 49, 45;
  --md-ref-palette-neutral30:#474743;
  --md-ref-palette-neutral30-rgb:71, 71, 67;
  --md-ref-palette-neutral40:#5e5f5a;
  --md-ref-palette-neutral40-rgb:94, 95, 90;
  --md-ref-palette-neutral50:#777772;
  --md-ref-palette-neutral50-rgb:119, 119, 114;
  --md-ref-palette-neutral60:#91918b;
  --md-ref-palette-neutral60-rgb:145, 145, 139;
  --md-ref-palette-neutral70:#acaba6;
  --md-ref-palette-neutral70-rgb:172, 171, 166;
  --md-ref-palette-neutral80:#c8c7c1;
  --md-ref-palette-neutral80-rgb:200, 199, 193;
  --md-ref-palette-neutral90:#e4e2dc;
  --md-ref-palette-neutral90-rgb:228, 226, 220;
  --md-ref-palette-neutral95:#f2f1ea;
  --md-ref-palette-neutral95-rgb:242, 241, 234;
  --md-ref-palette-neutral98:#fbf9f3;
  --md-ref-palette-neutral98-rgb:251, 249, 243;
  --md-ref-palette-neutral99:#fefcf6;
  --md-ref-palette-neutral99-rgb:254, 252, 246;
  --md-ref-palette-neutral100:#ffffff;
  --md-ref-palette-neutral100-rgb:255, 255, 255;
  --md-ref-palette-neutral-variant0:#000000;
  --md-ref-palette-neutral-variant0-rgb:0, 0, 0;
  --md-ref-palette-neutral-variant10:#151d19;
  --md-ref-palette-neutral-variant10-rgb:21, 29, 25;
  --md-ref-palette-neutral-variant20:#2a322d;
  --md-ref-palette-neutral-variant20-rgb:42, 50, 45;
  --md-ref-palette-neutral-variant30:#404943;
  --md-ref-palette-neutral-variant30-rgb:64, 73, 67;
  --md-ref-palette-neutral-variant40:#58605b;
  --md-ref-palette-neutral-variant40-rgb:88, 96, 91;
  --md-ref-palette-neutral-variant50:#707973;
  --md-ref-palette-neutral-variant50-rgb:112, 121, 115;
  --md-ref-palette-neutral-variant60:#8a938c;
  --md-ref-palette-neutral-variant60-rgb:138, 147, 140;
  --md-ref-palette-neutral-variant70:#a4ada7;
  --md-ref-palette-neutral-variant70-rgb:164, 173, 167;
  --md-ref-palette-neutral-variant80:#c0c9c2;
  --md-ref-palette-neutral-variant80-rgb:192, 201, 194;
  --md-ref-palette-neutral-variant90:#dce5dd;
  --md-ref-palette-neutral-variant90-rgb:220, 229, 221;
  --md-ref-palette-neutral-variant95:#eaf3eb;
  --md-ref-palette-neutral-variant95-rgb:234, 243, 235;
  --md-ref-palette-neutral-variant98:#f3fcf4;
  --md-ref-palette-neutral-variant98-rgb:243, 252, 244;
  --md-ref-palette-neutral-variant99:#f5fff7;
  --md-ref-palette-neutral-variant99-rgb:245, 255, 247;
  --md-ref-palette-neutral-variant100:#ffffff;
  --md-ref-palette-neutral-variant100-rgb:255, 255, 255;
  --md-ref-palette-error0:#000000;
  --md-ref-palette-error0-rgb:0, 0, 0;
  --md-ref-palette-error10:#410002;
  --md-ref-palette-error10-rgb:65, 0, 2;
  --md-ref-palette-error20:#690005;
  --md-ref-palette-error20-rgb:105, 0, 5;
  --md-ref-palette-error30:#93000a;
  --md-ref-palette-error30-rgb:147, 0, 10;
  --md-ref-palette-error40:#ba1a1a;
  --md-ref-palette-error40-rgb:186, 26, 26;
  --md-ref-palette-error50:#de3730;
  --md-ref-palette-error50-rgb:222, 55, 48;
  --md-ref-palette-error60:#ff5449;
  --md-ref-palette-error60-rgb:255, 84, 73;
  --md-ref-palette-error70:#ff897d;
  --md-ref-palette-error70-rgb:255, 137, 125;
  --md-ref-palette-error80:#ffb4ab;
  --md-ref-palette-error80-rgb:255, 180, 171;
  --md-ref-palette-error90:#ffdad6;
  --md-ref-palette-error90-rgb:255, 218, 214;
  --md-ref-palette-error95:#ffedea;
  --md-ref-palette-error95-rgb:255, 237, 234;
  --md-ref-palette-error98:#fff8f7;
  --md-ref-palette-error98-rgb:255, 248, 247;
  --md-ref-palette-error99:#fffbff;
  --md-ref-palette-error99-rgb:255, 251, 255;
  --md-ref-palette-error100:#ffffff;
  --md-ref-palette-error100-rgb:255, 255, 255;

  /* MD3 Primary */
  --md-sys-color-primary:#84d6c3;
  --md-sys-color-primary-rgb:132, 214, 195;
  --md-sys-color-on-primary:#00382f;
  --md-sys-color-on-primary-rgb:0, 56, 47;
  --md-sys-color-primary-container:#005145;
  --md-sys-color-primary-container-rgb:0, 81, 69;
  --md-sys-color-on-primary-container:#a0f2de;
  --md-sys-color-on-primary-container-rgb:160, 242, 222;
  --md-sys-color-primary-fixed:#a0f2de;
  --md-sys-color-primary-fixed-rgb:160, 242, 222;
  --md-sys-color-primary-fixed-dim:#84d6c3;
  --md-sys-color-primary-fixed-dim-rgb:132, 214, 195;
  --md-sys-color-on-primary-fixed:#00201a;
  --md-sys-color-on-primary-fixed-rgb:0, 32, 26;
  --md-sys-color-on-primary-fixed-variant:#005145;
  --md-sys-color-on-primary-fixed-variant-rgb:0, 81, 69;
  
  /* MD3 Secondary */
  --md-sys-color-secondary:#c0c9c0;
  --md-sys-color-secondary-rgb:192, 201, 192;
  --md-sys-color-on-secondary:#2a322d;
  --md-sys-color-on-secondary-rgb:42, 50, 45;
  --md-sys-color-secondary-container:#404943;
  --md-sys-color-secondary-container-rgb:64, 73, 67;
  --md-sys-color-on-secondary-container:#dce5dc;
  --md-sys-color-on-secondary-container-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed:#dce5dc;
  --md-sys-color-secondary-fixed-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed-dim:#c0c9c0;
  --md-sys-color-secondary-fixed-dim-rgb:192, 201, 192;
  --md-sys-color-on-secondary-fixed:#151d18;
  --md-sys-color-on-secondary-fixed-rgb:21, 29, 24;
  --md-sys-color-on-secondary-fixed-variant:#404943;
  --md-sys-color-on-secondary-fixed-variant-rgb:64, 73, 67;
  
  /* MD3 Tertiary */
  --md-sys-color-tertiary:#ffb4a8;
  --md-sys-color-tertiary-rgb:255, 180, 168;
  --md-sys-color-on-tertiary:#5e170f;
  --md-sys-color-on-tertiary-rgb:94, 23, 15;
  --md-sys-color-tertiary-container:#7c2d23;
  --md-sys-color-tertiary-container-rgb:124, 45, 35;
  --md-sys-color-on-tertiary-container:#ffdad4;
  --md-sys-color-on-tertiary-container-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed:#ffdad4;
  --md-sys-color-tertiary-fixed-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed-dim:#ffb4a8;
  --md-sys-color-tertiary-fixed-dim-rgb:255, 180, 168;
  --md-sys-color-on-tertiary-fixed:#400201;
  --md-sys-color-on-tertiary-fixed-rgb:64, 2, 1;
  --md-sys-color-on-tertiary-fixed-variant:#7c2d23;
  --md-sys-color-on-tertiary-fixed-variant-rgb:124, 45, 35;
  
  /* MD3 Surface & Background */
  --md-sys-color-background:#131410;
  --md-sys-color-background-rgb:19, 20, 16;
  --md-sys-color-on-background:#e4e2dc;
  --md-sys-color-on-background-rgb:228, 226, 220;
  --md-sys-color-surface:#131410;
  --md-sys-color-surface-rgb:19, 20, 16;
  --md-sys-color-on-surface:#e4e2dc;
  --md-sys-color-on-surface-rgb:228, 226, 220;
  --md-sys-color-surface-tint:#84d6c3;
  --md-sys-color-surface-tint-rgb:132, 214, 195;
  --md-sys-color-surface-variant:#404943;
  --md-sys-color-surface-variant-rgb:64, 73, 67;
  --md-sys-color-on-surface-variant:#c0c9c2;
  --md-sys-color-on-surface-variant-rgb:192, 201, 194;
  
  /* MD3 Extended Surface Levels */
  --md-sys-color-surface-dim:#131410;
  --md-sys-color-surface-dim-rgb:19, 20, 16;
  --md-sys-color-surface-bright:#393935;
  --md-sys-color-surface-bright-rgb:57, 57, 53;
  --md-sys-color-surface-container-lowest:#0e0f0b;
  --md-sys-color-surface-container-lowest-rgb:14, 15, 11;
  --md-sys-color-surface-container-low:#1b1c18;
  --md-sys-color-surface-container-low-rgb:27, 28, 24;
  --md-sys-color-surface-container:#1f201c;
  --md-sys-color-surface-container-rgb:31, 32, 28;
  --md-sys-color-surface-container-high:#2a2a26;
  --md-sys-color-surface-container-high-rgb:42, 42, 38;
  --md-sys-color-surface-container-highest:#343531;
  --md-sys-color-surface-container-highest-rgb:52, 53, 49;
  
  /* MD3 Outline */
  --md-sys-color-outline:#8a938c;
  --md-sys-color-outline-rgb:138, 147, 140;
  --md-sys-color-outline-variant:#404943;
  --md-sys-color-outline-variant-rgb:64, 73, 67;
  --md-sys-color-shadow:#000000;
  --md-sys-color-shadow-rgb:0, 0, 0;
  --md-sys-color-scrim:#000000;
  --md-sys-color-scrim-rgb:0, 0, 0;
  --md-sys-color-inverse-surface:#e4e2dc;
  --md-sys-color-inverse-surface-rgb:228, 226, 220;
  --md-sys-color-inverse-on-surface:#30312d;
  --md-sys-color-inverse-on-surface-rgb:48, 49, 45;
  --md-sys-color-inverse-primary:#056b5c;
  --md-sys-color-inverse-primary-rgb:5, 107, 92;
  
  /* MD3 Error */
  --md-sys-color-error:#ffb4ab;
  --md-sys-color-error-rgb:255, 180, 171;
  --md-sys-color-on-error:#690005;
  --md-sys-color-on-error-rgb:105, 0, 5;
  --md-sys-color-error-container:#93000a;
  --md-sys-color-error-container-rgb:147, 0, 10;
  --md-sys-color-on-error-container:#ffdad6;
  --md-sys-color-on-error-container-rgb:255, 218, 214;
  
  /* App semantic aliases derived from MD3 palettes */
  --reay-color-success:#c0c9c0;
  --reay-color-success-rgb:192, 201, 192;
  --reay-color-warning:#ffb4a8;
  --reay-color-warning-rgb:255, 180, 168;
  --reay-color-info:#84d6c3;
  --reay-color-info-rgb:132, 214, 195;
} }
:root[data-theme="light"]{
  /* MD3 Reference Palettes */
  --md-ref-palette-primary0:#000000;
  --md-ref-palette-primary0-rgb:0, 0, 0;
  --md-ref-palette-primary10:#00201a;
  --md-ref-palette-primary10-rgb:0, 32, 26;
  --md-ref-palette-primary20:#00382f;
  --md-ref-palette-primary20-rgb:0, 56, 47;
  --md-ref-palette-primary30:#005145;
  --md-ref-palette-primary30-rgb:0, 81, 69;
  --md-ref-palette-primary40:#056b5c;
  --md-ref-palette-primary40-rgb:5, 107, 92;
  --md-ref-palette-primary50:#2f8474;
  --md-ref-palette-primary50-rgb:47, 132, 116;
  --md-ref-palette-primary60:#4d9f8d;
  --md-ref-palette-primary60-rgb:77, 159, 141;
  --md-ref-palette-primary70:#68baa8;
  --md-ref-palette-primary70-rgb:104, 186, 168;
  --md-ref-palette-primary80:#84d6c3;
  --md-ref-palette-primary80-rgb:132, 214, 195;
  --md-ref-palette-primary90:#a0f2de;
  --md-ref-palette-primary90-rgb:160, 242, 222;
  --md-ref-palette-primary95:#b6ffed;
  --md-ref-palette-primary95-rgb:182, 255, 237;
  --md-ref-palette-primary98:#e5fff7;
  --md-ref-palette-primary98-rgb:229, 255, 247;
  --md-ref-palette-primary99:#f3fffa;
  --md-ref-palette-primary99-rgb:243, 255, 250;
  --md-ref-palette-primary100:#ffffff;
  --md-ref-palette-primary100-rgb:255, 255, 255;
  --md-ref-palette-secondary0:#000000;
  --md-ref-palette-secondary0-rgb:0, 0, 0;
  --md-ref-palette-secondary10:#151d18;
  --md-ref-palette-secondary10-rgb:21, 29, 24;
  --md-ref-palette-secondary20:#2a322d;
  --md-ref-palette-secondary20-rgb:42, 50, 45;
  --md-ref-palette-secondary30:#404943;
  --md-ref-palette-secondary30-rgb:64, 73, 67;
  --md-ref-palette-secondary40:#58615a;
  --md-ref-palette-secondary40-rgb:88, 97, 90;
  --md-ref-palette-secondary50:#707972;
  --md-ref-palette-secondary50-rgb:112, 121, 114;
  --md-ref-palette-secondary60:#8a938b;
  --md-ref-palette-secondary60-rgb:138, 147, 139;
  --md-ref-palette-secondary70:#a4aea5;
  --md-ref-palette-secondary70-rgb:164, 174, 165;
  --md-ref-palette-secondary80:#c0c9c0;
  --md-ref-palette-secondary80-rgb:192, 201, 192;
  --md-ref-palette-secondary90:#dce5dc;
  --md-ref-palette-secondary90-rgb:220, 229, 220;
  --md-ref-palette-secondary95:#eaf3ea;
  --md-ref-palette-secondary95-rgb:234, 243, 234;
  --md-ref-palette-secondary98:#f3fcf3;
  --md-ref-palette-secondary98-rgb:243, 252, 243;
  --md-ref-palette-secondary99:#f5fff6;
  --md-ref-palette-secondary99-rgb:245, 255, 246;
  --md-ref-palette-secondary100:#ffffff;
  --md-ref-palette-secondary100-rgb:255, 255, 255;
  --md-ref-palette-tertiary0:#000000;
  --md-ref-palette-tertiary0-rgb:0, 0, 0;
  --md-ref-palette-tertiary10:#400201;
  --md-ref-palette-tertiary10-rgb:64, 2, 1;
  --md-ref-palette-tertiary20:#5e170f;
  --md-ref-palette-tertiary20-rgb:94, 23, 15;
  --md-ref-palette-tertiary30:#7c2d23;
  --md-ref-palette-tertiary30-rgb:124, 45, 35;
  --md-ref-palette-tertiary40:#9a4338;
  --md-ref-palette-tertiary40-rgb:154, 67, 56;
  --md-ref-palette-tertiary50:#b95b4e;
  --md-ref-palette-tertiary50-rgb:185, 91, 78;
  --md-ref-palette-tertiary60:#d97465;
  --md-ref-palette-tertiary60-rgb:217, 116, 101;
  --md-ref-palette-tertiary70:#f98d7d;
  --md-ref-palette-tertiary70-rgb:249, 141, 125;
  --md-ref-palette-tertiary80:#ffb4a8;
  --md-ref-palette-tertiary80-rgb:255, 180, 168;
  --md-ref-palette-tertiary90:#ffdad4;
  --md-ref-palette-tertiary90-rgb:255, 218, 212;
  --md-ref-palette-tertiary95:#ffedea;
  --md-ref-palette-tertiary95-rgb:255, 237, 234;
  --md-ref-palette-tertiary98:#fff8f6;
  --md-ref-palette-tertiary98-rgb:255, 248, 246;
  --md-ref-palette-tertiary99:#fffbff;
  --md-ref-palette-tertiary99-rgb:255, 251, 255;
  --md-ref-palette-tertiary100:#ffffff;
  --md-ref-palette-tertiary100-rgb:255, 255, 255;
  --md-ref-palette-neutral0:#000000;
  --md-ref-palette-neutral0-rgb:0, 0, 0;
  --md-ref-palette-neutral10:#1b1c18;
  --md-ref-palette-neutral10-rgb:27, 28, 24;
  --md-ref-palette-neutral20:#30312d;
  --md-ref-palette-neutral20-rgb:48, 49, 45;
  --md-ref-palette-neutral30:#474743;
  --md-ref-palette-neutral30-rgb:71, 71, 67;
  --md-ref-palette-neutral40:#5e5f5a;
  --md-ref-palette-neutral40-rgb:94, 95, 90;
  --md-ref-palette-neutral50:#777772;
  --md-ref-palette-neutral50-rgb:119, 119, 114;
  --md-ref-palette-neutral60:#91918b;
  --md-ref-palette-neutral60-rgb:145, 145, 139;
  --md-ref-palette-neutral70:#acaba6;
  --md-ref-palette-neutral70-rgb:172, 171, 166;
  --md-ref-palette-neutral80:#c8c7c1;
  --md-ref-palette-neutral80-rgb:200, 199, 193;
  --md-ref-palette-neutral90:#e4e2dc;
  --md-ref-palette-neutral90-rgb:228, 226, 220;
  --md-ref-palette-neutral95:#f2f1ea;
  --md-ref-palette-neutral95-rgb:242, 241, 234;
  --md-ref-palette-neutral98:#fbf9f3;
  --md-ref-palette-neutral98-rgb:251, 249, 243;
  --md-ref-palette-neutral99:#fefcf6;
  --md-ref-palette-neutral99-rgb:254, 252, 246;
  --md-ref-palette-neutral100:#ffffff;
  --md-ref-palette-neutral100-rgb:255, 255, 255;
  --md-ref-palette-neutral-variant0:#000000;
  --md-ref-palette-neutral-variant0-rgb:0, 0, 0;
  --md-ref-palette-neutral-variant10:#151d19;
  --md-ref-palette-neutral-variant10-rgb:21, 29, 25;
  --md-ref-palette-neutral-variant20:#2a322d;
  --md-ref-palette-neutral-variant20-rgb:42, 50, 45;
  --md-ref-palette-neutral-variant30:#404943;
  --md-ref-palette-neutral-variant30-rgb:64, 73, 67;
  --md-ref-palette-neutral-variant40:#58605b;
  --md-ref-palette-neutral-variant40-rgb:88, 96, 91;
  --md-ref-palette-neutral-variant50:#707973;
  --md-ref-palette-neutral-variant50-rgb:112, 121, 115;
  --md-ref-palette-neutral-variant60:#8a938c;
  --md-ref-palette-neutral-variant60-rgb:138, 147, 140;
  --md-ref-palette-neutral-variant70:#a4ada7;
  --md-ref-palette-neutral-variant70-rgb:164, 173, 167;
  --md-ref-palette-neutral-variant80:#c0c9c2;
  --md-ref-palette-neutral-variant80-rgb:192, 201, 194;
  --md-ref-palette-neutral-variant90:#dce5dd;
  --md-ref-palette-neutral-variant90-rgb:220, 229, 221;
  --md-ref-palette-neutral-variant95:#eaf3eb;
  --md-ref-palette-neutral-variant95-rgb:234, 243, 235;
  --md-ref-palette-neutral-variant98:#f3fcf4;
  --md-ref-palette-neutral-variant98-rgb:243, 252, 244;
  --md-ref-palette-neutral-variant99:#f5fff7;
  --md-ref-palette-neutral-variant99-rgb:245, 255, 247;
  --md-ref-palette-neutral-variant100:#ffffff;
  --md-ref-palette-neutral-variant100-rgb:255, 255, 255;
  --md-ref-palette-error0:#000000;
  --md-ref-palette-error0-rgb:0, 0, 0;
  --md-ref-palette-error10:#410002;
  --md-ref-palette-error10-rgb:65, 0, 2;
  --md-ref-palette-error20:#690005;
  --md-ref-palette-error20-rgb:105, 0, 5;
  --md-ref-palette-error30:#93000a;
  --md-ref-palette-error30-rgb:147, 0, 10;
  --md-ref-palette-error40:#ba1a1a;
  --md-ref-palette-error40-rgb:186, 26, 26;
  --md-ref-palette-error50:#de3730;
  --md-ref-palette-error50-rgb:222, 55, 48;
  --md-ref-palette-error60:#ff5449;
  --md-ref-palette-error60-rgb:255, 84, 73;
  --md-ref-palette-error70:#ff897d;
  --md-ref-palette-error70-rgb:255, 137, 125;
  --md-ref-palette-error80:#ffb4ab;
  --md-ref-palette-error80-rgb:255, 180, 171;
  --md-ref-palette-error90:#ffdad6;
  --md-ref-palette-error90-rgb:255, 218, 214;
  --md-ref-palette-error95:#ffedea;
  --md-ref-palette-error95-rgb:255, 237, 234;
  --md-ref-palette-error98:#fff8f7;
  --md-ref-palette-error98-rgb:255, 248, 247;
  --md-ref-palette-error99:#fffbff;
  --md-ref-palette-error99-rgb:255, 251, 255;
  --md-ref-palette-error100:#ffffff;
  --md-ref-palette-error100-rgb:255, 255, 255;

  /* MD3 Primary */
  --md-sys-color-primary:#056b5c;
  --md-sys-color-primary-rgb:5, 107, 92;
  --md-sys-color-on-primary:#ffffff;
  --md-sys-color-on-primary-rgb:255, 255, 255;
  --md-sys-color-primary-container:#a0f2de;
  --md-sys-color-primary-container-rgb:160, 242, 222;
  --md-sys-color-on-primary-container:#005145;
  --md-sys-color-on-primary-container-rgb:0, 81, 69;
  --md-sys-color-primary-fixed:#a0f2de;
  --md-sys-color-primary-fixed-rgb:160, 242, 222;
  --md-sys-color-primary-fixed-dim:#84d6c3;
  --md-sys-color-primary-fixed-dim-rgb:132, 214, 195;
  --md-sys-color-on-primary-fixed:#00201a;
  --md-sys-color-on-primary-fixed-rgb:0, 32, 26;
  --md-sys-color-on-primary-fixed-variant:#005145;
  --md-sys-color-on-primary-fixed-variant-rgb:0, 81, 69;
  
  /* MD3 Secondary */
  --md-sys-color-secondary:#58615a;
  --md-sys-color-secondary-rgb:88, 97, 90;
  --md-sys-color-on-secondary:#ffffff;
  --md-sys-color-on-secondary-rgb:255, 255, 255;
  --md-sys-color-secondary-container:#dce5dc;
  --md-sys-color-secondary-container-rgb:220, 229, 220;
  --md-sys-color-on-secondary-container:#404943;
  --md-sys-color-on-secondary-container-rgb:64, 73, 67;
  --md-sys-color-secondary-fixed:#dce5dc;
  --md-sys-color-secondary-fixed-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed-dim:#c0c9c0;
  --md-sys-color-secondary-fixed-dim-rgb:192, 201, 192;
  --md-sys-color-on-secondary-fixed:#151d18;
  --md-sys-color-on-secondary-fixed-rgb:21, 29, 24;
  --md-sys-color-on-secondary-fixed-variant:#404943;
  --md-sys-color-on-secondary-fixed-variant-rgb:64, 73, 67;
  
  /* MD3 Tertiary */
  --md-sys-color-tertiary:#9a4338;
  --md-sys-color-tertiary-rgb:154, 67, 56;
  --md-sys-color-on-tertiary:#ffffff;
  --md-sys-color-on-tertiary-rgb:255, 255, 255;
  --md-sys-color-tertiary-container:#ffdad4;
  --md-sys-color-tertiary-container-rgb:255, 218, 212;
  --md-sys-color-on-tertiary-container:#7c2d23;
  --md-sys-color-on-tertiary-container-rgb:124, 45, 35;
  --md-sys-color-tertiary-fixed:#ffdad4;
  --md-sys-color-tertiary-fixed-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed-dim:#ffb4a8;
  --md-sys-color-tertiary-fixed-dim-rgb:255, 180, 168;
  --md-sys-color-on-tertiary-fixed:#400201;
  --md-sys-color-on-tertiary-fixed-rgb:64, 2, 1;
  --md-sys-color-on-tertiary-fixed-variant:#7c2d23;
  --md-sys-color-on-tertiary-fixed-variant-rgb:124, 45, 35;
  
  /* MD3 Surface & Background */
  --md-sys-color-background:#fbf9f3;
  --md-sys-color-background-rgb:251, 249, 243;
  --md-sys-color-on-background:#1b1c18;
  --md-sys-color-on-background-rgb:27, 28, 24;
  --md-sys-color-surface:#fbf9f3;
  --md-sys-color-surface-rgb:251, 249, 243;
  --md-sys-color-on-surface:#1b1c18;
  --md-sys-color-on-surface-rgb:27, 28, 24;
  --md-sys-color-surface-tint:#056b5c;
  --md-sys-color-surface-tint-rgb:5, 107, 92;
  --md-sys-color-surface-variant:#dce5dd;
  --md-sys-color-surface-variant-rgb:220, 229, 221;
  --md-sys-color-on-surface-variant:#404943;
  --md-sys-color-on-surface-variant-rgb:64, 73, 67;
  
  /* MD3 Extended Surface Levels */
  --md-sys-color-surface-dim:#dbdad4;
  --md-sys-color-surface-dim-rgb:219, 218, 212;
  --md-sys-color-surface-bright:#fbf9f3;
  --md-sys-color-surface-bright-rgb:251, 249, 243;
  --md-sys-color-surface-container-lowest:#ffffff;
  --md-sys-color-surface-container-lowest-rgb:255, 255, 255;
  --md-sys-color-surface-container-low:#f5f4ed;
  --md-sys-color-surface-container-low-rgb:245, 244, 237;
  --md-sys-color-surface-container:#efeee8;
  --md-sys-color-surface-container-rgb:239, 238, 232;
  --md-sys-color-surface-container-high:#eae8e2;
  --md-sys-color-surface-container-high-rgb:234, 232, 226;
  --md-sys-color-surface-container-highest:#e4e2dc;
  --md-sys-color-surface-container-highest-rgb:228, 226, 220;
  
  /* MD3 Outline */
  --md-sys-color-outline:#707973;
  --md-sys-color-outline-rgb:112, 121, 115;
  --md-sys-color-outline-variant:#c0c9c2;
  --md-sys-color-outline-variant-rgb:192, 201, 194;
  --md-sys-color-shadow:#000000;
  --md-sys-color-shadow-rgb:0, 0, 0;
  --md-sys-color-scrim:#000000;
  --md-sys-color-scrim-rgb:0, 0, 0;
  --md-sys-color-inverse-surface:#30312d;
  --md-sys-color-inverse-surface-rgb:48, 49, 45;
  --md-sys-color-inverse-on-surface:#f2f1ea;
  --md-sys-color-inverse-on-surface-rgb:242, 241, 234;
  --md-sys-color-inverse-primary:#84d6c3;
  --md-sys-color-inverse-primary-rgb:132, 214, 195;
  
  /* MD3 Error */
  --md-sys-color-error:#ba1a1a;
  --md-sys-color-error-rgb:186, 26, 26;
  --md-sys-color-on-error:#ffffff;
  --md-sys-color-on-error-rgb:255, 255, 255;
  --md-sys-color-error-container:#ffdad6;
  --md-sys-color-error-container-rgb:255, 218, 214;
  --md-sys-color-on-error-container:#93000a;
  --md-sys-color-on-error-container-rgb:147, 0, 10;
  
  /* App semantic aliases derived from MD3 palettes */
  --reay-color-success:#58615a;
  --reay-color-success-rgb:88, 97, 90;
  --reay-color-warning:#9a4338;
  --reay-color-warning-rgb:154, 67, 56;
  --reay-color-info:#056b5c;
  --reay-color-info-rgb:5, 107, 92;
}
:root[data-theme="dark"]{
  /* MD3 Reference Palettes */
  --md-ref-palette-primary0:#000000;
  --md-ref-palette-primary0-rgb:0, 0, 0;
  --md-ref-palette-primary10:#00201a;
  --md-ref-palette-primary10-rgb:0, 32, 26;
  --md-ref-palette-primary20:#00382f;
  --md-ref-palette-primary20-rgb:0, 56, 47;
  --md-ref-palette-primary30:#005145;
  --md-ref-palette-primary30-rgb:0, 81, 69;
  --md-ref-palette-primary40:#056b5c;
  --md-ref-palette-primary40-rgb:5, 107, 92;
  --md-ref-palette-primary50:#2f8474;
  --md-ref-palette-primary50-rgb:47, 132, 116;
  --md-ref-palette-primary60:#4d9f8d;
  --md-ref-palette-primary60-rgb:77, 159, 141;
  --md-ref-palette-primary70:#68baa8;
  --md-ref-palette-primary70-rgb:104, 186, 168;
  --md-ref-palette-primary80:#84d6c3;
  --md-ref-palette-primary80-rgb:132, 214, 195;
  --md-ref-palette-primary90:#a0f2de;
  --md-ref-palette-primary90-rgb:160, 242, 222;
  --md-ref-palette-primary95:#b6ffed;
  --md-ref-palette-primary95-rgb:182, 255, 237;
  --md-ref-palette-primary98:#e5fff7;
  --md-ref-palette-primary98-rgb:229, 255, 247;
  --md-ref-palette-primary99:#f3fffa;
  --md-ref-palette-primary99-rgb:243, 255, 250;
  --md-ref-palette-primary100:#ffffff;
  --md-ref-palette-primary100-rgb:255, 255, 255;
  --md-ref-palette-secondary0:#000000;
  --md-ref-palette-secondary0-rgb:0, 0, 0;
  --md-ref-palette-secondary10:#151d18;
  --md-ref-palette-secondary10-rgb:21, 29, 24;
  --md-ref-palette-secondary20:#2a322d;
  --md-ref-palette-secondary20-rgb:42, 50, 45;
  --md-ref-palette-secondary30:#404943;
  --md-ref-palette-secondary30-rgb:64, 73, 67;
  --md-ref-palette-secondary40:#58615a;
  --md-ref-palette-secondary40-rgb:88, 97, 90;
  --md-ref-palette-secondary50:#707972;
  --md-ref-palette-secondary50-rgb:112, 121, 114;
  --md-ref-palette-secondary60:#8a938b;
  --md-ref-palette-secondary60-rgb:138, 147, 139;
  --md-ref-palette-secondary70:#a4aea5;
  --md-ref-palette-secondary70-rgb:164, 174, 165;
  --md-ref-palette-secondary80:#c0c9c0;
  --md-ref-palette-secondary80-rgb:192, 201, 192;
  --md-ref-palette-secondary90:#dce5dc;
  --md-ref-palette-secondary90-rgb:220, 229, 220;
  --md-ref-palette-secondary95:#eaf3ea;
  --md-ref-palette-secondary95-rgb:234, 243, 234;
  --md-ref-palette-secondary98:#f3fcf3;
  --md-ref-palette-secondary98-rgb:243, 252, 243;
  --md-ref-palette-secondary99:#f5fff6;
  --md-ref-palette-secondary99-rgb:245, 255, 246;
  --md-ref-palette-secondary100:#ffffff;
  --md-ref-palette-secondary100-rgb:255, 255, 255;
  --md-ref-palette-tertiary0:#000000;
  --md-ref-palette-tertiary0-rgb:0, 0, 0;
  --md-ref-palette-tertiary10:#400201;
  --md-ref-palette-tertiary10-rgb:64, 2, 1;
  --md-ref-palette-tertiary20:#5e170f;
  --md-ref-palette-tertiary20-rgb:94, 23, 15;
  --md-ref-palette-tertiary30:#7c2d23;
  --md-ref-palette-tertiary30-rgb:124, 45, 35;
  --md-ref-palette-tertiary40:#9a4338;
  --md-ref-palette-tertiary40-rgb:154, 67, 56;
  --md-ref-palette-tertiary50:#b95b4e;
  --md-ref-palette-tertiary50-rgb:185, 91, 78;
  --md-ref-palette-tertiary60:#d97465;
  --md-ref-palette-tertiary60-rgb:217, 116, 101;
  --md-ref-palette-tertiary70:#f98d7d;
  --md-ref-palette-tertiary70-rgb:249, 141, 125;
  --md-ref-palette-tertiary80:#ffb4a8;
  --md-ref-palette-tertiary80-rgb:255, 180, 168;
  --md-ref-palette-tertiary90:#ffdad4;
  --md-ref-palette-tertiary90-rgb:255, 218, 212;
  --md-ref-palette-tertiary95:#ffedea;
  --md-ref-palette-tertiary95-rgb:255, 237, 234;
  --md-ref-palette-tertiary98:#fff8f6;
  --md-ref-palette-tertiary98-rgb:255, 248, 246;
  --md-ref-palette-tertiary99:#fffbff;
  --md-ref-palette-tertiary99-rgb:255, 251, 255;
  --md-ref-palette-tertiary100:#ffffff;
  --md-ref-palette-tertiary100-rgb:255, 255, 255;
  --md-ref-palette-neutral0:#000000;
  --md-ref-palette-neutral0-rgb:0, 0, 0;
  --md-ref-palette-neutral10:#1b1c18;
  --md-ref-palette-neutral10-rgb:27, 28, 24;
  --md-ref-palette-neutral20:#30312d;
  --md-ref-palette-neutral20-rgb:48, 49, 45;
  --md-ref-palette-neutral30:#474743;
  --md-ref-palette-neutral30-rgb:71, 71, 67;
  --md-ref-palette-neutral40:#5e5f5a;
  --md-ref-palette-neutral40-rgb:94, 95, 90;
  --md-ref-palette-neutral50:#777772;
  --md-ref-palette-neutral50-rgb:119, 119, 114;
  --md-ref-palette-neutral60:#91918b;
  --md-ref-palette-neutral60-rgb:145, 145, 139;
  --md-ref-palette-neutral70:#acaba6;
  --md-ref-palette-neutral70-rgb:172, 171, 166;
  --md-ref-palette-neutral80:#c8c7c1;
  --md-ref-palette-neutral80-rgb:200, 199, 193;
  --md-ref-palette-neutral90:#e4e2dc;
  --md-ref-palette-neutral90-rgb:228, 226, 220;
  --md-ref-palette-neutral95:#f2f1ea;
  --md-ref-palette-neutral95-rgb:242, 241, 234;
  --md-ref-palette-neutral98:#fbf9f3;
  --md-ref-palette-neutral98-rgb:251, 249, 243;
  --md-ref-palette-neutral99:#fefcf6;
  --md-ref-palette-neutral99-rgb:254, 252, 246;
  --md-ref-palette-neutral100:#ffffff;
  --md-ref-palette-neutral100-rgb:255, 255, 255;
  --md-ref-palette-neutral-variant0:#000000;
  --md-ref-palette-neutral-variant0-rgb:0, 0, 0;
  --md-ref-palette-neutral-variant10:#151d19;
  --md-ref-palette-neutral-variant10-rgb:21, 29, 25;
  --md-ref-palette-neutral-variant20:#2a322d;
  --md-ref-palette-neutral-variant20-rgb:42, 50, 45;
  --md-ref-palette-neutral-variant30:#404943;
  --md-ref-palette-neutral-variant30-rgb:64, 73, 67;
  --md-ref-palette-neutral-variant40:#58605b;
  --md-ref-palette-neutral-variant40-rgb:88, 96, 91;
  --md-ref-palette-neutral-variant50:#707973;
  --md-ref-palette-neutral-variant50-rgb:112, 121, 115;
  --md-ref-palette-neutral-variant60:#8a938c;
  --md-ref-palette-neutral-variant60-rgb:138, 147, 140;
  --md-ref-palette-neutral-variant70:#a4ada7;
  --md-ref-palette-neutral-variant70-rgb:164, 173, 167;
  --md-ref-palette-neutral-variant80:#c0c9c2;
  --md-ref-palette-neutral-variant80-rgb:192, 201, 194;
  --md-ref-palette-neutral-variant90:#dce5dd;
  --md-ref-palette-neutral-variant90-rgb:220, 229, 221;
  --md-ref-palette-neutral-variant95:#eaf3eb;
  --md-ref-palette-neutral-variant95-rgb:234, 243, 235;
  --md-ref-palette-neutral-variant98:#f3fcf4;
  --md-ref-palette-neutral-variant98-rgb:243, 252, 244;
  --md-ref-palette-neutral-variant99:#f5fff7;
  --md-ref-palette-neutral-variant99-rgb:245, 255, 247;
  --md-ref-palette-neutral-variant100:#ffffff;
  --md-ref-palette-neutral-variant100-rgb:255, 255, 255;
  --md-ref-palette-error0:#000000;
  --md-ref-palette-error0-rgb:0, 0, 0;
  --md-ref-palette-error10:#410002;
  --md-ref-palette-error10-rgb:65, 0, 2;
  --md-ref-palette-error20:#690005;
  --md-ref-palette-error20-rgb:105, 0, 5;
  --md-ref-palette-error30:#93000a;
  --md-ref-palette-error30-rgb:147, 0, 10;
  --md-ref-palette-error40:#ba1a1a;
  --md-ref-palette-error40-rgb:186, 26, 26;
  --md-ref-palette-error50:#de3730;
  --md-ref-palette-error50-rgb:222, 55, 48;
  --md-ref-palette-error60:#ff5449;
  --md-ref-palette-error60-rgb:255, 84, 73;
  --md-ref-palette-error70:#ff897d;
  --md-ref-palette-error70-rgb:255, 137, 125;
  --md-ref-palette-error80:#ffb4ab;
  --md-ref-palette-error80-rgb:255, 180, 171;
  --md-ref-palette-error90:#ffdad6;
  --md-ref-palette-error90-rgb:255, 218, 214;
  --md-ref-palette-error95:#ffedea;
  --md-ref-palette-error95-rgb:255, 237, 234;
  --md-ref-palette-error98:#fff8f7;
  --md-ref-palette-error98-rgb:255, 248, 247;
  --md-ref-palette-error99:#fffbff;
  --md-ref-palette-error99-rgb:255, 251, 255;
  --md-ref-palette-error100:#ffffff;
  --md-ref-palette-error100-rgb:255, 255, 255;

  /* MD3 Primary */
  --md-sys-color-primary:#84d6c3;
  --md-sys-color-primary-rgb:132, 214, 195;
  --md-sys-color-on-primary:#00382f;
  --md-sys-color-on-primary-rgb:0, 56, 47;
  --md-sys-color-primary-container:#005145;
  --md-sys-color-primary-container-rgb:0, 81, 69;
  --md-sys-color-on-primary-container:#a0f2de;
  --md-sys-color-on-primary-container-rgb:160, 242, 222;
  --md-sys-color-primary-fixed:#a0f2de;
  --md-sys-color-primary-fixed-rgb:160, 242, 222;
  --md-sys-color-primary-fixed-dim:#84d6c3;
  --md-sys-color-primary-fixed-dim-rgb:132, 214, 195;
  --md-sys-color-on-primary-fixed:#00201a;
  --md-sys-color-on-primary-fixed-rgb:0, 32, 26;
  --md-sys-color-on-primary-fixed-variant:#005145;
  --md-sys-color-on-primary-fixed-variant-rgb:0, 81, 69;
  
  /* MD3 Secondary */
  --md-sys-color-secondary:#c0c9c0;
  --md-sys-color-secondary-rgb:192, 201, 192;
  --md-sys-color-on-secondary:#2a322d;
  --md-sys-color-on-secondary-rgb:42, 50, 45;
  --md-sys-color-secondary-container:#404943;
  --md-sys-color-secondary-container-rgb:64, 73, 67;
  --md-sys-color-on-secondary-container:#dce5dc;
  --md-sys-color-on-secondary-container-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed:#dce5dc;
  --md-sys-color-secondary-fixed-rgb:220, 229, 220;
  --md-sys-color-secondary-fixed-dim:#c0c9c0;
  --md-sys-color-secondary-fixed-dim-rgb:192, 201, 192;
  --md-sys-color-on-secondary-fixed:#151d18;
  --md-sys-color-on-secondary-fixed-rgb:21, 29, 24;
  --md-sys-color-on-secondary-fixed-variant:#404943;
  --md-sys-color-on-secondary-fixed-variant-rgb:64, 73, 67;
  
  /* MD3 Tertiary */
  --md-sys-color-tertiary:#ffb4a8;
  --md-sys-color-tertiary-rgb:255, 180, 168;
  --md-sys-color-on-tertiary:#5e170f;
  --md-sys-color-on-tertiary-rgb:94, 23, 15;
  --md-sys-color-tertiary-container:#7c2d23;
  --md-sys-color-tertiary-container-rgb:124, 45, 35;
  --md-sys-color-on-tertiary-container:#ffdad4;
  --md-sys-color-on-tertiary-container-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed:#ffdad4;
  --md-sys-color-tertiary-fixed-rgb:255, 218, 212;
  --md-sys-color-tertiary-fixed-dim:#ffb4a8;
  --md-sys-color-tertiary-fixed-dim-rgb:255, 180, 168;
  --md-sys-color-on-tertiary-fixed:#400201;
  --md-sys-color-on-tertiary-fixed-rgb:64, 2, 1;
  --md-sys-color-on-tertiary-fixed-variant:#7c2d23;
  --md-sys-color-on-tertiary-fixed-variant-rgb:124, 45, 35;
  
  /* MD3 Surface & Background */
  --md-sys-color-background:#131410;
  --md-sys-color-background-rgb:19, 20, 16;
  --md-sys-color-on-background:#e4e2dc;
  --md-sys-color-on-background-rgb:228, 226, 220;
  --md-sys-color-surface:#131410;
  --md-sys-color-surface-rgb:19, 20, 16;
  --md-sys-color-on-surface:#e4e2dc;
  --md-sys-color-on-surface-rgb:228, 226, 220;
  --md-sys-color-surface-tint:#84d6c3;
  --md-sys-color-surface-tint-rgb:132, 214, 195;
  --md-sys-color-surface-variant:#404943;
  --md-sys-color-surface-variant-rgb:64, 73, 67;
  --md-sys-color-on-surface-variant:#c0c9c2;
  --md-sys-color-on-surface-variant-rgb:192, 201, 194;
  
  /* MD3 Extended Surface Levels */
  --md-sys-color-surface-dim:#131410;
  --md-sys-color-surface-dim-rgb:19, 20, 16;
  --md-sys-color-surface-bright:#393935;
  --md-sys-color-surface-bright-rgb:57, 57, 53;
  --md-sys-color-surface-container-lowest:#0e0f0b;
  --md-sys-color-surface-container-lowest-rgb:14, 15, 11;
  --md-sys-color-surface-container-low:#1b1c18;
  --md-sys-color-surface-container-low-rgb:27, 28, 24;
  --md-sys-color-surface-container:#1f201c;
  --md-sys-color-surface-container-rgb:31, 32, 28;
  --md-sys-color-surface-container-high:#2a2a26;
  --md-sys-color-surface-container-high-rgb:42, 42, 38;
  --md-sys-color-surface-container-highest:#343531;
  --md-sys-color-surface-container-highest-rgb:52, 53, 49;
  
  /* MD3 Outline */
  --md-sys-color-outline:#8a938c;
  --md-sys-color-outline-rgb:138, 147, 140;
  --md-sys-color-outline-variant:#404943;
  --md-sys-color-outline-variant-rgb:64, 73, 67;
  --md-sys-color-shadow:#000000;
  --md-sys-color-shadow-rgb:0, 0, 0;
  --md-sys-color-scrim:#000000;
  --md-sys-color-scrim-rgb:0, 0, 0;
  --md-sys-color-inverse-surface:#e4e2dc;
  --md-sys-color-inverse-surface-rgb:228, 226, 220;
  --md-sys-color-inverse-on-surface:#30312d;
  --md-sys-color-inverse-on-surface-rgb:48, 49, 45;
  --md-sys-color-inverse-primary:#056b5c;
  --md-sys-color-inverse-primary-rgb:5, 107, 92;
  
  /* MD3 Error */
  --md-sys-color-error:#ffb4ab;
  --md-sys-color-error-rgb:255, 180, 171;
  --md-sys-color-on-error:#690005;
  --md-sys-color-on-error-rgb:105, 0, 5;
  --md-sys-color-error-container:#93000a;
  --md-sys-color-error-container-rgb:147, 0, 10;
  --md-sys-color-on-error-container:#ffdad6;
  --md-sys-color-on-error-container-rgb:255, 218, 214;
  
  /* App semantic aliases derived from MD3 palettes */
  --reay-color-success:#c0c9c0;
  --reay-color-success-rgb:192, 201, 192;
  --reay-color-warning:#ffb4a8;
  --reay-color-warning-rgb:255, 180, 168;
  --reay-color-info:#84d6c3;
  --reay-color-info-rgb:132, 214, 195;
}