:root {
    --text: #1A1A2E;
    --text-sub: #5A5A7A;
    --text-light: #8A8AA0;

    --bg: #F8FAFB;
    --white: #FFFFFF;

    --green: #2DB77B;
    --green-dark: #239963;
    --green-light: #E8F8F0;
    --green-bg: #F0FDF6;

    --blue: #236BD9;
    --blue-light: #EBF2FF;

    --shadow: 0 4px 24px rgba(0,0,0,0.06);
    --shadow-hover: 0 8px 40px rgba(0,0,0,0.12);

    --radius: 16px;
}
