:root {
  --vm-bg: #f4f7fb;
  --vm-surface: rgba(255, 255, 255, 0.86);
  --vm-surface-solid: #ffffff;
  --vm-border: rgba(20, 31, 44, 0.08);
  --vm-text: #122033;
  --vm-muted: #6b7a90;
  --vm-primary: #1677ff;
  --vm-primary-strong: #0b5ed7;
  --vm-accent: #00b894;
  --vm-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --vm-radius: 18px;
}

body.vm-modern {
  background:
    radial-gradient(circle at top left, rgba(22, 119, 255, 0.11), transparent 34%),
    radial-gradient(circle at top right, rgba(0, 184, 148, 0.10), transparent 28%),
    var(--vm-bg);
  color: var(--vm-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.vm-modern a {
  color: var(--vm-text);
}

body.vm-modern #header {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

body.vm-modern .header-body,
body.vm-modern #header.hover .header-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 248, 252, 0.92));
  box-shadow: var(--vm-shadow);
}

body.vm-modern .header-conter,
body.vm-modern .container,
body.vm-modern .continar,
body.vm-modern .header-list,
body.vm-modern .topbar ul,
body.vm-modern .topbar,
body.vm-modern .header-body,
body.vm-modern .nav {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

body.vm-modern .nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.vm-modern .brand {
  margin: 0;
  color: var(--vm-muted);
  font-size: 13px;
  line-height: 1.4;
  max-width: 220px;
}

body.vm-modern .nav ul.music-nav,
body.vm-modern #nav_list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 18px;
  flex: 1;
  min-width: 0;
}

body.vm-modern .nav ul.music-nav li,
body.vm-modern #nav_list li {
  position: relative;
}

body.vm-modern .nav ul.music-nav li a,
body.vm-modern #nav_list li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--vm-text);
  font-weight: 600;
  transition: all 0.2s ease;
}

body.vm-modern .nav ul.music-nav li a:hover,
body.vm-modern #nav_list li a:hover,
body.vm-modern .nav ul.music-nav li.current-menu-item > a,
body.vm-modern #nav_list li.current-menu-item > a {
  background: rgba(22, 119, 255, 0.10);
  color: var(--vm-primary-strong);
}

body.vm-modern .vm-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

body.vm-modern .vm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid var(--vm-border);
  background: rgba(255, 255, 255, 0.85);
  color: var(--vm-text);
  font-weight: 700;
  transition: all 0.2s ease;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

body.vm-modern .vm-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(22, 119, 255, 0.22);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

body.vm-modern .vm-btn-primary {
  background: linear-gradient(135deg, var(--vm-primary), #4f8dff);
  color: #fff;
  border-color: transparent;
}

body.vm-modern .vm-btn-primary:hover {
  background: linear-gradient(135deg, var(--vm-primary-strong), #1e66f5);
  color: #fff;
}

body.vm-modern .vm-btn-ghost {
  background: rgba(255, 255, 255, 0.94);
}

body.vm-modern .vm-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 90px auto 18px;
  padding: 28px;
  border: 1px solid var(--vm-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 253, 0.88));
  box-shadow: var(--vm-shadow);
}

body.vm-modern .vm-hero-kicker,
body.vm-modern .vm-login-kicker,
body.vm-modern .vm-feed-head p,
body.vm-modern .vm-hero-panel__title,
body.vm-modern .vm-auth-card__label {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--vm-primary);
  font-weight: 800;
}

body.vm-modern .vm-home-hero h1 {
  margin: 10px 0 10px;
  font-size: 44px;
  line-height: 1.05;
  color: var(--vm-text);
}

body.vm-modern .vm-hero-desc {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--vm-muted);
}

body.vm-modern .vm-hero-actions,
body.vm-modern .vm-auth-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.vm-modern .vm-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

body.vm-modern .vm-hero-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.08);
  color: var(--vm-muted);
  font-weight: 600;
}

