:root{font-family:Inter,PingFang SC,Microsoft YaHei,Source Han Sans SC,sans-serif;color:#3d362f;background:#fafaf7;--orange-100: #fdf3ec;--orange-300: #f0c8a0;--orange-500: #e89651;--orange-600: #d49166;--orange-700: #b87a52;--gray-50: #fafaf7;--gray-100: #f5f2eb;--gray-200: #ede9e0;--gray-300: #e8e2d9;--gray-500: #d9d2c7;--gray-700: #81766a;--gray-800: #6b6358;--gray-900: #3d362f;--green-500: #3f8f5c;--green-50: #eaf5ed;--red-500: #c0504d;--red-50: #fcebea;--blue-500: #3e7cb1;--blue-50: #eaf3fa;--amber-500: #d98e2b;--amber-50: #fff3df;--color-bg: #fafaf7;--color-surface: #ffffff;--color-elevated: #f5f2eb;--color-border: #ede9e0;--color-divider: #eee8df;--color-text: #3d362f;--color-text-secondary: #6b6358;--color-text-muted: #81766a;--color-primary: #e89651;--color-primary-hover: #b87a52;--color-primary-soft: #fdf3ec;--radius-2: 6px;--radius-3: 8px;--radius-4: 12px;--shadow-1: 0 1px 2px rgb(43 38 32 / 3%);--shadow-2: 0 1px 3px rgb(43 38 32 / 4%);--shadow-3: 0 6px 20px rgb(76 58 38 / 3%);--shadow-4: 0 10px 32px rgb(43 38 32 / 10%)}*{box-sizing:border-box}body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,PingFang SC,Microsoft YaHei,Source Han Sans SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--color-primary-hover);text-decoration:none}a:hover{color:var(--color-primary)}::selection{background:color-mix(in srgb,var(--color-primary) 26%,white)}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-primary) 32%,transparent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300, #e8e2d9);border-radius:var(--radius-2, 6px)}::-webkit-scrollbar-thumb:hover{background:var(--gray-500, #d9d2c7)}
