:root{--green:#22c55e;--green-dark:#16a34a;--background:#fff;--foreground:#111827}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:opacity .15s}a:hover{opacity:.8}button{transition:opacity .15s,transform .1s,box-shadow .15s}button:hover:not(:disabled){opacity:.9}button:active:not(:disabled){transform:scale(.98)}input:focus,select:focus{outline:2px solid var(--green);outline-offset:1px}
