*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:Jost,"Source Sans 3",system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text)}h1,h2,h3,h4,h5,h6{font-family:Poppins,Jost,system-ui,sans-serif}table,th,td,tr,input,select,textarea,button{font-family:inherit}@keyframes viewFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}:root{--bg: #F9F4F4;--card: #F9F4F4;--card-hover: #F3EDED;--surface: #F0EAEA;--surface-alt: #E2DADA;--border: #D9D0D0;--border-light: #F0EAEA;--border-dark: #B8ABAB;--text: #0F2135;--text-mid: #334155;--text-muted: #64748B;--text-dim: #94A3B8;--input-bg: #fff}:root.dark-mode{--bg: #0F2135;--card: #1a2d42;--card-hover: #22384d;--surface: #162a3e;--surface-alt: #1e3550;--border: #2a3f55;--border-light: #1e3550;--border-dark: #3a5570;--text: #F9F4F4;--text-mid: #CBD5E1;--text-muted: #94A3B8;--text-dim: #64748B;--input-bg: #1a2d42}
