:root{--color-primary:#b8561b;--color-secondary:#176f68;--color-accent:#4f5aa8;--color-background:#f6f7f5;--color-surface:#fff;--color-text:#17211c;--color-text-secondary:#5e6861;--color-border:#dbe3dc;--background-wash:linear-gradient(180deg, #f6f7f5 0%, #eef3f0 48%, #f7f6f0 100%);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Avenir Next,Manrope,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background-wash);min-height:100vh;color:var(--color-text);margin:0;transition:background-color .2s,color .2s}body:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#17211c09 1px,#0000 1px),linear-gradient(90deg,#17211c06 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000b3,#0000 68%);mask-image:linear-gradient(#000000b3,#0000 68%)}#root{min-height:100vh;position:relative}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only.focusable:focus,.sr-only.focusable:active{clip:auto;background:var(--color-primary);color:#fff;border-radius:8px;width:auto;height:auto;margin:0;padding:8px 16px;font-weight:500;position:static}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{color:inherit;background:#b8561b33}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
