:root{--green: #1a6b3a;--green-l: #059669;--border: #e5e7eb;--text: #111827;--muted: #6b7280;--bg: #f9fafb;--card: #ffffff;--input-bg: #fff;--primary: #0F4C81}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit;background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.5rem .875rem;font-size:.9375rem;outline:none;transition:border-color .15s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f4c811a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}