body.vm-modern .vm-hero-metrics strong {
  color: var(--vm-text);
  font-size: 18px;
}

body.vm-modern .vm-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.vm-modern .vm-topic-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--vm-text);
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
}

body.vm-modern .vm-topic-pills a:hover {
  background: rgba(22, 119, 255, 0.12);
  color: var(--vm-primary-strong);
}

body.vm-modern .vm-hero-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.vm-modern .vm-feature-card,
body.vm-modern .vm-auth-card,
body.vm-modern .vm-feed-head,
body.vm-modern .continar-left-top,
body.vm-modern .aside,
body.vm-modern .widget,
body.vm-modern .classif,
body.vm-modern .footer,
body.vm-modern .login_alert_box,
body.vm-modern .site-search.active,
body.vm-modern #os-herder,
body.vm-modern .mod-banner,
body.vm-modern .mod-index__feature,
body.vm-modern .text {
  border-radius: var(--vm-radius);
}

body.vm-modern .vm-feature-card,
body.vm-modern .vm-auth-card,
body.vm-modern .vm-feed-head,
body.vm-modern .continar-left-top,
body.vm-modern .aside,
body.vm-modern .widget,
body.vm-modern .classif,
body.vm-modern .footer,
body.vm-modern .site-search.active.pc,
body.vm-modern .site-search.active,
body.vm-modern #os-herder,
body.vm-modern .mod-index__feature,
body.vm-modern .text,
body.vm-modern .login_alert_box {
  background: var(--vm-surface);
  border: 1px solid var(--vm-border);
  box-shadow: var(--vm-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.vm-modern .vm-feature-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  overflow: hidden;
  color: var(--vm-text);
}

body.vm-modern .vm-feature-card__thumb {
  min-height: 100%;
}

body.vm-modern .vm-feature-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.vm-modern .vm-feature-card__body {
  padding: 18px;
}

body.vm-modern .vm-feature-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--vm-muted);
  font-size: 12px;
}

body.vm-modern .vm-feature-card__body h2 {
  margin: 10px 0 8px;
  font-size: 20px;
  line-height: 1.35;
}

body.vm-modern .vm-feature-card__body p {
  color: var(--vm-muted);
  line-height: 1.75;
}

body.vm-modern .vm-feed-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 18px 22px;
  margin: 20px 0 16px;
}

body.vm-modern .vm-feed-head p {
  margin: 0 0 6px;
}

body.vm-modern .vm-feed-head h2 {
  margin: 0;
  font-size: 24px;
  color: var(--vm-text);
}

body.vm-modern .vm-feed-head > span {
  color: var(--vm-muted);
  font-size: 13px;
}

body.vm-modern .continar {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 18px auto 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}

body.vm-modern .continar > img.search_404 {
  display: none !important;
}

body.vm-modern #continar-left,
body.vm-modern #continar-right {
  min-width: 0;
}

body.vm-modern .mod-banner,
body.vm-modern #mobil {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px;
}

body.vm-modern .mod-banner__img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--vm-shadow);
}

body.vm-modern .mod-index__feature,
body.vm-modern .continar-left-top,
body.vm-modern .aside,
body.vm-modern .widget,
body.vm-modern .classif,
body.vm-modern .footer,
body.vm-modern .login_alert_box {
  padding: 20px;
}

body.vm-modern .continar-left-top {
  margin-bottom: 18px;
}

body.vm-modern .continar-left-top h1,
body.vm-modern .continar-left-top span {
  display: block;
}

body.vm-modern .continar-left-top h1 a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--vm-text);
}

body.vm-modern .continar-left-top span {
  margin-top: 10px;
  color: var(--vm-muted);
  line-height: 1.8;
}

body.vm-modern .text {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}

body.vm-modern .text .img-left,
body.vm-modern .text .text_right {
  min-width: 0;
}

