@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Outfit:wght@400;600;700;800&display=swap";html,body,#root,.app{height:100%;width:100%;font-family:Inter,sans-serif;overflow-x:hidden}:root{--fluid-spacing: clamp(1rem, 2vw, 2rem)}::-webkit-scrollbar-thumb{background:#818af81a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#818af84d}.dashboard-grid{display:grid;width:100%;height:calc(100vh - 7rem);gap:1.25rem;grid-template-areas:"a b c" "a b c" "a b f" "d e f" "d e f" "d h i" "g h i" "g h j" "g h j";grid-template-columns:repeat(3,minmax(300px,1fr));grid-template-rows:repeat(9,1fr)}@media screen and (max-width:1200px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"a" "b" "c" "d" "e" "f" "g" "h" "i" "j"}}@media screen and (max-width:600px){.app-container{padding:1rem!important}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1a1b21 inset!important;-webkit-text-fill-color:#d1d5db!important;transition:background-color 5000s ease-in-out 0s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffffff1a}
