:root {
  --outvue-live-bg: #0f1115;
  --outvue-live-surface: rgba(255, 255, 255, 0.86);
  --outvue-live-surface-strong: rgba(255, 255, 255, 0.94);
  --outvue-live-border: rgba(15, 17, 21, 0.08);
  --outvue-live-text: #101319;
  --outvue-live-muted: rgba(16, 19, 25, 0.62);
  --outvue-live-accent: #17191f;
  --outvue-live-shadow: 0 18px 46px rgba(8, 12, 20, 0.12);
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(180deg, #f4f1ea 0%, #eef2f3 48%, #e8ecef 100%);
  color: var(--outvue-live-text);
}

body.outvue-live-menu-open { 
  overflow: hidden;
}

body.admin-bar .outvue-live-nav {
  top: 32px;
}

body {
  padding-top: 109px;
}

.outvue-live-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 16px 18px 0;
}

.outvue-live-nav-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--outvue-live-shadow);
}

.outvue-live-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--outvue-live-text);
}

.outvue-live-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #111318, #3a404b);
  color: #fff;
  overflow: hidden;
}

.outvue-live-brand-mark img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.outvue-live-brand-copy {
  display: grid;
  gap: 2px;
}

.outvue-live-brand-copy strong {
  font-size: 1rem;
  line-height: 1;
}

.outvue-live-brand-copy span {
  color: var(--outvue-live-muted);
  font-size: 0.82rem;
}

.outvue-live-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.outvue-live-nav-link,
.outvue-live-nav-chip {
  border-radius: 999px;
  padding: 11px 16px;
  text-decoration: none;
  color: var(--outvue-live-text);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.outvue-live-nav-link:hover,
.outvue-live-nav-chip:hover,
.outvue-live-nav-link.is-active {
  background: rgba(17, 19, 24, 0.92);
  color: #fff;
  transform: translateY(-1px);
}

.outvue-live-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.outvue-live-nav-chip {
  background: rgba(17, 19, 24, 0.06);
}

.outvue-live-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 15px;
  background: #111318;
  cursor: pointer;
  padding: 0;
}

.outvue-live-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
}

.outvue-live-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.outvue-live-drawer.is-open {
  pointer-events: auto;
}

.outvue-live-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 18, 0.42);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.outvue-live-drawer-panel {
  position: absolute;
  top: 14px;
  right: 14px;
  width: min(360px, calc(100vw - 28px));
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 60px rgba(8, 12, 20, 0.18);
  transform: translateY(-14px) scale(0.98);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.outvue-live-drawer.is-open .outvue-live-drawer-backdrop,
.outvue-live-drawer.is-open .outvue-live-drawer-panel {
  opacity: 1;
}

.outvue-live-drawer.is-open .outvue-live-drawer-panel {
  transform: translateY(0) scale(1);
}

.outvue-live-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.outvue-live-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 0;
  background: rgba(17, 19, 24, 0.08);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.outvue-live-drawer-links {
  display: grid;
  gap: 10px;
}

.outvue-live-drawer-link {
  display: block;
  text-decoration: none;
  color: var(--outvue-live-text);
  background: rgba(17, 19, 24, 0.04);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
}

body.blog main,
body.single-post main,
body.archive main,
body.search main,
body.error404 main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 48px;
}

.outvue-live-home-hero {
  max-width: 1180px;
  margin: 0 auto 24px;
  padding: 0 18px;
}

.outvue-live-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.85fr);
  gap: 20px;
  align-items: stretch;
}

.outvue-live-home-copy,
.outvue-live-home-panel,
.outvue-live-post-feed {
  border: 1px solid var(--outvue-live-border);
  background: var(--outvue-live-surface-strong);
  box-shadow: var(--outvue-live-shadow);
}

.outvue-live-home-copy {
  border-radius: 34px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.outvue-live-home-copy::before {
  content: '';
  position: absolute;
  inset: auto -10% -32% auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(17, 19, 24, 0.12), transparent 70%);
}

