:root {
  --liquid-dpi-scale: 1;
  --liquid-ink: #17324a;
  --liquid-muted: #62798d;
  --liquid-blue: #43a8dc;
  --liquid-cyan: #70d7ef;
  --liquid-coral: #f27755;
  --liquid-line: rgba(255, 255, 255, 0.82);
  --liquid-surface: rgba(255, 255, 255, 0.7);
  --liquid-surface-strong: rgba(255, 255, 255, 0.84);
  --liquid-shadow: 0 24px 60px rgba(21, 78, 111, 0.16), 0 4px 16px rgba(45, 103, 134, 0.08);
  --liquid-shadow-soft: 0 14px 36px rgba(21, 78, 111, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html {
  scroll-behavior: smooth;
  background-color: #edf7fb;
  background-image: var(--liquid-hero-image, none);
  background-repeat: no-repeat;
  background-position: 30% 30%;
  background-size: cover;
  background-attachment: fixed;
}

body.index-page {
  zoom: var(--liquid-dpi-scale);
  color: var(--liquid-ink);
  padding-bottom: 64px;
  background: transparent;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 1600px) and (min-resolution: 1.13dppx) and (max-resolution: 1.37dppx) and (pointer: fine) {
  :root {
    --liquid-dpi-scale: 0.912;
  }
}

@media (min-width: 1200px) and (min-resolution: 1.38dppx) and (max-resolution: 1.62dppx) and (pointer: fine) {
  :root {
    --liquid-dpi-scale: 0.76;
  }
}

a {
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(67, 168, 220, 0.55);
  outline-offset: 3px;
}

#boxmoe_global {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  isolation: isolate;
}

#boxmoe_global::before {
  display: none;
  content: none;
}

#preloader {
  background: rgba(247, 252, 254, 0.94);
}

/* Floating navigation */
.header-global .navbar-transparent,
.header-global .headroom--not-top {
  width: 100%;
  padding: 16px 24px;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

.header-global .headroom--not-top {
  position: fixed;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#navbar-main .container {
  max-width: 1380px;
  gap: 22px;
  align-items: flex-start;
  padding: 0;
}

.header-global .navbar .logo.navbar-brand {
  display: flex;
  width: 190px;
  min-width: 190px;
  height: 76px;
  margin: 0;
  padding: 15px 18px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--liquid-ink);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(69, 176, 225, 0.35);
  box-shadow: 0 18px 42px rgba(24, 92, 128, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
  backdrop-filter: saturate(160%) blur(22px);
}

.headerlogo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 44px;
  object-fit: contain;
}

#navigation {
  justify-content: center;
  min-width: 0;
}

@media (min-width: 992px) {
  #navigation {
    position: absolute;
    left: 50%;
    width: auto !important;
    transform: translateX(-50%) translateX(var(--liquid-nav-offset, 0px));
  }
}

#navigation > .navbar-nav-hover {
  flex: 0 1 auto;
  min-height: 58px;
  margin: 0 auto !important;
  padding: 7px 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 44px rgba(26, 82, 113, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: saturate(170%) blur(24px);
  backdrop-filter: saturate(170%) blur(24px);
}

.header-global .navbar.navbar-transparent .nav-link,
.header-global .navbar.navbar-transparent .nav-link i,
.header-global .navbar-light .navbar-nav .nav-link,
.header-global .headroom--not-top.navbar .nav-link,
.header-global .headroom--not-top.navbar .nav-link i {
  color: var(--liquid-ink) !important;
}

