:root{--color-bg: #faf8f4;--color-surface: #ffffff;--color-surface-warm: #fef9f0;--color-border: #e8e0d0;--color-text: #2c2416;--color-text-muted: #78716c;--color-accent: #f59e0b;--color-accent-hover: #d97706;--color-accent-light: #fef3c7}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit}img{display:block;max-width:100%}router-outlet+*{animation:fadeIn .18s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
