:root{--color-primary: #e8720c;--color-secondary: #dc2626;--color-accent: #b8860b;--color-background: #faf8f5;--color-surface: #ffffff;--color-text: #1c1917;--color-text-secondary: #57534e;--color-border: #e7e5e4;--gradient-overlay: radial-gradient(circle at 50% 0%, rgba(232, 114, 12, .03) 0%, transparent 40%), radial-gradient(circle at 100% 0%, rgba(184, 134, 11, .04) 0%, transparent 40%);color-scheme:light;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--color-primary: #f59e0b;--color-secondary: #ef4444;--color-accent: #d4a033;--color-background: #1c1917;--color-surface: #292524;--color-text: #fafaf9;--color-text-secondary: #a8a29e;--color-border: #44403c;--gradient-overlay: radial-gradient(circle at 50% 0%, rgba(245, 158, 11, .05) 0%, transparent 50%);color-scheme:dark}*{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}.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:#e8720c33;color:inherit}[data-theme=dark] ::selection{background:#f59e0b40}::-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)}
