html.pl26-site,
html.pl26-site body {
  --pl26-bg: #eef3f8;
  --pl26-surface: #ffffff;
  --pl26-surface-soft: #f8fbff;
  --pl26-line: #dfe7f2;
  --pl26-line-strong: #cbd8ea;
  --pl26-text: #101828;
  --pl26-muted: #667085;
  --pl26-muted-strong: #536176;
  --pl26-blue: #2362ff;
  --pl26-cyan: #35d7ff;
  --pl26-green: #22c55e;
  --pl26-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  --pl26-shadow-strong: 0 26px 70px rgba(15, 23, 42, 0.14);
  --pl26-frame-width: min(1840px, calc(100% - 44px));
  background: #eef3f8;
  color: #101828;
  color-scheme: light;
}

html.pl26-site body.vx-page {
  background: #eef3f8;
}

html.pl26-site *,
html.pl26-site *::before,
html.pl26-site *::after {
  box-sizing: border-box;
}

html.pl26-site .topbar {
  display: none !important;
}

.pl26-route-cover {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow: hidden;
  pointer-events: none;
  background: #eef3f8;
  color: #101828;
  opacity: 0;
  transition: opacity 90ms linear;
  contain: layout paint style;
}

.pl26-route-cover.is-on {
  opacity: 1;
}

.pl26-route-cover[hidden] {
  display: none !important;
}

.pl26-route-cover__shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #eef3f8;
  transform-origin: top left;
}

.pl26-route-cover__shell--home .pl26-app {
  width: min(1760px, calc(100% - 44px));
  margin: 18px auto 48px;
}

.pl26-route-cover__app {
  min-height: 0;
  width: var(--pl26-frame-width);
  margin: 0 auto 48px;
  padding: 0 28px 18px;
  border: 1px solid #dce4ef;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  color: #101828;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.14);
  overflow: clip;
}

.pl26-route-cover .vx-wrap {
  width: var(--pl26-frame-width);
  max-width: none;
  margin: 0 auto 48px;
  padding: 0 28px 28px;
  border: 1px solid #dce4ef;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  color: #101828;
  overflow: clip;
}

.pl26-route-cover * {
  animation-play-state: paused !important;
  transition-duration: 0s !important;
}

html.pl26-route-transition body {
  cursor: progress;
}

html.pl26-site .singularity-wave-bg,
html.pl26-site .dithering-wave-bg,
html.pl26-site .city-grid-bg {
  display: none !important;
}

.pl26-site-chrome {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 3;
  width: var(--pl26-frame-width);
  margin: 24px auto 0;
  padding: 18px 28px 14px;
  border: 1px solid #dce4ef;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  color: #101828;
  box-shadow: 0 -12px 46px rgba(15, 23, 42, 0.06);
}

.pl26-site-chrome svg {
  display: block;
  width: 20px;
  height: 20px;
}

.pl26-site-head {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
}

.pl26-site-chrome .pl26-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  color: #101828;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.pl26-site-chrome .pl26-logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(145deg, #060a12 0%, #111827 100%);
  color: #35d7ff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(125, 231, 255, 0.3), 0 10px 22px rgba(7, 17, 31, 0.18);
}

.pl26-site-chrome .pl26-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 12px 0 16px;
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  background: #fff;
  color: #667085;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pl26-site-chrome .pl26-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 12px;
  background: transparent;
  color: #101828;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
}

.pl26-site-chrome .pl26-search input::placeholder {
  color: #7a8598;
}

.pl26-site-chrome .pl26-search kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid #dfe6f1;
  border-radius: 8px;
  background: #f8fafc;
  color: #69758a;
  font-size: 12px;
  font-weight: 850;
  font-family: inherit;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.06);
}

.pl26-site-chrome .pl26-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pl26-site-chrome .pl26-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pl26-site-chrome .pl26-proof-pill svg {
  width: 18px;
  height: 18px;
  color: #111827;
}

.pl26-site-chrome .pl26-proof-pill i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.pl26-site-chrome .pl26-menu {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #101828;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pl26-site-chrome .pl26-menu:hover,
.pl26-site-chrome .pl26-menu.is-open {
  background: #f3f7ff;
  color: #2362ff;
  box-shadow: inset 0 0 0 1px rgba(35, 98, 255, 0.2);
}

.pl26-site-chrome .pl26-menu-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.pl26-site-chrome .pl26-menu-panel.is-open {
  display: grid;
}

.pl26-site-chrome .pl26-menu-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.pl26-site-chrome .pl26-menu-grid a,
.pl26-site-chrome .pl26-menu-featured a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #e5ebf4;
  border-radius: 10px;
  background: #fff;
  color: #202938;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.pl26-site-chrome .pl26-menu-grid a:hover,
.pl26-site-chrome .pl26-menu-featured a:hover {
  border-color: rgba(35, 98, 255, 0.3);
  color: #2362ff;
  background: #f8fbff;
}

.pl26-site-chrome .pl26-menu-grid svg,
.pl26-site-chrome .pl26-menu-featured svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.pl26-site-chrome .pl26-menu-grid span,
.pl26-site-chrome .pl26-menu-featured span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl26-site-chrome .pl26-menu-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 470px;
}