body.vm-modern .text .img-left a,
body.vm-modern .text .text_right > a.read_url {
  display: block;
}

body.vm-modern .text .img-left img,
body.vm-modern .text .text_right > img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

body.vm-modern .text .text_right h2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

body.vm-modern .text .text_right h2 a {
  font-size: 24px;
  line-height: 1.32;
  color: var(--vm-text);
}

body.vm-modern .text .text_right h2 span {
  color: var(--vm-primary);
  font-size: 12px;
  font-weight: 800;
}

body.vm-modern .text .text_right h3 {
  color: var(--vm-muted);
  line-height: 1.9;
  margin: 10px 0 0;
}

body.vm-modern .text .text_right .l,
body.vm-modern .text .text_right .p,
body.vm-modern .text .text_right .r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--vm-muted);
}

body.vm-modern .read-more.read_url {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(22, 119, 255, 0.1);
  color: var(--vm-primary-strong);
  font-weight: 700;
}

body.vm-modern .aside h3,
body.vm-modern .widget .widget-title,
body.vm-modern .classif .widget-title {
  margin: 0 0 16px;
  font-size: 18px;
  color: var(--vm-text);
}

body.vm-modern .aside p,
body.vm-modern .widget p,
body.vm-modern .classif p {
  color: var(--vm-muted);
  line-height: 1.8;
}

body.vm-modern .widget,
body.vm-modern .classif,
body.vm-modern .aside {
  margin-bottom: 18px;
}

body.vm-modern .vm-auth-card {
  margin-bottom: 18px;
  padding: 22px;
}

body.vm-modern .vm-auth-card h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 8px 0 10px;
}

body.vm-modern .vm-auth-card p {
  color: var(--vm-muted);
  line-height: 1.8;
}

body.vm-modern .vm-auth-card__actions .vm-btn {
  min-width: 120px;
}

body.vm-modern .footer {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 24px auto 32px;
  text-align: center;
  color: var(--vm-muted);
  line-height: 1.8;
}

body.vm-modern .site-search.active.pc,
body.vm-modern .site-search.active {
  border-radius: 0 0 var(--vm-radius) var(--vm-radius);
  overflow: hidden;
}

body.vm-modern .site-search-form {
  padding: 20px;
}

body.vm-modern .search-input {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

body.vm-modern #os-herder {
  padding: 18px;
}

body.vm-modern .sign_up a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(22, 119, 255, 0.08);
  color: var(--vm-text);
}

body.vm-modern .login_alert_box {
  max-width: 520px;
}

body.vm-modern .login_alert {
  overflow: hidden;
}

@media (max-width: 1200px) {
  body.vm-modern .vm-home-hero,
  body.vm-modern .continar {
    width: calc(100% - 24px);
  }

  body.vm-modern .vm-home-hero {
    grid-template-columns: 1fr;
    margin-top: 78px;
  }

  body.vm-modern .continar {
    grid-template-columns: 1fr;
  }

  body.vm-modern #continar-right {
    order: 2;
  }

  body.vm-modern .vm-header-actions {
    display: none;
  }
}

@media (max-width: 767px) {
  body.vm-modern .vm-home-hero {
    padding: 20px;
    margin-top: 68px;
  }

  body.vm-modern .vm-home-hero h1 {
    font-size: 30px;
  }

  body.vm-modern .vm-feature-card,
  body.vm-modern .text {
    grid-template-columns: 1fr;
  }

  body.vm-modern .text {
    padding: 14px;
  }

  body.vm-modern .vm-feed-head {
    padding: 16px;
  }

  body.vm-modern .vm-feed-head h2 {
    font-size: 20px;
  }

  body.vm-modern .vm-auth-card,
  body.vm-modern .aside,
  body.vm-modern .widget,
  body.vm-modern .classif,
  body.vm-modern .continar-left-top,
  body.vm-modern .footer {
    padding: 16px;
  }
}
