:root{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:DM Sans,Bahnschrift,Segoe UI,DIN Condensed,Arial Narrow,sans-serif}body{min-height:100vh;background-color:#FAFAFA;color:#1A1A1A;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#BDBDBD;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9E9E9E}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-up{animation:slideUp .3s ease}