:root {
    --primary: #ec4899;
    --primary-strong: #be185d;
    --secondary: #d9468f;
    --secondary-strong: #be185d;
    --accent: #2f5da8;
    --bg: #f7f6f2;
    --surface: #ffffff;
    --surface-hover: #f0f5f3;
    --text: #16211f;
    --text-muted: #68716e;
    --border: #dde5e1;
    --success: #db2777;
    --warning: #d9468f;
    --error: #e11d72;
    --radius: 14px;
    --card-radius: 18px;
    --space: 16px;
    --shadow: 0 14px 34px rgba(32, 44, 39, .10);
    --shadow-soft: 0 8px 18px rgba(32, 44, 39, .06);
    --duration: 160ms;
    --sidebar: 280px;
    --header: 86px;
    --control-color-scheme: light;
    --native-icon-filter: invert(42%) sepia(9%) saturate(258%) hue-rotate(111deg) brightness(93%) contrast(88%);
}

[data-theme="dark"] {
    --bg: #111715;
    --surface: #19211f;
    --surface-hover: #202b28;
    --text: #eef4f1;
    --text-muted: #a8b5b0;
    --border: #2c3834;
    --secondary-strong: #f472b6;
    --shadow: 0 14px 34px rgba(0, 0, 0, .30);
    --shadow-soft: 0 8px 18px rgba(0, 0, 0, .18);
    --control-color-scheme: dark;
    --native-icon-filter: invert(78%) sepia(10%) saturate(270%) hue-rotate(106deg) brightness(94%) contrast(88%);
}