.outvue-live-home-kicker {
  margin: 0 0 14px;
  color: var(--outvue-live-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.outvue-live-home-copy h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  /* max-width: 10ch; */
}

.outvue-live-home-lead {
  max-width: 58ch;
  margin: 20px 0 0;
  color: var(--outvue-live-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.outvue-live-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.outvue-live-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.outvue-live-home-button:hover {
  transform: translateY(-1px);
}

.outvue-live-home-button-primary {
  background: #13161d;
  color: #fff;
}

.outvue-live-home-button-secondary {
  background: rgba(19, 22, 29, 0.08);
  color: var(--outvue-live-text);
}

.outvue-live-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.outvue-live-home-meta span {
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(19, 22, 29, 0.05);
  color: var(--outvue-live-text);
  font-size: 0.88rem;
  font-weight: 600;
}

.outvue-live-home-panel {
      height: fit-content;
    margin: auto;
  border-radius: 34px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(17, 19, 24, 0.98), rgba(32, 37, 46, 0.96));
  color: #fff;
}

.outvue-live-home-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.outvue-live-home-panel-top strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.04rem;
}

.outvue-live-home-panel-top strong img {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 5px;
}

.outvue-live-home-panel-list {
  display: grid;
  gap: 12px;
}

.outvue-live-home-panel-item {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.outvue-live-home-panel-item span {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.outvue-live-home-panel-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.outvue-live-home-panel-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.outvue-live-post-feed {
  display: none;
      max-width: 1142px;
    margin: 0 18px;
    padding: 26px 18px 18px;
    border-radius: 34px;
}

.outvue-live-post-feed-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.outvue-live-post-feed-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.outvue-live-post-feed-link {
  text-decoration: none;
  color: var(--outvue-live-text);
  font-weight: 700;
}

.outvue-live-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.blog article,
body.single-post article,
body.archive article,
body.search article {
  border: 1px solid var(--outvue-live-border);
  border-radius: 28px;
  background: var(--outvue-live-surface-strong);
  box-shadow: var(--outvue-live-shadow);
  padding: 24px;
}

body.home article,
body.blog article {
  height: 100%;
  padding: 22px;
}

body.home article .entry-title,
body.blog article .entry-title {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

body.home article .entry-title a,
body.blog article .entry-title a {
  color: var(--outvue-live-text);
  text-decoration: none;
}

body.home article .entry-meta,
body.blog article .entry-meta {
  color: var(--outvue-live-muted);
  font-size: 0.9rem;
}

body.home article .entry-content,
body.blog article .entry-content {
  color: var(--outvue-live-muted);
}

body.blog .site-main > *,
body.archive .site-main > *,
body.search .site-main > *,
body.error404 .site-main > * {
  border: 1px solid var(--outvue-live-border);
  border-radius: 28px;
  background: var(--outvue-live-surface-strong);
  box-shadow: var(--outvue-live-shadow);
  padding: 24px;
  margin-bottom: 20px;
}

body.single-post .entry-title,
body.blog .entry-title,
body.archive .entry-title {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

body.single-post .entry-content,
body.blog .entry-content,
body.archive .entry-content {
  color: var(--outvue-live-text);
  font-size: 1.04rem;
  line-height: 1.8;
}

body .site-title,
body .site-title a,
body .site-description {
  display: none;
}

@media (max-width: 782px) {
  body.admin-bar .outvue-live-nav {
    top: 46px;
  }
}

@media (max-width: 960px) {
  .outvue-live-nav-inner {
    grid-template-columns: 1fr auto;
  }

  .outvue-live-home-grid,
  .outvue-live-post-grid {
    grid-template-columns: 1fr;
  }

  .outvue-live-nav-links,
  .outvue-live-nav-chip {
    display: none;
  }

  .outvue-live-nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 100px;
  }

  .outvue-live-nav {
    padding: 12px 12px 0;
  }

  .outvue-live-nav-inner {
    padding: 12px 14px;
    border-radius: 22px;
  }

  .outvue-live-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .outvue-live-brand-copy span {
    display: none;
  }

  body.blog main,
  body.single-post main,
  body.archive main,
  body.search main,
  body.error404 main {
    padding: 0 12px 32px;
  }

  .outvue-live-home-hero,
  .outvue-live-post-feed {
    padding-left: 12px;
    padding-right: 12px;
  }

  .outvue-live-home-copy,
  .outvue-live-home-panel,
  .outvue-live-post-feed {
    border-radius: 24px;
  }

  .outvue-live-home-copy {
    padding: 22px;
  }

  .outvue-live-home-copy h1 {
    max-width: none;
  }

  .outvue-live-post-feed {
    padding-top: 20px;
  }

  .outvue-live-post-feed-head {
    align-items: start;
    flex-direction: column;
  }

  body.blog article,
  body.single-post article,
  body.archive article,
  body.search article,
  body.blog .site-main > *,
  body.archive .site-main > *,
  body.search .site-main > *,
  body.error404 .site-main > * {
    border-radius: 22px;
    padding: 18px;
  }
}
