*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}*{transition:background-color .3s ease,border-color .3s ease}button,.select-none{user-select:none;-webkit-user-select:none}*:focus-visible{outline:2px solid rgb(var(--color-brand-accent));outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}
