:root{--color-background-primary: #1a1a1a;--color-background-secondary: #252525;--color-text-primary: #e8e0d0;--color-text-secondary: #a89888;--color-text-tertiary: #6f6055;--color-border-secondary: rgba(255, 255, 255, .15);--color-border-tertiary: rgba(255, 255, 255, .08);--color-text-info: #6fa8ff;--color-background-info: rgba(111, 168, 255, .14);--color-border-info: rgba(111, 168, 255, .45);--color-text-success: #6bd787;--color-background-success: rgba(107, 215, 135, .14);--color-border-success: rgba(107, 215, 135, .45);--color-text-warning: #f0b856;--color-background-warning: rgba(240, 184, 86, .14);--color-border-warning: rgba(240, 184, 86, .45);--color-text-danger: #ff7b7e;--color-background-danger: rgba(255, 123, 126, .14);--color-border-danger: rgba(255, 123, 126, .45);--border-radius-md: 8px;--border-radius-lg: 12px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-mono: "JetBrains Mono", "Courier New", monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--color-background-primary);color:var(--color-text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-background-primary)}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
