@import "https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700&family=Google+Sans+Display:wght@400;500;600&family=Google+Sans+Text:wght@400;500&family=Roboto+Mono:wght@400;500&display=swap";:root{--white:#fff;--surface:#f8f9fa;--surface-2:#f1f3f4;--surface-3:#e8eaed;--border:#dadce0;--border-light:#e8eaed;--text-primary:#202124;--text-secondary:#5f6368;--text-tertiary:#9aa0a6;--blue:#1a73e8;--blue-hover:#1557b0;--blue-light:#e8f0fe;--blue-mid:#d2e3fc;--green:#34a853;--green-light:#e6f4ea;--red:#d93025;--red-light:#fce8e6;--yellow:#f9ab00;--yellow-light:#fef7e0;--purple:#9334e6;--teal:#00897b;--orange:#e8710a;--sidebar-width:256px;--topbar-height:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:100px;--shadow-sm:0 1px 2px #3c40431a, 0 1px 3px #3c404314;--shadow-md:0 1px 3px #3c40431a, 0 4px 8px #3c40431a;--shadow-lg:0 4px 6px #20212414, 0 8px 32px #2021241f;--shadow-xl:0 8px 16px #2021241a, 0 24px 64px #20212426;--transition:.15s cubic-bezier(.4, 0, .2, 1);--transition-slow:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--white);color:var(--text-primary);font-family:Google Sans Text,Google Sans,system-ui,sans-serif;font-size:14px;line-height:1.5}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@keyframes ripple{0%{opacity:.3;transform:scale(0)}to{opacity:0;transform:scale(4)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dotPulse{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.animate-in{animation:fadeIn var(--transition-slow) both}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:var(--radius-sm)}.mono{font-family:Roboto Mono,monospace}
