@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";html,body{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden;scroll-behavior:smooth}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}:root{--primary: #3525cd;--primary-hover: #4f46e5;--primary-light: #e2dfff;--primary-dim: #dad7ff;--green: #006c49;--green-hover: #005236;--green-light: #6cf8bb;--green-subtle: #e6fdf4;--amber: #7e3000;--amber-bg: #fff7ed;--amber-border: #fed7aa;--red: #ba1a1a;--red-light: #ffdad6;--surface: #f8f9fa;--surface-low: #f3f4f5;--surface-mid: #edeeef;--surface-high: #e7e8e9;--surface-highest:#e1e3e4;--on-surface: #191c1d;--on-surface-2: #464555;--on-surface-3: #777587;--on-surface-4: #b0afba;--outline: #c7c4d8;--white: #ffffff;--dark: #191c1d;--dark-2: #2e1f6e;--shadow-sm: 0 1px 3px rgba(53,37,205,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(53,37,205,.1);--shadow-lg: 0 8px 28px rgba(53,37,205,.14);--shadow-hover: 0 8px 24px rgba(53,37,205,.13), 0 2px 6px rgba(0,0,0,.06);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-full: 9999px;--sidebar-w: 236px;--topbar-h: 60px;--font-head: "Hanken Grotesk", sans-serif;--font-body: "Inter", sans-serif;--tr: .18s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--on-surface);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}input,textarea,select{font-family:var(--font-body)}.avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:var(--white);font-family:var(--font-head);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none;border:2px solid var(--primary-light);transition:border-color var(--tr)}.avatar-btn:hover .avatar{border-color:var(--primary-hover)}
