:root{--color-primary: #e8720c;--color-secondary: #c85d2d;--color-accent: #f0c48d;--color-background: #fdf7ef;--color-surface: #fffdf9;--color-text: #2d1f12;--color-text-secondary: #6f5c48;--color-border: #e8d8c3;--gradient-overlay: radial-gradient(circle at 12% 0%, rgba(255, 216, 176, .28) 0%, transparent 26%), radial-gradient(circle at 88% 2%, rgba(255, 234, 204, .42) 0%, transparent 28%), linear-gradient(180deg, rgba(255, 252, 247, .98) 0%, rgba(253, 247, 239, .94) 100%);color-scheme:light;font-family:Avenir Next,Manrope,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;background-color:var(--color-background);color:var(--color-text);transition:background-color .2s ease,color .2s ease}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:var(--gradient-overlay)}#root{min-height:100vh;position:relative}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only.focusable:focus,.sr-only.focusable:active{position:static;width:auto;height:auto;margin:0;clip:auto;padding:8px 16px;background:var(--color-primary);color:#fff;border-radius:8px;font-weight:500}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background:#e8720c2e;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