.pl26-site-chrome .pl26-menu-featured a {
  min-height: 34px;
  padding: 0 11px;
  color: #536176;
  font-size: 12px;
}

.pl26-site-chrome .pl26-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
  min-height: 56px;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pl26-site-chrome .pl26-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
  color: #202938;
  font-size: 15px;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.pl26-site-chrome .pl26-tab + .pl26-tab {
  border-left: 1px solid #edf1f6;
}

.pl26-site-chrome .pl26-tab svg {
  width: 21px;
  height: 21px;
  color: #222b3a;
}

.pl26-site-chrome .pl26-tab.is-active,
.pl26-site-chrome .pl26-tab.is-active svg {
  color: #2362ff;
}

.pl26-site-chrome .pl26-tab.is-active::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #2362ff;
}

html.pl26-site #app {
  min-height: 0;
  width: var(--pl26-frame-width);
  margin: 0 auto 48px;
  padding: 0 28px 18px;
  border: 1px solid #dce4ef;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  color: #101828;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.14);
  overflow: clip;
}

html.pl26-site .site-shell {
  min-height: 0;
}

html.pl26-site .site-main {
  padding: 0 0 22px;
}

html.pl26-site .breadcrumbs,
html.pl26-site .vx-crumbs {
  color: var(--pl26-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

html.pl26-site .breadcrumbs a,
html.pl26-site .vx-crumbs a {
  color: var(--pl26-muted-strong) !important;
}

html.pl26-site .breadcrumbs a:hover,
html.pl26-site .vx-crumbs a:hover {
  color: var(--pl26-blue) !important;
}

html.pl26-site .page-stack.category-page {
  width: min(1440px, calc(100% - 44px));
  margin: 0 auto 52px;
  padding-top: 0;
  gap: 16px;
}

html.pl26-site .category-page > .container {
  width: 100%;
}

html.pl26-site .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px 36px;
  border: 2px dashed rgba(69, 113, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #f9fbff 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

html.pl26-site .category-hero::before {
  display: none;
}

html.pl26-site .category-hero .eyebrow {
  border-color: #e1e8f3;
  background: #f3f7ff;
  color: #667085;
}

html.pl26-site .category-hero h1 {
  margin: 14px 0 12px;
  color: #0d1422;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.034em;
  line-height: 1.02;
}

html.pl26-site .category-hero p {
  color: #566176;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  max-width: 76ch;
}

html.pl26-site .category-hero__meta {
  align-self: stretch;
  align-content: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #101828;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

html.pl26-site .category-hero__meta p {
  color: #425066;
  font-size: 1rem;
  font-weight: 800;
}

html.pl26-site .inline-link-list a,
html.pl26-site .pill-link {
  border-color: #e1e8f3;
  background: #fff;
  color: #536176;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site .inline-link-list a:hover,
html.pl26-site .pill-link:hover {
  border-color: rgba(35, 98, 255, 0.32);
  color: #2362ff;
  background: #f8fbff;
}

html.pl26-site .panel--section {
  border-color: #dfe7f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

html.pl26-site .tool-grid,
html.pl26-site .quick-tools-grid {
  gap: 16px;
}

html.pl26-site .tool-card {
  border-color: #dfe7f2;
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #101828;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

html.pl26-site .tool-card::before {
  background: linear-gradient(180deg, rgba(var(--tool-accent), 0.08), transparent);
  opacity: 1;
}

html.pl26-site .tool-card:hover {
  border-color: rgba(35, 98, 255, 0.28);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

html.pl26-site .tool-card__title,
html.pl26-site .tool-card__name {
  color: #101828;
}

html.pl26-site .tool-card__desc,
html.pl26-site .converter-group__desc {
  color: #667085;
}

html.pl26-site .tool-card__category {
  border-color: #e5ebf4;
  background: #f8fbff;
  color: #536176;
}

html.pl26-site .group-nav {
  gap: 8px;
}

html.pl26-site .group-nav__link {
  border: 1px solid #dfe7f2;
  background: #fff;
  color: #536176;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site .group-nav__link:hover {
  border-color: rgba(35, 98, 255, 0.32);
  color: #2362ff;
  background: #f8fbff;
}

html.pl26-site.pl26-category-page .search-input input,
html.pl26-site.pl26-category-page .tool-grid__controls input {
  min-height: 42px;
  border: 1px solid var(--pl26-line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--pl26-text);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site.pl26-category-page .search-input input::placeholder,
html.pl26-site.pl26-category-page .tool-grid__controls input::placeholder {
  color: #7a8598;
}

@media (min-width: 981px) {
  html.pl26-site .page-stack.category-page {
    width: min(1440px, calc(100% - 56px));
  }

  html.pl26-site.pl26-category-page .tool-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.pl26-site .category-hero {
    gap: 22px;
    padding: 26px 30px;
  }

  html.pl26-site .category-hero h1 {
    margin: 10px 0 8px;
    font-size: clamp(2.2rem, 3.35vw, 3.85rem);
  }

  html.pl26-site .category-hero p {
    font-size: clamp(0.96rem, 1.05vw, 1.08rem);
    line-height: 1.48;
  }

  html.pl26-site .category-hero__meta {
    gap: 10px;
    padding: 18px;
    border-radius: 14px;
  }

  html.pl26-site .category-hero__meta p {
    font-size: 0.94rem;
  }

  html.pl26-site .panel--section {
    padding: 22px;
  }

  html.pl26-site.pl26-category-page .section-head {
    gap: 6px;
    margin-bottom: 16px;
  }

  html.pl26-site.pl26-category-page .section-head h2 {
    font-size: clamp(1.55rem, 2vw, 2rem);
  }

  html.pl26-site.pl26-category-page .section-head p {
    font-size: 0.96rem;
  }

  html.pl26-site.pl26-category-page .tool-grid__controls {
    margin-bottom: 14px;
  }

  html.pl26-site.pl26-category-page .tool-card {
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 14px;
  }

  html.pl26-site.pl26-category-page .tool-card .ba-preview.pixlane-card-v2-preview {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
    border-radius: 12px;
  }

  html.pl26-site.pl26-category-page .tool-card__header {
    min-height: 32px;
  }

  html.pl26-site.pl26-category-page .tool-card__icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  html.pl26-site.pl26-category-page .tool-card__title,
  html.pl26-site.pl26-category-page .tool-card__name {
    font-size: 1rem;
    line-height: 1.16;
  }

  html.pl26-site.pl26-category-page .tool-card__desc {
    font-size: 0.86rem;
    line-height: 1.42;
  }
}

@media (min-width: 1280px) {
  html.pl26-site.pl26-category-page .tool-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-height: 940px) {
  html.pl26-site {
    --pl26-frame-width: min(1840px, calc(100% - 32px));
  }

  .pl26-site-chrome {
    gap: 10px;
    margin: 12px auto 0;
    padding: 14px 20px 12px;
    border-radius: 18px 18px 0 0;
  }

  html.pl26-site #app {
    padding: 0 20px 16px;
    border-radius: 0 0 18px 18px;
  }

  .pl26-site-head {
    gap: 12px;
  }

  .pl26-site-chrome .pl26-logo {
    min-width: 188px;
    gap: 10px;
    font-size: 22px;
  }

  .pl26-site-chrome .pl26-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 22px;
  }

  .pl26-site-chrome .pl26-search,
  .pl26-site-chrome .pl26-proof-pill {
    min-height: 40px;
  }

  .pl26-site-chrome .pl26-search input {
    font-size: 14px;
  }

  .pl26-site-chrome .pl26-proof-pill {
    padding: 0 13px;
    font-size: 13px;
  }

  .pl26-site-chrome .pl26-menu {
    width: 40px;
    height: 40px;
  }

  .pl26-site-chrome .pl26-tabs {
    min-height: 48px;
  }

  .pl26-site-chrome .pl26-tab {
    gap: 8px;
    padding: 0 12px;
    font-size: 14px;
  }

  .pl26-site-chrome .pl26-tab svg {
    width: 18px;
    height: 18px;
  }

  html.pl26-site .page-stack.category-page {
    width: min(1440px, calc(100% - 60px));
    gap: 12px;
    margin-bottom: 40px;
  }

  html.pl26-site .category-hero {
    gap: 18px;
    padding: 20px 26px;
    border-radius: 18px;
  }

  html.pl26-site .category-hero h1 {
    font-size: clamp(2rem, 3vw, 3.25rem);
  }

  html.pl26-site .category-hero__meta {
    padding: 16px;
  }

  html.pl26-site .panel--section {
    padding: 18px 20px 20px;
  }

  html.pl26-site .tool-grid,
  html.pl26-site .quick-tools-grid {
    gap: 14px;
  }

  html.pl26-site.pl26-category-page .tool-card .ba-preview.pixlane-card-v2-preview {
    height: auto;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  html.pl26-site {
    --pl26-frame-width: min(1840px, calc(100% - 32px));
  }

  .pl26-site-chrome {
    margin-top: 8px;
    padding: 12px 18px 10px;
  }

  html.pl26-site #app {
    padding: 0 18px 14px;
  }

  .pl26-site-chrome .pl26-logo {
    min-width: 176px;
    font-size: 21px;
  }

  .pl26-site-chrome .pl26-logo-mark {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .pl26-site-chrome .pl26-search,
  .pl26-site-chrome .pl26-proof-pill {
    min-height: 36px;
  }

  .pl26-site-chrome .pl26-proof {
    gap: 8px;
  }

  .pl26-site-chrome .pl26-proof-pill {
    gap: 6px;
    padding: 0 11px;
    font-size: 12px;
  }

  .pl26-site-chrome .pl26-menu {
    width: 36px;
    height: 36px;
  }

  .pl26-site-chrome .pl26-tabs {
    min-height: 44px;
  }

  html.pl26-site .category-hero {
    padding: 16px 22px;
  }

  html.pl26-site .category-hero .eyebrow {
    padding: 3px 7px;
    font-size: 0.68rem;
  }

  html.pl26-site .category-hero h1 {
    margin: 8px 0 6px;
    font-size: clamp(1.9rem, 2.7vw, 2.75rem);
  }

  html.pl26-site .category-hero p {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  html.pl26-site .category-hero__meta {
    gap: 8px;
    padding: 12px;
  }

  html.pl26-site .inline-link-list a,
  html.pl26-site .pill-link {
    padding: 5px 8px;
    font-size: 0.78rem;
  }

  html.pl26-site .panel--section {
    padding: 14px 18px 18px;
  }

  html.pl26-site.pl26-category-page .section-head {
    gap: 4px;
    margin-bottom: 10px;
  }

  html.pl26-site.pl26-category-page .section-head h2 {
    font-size: 1.35rem;
  }

  html.pl26-site.pl26-category-page .section-head p {
    display: none;
  }

  html.pl26-site.pl26-category-page .tool-grid__controls {
    margin-bottom: 10px;
  }

  html.pl26-site.pl26-category-page .tool-card {
    gap: 8px;
    padding: 10px;
  }

  html.pl26-site.pl26-category-page .tool-card .ba-preview.pixlane-card-v2-preview {
    height: auto;
  }

  html.pl26-site.pl26-category-page .tool-card__header {
    min-height: 28px;
  }
}

html.pl26-site .converter-group__heading,
html.pl26-site .vx-head h1,
html.pl26-site .vx-group-h {
  color: #101828;
}

html.pl26-site .vx-wrap {
  width: min(1680px, calc(100% - 44px));
  margin: 0 auto 52px;
  padding-top: 0;
}

html.pl26-site .vx-head {
  margin-top: 10px;
}

html.pl26-site .footer {
  margin-top: 40px;
  border-top: 1px solid #dfe7f2;
  background: #fff;
}

html.pl26-site .footer::before {
  display: none;
}

html.pl26-site .footer .brand,
html.pl26-site .footer__brand-tagline,
html.pl26-site .footer__note,
html.pl26-site .footer__heading,
html.pl26-site .footer__list a {
  color: #536176;
}

html.pl26-site .footer .brand__text,
html.pl26-site .footer__list a:hover {
  color: #101828;
}

html.pl26-site.pl26-tool-page .page-stack.tool-page {
  width: min(1680px, calc(100% - 44px));
  margin: 0 auto 52px;
  padding-top: 0;
  gap: 16px;
}

html.pl26-site.pl26-tool-page .page-stack.tool-page > .container {
  width: 100%;
}

html.pl26-site.pl26-tool-page .tool-hero__card {
  gap: 18px;
  padding: 34px 36px;
  border: 2px dashed rgba(69, 113, 255, 0.3);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--pl26-surface) 0%, var(--pl26-surface-soft) 100%);
  color: var(--pl26-text);
  box-shadow: var(--pl26-shadow);
}

html.pl26-site.pl26-tool-page .tool-hero__card h1 {
  margin: 8px 0 8px;
  color: var(--pl26-text);
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  font-weight: 950;
  letter-spacing: -0.034em;
  line-height: 1.02;
}

html.pl26-site.pl26-tool-page .tool-hero__card p {
  color: var(--pl26-muted-strong);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.58;
}

html.pl26-site.pl26-tool-page .tool-trust-strip,
html.pl26-site.pl26-tool-page .tool-stage-strip {
  gap: 12px;
}

html.pl26-site.pl26-tool-page .trust-pill,
html.pl26-site.pl26-tool-page .tool-stage {
  border-color: var(--pl26-line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--pl26-muted-strong);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site.pl26-tool-page .tool-stage--current {
  border-color: rgba(35, 98, 255, 0.34);
  background: #eef4ff;
}

html.pl26-site.pl26-tool-page .tool-stage--current span,
html.pl26-site.pl26-tool-page .tool-stage--done span {
  border-color: rgba(35, 98, 255, 0.32);
  background: #eef4ff;
  color: var(--pl26-blue);
}

html.pl26-site.pl26-tool-page .tool-workbench {
  grid-template-columns: minmax(0, 2.25fr) minmax(300px, 0.72fr);
  gap: 18px;
}

html.pl26-site.pl26-tool-page .panel,
html.pl26-site.pl26-tool-page .upload-panel,
html.pl26-site.pl26-tool-page .settings-panel,
html.pl26-site.pl26-tool-page .action-panel,
html.pl26-site.pl26-tool-page .result-panel {
  border-color: var(--pl26-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pl26-text);
  box-shadow: var(--pl26-shadow);
}

html.pl26-site.pl26-tool-page .upload-panel,
html.pl26-site.pl26-tool-page .result-panel {
  padding: 22px;
}

html.pl26-site.pl26-tool-page .settings-panel,
html.pl26-site.pl26-tool-page .action-panel {
  padding: 18px;
}

html.pl26-site.pl26-tool-page .upload-panel__head h2,
html.pl26-site.pl26-tool-page .settings-panel__head h2,
html.pl26-site.pl26-tool-page .action-panel h2,
html.pl26-site.pl26-tool-page .result-panel h2,
html.pl26-site.pl26-tool-page .section-head h2 {
  color: var(--pl26-text);
  letter-spacing: -0.02em;
}

html.pl26-site.pl26-tool-page .upload-panel__head p,
html.pl26-site.pl26-tool-page .settings-panel__head p,
html.pl26-site.pl26-tool-page .field__help,
html.pl26-site.pl26-tool-page .dropzone__meta,
html.pl26-site.pl26-tool-page .dropzone__paste-hint,
html.pl26-site.pl26-tool-page .panel__empty,
html.pl26-site.pl26-tool-page .preview-pane__meta {
  color: var(--pl26-muted);
}

html.pl26-site.pl26-tool-page .dropzone,
html.pl26-site.pl26-tool-page .upload-preview__frame,
html.pl26-site.pl26-tool-page .preview-pane,
html.pl26-site.pl26-tool-page .preview-pane__canvas,
html.pl26-site.pl26-tool-page .camera-live-panel,
html.pl26-site.pl26-tool-page .input-mode-toggle {
  border-color: var(--pl26-line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--pl26-text);
}

html.pl26-site.pl26-tool-page .dropzone {
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(69, 113, 255, 0.28);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.84);
}

html.pl26-site.pl26-tool-page .dropzone:hover,
html.pl26-site.pl26-tool-page .dropzone--processing,
html.pl26-site.pl26-tool-page .dropzone--filled {
  border-color: rgba(35, 98, 255, 0.45);
  background: #f8fbff;
}

html.pl26-site.pl26-tool-page .dropzone__glyph,
html.pl26-site.pl26-tool-page .tool-card__icon {
  border-color: rgba(35, 98, 255, 0.26);
  background: #eef4ff;
  color: var(--pl26-blue);
}

html.pl26-site.pl26-tool-page .dropzone__title,
html.pl26-site.pl26-tool-page .field__label,
html.pl26-site.pl26-tool-page label,
html.pl26-site.pl26-tool-page strong {
  color: var(--pl26-text);
}

html.pl26-site.pl26-tool-page input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):not([type="color"]),
html.pl26-site.pl26-tool-page select,
html.pl26-site.pl26-tool-page textarea,
html.pl26-site.pl26-tool-page .search-input input {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-text);
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.03);
}

html.pl26-site.pl26-tool-page input::placeholder,
html.pl26-site.pl26-tool-page textarea::placeholder {
  color: #8a94a6;
}

html.pl26-site .btn,
html.pl26-site.pl26-tool-page .input-mode-toggle__button,
html.pl26-site.pl26-tool-page .radio-pill {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-muted-strong);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site .btn:hover:not(:disabled),
html.pl26-site.pl26-tool-page .input-mode-toggle__button:hover,
html.pl26-site.pl26-tool-page .radio-pill:hover {
  border-color: rgba(35, 98, 255, 0.34);
  color: var(--pl26-blue);
  background: #f8fbff;
}

html.pl26-site .btn--primary,
html.pl26-site.pl26-tool-page .input-mode-toggle__button--active,
html.pl26-site.pl26-tool-page .radio-pill--active {
  border-color: transparent;
  background: linear-gradient(135deg, #2362ff, #5a7dff);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(35, 98, 255, 0.22);
}

html.pl26-site .btn--ghost,
html.pl26-site .btn--muted {
  background: #ffffff;
  color: var(--pl26-muted-strong);
}

html.pl26-site.pl26-tool-page .seo-deep-content,
html.pl26-site.pl26-tool-page .related-tools,
html.pl26-site.pl26-tool-page .faq-section {
  color: var(--pl26-muted-strong);
}

html.pl26-site.pl26-tool-page .seo-deep-content h2,
html.pl26-site.pl26-tool-page .seo-deep-content h3 {
  color: var(--pl26-text);
}

html.pl26-site.pl26-video-hub,
html.pl26-site.pl26-video-tool {
  --vx-bg: var(--pl26-bg);
  --vx-panel: #ffffff;
  --vx-panel-2: #f6f9fd;
  --vx-line: rgba(16, 24, 40, 0.11);
  --vx-line-strong: rgba(16, 24, 40, 0.18);
  --vx-text: var(--pl26-text);
  --vx-dim: var(--pl26-muted);
  --vx-accent: var(--pl26-blue);
  --vx-accent-2: var(--pl26-green);
}

html.pl26-site.pl26-video-hub .vx-wrap {
  width: var(--pl26-frame-width);
  max-width: none;
  margin: 0 auto 48px;
  padding: 0 28px 28px;
  border: 1px solid #dce4ef;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  color: #101828;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.14);
  overflow: clip;
}

html.pl26-site.pl26-video-tool .vx-wrap {
  width: min(1680px, calc(100% - 44px));
  max-width: none;
  margin: 0 auto 52px;
  padding: 0 0 64px;
}

html.pl26-site.pl26-video-hub .vx-head,
html.pl26-site.pl26-video-tool .vx-head {
  align-items: center;
  margin: 6px 0 12px;
}

html.pl26-site.pl26-video-hub .vx-head,
html.pl26-site.pl26-video-hub .vx-sub,
html.pl26-site.pl26-video-hub .vx-quick,
html.pl26-site.pl26-video-hub .vx-filterbar,
html.pl26-site.pl26-video-hub .vx-tools-panel,
html.pl26-site.pl26-video-hub .vx-group-h,
html.pl26-site.pl26-video-hub .vx-grid,
html.pl26-site.pl26-video-hub .vx-seo,
html.pl26-site.pl26-video-hub .vx-prose,
html.pl26-site.pl26-video-hub .vx-faq {
  width: min(1440px, 100%);
  margin-left: auto;
  margin-right: auto;
}

html.pl26-site.pl26-video-hub .vx-tools-panel .vx-filterbar,
html.pl26-site.pl26-video-hub .vx-tools-panel .vx-group-h,
html.pl26-site.pl26-video-hub .vx-tools-panel .vx-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 981px) {
  html.pl26-site.pl26-video-hub .vx-head,
  html.pl26-site.pl26-video-hub .vx-sub,
  html.pl26-site.pl26-video-hub .vx-quick,
  html.pl26-site.pl26-video-hub .vx-filterbar,
  html.pl26-site.pl26-video-hub .vx-tools-panel,
  html.pl26-site.pl26-video-hub .vx-group-h,
  html.pl26-site.pl26-video-hub .vx-grid,
  html.pl26-site.pl26-video-hub .vx-seo,
  html.pl26-site.pl26-video-hub .vx-prose,
  html.pl26-site.pl26-video-hub .vx-faq {
    width: min(1440px, calc(100% - 60px));
  }

  html.pl26-site.pl26-video-hub .vx-tools-panel .vx-filterbar,
  html.pl26-site.pl26-video-hub .vx-tools-panel .vx-group-h,
  html.pl26-site.pl26-video-hub .vx-tools-panel .vx-grid {
    width: 100%;
  }
}

html.pl26-site.pl26-video-hub .vx-head h1,
html.pl26-site.pl26-video-tool .vx-head h1 {
  color: var(--pl26-text);
  font-size: clamp(2.1rem, 3.6vw, 4.1rem);
  font-weight: 950;
  letter-spacing: -0.034em;
  line-height: 1.03;
}

html.pl26-site.pl26-video-hub .vx-sub,
html.pl26-site.pl26-video-tool .vx-sub {
  color: var(--pl26-muted-strong);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
}

html.pl26-site.pl26-video-hub .vx-sub {
  max-width: none;
}

html.pl26-site.pl26-video-tool .vx-sub {
  max-width: 92ch;
}

html.pl26-site.pl26-video-hub .vx-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 10px 28px;
  align-items: end;
  margin: 0 auto;
  padding: 26px 30px 0;
  border: 2px dashed rgba(69, 113, 255, 0.32);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(135deg, #fff 0%, #f9fbff 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

html.pl26-site.pl26-video-hub .vx-head::before {
  content: "CATEGORY";
  grid-column: 1 / -1;
  justify-self: start;
  padding: 5px 12px;
  border: 1px solid #e1e8f3;
  border-radius: 999px;
  background: #f3f7ff;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
}

html.pl26-site.pl26-video-hub .vx-head h1 {
  margin: 0;
  font-size: 3.35rem;
  letter-spacing: 0;
}

html.pl26-site.pl26-video-hub .vx-head .vx-badges {
  justify-self: stretch;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

html.pl26-site.pl26-video-hub .vx-sub {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 8px 30px 26px;
  border: 2px dashed rgba(69, 113, 255, 0.32);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(135deg, #fff 0%, #f9fbff 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
  line-height: 1.55;
}

html.pl26-site.pl26-video-hub .vx-badge,
html.pl26-site.pl26-video-tool .vx-badge {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-muted-strong);
  font-weight: 760;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site.pl26-video-hub .vx-badge--ai,
html.pl26-site.pl26-video-tool .vx-badge--ai {
  border-color: rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.08);
  color: #15803d;
}

html.pl26-site.pl26-video-tool .vx-drop,
html.pl26-site.pl26-video-tool .vx-actionbar,
html.pl26-site.pl26-video-tool .vx-rail,
html.pl26-site.pl26-video-tool .vx-progress__card,
html.pl26-site.pl26-video-tool .vx-result__card,
html.pl26-site.pl26-video-hub .vx-quick,
html.pl26-site.pl26-video-hub .vx-tools-panel,
html.pl26-site.pl26-video-hub .vx-filterbar,
html.pl26-site.pl26-video-hub .vx-seo,
html.pl26-site.pl26-video-hub .vx-prose,
html.pl26-site.pl26-video-hub .vx-faq {
  border-color: var(--pl26-line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--pl26-text);
  box-shadow: var(--pl26-shadow);
}

html.pl26-site.pl26-video-tool .vx-drop {
  min-height: 360px;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(69, 113, 255, 0.3);
  border-radius: 20px;
  background:
    radial-gradient(900px 320px at 15% -5%, rgba(35, 98, 255, 0.1), transparent 58%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

html.pl26-site.pl26-video-tool .vx-drop h2,
html.pl26-site.pl26-video-tool .vx-rail__title,
html.pl26-site.pl26-video-tool .vx-result__card h3,
html.pl26-site.pl26-video-tool .vx-seo h2,
html.pl26-site.pl26-video-tool .vx-how h2,
html.pl26-site.pl26-video-tool .vx-faq h2,
html.pl26-site.pl26-video-tool .vx-related h2,
html.pl26-site.pl26-video-hub .vx-group-h {
  color: var(--pl26-text);
}

html.pl26-site.pl26-video-tool .vx-drop__meta,
html.pl26-site.pl26-video-tool .vx-field__label,
html.pl26-site.pl26-video-tool .vx-note,
html.pl26-site.pl26-video-tool .vx-fileinfo,
html.pl26-site.pl26-video-tool .vx-result__meta,
html.pl26-site.pl26-video-tool .vx-seo p,
html.pl26-site.pl26-video-tool .vx-how .vx-steps,
html.pl26-site.pl26-video-tool .vx-faq p,
html.pl26-site.pl26-video-tool .vx-related__desc {
  color: var(--pl26-muted);
}

html.pl26-site.pl26-video-tool .vx-editor {
  grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.78fr);
  gap: 18px;
}

html.pl26-site.pl26-video-tool .vx-player,
html.pl26-site.pl26-video-tool .vx-strip {
  border-color: var(--pl26-line);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

html.pl26-site.pl26-video-tool .vx-rail,
html.pl26-site.pl26-video-tool .vx-actionbar {
  border-radius: 18px;
}

html.pl26-site.pl26-video-tool .vx-field input[type="number"],
html.pl26-site.pl26-video-tool .vx-field input[type="text"],
html.pl26-site.pl26-video-tool .vx-timefields input,
html.pl26-site.pl26-video-tool .vx-lock,
html.pl26-site.pl26-video-tool .vx-chips button,
html.pl26-site.pl26-video-tool .vx-op-card,
html.pl26-site.pl26-video-tool .vx-op-menu {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-text);
}

html.pl26-site.pl26-video-tool .vx-chips button.is-on,
html.pl26-site.pl26-video-tool .vx-op-card.is-selected {
  border-color: var(--pl26-blue);
  background: #eef4ff;
  color: var(--pl26-blue);
}

html.pl26-site.pl26-video-tool .vx-btn {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-muted-strong);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site.pl26-video-tool .vx-btn:hover {
  border-color: rgba(35, 98, 255, 0.34);
  color: var(--pl26-blue);
  background: #f8fbff;
}

html.pl26-site.pl26-video-tool .vx-btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #2362ff, #5a7dff);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(35, 98, 255, 0.22);
}

html.pl26-site.pl26-video-tool .vx-seo,
html.pl26-site.pl26-video-tool .vx-how,
html.pl26-site.pl26-video-tool .vx-faq,
html.pl26-site.pl26-video-tool .vx-related {
  max-width: none;
}

html.pl26-site.pl26-video-tool .vx-seo {
  padding: 22px;
  border: 1px solid var(--pl26-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--pl26-shadow);
}

html.pl26-site.pl26-video-tool .vx-how,
html.pl26-site.pl26-video-tool .vx-faq {
  padding: 22px;
  border: 1px solid var(--pl26-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--pl26-shadow);
}

html.pl26-site.pl26-video-tool .vx-related__grid a {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-text);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

html.pl26-site.pl26-video-tool .vx-related__grid a:hover {
  border-color: rgba(35, 98, 255, 0.34);
  color: var(--pl26-blue);
}

html.pl26-site.pl26-video-hub .vx-quick,
html.pl26-site.pl26-video-hub .vx-tools-panel,
html.pl26-site.pl26-video-hub .vx-filterbar,
html.pl26-site.pl26-video-hub .vx-seo,
html.pl26-site.pl26-video-hub .vx-prose,
html.pl26-site.pl26-video-hub .vx-faq {
  border: 1px solid var(--pl26-line);
  border-radius: 18px;
}

html.pl26-site.pl26-video-hub .vx-filterbar {
  position: relative;
  top: auto;
  z-index: 1;
  margin: 0 0 16px;
  padding: 14px;
  box-shadow: none;
}

html.pl26-site.pl26-video-hub .vx-filterbar button,
html.pl26-site.pl26-video-hub .vx-filterbar__count {
  border-color: var(--pl26-line);
  background: #ffffff;
  color: var(--pl26-muted-strong);
}

html.pl26-site.pl26-video-hub .vx-filterbar button.is-on {
  border-color: var(--pl26-blue);
  background: #eef4ff;
  color: var(--pl26-blue);
}

html.pl26-site.pl26-video-hub .vx-card {
  border-color: var(--pl26-line);
  border-radius: 14px;
  min-height: 361px;
  padding: 12px;
  background: #ffffff;
  color: var(--pl26-text);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

html.pl26-site.pl26-video-hub .vx-grid {
  gap: 16px;
}

html.pl26-site.pl26-video-hub .vx-ba {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
}

html.pl26-site.pl26-video-hub .vx-card__body {
  gap: 10px;
  padding: 12px 0 0;
}

html.pl26-site.pl26-video-hub .vx-card__body h2 {
  font-size: 1rem;
  line-height: 1.16;
}

html.pl26-site.pl26-video-hub .vx-card__body p {
  font-size: 0.86rem;
  line-height: 1.42;
}

html.pl26-site.pl26-video-hub .vx-card:hover {
  border-color: rgba(35, 98, 255, 0.3);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

html.pl26-site.pl26-video-hub .vx-card__body h2,
html.pl26-site.pl26-video-hub .vx-card__body p {
  color: var(--pl26-text);
}

html.pl26-site.pl26-video-hub .vx-card__body p {
  color: var(--pl26-muted);
}

html.pl26-site.pl26-video-hub .vx-card__cta {
  color: var(--pl26-blue);
}

html.pl26-site.pl26-video-hub .vx-tools-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
}

html.pl26-site.pl26-video-hub .vx-tools-panel .vx-group-h {
  margin: 18px 0 0;
}

html.pl26-site.pl26-video-hub .vx-tools-panel .vx-group-h--first {
  margin-top: 0;
}

html.pl26-site.pl26-video-hub .vx-tools-panel .vx-grid {
  margin-top: 0;
}

@media (min-width: 981px) {
  html.pl26-site.pl26-video-hub .vx-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  html.pl26-site.pl26-video-hub .vx-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 981px) and (max-height: 940px) {
  html.pl26-site.pl26-video-hub .vx-wrap {
    padding: 0 20px 24px;
    border-radius: 0 0 18px 18px;
  }

  html.pl26-site.pl26-video-hub .vx-tools-panel {
    padding: 18px 20px 20px;
  }

  html.pl26-site.pl26-video-hub .vx-grid {
    gap: 14px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  html.pl26-site.pl26-video-hub .vx-wrap {
    padding: 0 18px 22px;
  }

  html.pl26-site.pl26-video-hub .vx-tools-panel {
    padding: 14px 18px 18px;
  }

  html.pl26-site.pl26-video-hub .vx-card {
    min-height: 332px;
    padding: 10px;
  }
}

@media (max-width: 1240px) {
  .pl26-site-head {
    grid-template-columns: auto minmax(260px, 1fr) auto;
  }

  .pl26-site-chrome .pl26-proof {
    display: none;
  }
}

@media (max-width: 980px) {
  html.pl26-site {
    --pl26-frame-width: min(100% - 24px, 760px);
  }

  .pl26-site-chrome {
    padding: 18px;
    margin-top: 12px;
  }

  html.pl26-site #app {
    padding: 0 18px 16px;
  }

  .pl26-site-head {
    grid-template-columns: 1fr auto;
  }

  .pl26-site-chrome .pl26-logo {
    min-width: 0;
  }

  .pl26-site-chrome .pl26-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .pl26-site-chrome .pl26-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pl26-site-chrome .pl26-tabs::-webkit-scrollbar {
    display: none;
  }

  .pl26-site-chrome .pl26-tab {
    flex: 0 0 auto;
    min-width: 168px;
    min-height: 56px;
  }

  .pl26-site-chrome .pl26-menu-panel,
  .pl26-site-chrome .pl26-menu-grid {
    grid-template-columns: 1fr;
  }

  .pl26-site-chrome .pl26-menu-featured {
    max-width: none;
    justify-content: flex-start;
  }

  html.pl26-site .page-stack.category-page,
  html.pl26-site .page-stack.tool-page,
  html.pl26-site .vx-wrap {
    width: min(100% - 24px, 760px);
  }

  html.pl26-site .category-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  html.pl26-site.pl26-video-hub .vx-head {
    grid-template-columns: 1fr;
    padding: 24px 24px 0;
  }

  html.pl26-site.pl26-video-hub .vx-head h1 {
    font-size: 3rem;
  }

  html.pl26-site.pl26-video-hub .vx-head .vx-badges {
    justify-self: start;
    width: 100%;
  }

  html.pl26-site.pl26-video-hub .vx-sub {
    padding: 8px 24px 24px;
  }
}

@media (max-width: 620px) {
  html.pl26-site {
    --pl26-frame-width: calc(100% - 16px);
  }

  .pl26-site-chrome {
    border-radius: 18px 18px 0 0;
    padding: 16px;
  }

  html.pl26-site #app {
    padding: 0 16px 14px;
    border-radius: 0 0 18px 18px;
  }

  .pl26-site-chrome .pl26-logo {
    font-size: 22px;
  }

  .pl26-site-chrome .pl26-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 22px;
  }

  .pl26-site-chrome .pl26-search kbd {
    display: none;
  }

  .pl26-site-chrome .pl26-tab {
    min-width: 154px;
    font-size: 14px;
  }

  html.pl26-site .page-stack.category-page,
  html.pl26-site .page-stack.tool-page,
  html.pl26-site .vx-wrap {
    width: calc(100% - 16px);
  }

  html.pl26-site .category-hero {
    padding: 24px 20px;
    border-radius: 18px;
  }
}
