:root{--ac-blue-mid:#20c4f4;--ac-blue-dark:#008dd2;--ac-black:#1a1a1a;--ac-white:#fff;--ac-grey-50:#f7f9fb;--ac-grey-100:#eef2f6;--ac-grey-200:#d9e0e7;--ac-grey-500:#6b7785;--ac-grey-700:#3a4452;--ac-radius:6px;--ac-shadow-sm:0 1px 2px #1a1a1a0f;--ac-shadow-md:0 4px 12px #1a1a1a14;--ac-font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--ac-font);color:var(--ac-black);background:var(--ac-grey-50);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}a{color:var(--ac-blue-dark);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer;border-radius:var(--ac-radius);background:var(--ac-blue-dark);color:var(--ac-white);border:0;padding:8px 14px}button:hover{background:#007ab8}button.secondary{background:var(--ac-white);color:var(--ac-blue-dark);border:1px solid var(--ac-grey-200)}button.secondary:hover{background:var(--ac-grey-100)}