.header-global .navbar .nav-item .nav-link {
  padding: 11px 17px;
  font-family: "Play", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.header-global .navbar .nav-item .nav-link:hover,
.header-global .navbar .nav-item .nav-link.active,
.header-global .navbar-light .navbar-nav .nav-link.active,
.header-global .headroom--not-top.navbar .nav-item .nav-link:hover {
  color: #0f567b !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.header-global .dropdown-menu {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--liquid-shadow-soft);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
  backdrop-filter: saturate(160%) blur(22px);
}

.header-global .dropdown-menu::before {
  display: none;
}

.header-global .dropdown-item {
  border-radius: 12px;
  color: var(--liquid-ink);
}

.header-global .dropdown-item:hover {
  background: rgba(103, 205, 233, 0.16);
}

.boxmoe-user-login,
.header-global .sign_f .nav-item .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64) !important;
  box-shadow: var(--liquid-shadow-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

/* The source image stays untouched; only the legacy dark texture is removed. */
.section-blog-cover {
  height: 580px;
  background-color: transparent;
  background-repeat: no-repeat;
  box-shadow: none;
}

body.liquid-background-ready .section-blog-cover {
  background-image: none !important;
}

.section-shaped::before,
.section-shaped::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.section-blog-cover .separator {
  display: none;
}

/* Main floating canvas */
.boxmoe_blog {
  z-index: 4;
  max-width: 1400px;
  margin: -108px auto 0;
  padding: 0 28px 76px;
}

.boxmoe_blog::before {
  display: none;
  content: none;
}

.liquid-hitokoto {
  min-height: 1px;
}

.site-main {
  position: relative;
  z-index: 2;
  max-width: 740px;
  margin: 0 auto 20px;
  padding: 13px 24px 9px;
  border: 1px solid var(--liquid-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--liquid-shadow-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

h1.main-title {
  padding: 0;
  margin: 0;
  color: var(--liquid-ink);
}

.boxmoe-blog-content,
.boxmoe-blog-content .container-full {
  position: relative;
  width: 100%;
}

.liquid-home-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  margin: 0 !important;
  align-items: start;
}

.liquid-home-grid > * {
  width: auto !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.liquid-feed {
  min-width: 0;
  scroll-margin-top: 110px;
}

body.home .sidebar {
  z-index: 7;
  align-self: stretch;
  margin-top: 0;
}

.sidebar > .position-sticky {
  position: sticky !important;
  top: 90px !important;
  padding-bottom: 0 !important;
  overflow: visible;
}

/* Utility dock from the selected concept */
.liquid-home-dock {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid var(--liquid-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: saturate(165%) blur(24px);
  backdrop-filter: saturate(165%) blur(24px);
}

.liquid-home-link {
  display: flex;
  min-height: 54px;
  padding: 0 5px 17px;
  gap: 13px;
  align-items: center;
  color: var(--liquid-ink);
  border-bottom: 1px solid rgba(71, 115, 139, 0.2);
  font-family: "Play", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.liquid-home-link:hover {
  color: #1379a7;
}

.liquid-home-link i {
  width: 30px;
  height: 30px;
  color: #226d94;
  font-size: 1.35rem;
  line-height: 30px;
  text-align: center;
}

.liquid-quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 17px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(34, 96, 126, 0.09);
}

.liquid-quick-links a {
  display: grid;
  height: 42px;
  place-items: center;
  color: #365e78;
  border-right: 1px solid rgba(57, 104, 130, 0.16);
  border-radius: 12px;
}

.liquid-quick-links a:last-child {
  border-right: 0;
}

.liquid-quick-links a:hover {
  color: #0b7caf;
  background: rgba(112, 215, 239, 0.18);
  transform: translateY(-2px);
}

/* Article gallery cards */
.post-list-view {
  display: grid;
  grid-template-columns: minmax(290px, 39%) minmax(0, 1fr);
  min-height: 258px;
  margin: 0 0 24px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--liquid-line) !important;
  border-radius: 30px;
  background-color: var(--liquid-surface) !important;
  background-image: none !important;
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: saturate(155%) blur(24px);
  backdrop-filter: saturate(155%) blur(24px);
  transition: transform 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.post-list-view:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 30px 72px rgba(21, 78, 111, 0.2), 0 5px 18px rgba(45, 103, 134, 0.1);
  transform: translateY(-4px);
}

.liquid-feed > .post-list-view:first-of-type {
  border-color: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 30px 78px rgba(21, 78, 111, 0.21), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.post-list-view .post-hello-cat {
  display: none;
}

.post-list-view .post-thumbnail {
  width: 100%;
  height: 226px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(28, 77, 103, 0.14);
}

.post-list-view .post-thumbnail a {
  height: 100%;
  max-height: none;
}

.post-list-view .post-thumbnail img,
.post-list-view .post-thumbnail.featured-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 21px;
  object-fit: cover;
}

.post-overlay::after,
.post-overlay::before {
  display: none;
  content: none;
}

.post-list-view .post-list-content {
  display: flex;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 10px 12px 4px 25px;
  flex-direction: column;
}

.post-list-view .post-list-header {
  padding-bottom: 7px;
}

.post-list-view .post-list-header .category-meta a {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  color: var(--liquid-coral);
  border: 1px solid rgba(242, 119, 85, 0.2);
  border-radius: 999px;
  background: rgba(255, 244, 238, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.post-list-view h2.post-list-title {
  padding-top: 9px;
  margin-bottom: 3px;
  line-height: 1.42;
}

.post-list-view .post-list-title a {
  color: var(--liquid-ink);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  text-shadow: none;
}

.post-list-view .post-list-title a:hover {
  color: #0c78a6;
}

.post-list-view .post-list-text {
  display: -webkit-box;
  margin: 5px 0 15px;
  overflow: hidden;
  color: var(--liquid-muted);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-list-view .post-list-info {
  position: static;
  width: 100%;
  margin-top: auto;
  padding: 13px 0 0;
  border-top: 1px solid rgba(64, 106, 130, 0.16);
}

.post-list-info .post-list-avatar {
  width: 42px;
  height: 42px;
  margin-right: 14px;
}

.post-list-info .post-list-avatar .avatar {
  width: 42px;
  height: 42px;
}

.post-list-info .post-list-avatar::after {
  width: 70%;
  height: 70%;
  top: 6px;
  left: 2px;
  border-color: rgba(242, 119, 85, 0.72);
}

.post-list-info .post-meta-info {
  min-width: 0;
  padding-top: 0;
}

.post-list-info .post-meta-info span,
.post-list-view .post-list-info .post-meta-info span {
  color: #60778b;
  font-family: "Play", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.73rem;
}

/* Sidebar library panels */
.sidebar .sidebar-card,
.sidebar .sidebar-border {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid var(--liquid-line) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: saturate(160%) blur(24px);
  backdrop-filter: saturate(160%) blur(24px);
  scroll-margin-top: 118px;
}

.sidebar .sidebar-card:target,
.sidebar .sidebar-border:target {
  border-color: rgba(67, 168, 220, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(67, 168, 220, 0.12), var(--liquid-shadow);
}

.sidebar .widget-title,
.sidebar h2 {
  margin-bottom: 16px;
  color: var(--liquid-ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.sidebar .widget-title::before,
.sidebar h2::before {
  bottom: 7px;
  opacity: 0.72;
}

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_links ul {
  margin-bottom: 0;
}

.sidebar .widget_categories li,
.sidebar .widget_recent_entries li,
.sidebar .widget_archive li,
.sidebar .widget_links li {
  padding: 5px 0;
  color: var(--liquid-muted);
}

.sidebar .widget_categories a,
.sidebar .widget_recent_entries a,
.sidebar a {
  color: #36566d;
  font-size: 0.81rem;
  font-weight: 500;
  line-height: 1.62;
}

.sidebar .widget_categories a:hover,
.sidebar .widget_recent_entries a:hover,
.sidebar a:hover {
  color: #0b7caf;
}

.sidebar .mejs-container,
.sidebar .wp-audio-shortcode {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

/* Breadcrumbs and pagination */
.section-head {
  width: fit-content;
  margin: 0 0 20px !important;
  padding: 12px 22px;
  border: 1px solid var(--liquid-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--liquid-shadow-soft);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.section-head span {
  padding: 0 0 0 33px;
  color: var(--liquid-ink);
  font-size: 0.76rem;
}

.section-head span::before {
  top: 8px;
  width: 20px;
  background: var(--liquid-blue);
}

.section-head span::after {
  left: 20px;
  background: var(--liquid-coral);
}

.pagination,
.boxmoe-paging {
  gap: 7px;
  margin: 18px 0 6px;
}

.pagination a,
.pagination span,
.boxmoe-paging a,
.boxmoe-paging span {
  border-color: rgba(255, 255, 255, 0.82) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: var(--liquid-ink) !important;
  box-shadow: 0 8px 18px rgba(35, 86, 113, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.pagination .current,
.boxmoe-paging .current {
  background: rgba(67, 168, 220, 0.9) !important;
  color: #fff !important;
}

/* Single posts, pages, categories and search results */
body.single-post .boxmoe-blog-content > .container-full > .row,
body.page .boxmoe-blog-content > .container-full > .row,
body.category .boxmoe-blog-content > .container-full > .row,
body.search .boxmoe-blog-content > .container-full > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin: 0;
  align-items: start;
}

body.single-post .boxmoe-blog-content > .container-full > .row > *,
body.page .boxmoe-blog-content > .container-full > .row > *,
body.category .boxmoe-blog-content > .container-full > .row > *,
body.search .boxmoe-blog-content > .container-full > .row > * {
  width: auto;
  max-width: none;
  padding: 0;
}

body:not(.home) .sidebar {
  align-self: stretch;
  margin-top: 0;
}

.single-card,
.post-navigation,
.comments-list,
.comment-respond,
.block_auther_post {
  border: 1px solid var(--liquid-line) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: saturate(150%) blur(24px);
  backdrop-filter: saturate(150%) blur(24px);
}

.single-card {
  padding: clamp(22px, 4vw, 52px) !important;
}

.post-single .post-header .post-title {
  color: var(--liquid-ink);
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.34;
}

.post-single .post-content,
.post-single .post-content p {
  color: #233d50;
  font-size: 1rem;
  line-height: 1.88;
  word-break: normal;
  overflow-wrap: anywhere;
}

.post-single .post-content img,
.post-single .post-content video,
.post-single .post-content iframe {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(28, 77, 103, 0.12);
}

.post-single .post-content img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  contain-intrinsic-size: auto 1024px 1px !important;
  object-fit: contain;
}

.post-single .post-content p:has(> img:only-child),
.post-single .post-content figure.wp-block-image {
  width: fit-content;
  max-width: 100%;
  min-height: 0 !important;
  height: auto !important;
  padding: 0;
  line-height: 0;
}

.post-single .post-content p:has(> img.aligncenter:only-child) {
  margin-right: auto;
  margin-left: auto;
}

.post-single .post-content p:has(> br + img:last-child) {
  width: fit-content;
  max-width: 100%;
  min-height: 0 !important;
  height: auto !important;
}

.post-single .post-content p > br:has(+ img:last-child) {
  display: none;
}

.post-single .post-content pre {
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(21, 48, 66, 0.18);
}

.post-navigation,
.block_auther_post,
.comment-respond {
  padding: 22px;
}

/* Bright glass search overlay */
#search {
  background-color: rgba(235, 247, 252, 0.82);
  -webkit-backdrop-filter: saturate(135%) blur(26px);
  backdrop-filter: saturate(135%) blur(26px);
}

#search .close {
  top: 24px;
  right: 30px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--liquid-ink);
  border: 1px solid var(--liquid-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--liquid-shadow-soft);
}

.search_form_inner {
  max-width: 620px;
  margin-left: -310px;
  padding: 28px 38px;
  border: 1px solid var(--liquid-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--liquid-shadow);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.search_form_inner input {
  color: var(--liquid-ink);
  border-bottom-color: rgba(54, 94, 120, 0.3);
  background: transparent;
}

/* Footer remains fully available, but visually lighter. */
.footer {
  z-index: 5;
  margin: 0 auto;
  width: min(1344px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--liquid-shadow-soft);
  -webkit-backdrop-filter: saturate(145%) blur(22px);
  backdrop-filter: saturate(145%) blur(22px);
}

.footer .horizontal {
  opacity: 0.12;
}

.footer .font-weight-bolder,
.footer .nav-footer,
.footer .nav-footer a,
.footer .copyright,
.footer .copyright a {
  color: #4d687c;
}

/* One meaningful entrance sequence rather than constant micro-motion. */
.liquid-ready .post-list-view,
.liquid-ready .liquid-home-dock,
.liquid-ready .sidebar .sidebar-border,
.liquid-ready .sidebar .sidebar-card {
  animation: liquid-rise 560ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.liquid-ready .liquid-feed > .post-list-view:nth-of-type(2),
.liquid-ready .sidebar .sidebar-border:nth-child(2),
.liquid-ready .sidebar .sidebar-card:nth-child(2) {
  animation-delay: 80ms;
}

.liquid-ready .liquid-feed > .post-list-view:nth-of-type(3),
.liquid-ready .sidebar .sidebar-border:nth-child(3),
.liquid-ready .sidebar .sidebar-card:nth-child(3) {
  animation-delay: 140ms;
}

@keyframes liquid-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  #navbar-main .container {
    max-width: calc(100% - 24px);
  }

  .header-global .navbar .logo.navbar-brand {
    width: 166px;
    min-width: 166px;
  }

  .header-global .navbar .nav-item .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .liquid-home-grid {
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 22px;
  }

  .post-list-view {
    grid-template-columns: minmax(250px, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .header-global .navbar-transparent,
  .header-global .headroom--not-top {
    padding: 12px 14px;
  }

  #navbar-main .container {
    max-width: 100%;
    align-items: center;
  }

  .header-global .navbar .logo.navbar-brand {
    width: 156px;
    min-width: 156px;
    height: 64px;
    border-radius: 20px;
  }

  .navbar-toggler {
    width: 54px;
    height: 54px;
    margin-left: auto !important;
    border: 1px solid var(--liquid-line) !important;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--liquid-shadow-soft);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .header-global .navbar-toggler-icon .navbar-toggler-bar,
  .header-global .headroom--not-top .navbar-toggler-icon .navbar-toggler-bar {
    background: var(--liquid-ink) !important;
  }

  #navigation {
    width: 100%;
    margin-top: 12px;
    padding: 14px !important;
    border: 1px solid var(--liquid-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--liquid-shadow);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  #navigation > .navbar-nav-hover {
    width: 100%;
    padding: 0;
    align-items: stretch;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .section-blog-cover {
    height: 490px;
  }

  .boxmoe_blog {
    margin-top: -76px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .liquid-home-grid,
  body.single-post .boxmoe-blog-content > .container-full > .row,
  body.page .boxmoe-blog-content > .container-full > .row,
  body.category .boxmoe-blog-content > .container-full > .row,
  body.search .boxmoe-blog-content > .container-full > .row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .sidebar,
  body:not(.home) .sidebar {
    margin-top: 4px;
  }

  .sidebar > .position-sticky {
    position: relative !important;
    top: 0 !important;
  }

  .post-list-view {
    grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  html {
    background-attachment: fixed;
    background-position: 45% center;
  }

  #boxmoe_global::before {
    display: none;
  }

  .header-global .navbar .logo.navbar-brand {
    width: 142px;
    min-width: 142px;
    height: 58px;
    padding: 10px 14px;
  }

  .headerlogo {
    height: 37px;
  }

  .navbar-toggler {
    width: 50px;
    height: 50px;
  }

  .section-blog-cover {
    height: 390px;
  }

  .boxmoe_blog {
    margin-top: -54px;
    padding: 0 13px 54px;
  }

  .site-main {
    margin: 0 8px 16px;
    border-radius: 22px;
  }

  .liquid-home-grid {
    gap: 18px;
  }

  .post-list-view {
    display: block;
    min-height: 0;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 24px;
  }

  .post-list-view .post-thumbnail {
    width: 100%;
    height: min(56vw, 230px);
    border-radius: 18px;
  }

  .post-list-view .post-thumbnail img,
  .post-list-view .post-thumbnail.featured-image img {
    border-radius: 17px;
  }

  .post-list-view .post-list-content {
    width: 100%;
    margin: 0;
    padding: 18px 5px 5px;
  }

  .post-list-view .post-list-title a {
    display: block;
    max-width: none;
    float: none;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    font-size: 1.04rem;
  }

  .post-list-view .post-list-text {
    float: none;
    -webkit-line-clamp: 4;
  }

  .post-list-view .post-list-info {
    position: static;
    padding: 13px 0 0;
    border-top: 1px solid rgba(64, 106, 130, 0.16);
  }

  .liquid-home-dock,
  .sidebar .sidebar-card,
  .sidebar .sidebar-border {
    padding: 18px;
    border-radius: 23px !important;
  }

  .liquid-quick-links a {
    height: 40px;
  }

  .single-card {
    padding: 20px 16px !important;
    border-radius: 24px !important;
  }

  .post-single .post-header .post-title {
    font-size: 1.55rem;
  }

  .search_form_inner {
    left: 18px;
    width: calc(100% - 36px);
    margin-left: 0;
    padding: 22px;
  }

  .footer {
    width: calc(100% - 26px);
    margin: 0 auto;
    border-radius: 24px;
  }

  body.index-page {
    padding-bottom: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Unified glass treatment for every floating surface. */
.header-global .navbar .logo.navbar-brand,
.header-global .dropdown-menu,
.boxmoe-user-login,
.header-global .sign_f .nav-item .nav-link,
.site-main,
.post-list-view,
.sidebar .sidebar-card,
.sidebar .sidebar-border,
.section-head,
.pagination a,
.pagination span,
.boxmoe-paging a,
.boxmoe-paging span,
.single-card,
.post-navigation,
.comments-list,
.comment-respond,
.block_auther_post,
#search,
.search_form_inner,
.footer {
  border-color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 22px 54px rgba(11, 45, 66, 0.2),
    0 4px 14px rgba(14, 55, 78, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 1px 0 0 rgba(255, 255, 255, 0.58),
    inset -1px 0 0 rgba(255, 255, 255, 0.3) !important;
  -webkit-backdrop-filter: saturate(150%) blur(22px) !important;
  backdrop-filter: saturate(150%) blur(22px) !important;
}

#navigation > .navbar-nav-hover {
  border-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 20px 48px rgba(11, 45, 66, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 1px 0 0 rgba(255, 255, 255, 0.64),
    inset -1px 0 0 rgba(255, 255, 255, 0.34) !important;
  -webkit-backdrop-filter: saturate(155%) blur(24px) !important;
  backdrop-filter: saturate(155%) blur(24px) !important;
}
