:root{--c-green: #16a34a;--c-green-dark: #15803d;--c-green-light: #dcfce7;--c-gray-50: #f9fafb;--c-gray-100: #f3f4f6;--c-gray-200: #e5e7eb;--c-gray-300: #d1d5db;--c-gray-400: #9ca3af;--c-gray-500: #6b7280;--c-gray-700: #374151;--c-gray-900: #111827;--c-red: #ef4444;--c-red-light: #fee2e2;--c-white: #ffffff;--c-blue: #2563eb;--nav-h: 60px;--radius: 10px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--c-gray-50);color:var(--c-gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}input,textarea,select,button{font-family:inherit;font-size:16px}input:focus,textarea:focus,select:focus{outline:2px solid var(--c-green);outline-offset:-1px;border-color:var(--c-green)!important}button:focus-visible{outline:2px solid var(--c-green);outline-offset:2px}button{cursor:pointer}*{scroll-behavior:smooth}
