@charset "UTF-8";:root{--bg: #f4f6f9;--surface: #ffffff;--surface-2: #f2f4f8;--surface-3: #e7ebf1;--line: rgba(15, 23, 42, .09);--line-strong: rgba(15, 23, 42, .16);--text: #14181f;--muted: #5b6472;--muted-2: #667085;--ink: #14181f;--brand: #ef5f2c;--brand-2: #f7971d;--brand-deep: #c53a24;--brand-ink: #ffffff;--green: #067052;--red: #be2435;--blue: #2563eb;--amber: #b45309;--brand-grad: linear-gradient(90deg, #e8463b 0%, #f7971d 100%);--brand-grad-diag: linear-gradient(135deg, #ee5a3a 0%, #f59e0b 100%);--grad: var(--brand-grad-diag);--grad-soft: linear-gradient(135deg, rgba(232, 70, 59, .14), rgba(247, 151, 29, .08));--brand-btn: var(--brand-grad);--r-lg: 20px;--r-md: 15px;--r-sm: 11px;--ease: cubic-bezier(.16, 1, .3, 1);--shadow: 0 14px 40px -16px rgba(15, 23, 42, .25);--glow: 0 0 0 1px rgba(239, 95, 44, .32), 0 6px 18px -6px rgba(239, 95, 44, .32)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Sora,Inter,sans-serif;margin:0;text-wrap:balance}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand-deep);outline-offset:2px;border-radius:6px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}
