:root{--emp-teal:#0d9488;--emp-teal-deep:#065f46;--emp-teal-light:#ccfbf1;--emp-teal-mid:#14b8a6;--emp-bg:#f0fdf9;--emp-surface:#fff;--emp-border:#d1fae5;--emp-border-mid:#a7f3d0;--emp-text:#1c1917;--emp-text-mid:#44403c;--emp-text-muted:#78716c;--emp-crimson:#8b2020;--emp-amber:#d97706;--emp-green:#16a34a;--emp-red:#dc2626;--emp-radius:12px;--emp-radius-lg:20px;--emp-shadow-sm:0 2px 8px #0d948814;--emp-shadow-md:0 8px 24px #0d948824;--emp-shadow-lg:0 20px 48px #0d94882e;--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"DM Mono", "Courier New", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;font-family:var(--font-sans);color:var(--emp-text);background:var(--emp-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer}input,textarea,select{font-family:var(--font-sans)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--emp-border-mid);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--emp-teal-mid)}@keyframes emp-spin{to{transform:rotate(360deg)}}@keyframes emp-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes emp-pulse{0%,to{opacity:1}50%{opacity:.5}}.emp-fade-in{animation:.4s forwards emp-fade-in}.emp-spinner{border:2px solid #0d948833;border-top-color:var(--emp-teal);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite emp-spin;display:inline-block}
