@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--font-body:"Poppins",sans-serif;--theme-bg:#ffffff;--theme-text:#1f2937;--theme-input-bg:#ffffff;--style-radius-s:0.375rem;--style-radius-m:0.5rem;--style-radius-l:0.5rem;--color-success-250:color-mix(in srgb,#ff1718 20%,white);--color-success-500:#ff1718}html[data-theme=dark]{--theme-bg:#1a1d21;--theme-text:#f9fafb;--theme-input-bg:#232831;--theme-elevation-0:#1a1d21;--theme-elevation-50:#1d2127;--theme-elevation-100:#232831;--theme-elevation-150:#2d3239;--theme-elevation-200:#363b44;--theme-elevation-250:#3f454f;--theme-elevation-300:#484f5a;--theme-elevation-350:#515965;--theme-elevation-400:#5a6370;--theme-elevation-450:#636d7b;--theme-elevation-500:#6c7786;--theme-elevation-550:#758191;--theme-elevation-600:#7e8b9c;--theme-elevation-650:#8795a7;--theme-elevation-700:#909fb2;--theme-elevation-750:#99a9bd;--theme-elevation-800:#c5cdd8;--theme-elevation-850:#d8dee6;--theme-elevation-900:#ebeef2;--theme-elevation-950:#f5f6f8;--theme-elevation-1000:#ffffff}.btn.btn--style-primary{background-color:#ff1718;color:#fff;border-color:#ff1718}.btn.btn--style-primary:hover:not(.btn--disabled){background-color:color-mix(in srgb,#ff1718 88%,black);border-color:color-mix(in srgb,#ff1718 88%,black)}.btn.btn--style-primary.btn--disabled{background-color:color-mix(in srgb,#ff1718 50%,white);border-color:color-mix(in srgb,#ff1718 50%,white)}.template-default .nav{background-color:#1d2127;border-right:1px solid color-mix(in srgb,#232831 80%,white 5%)}.template-default .nav__link{color:rgba(255,255,255,.82)}.template-default .nav__link:hover{background-color:#232831;color:#fff}.template-default .nav__link.nav__link--active{background-color:color-mix(in srgb,#ff1718 18%,#232831);color:#fff}.template-default .nav__label{color:rgba(255,255,255,.45)}.template-default .nav__controls{border-top-color:rgba(255,255,255,.1)}.template-default .nav__brand{border-bottom-color:rgba(255,255,255,.1)}html[data-theme=dark] .template-default .nav{background-color:#1a1d21;border-right-color:#232831}.template-minimal{background-color:#f9fafb}.template-minimal .login__brand{margin-bottom:1.5rem}:focus-visible{outline-color:#ff1718}::selection{background:color-mix(in srgb,#ff1718 25%,white);color:#1f2937}html[data-theme=dark] ::selection{background:color-mix(in srgb,#ff1718 35%,#1a1d21);color:#fff}.template-minimal .btn.btn--style-primary{border-radius:9999px}