*{margin:0;padding:0;box-sizing:border-box}html{height:100%}:root{--portal-bg: #F4F5F6;--portal-paper: #FFFFFF;--portal-text: #303236;--portal-border: #E5E5E7;--portal-scrollbar-track: #E5E5E7;--portal-scrollbar-thumb: #95979E;--portal-scrollbar-thumb-hover: #797D86}[data-theme=dark]{--portal-bg: #0B0D10;--portal-paper: #303236;--portal-text: #FFFFFF;--portal-border: #2D2F31;--portal-scrollbar-track: #303236;--portal-scrollbar-thumb: #68686A;--portal-scrollbar-thumb-hover: #797D86}html,body{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--portal-bg);color:var(--portal-text)}body{height:100%}#root{height:100%;min-height:0;min-height:100vh;min-height:100dvh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--portal-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--portal-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--portal-scrollbar-thumb-hover)}@media (max-width: 1199px){*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.w-full{width:100%}.h-full{height:100%}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width: 768px){.mobile-hidden{display:none!important}}@media (min-width: 769px){.desktop-hidden{display:none!important}}
