/* ============================================================
   Greeba Wealth - Slate theme
   Cool charcoal slate + soft amber accent. Modern, restrained.
   Overrides via [data-theme="slate"] attribute on <html>.
   ============================================================ */

[data-theme="slate"] {
    --gw-primary: #2c3e50;
    --gw-primary-dark: #1c2a36;
    --gw-accent: #b08641;
    --gw-accent-soft: #d4b483;
    --gw-paper: #f1f3f5;
    --gw-bg-soft: #f5f7fa;
    --gw-line: #d9dee4;
}

[data-theme="slate"] .gw-shell ::selection { background: var(--gw-accent); color: #fff; }
[data-theme="slate"] .gw-trustbar { background: var(--gw-primary); border-bottom-color: var(--gw-primary-dark); }
[data-theme="slate"] .gw-area__icon { background: rgba(176, 134, 65, 0.12); color: var(--gw-accent); }
