html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#__next {
  background: #ffffff url('https://framerusercontent.com/images/X3cOkt2awww5j7D5fYP3Bts.png?width=2320&height=640') no-repeat center center fixed !important;
  background-size: contain !important;
  min-height: 100vh;
}
#__next::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}
.container {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 16px !important;
  margin: 1rem auto !important;
  padding: 1.5rem !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  position: relative;
  z-index: 1;
}
#page_wrapper > div:last-child .container {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px) !important;
}
#information-widgets {
  position: relative;
  z-index: 1;
}
.bookmark-group,
.bookmark {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}
#version {
  display: none !important;
}
