*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,select,button{font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.dashboard-content-transition{animation:fadeSlideIn .45s cubic-bezier(.25,.46,.45,.94) both}.property-title-transition{animation:fadeIn .35s ease-out both}.card-enter{animation:fadeSlideIn .4s cubic-bezier(.25,.46,.45,.94) both}.view-panel-transition{animation:scaleIn .4s cubic-bezier(.25,.46,.45,.94) both}.view-mode-btn{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.loading-fade{animation:fadeIn .3s ease-out both}@media (max-width: 768px){body{font-size:14px}#root{overflow-x:hidden;width:100%}}
