:root {
    --accent:        #1a5fa8;
    --accent-shadow: rgba(26,95,168,.15);
    --surface-alt:   #eef3fc;
    --surface-hover: #e6f0fb;
    --border:        #c8ddf5;
    --border-footer: #d5e6f7;
}

[data-theme="dark"] {
    --bg:            #0f1420;
    --surface:       #1a2440;
    --surface-alt:   #162038;
    --surface-hover: #1e2c4a;
    --text:          #e0e8f5;
    --accent:        #4a9de0;
    --border:        #1e3a5f;
    --border-table:  #1e3a5f;
    --border-footer: #1e3a5f;
}
