/* Optional theme preset: Forest Mint (not active by default) */
:root {
    --bg: #eef7f0;
    --ink: #1d2d24;
    --card: rgba(247, 255, 250, 0.88);
    --accent: #1f7a5f;
    --accent-2: #7fc8a9;
    --ok: #2b8a3e;
    --error: #a61b2b;
    --line: rgba(29, 45, 36, 0.16);
}

body {
    background: radial-gradient(circle at 15% 10%, #b7e4c7 0%, #eef7f0 45%, #d8f3dc 100%);
}

.topbar {
    background: rgba(238, 247, 240, 0.94);
}

.topbar nav a {
    background: #f6fff9;
}

.topbar nav a:hover {
    background: #dff3e8;
}

.topbar nav a.active {
    background: #1f7a5f;
    border-color: #1f7a5f;
    color: #fff;
}

thead th {
    background: #dff3e8;
}

tbody tr:hover {
    background: #edf9f2;
}
