body {
    background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 50%, #c2e9fb 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh;
}
#home, #post_detail, #blogTitle, #navigator, .day, .postTitle, .postCon, .postDesc,
#sideBar, #blog-sidecolumn, .newsItem, #blog-calendar {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.6) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(120, 140, 200, 0.15) !important;
    margin-bottom: 12px !important;
    padding: 16px !important;
}
a { transition: color .3s; }
.postTitle a:hover { color: #6a82fb !important; }