:root{--theme-primary: #696cff;--theme-primary-contrast: #ffffff;--theme-secondary: #8592a3;--theme-background: #f5f5f9;--theme-surface: #ffffff;--theme-card: #ffffff;--theme-text: #566a7f;--theme-text-muted: #a1acb8;--theme-border: #e7e7e8;--theme-success: #71dd37;--theme-error: #ff3e1d;--theme-warning: #ffab00;--theme-radius-sm: 6px;--theme-radius-md: 10px;--theme-radius-lg: 16px;--theme-shadow-sm: 0 2px 6px rgba(0, 0, 0, .08);--theme-shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--theme-shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--theme-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--theme-font-size-base: 14px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--theme-font-family);font-size:var(--theme-font-size-base);background-color:var(--theme-background);color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}#root{min-height:100dvh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-surface)}::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--theme-text-muted)}
