html {
  background: url("/img/bg/bg.webp") no-repeat center center fixed !important;
  background-size: cover !important;
}
body, #body-wrap, .page, #content-inner, main { background: transparent !important; }
#web_bg { display: none !important; }
#site-title {
  font-size: 2.5rem !important;
  color: #fff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5), 0 0 20px rgba(56,189,248,0.6) !important;
}
#content-inner { max-width: 1000px !important; }
.recent-posts { width: 65% !important; }
#aside-content { width: 30% !important; }
.recent-posts .recent-post-item, #aside-content .card-widget, #post {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(56, 189, 248, 0.25) !important;
}
a { color: #0ea5e9 !important; }
#page-header { background: rgba(14, 165, 233, 0.7) !important; backdrop-filter: blur(10px) !important; }
#waifu { transform: scale(0.6) !important; transform-origin: bottom right !important; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #38bdf8, #0ea5e9); border-radius: 4px; }
