/*
 * 昌都市炎隆泰创业投资有限公司 · Design Tokens
 * 主题：藏地创投 · 格桑花开
 */

:root {
    /* 色彩体系 */
    --color-primary: #7B2D26;        /* 藏袍红 */
    --color-primary-dark: #4F1C15;
    --color-secondary: #F4A460;      /* 酥油茶金 */
    --color-accent: #4A90A4;         /* 圣湖青 */
    --color-accent-dark: #2F5F70;
    --color-ink: #2D1810;
    --color-panel: #FFF1E3;
    --color-cream: #FCE6CF;
    --color-sand: #F5D9BE;
    --color-border: #E4CBB2;
    --color-light: #FFF8F0;
    --color-background-light: #FFF8F0;
    --color-background-dark: #1F0F09;
    --color-text-dark: #3D1F15;
    --color-text-muted: #765548;
    --color-text-light: #FFFCF7;

    --gradient-tibet: linear-gradient(135deg, #7B2D26 0%, #A04C3A 35%, #4A90A4 100%);
    --gradient-summit: linear-gradient(180deg, rgba(255, 248, 240, 0.95) 0%, rgba(255, 233, 209, 0.9) 100%);
    --gradient-night: linear-gradient(130deg, rgba(45,24,16,0.95), rgba(74,144,164,0.9));
    --pattern-dots: radial-gradient(circle, rgba(255,255,255,0.25) 1px, transparent 1px);

    /* 字体系统 */
    --font-family-base: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    --font-family-heading: "Source Han Sans SC", "HarmonyOS Sans SC", "PingFang SC", sans-serif;
    --font-family-tibetan: "Noto Serif Tibetan", "Microsoft Himalaya", serif;
    --font-size-base: 16px;
    --font-size-small: 0.85rem;
    --font-size-h1: clamp(2.4rem, 4vw, 3.4rem);
    --font-size-h2: clamp(1.8rem, 3vw, 2.4rem);
    --font-size-h3: clamp(1.35rem, 2.6vw, 1.75rem);
    --font-size-h4: clamp(1.05rem, 2vw, 1.3rem);
    --line-height-base: 1.7;

    /* 间距系统 */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2.5rem;
    --spacing-xl: 4rem;

    /* 圆角与阴影 */
    --border-radius-sm: 8px;
    --border-radius-md: 18px;
    --border-radius-lg: 32px;
    --shadow-sm: 0 15px 30px rgba(45, 24, 16, 0.08);
    --shadow-md: 0 25px 45px rgba(45, 24, 16, 0.15);
    --shadow-lg: 0 40px 70px rgba(45, 24, 16, 0.2);

    /* 布局 */
    --header-height: 88px;
}
