:root,
html[data-theme="dark"]{
    --theme-page-bg-start:#060f06;
    --theme-page-bg-mid:#040804;
    --theme-page-bg-end:#080d08;
    --theme-page-glow-a:rgba(0,104,71,.28);
    --theme-page-glow-b:rgba(196,18,48,.18);
    --theme-text-main:#f0ece4;
    --theme-text-muted:#a8b0a4;
    --theme-heading:#ffffff;
    --theme-surface:#0d160d;
    --theme-surface-2:#111e11;
    --theme-surface-3:#152415;
    --theme-surface-overlay-top:rgba(6,15,6,.93);
    --theme-surface-overlay-bottom:rgba(4,8,4,.97);
    --theme-surface-glass:rgba(255,255,255,.09);
    --theme-header-bg:rgba(3,7,3,.92);
    --theme-border-soft:rgba(0,104,71,.22);
    --theme-shadow:0 20px 60px rgba(0,0,0,.38);
    --theme-kicker:#4db87a;
    --theme-link:#4db87a;
    --theme-link-hover:#7dd4a0;
    --theme-pill-bg:rgba(0,104,71,.18);
    --theme-pill-text:#4db87a;
    --theme-stat-bg:#0d180d;
    --theme-stat-small:#6a9a6a;
    --theme-stat-strong:#e8f0e8;
    --theme-panel-text:#e8f0e4;
    --theme-panel-muted:#8aa08a;
    --theme-price-bg:rgba(196,18,48,.18);
    --theme-price-text:#ff8080;
    --theme-note-border:rgba(0,104,71,.22);
    --theme-note-text:#8aa08a;
    --theme-day-today-bg:#006847;
    --theme-day-today-text:#ffffff;
    --theme-toggle-bg:rgba(255,255,255,.07);
    --theme-toggle-hover:rgba(0,104,71,.18);
    --theme-debug-bg:#0a180a;
    --theme-debug-border:#006847;
}
