:root {
    --ink:         #141416;
    --ink-2:       #1c1c1e;
    --dark:        #141416;
    --dark-2:      #1c1c1e;
    --dark-border: rgba(0,0,0,0.08);
    --gold:        #c9a84c;
    --gold-dim:    rgba(201,168,76,0.12);
    --gold-g:      linear-gradient(135deg, #c9a84c 0%, #a07828 100%);
    --white:       #ffffff;
    --bg:          #f5f3ee;
    --card:        #ffffff;
    --card-dark:   #1c1c1e;
    --text:        #1a1a2e;
    --text-mid:    #555566;
    --text-sub:    #9090a0;
    --border:      #e4e4ec;
    --border-dark: rgba(255,255,255,0.08);
    --radius-lg:   20px;
    --radius-md:   14px;
    --radius-sm:   10px;
    --tab-h:       64px;
}

html[data-theme="dark"] {
    --bg:       #141416;
    --card:     #1c1c1e;
    --white:    #1c1c1e;
    --text:     #f0ebe0;
    --text-mid: rgba(240,235,224,0.75);
    --text-sub: rgba(240,235,224,0.45);
    --border:   rgba(255,255,255,0.08);
    color-scheme: dark;
}
