:root{--theme-light-color1:#357494;--theme-light-color2:#766fb3;--theme-dark-color1:#090a0f;--theme-dark-color2:#1b2735;--theme-light-toggle-shadow:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));--theme-dark-toggle-shadow:drop-shadow(
    0px 3px 3px rgba(255, 255, 255, 0.048)
  );--theme-light-profile-shadow:drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.48));--theme-dark-profile-shadow:drop-shadow(
    0px 3px 3px rgba(255, 255, 255, 0.2)
  );--ripple-feather-size:240px;--ripple-duration:1.2s;--ripple-ease:power2.out;--ripple-delay:600ms;--gradient-light:radial-gradient(
    circle at center bottom,
    var(--theme-light-color2) 0%,
    var(--theme-light-color2) 30%,
    var(--theme-light-color1) 100%
  );--gradient-dark:radial-gradient(
    circle at center bottom,
    var(--theme-dark-color2) 0%,
    var(--theme-dark-color2) 30%,
    var(--theme-dark-color1) 100%
  )}#main,#theme-ripple{width:100%;height:100%}#main{--color1:var(--theme-dark-color1);--color2:var(--theme-dark-color2);position:fixed;background:radial-gradient(circle at center bottom,var(--color2) 0%,var(--color2) 30%,var(--color1) 100%);z-index:-1;transition:all .5s ease-in-out}#theme-ripple{position:absolute;top:0;left:0;z-index:1;pointer-events:none;backface-visibility:hidden;transform:translateZ(0);will-change:mask,-webkit-mask}@media (max-width:768px){#main{background:radial-gradient(ellipse 150% 100%at center bottom,var(--color2) 0%,var(--color2) 25%,var(--color1) 100%)}:root{--gradient-light:radial-gradient(
      ellipse 150% 100% at center bottom,
      var(--theme-light-color2) 0%,
      var(--theme-light-color2) 25%,
      var(--theme-light-color1) 100%
    );--gradient-dark:radial-gradient(
      ellipse 150% 100% at center bottom,
      var(--theme-dark-color2) 0%,
      var(--theme-dark-color2) 25%,
      var(--theme-dark-color1) 100%
    )}}@media (max-width:480px){#main{background:radial-gradient(ellipse 180% 120%at center bottom,var(--color2) 0%,var(--color2) 20%,var(--color1) 100%)}:root{--gradient-light:radial-gradient(
      ellipse 180% 120% at center bottom,
      var(--theme-light-color2) 0%,
      var(--theme-light-color2) 20%,
      var(--theme-light-color1) 100%
    );--gradient-dark:radial-gradient(
      ellipse 180% 120% at center bottom,
      var(--theme-dark-color2) 0%,
      var(--theme-dark-color2) 20%,
      var(--theme-dark-color1) 100%
    )}}@media screen and (-webkit-min-device-pixel-ratio:0){#main{-webkit-perspective:1000px;perspective:1000px}#main,#theme-ripple{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (max-width:768px){#main{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}}