:root{--color-bg: #1a0a08;--color-surface: #28140c;--color-surface-hover: #3a2015;--color-border: #3a2015;--color-accent: #d4a856;--color-accent-hover: #c8924a;--color-text: #e8dcc8;--color-text-muted: #8b6b4a;--color-error: #ff4757;--color-success: #2ed573;--color-accent-gradient: linear-gradient(180deg, #c8924a, #a06830);--color-highlight-bg: rgba(212, 168, 86, .05)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-hover)}button,input{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
