/* WorldCarTV / Vidorev V6 balanced, CSS-only, production-safe */
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
.site__body {
  background: #090d14;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(59,130,246,.10), transparent 55%),
    radial-gradient(800px 500px at 110% 0%, rgba(239,68,68,.08), transparent 55%);
  opacity: .8;
  z-index: 0;
}
.site__wrapper,
.site__main,
.site__container,
.main-content {
  position: relative;
  z-index: 1;
}
.navigation-font,
.main-menu li a,
.top-header .main-menu li a {
  letter-spacing: .02em;
}
.main-menu > li > a,
.nav-menu > li > a {
  font-weight: 600;
}
.header-wrap,
#site-navigation,
.top-header,
.navbar,
.main-header {
  backdrop-filter: saturate(120%) blur(8px);
}
.post-item-wrap,
.widget,
.page-wrapper,
.single-post-wrapper,
.comment-respond,
.comments-area,
.search-form,
.author-box,
.related-posts,
.entry-content,
.entry-wrapper,
.blog-wrapper,
.archive-content {
  border-radius: 18px;
}
.post-item-wrap,
.widget,
.comment-respond,
.comments-area,
.author-box,
.related-posts {
  background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.post-item-wrap {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.post-item-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 22px 46px rgba(0,0,0,.28);
}
.post-item .listing-content,
.post-item-wrap .listing-content {
  padding: 18px 18px 16px;
}
.post-item .post-title,
.post-item .entry-title,
.post-item .entry-title a {
  line-height: 1.12;
  letter-spacing: -.02em;
}
.blog-items-control.grid-default .post-item .entry-title,
.archive-content .post-item .entry-title {
  font-size: clamp(22px, 1.9vw, 34px);
}
.post-item .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.widget-title,
.comment-reply-title,
.comments-title,
.related-posts-title,
.section-title {
  letter-spacing: .01em;
}
.entry-content,
.single .entry-content,
.page .entry-content {
  color: rgba(255,255,255,.9);
  line-height: 1.8;
}
.entry-content p,
.entry-content li {
  font-size: 1.04rem;
}
.entry-content blockquote {
  border-left: 3px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: 18px 20px;
}
.entry-content img,
.wp-caption,
.entry-content iframe {
  border-radius: 16px;
  overflow: hidden;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
  border-radius: 14px;
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
button,
input[type="submit"],
input[type="button"],
.wp-block-button__link,
.btn,
.button,
a.button {
  border-radius: 999px;
  font-weight: 700;
}
.pagination a,
.pagination span,
.page-numbers {
  border-radius: 999px;
}
@media (max-width: 991px) {
  .post-item .listing-content,
  .post-item-wrap .listing-content {
    padding: 16px 16px 14px;
  }
  .blog-items-control.grid-default .post-item .entry-title,
  .archive-content .post-item .entry-title {
    font-size: clamp(19px, 6vw, 28px);
    -webkit-line-clamp: 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .post-item-wrap { transition: none; }
}
