/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .block {
    display: block;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --ink: #182132;
  --muted: #738096;
  --line: #e6eaf0;
  --soft-line: #eef1f5;
  --surface: #fff;
  --canvas: #f5f7fa;
  --sidebar: #111a2b;
  --sidebar-soft: #1a2539;
  --blue: #3975f6;
  --blue-dark: #2b63df;
  --blue-soft: #ebf2ff;
  --green: #19a974;
  --amber: #e89024;
  --radius: 14px;
  --shadow: 0 16px 48px #1c2a441f;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 14px;
}

button, input, select, textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.app-shell {
  min-height: 100vh;
}

.sidebar {
  z-index: 15;
  color: #d8dfeb;
  background: radial-gradient(circle at 0 0, #4971b81f, transparent 36%),
    var(--sidebar);
  flex-direction: column;
  width: 252px;
  min-height: 100vh;
  padding: 22px 16px 16px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
  overflow-y: auto;
}

.brand {
  color: #fff;
  letter-spacing: -.6px;
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 8px;
  font-size: 21px;
  font-weight: 720;
  display: flex;
}

.brand-mark {
  color: #fff;
  background: linear-gradient(145deg, #5f92ff, #376de8);
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
  box-shadow: 0 7px 18px #336dec4d;
}

.brand-beta {
  color: #7195d8;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-self: flex-start;
  margin: 5px 0 0 -3px;
  font-size: 9px;
  font-weight: 700;
}

.workspace-picker {
  background: #ffffff0b;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin: 21px 0 19px;
  padding: 10px;
  display: flex;
}

.workspace-avatar, .account-avatar {
  color: #dce8ff;
  background: linear-gradient(145deg, #394b68, #253650);
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 11px;
  font-weight: 750;
  display: grid;
}

.workspace-copy {
  flex: 1;
  min-width: 0;
}

.workspace-copy strong, .account-row strong {
  color: #f1f4f8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 620;
  display: block;
  overflow: hidden;
}

.workspace-copy span, .account-row span {
  color: #7f8ca1;
  margin-top: 2px;
  font-size: 10.5px;
  display: block;
}

.side-nav {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.side-nav button, .help-link {
  color: #929eb1;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  width: 100%;
  height: 42px;
  padding: 0 11px;
  font-size: 13px;
  transition: all .15s;
  display: flex;
}

.side-nav button:hover, .help-link:hover {
  color: #e5eaf2;
  background: #ffffff0b;
}

.side-nav button.active {
  color: #fff;
  background: linear-gradient(90deg, #3e74eb45, #3e74eb17);
  box-shadow: inset 2px 0 #5b8dff;
}

.side-nav button svg, .help-link svg {
  flex: none;
}

.side-nav button > span:first-of-type {
  flex: 1;
}

.nav-count {
  color: #aab7ca;
  text-align: center;
  background: #ffffff12;
  border-radius: 10px;
  min-width: 25px;
  padding: 2px 7px;
  font-size: 10px;
}

.nav-dot {
  background: #6b96ff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px #6b96ff21;
}

.soon {
  color: #58657a;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 9px;
  flex: none !important;
}

.nav-section-label {
  color: #536075;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 23px 11px 9px;
  font-size: 9px;
  font-weight: 700;
}

.sidebar-spacer {
  flex: 1;
  min-height: 24px;
}

.plan-card {
  background: linear-gradient(145deg, #4465a330, #26375333);
  border: 1px solid #7394d226;
  border-radius: 12px;
  grid-template-columns: 29px 1fr;
  gap: 2px 9px;
  margin-bottom: 8px;
  padding: 12px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.plan-card:after {
  content: "";
  background: #4c7ee61a;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  right: -20px;
}

.plan-icon {
  color: #aec7ff;
  background: #4f7ee133;
  border-radius: 8px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}

.plan-card strong, .plan-card span {
  display: block;
}

.plan-card strong {
  color: #e3e9f3;
  margin-top: 1px;
  font-size: 11.5px;
}

.plan-card span {
  color: #8190a6;
  margin-top: 3px;
  font-size: 10px;
}

.plan-progress {
  background: #ffffff14;
  border-radius: 4px;
  grid-column: 1 / -1;
  height: 3px;
  margin: 9px 0 7px;
  overflow: hidden;
}

.plan-progress span {
  border-radius: inherit;
  background: #5c8df9;
  width: 43%;
  height: 100%;
  margin: 0;
}

.plan-card button {
  z-index: 1;
  color: #8eb0f8;
  text-align: left;
  background: none;
  border: 0;
  grid-column: 1 / -1;
  padding: 3px 0 0;
  font-size: 10.5px;
  font-weight: 600;
  position: relative;
}

.help-link {
  margin: 1px 0 7px;
}

.account-row {
  border-top: 1px solid #ffffff0f;
  align-items: center;
  gap: 9px;
  padding: 12px 9px 3px;
  display: flex;
}

.account-row > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.account-avatar {
  color: #fff;
  background: linear-gradient(145deg, #7f68cc, #55469f);
  border-radius: 50%;
}

.main-area {
  min-width: 0;
  min-height: 100vh;
  margin-left: 252px;
  padding-bottom: 90px;
}

.topbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #ffffffeb;
  border-bottom: 1px solid #e8ebf0;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 34px;
  display: flex;
  position: sticky;
  top: 0;
}

.community-picker {
  text-align: left;
  background: none;
  border: 0;
  align-items: center;
  gap: 10px;
  padding: 0;
  display: flex;
}

.community-logo {
  color: #fff;
  letter-spacing: -.5px;
  background: #2688eb center / cover;
  border-radius: 11px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  overflow: hidden;
}

.community-picker div:nth-child(2) {
  min-width: 160px;
}

.community-picker span, .community-picker strong {
  display: block;
}

.community-picker span {
  color: #94a0b2;
  letter-spacing: .55px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 650;
}

.community-picker strong {
  font-size: 13px;
  font-weight: 650;
}

.topbar-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.sync-state {
  color: #7c889b;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  display: flex;
}

.sync-state > span {
  background: #2cc48d;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px #2cc48d1f;
}

.icon-button {
  border: 1px solid var(--line);
  color: #778397;
  background: #fff;
  border-radius: 10px;
  place-items: center;
  width: 36px;
  height: 36px;
  transition: all .15s;
  display: grid;
}

.icon-button:hover {
  color: var(--ink);
  background: #f9fafc;
  border-color: #d3d9e3;
}

.content {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 31px 34px 40px;
}

.page-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 24px;
  display: flex;
}

.eyebrow {
  color: #8a96a7;
  letter-spacing: .7px;
  text-transform: uppercase;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 680;
  display: flex;
}

.demo-dot {
  background: #e3a03e;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px #faedd8;
}

.live-dot {
  background: #21b783;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px #dff6ed;
}

.page-heading h1 {
  color: #192235;
  letter-spacing: -.8px;
  margin: 0;
  font-size: 28px;
  font-weight: 720;
}

.page-heading p {
  color: var(--muted);
  margin: 7px 0 0;
  font-size: 12.5px;
}

.heading-actions {
  gap: 8px;
  display: flex;
}

.button {
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 39px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 640;
  transition: all .15s;
  display: inline-flex;
}

.button.primary {
  color: #fff;
  border-color: var(--blue);
  background: linear-gradient(#4b82f7, #3973ed);
  box-shadow: 0 4px 11px #366ee833;
}

.button.primary:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.button.secondary {
  color: #4f5c70;
  background: #fff;
  border-color: #dfe4eb;
}

.button.secondary:hover {
  color: #263249;
  background: #fafbfc;
  border-color: #cad2de;
}

.button.ghost {
  color: #647187;
  background: none;
  border-color: #0000;
}

.metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 15px;
  display: grid;
}

.metric-card {
  text-align: left;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 13px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  min-height: 98px;
  padding: 17px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #202e4706;
}

button.metric-card {
  width: 100%;
}

.changes-metric:hover {
  border-color: #cfd9ef;
  box-shadow: 0 5px 18px #202e470f;
}

.metric-icon {
  border-radius: 11px;
  flex: none;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.metric-icon.blue {
  color: #4c7fe9;
  background: #eaf1ff;
}

.metric-icon.mint {
  color: #229c76;
  background: #e5f6ef;
}

.metric-icon.violet {
  color: #8067c1;
  background: #f0ebfb;
}

.metric-icon.amber {
  color: #cc852e;
  background: #fff2dc;
}

.metric-card > div:nth-child(2) {
  min-width: 0;
}

.metric-card span, .metric-card strong, .metric-card small {
  display: block;
}

.metric-card span {
  color: #7e899b;
  margin-bottom: 4px;
  font-size: 10.5px;
  font-weight: 550;
}

.metric-card strong {
  color: #202a3c;
  letter-spacing: -.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  font-weight: 720;
  overflow: hidden;
}

.metric-card small {
  color: #a0a8b5;
  margin-top: 3px;
  font-size: 9.5px;
}

.metric-card small b {
  color: #2cac7d;
  font-weight: 650;
}

.metric-arrow {
  position: absolute;
  right: 16px;
  color: #8ba4d7 !important;
  font-size: 17px !important;
}

.catalog-card {
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px #1e2c4409;
}

.catalog-toolbar {
  border-bottom: 1px solid var(--soft-line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 15px;
  display: flex;
}

.search-field {
  color: #98a2b2;
  background: #fafbfc;
  border: 1px solid #e0e5ec;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  width: min(390px, 38vw);
  height: 38px;
  padding: 0 10px;
  display: flex;
}

.search-field:focus-within {
  background: #fff;
  border-color: #a9c2f7;
  box-shadow: 0 0 0 3px #edf3ff;
}

.search-field input {
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 11.5px;
}

.search-field input::placeholder {
  color: #a7afbc;
}

.search-field kbd {
  color: #a1a9b6;
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 5px;
  padding: 2px 5px;
  font-family: inherit;
  font-size: 9px;
}

.filter-group {
  align-items: center;
  gap: 7px;
  display: flex;
}

.select-field {
  background: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  align-items: center;
  height: 36px;
  display: flex;
  position: relative;
}

.select-field select {
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  height: 100%;
  padding: 0 31px 0 11px;
  font-size: 10.5px;
}

.select-field svg {
  pointer-events: none;
  color: #8d98a9;
  position: absolute;
  right: 8px;
}

.view-button {
  color: #8b96a6;
  background: #fff;
  border: 1px solid #e1e5eb;
  place-items: center;
  width: 35px;
  height: 35px;
  display: grid;
}

.view-button:first-of-type {
  border-radius: 8px 0 0 8px;
  margin-left: 4px;
}

.view-button:last-of-type {
  border-radius: 0 8px 8px 0;
  margin-left: -7px;
}

.view-button.active {
  z-index: 1;
  color: #4b78df;
  background: #edf3ff;
  border-color: #b8ccf6;
}

.selection-bar {
  background: #f2f6ff;
  border-bottom: 1px solid #dce6fa;
  align-items: center;
  gap: 7px;
  height: 47px;
  padding: 0 17px;
  display: flex;
}

.selection-bar strong {
  color: #4261a2;
  margin-right: 9px;
  font-size: 11px;
}

.selection-bar button {
  color: #526b9f;
  background: #fff;
  border: 1px solid #d6e1f8;
  border-radius: 7px;
  align-items: center;
  gap: 5px;
  height: 29px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 580;
  display: inline-flex;
}

.selection-bar > span {
  flex: 1;
}

.selection-bar .clear-selection {
  background: none;
  border-color: #0000;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.product-table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  min-width: 940px;
}

.product-table th {
  color: #99a2b0;
  letter-spacing: .45px;
  text-align: left;
  text-transform: uppercase;
  background: #fafbfc;
  height: 39px;
  padding: 0 10px;
  font-size: 9px;
  font-weight: 690;
}

.product-table td {
  color: #485568;
  vertical-align: middle;
  border-top: 1px solid #f0f2f5;
  height: 69px;
  padding: 8px 10px;
  font-size: 11px;
}

.product-table tbody tr {
  transition: all .12s;
  position: relative;
}

.product-table tbody tr:hover {
  background: #fafcff;
}

.product-table tbody tr.selected-row {
  background: #f5f8ff;
}

.product-table tbody tr.changed-row td:first-child {
  box-shadow: inset 2px 0 #6f97ef;
}

.check-cell {
  width: 42px;
  padding-left: 17px !important;
  padding-right: 4px !important;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--blue);
  border: 1px solid #ccd3de;
  border-radius: 4px;
  margin: 0;
}

.product-main {
  text-align: left;
  background: none;
  border: 0;
  align-items: center;
  gap: 10px;
  min-width: 250px;
  max-width: 360px;
  padding: 0;
  display: flex;
}

.product-thumb, .mini-thumb {
  color: #ffffffed;
  text-shadow: 0 1px 3px #00000026;
  background: #e6efff center / cover;
  border: 1px solid #1f2a3c12;
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 43px;
  height: 43px;
  font-size: 16px;
  font-weight: 740;
  display: grid;
  position: relative;
  overflow: hidden;
}

.product-thumb:after, .product-preview:after, .mini-thumb:after {
  content: "";
  background: linear-gradient(135deg, #ffffff2e, #0000 48%), radial-gradient(circle at 70% 80%, #0000001f, #0000 50%);
  position: absolute;
  inset: 0;
}

.product-thumb > span {
  z-index: 1;
  position: relative;
}

.product-copy {
  min-width: 0;
}

.product-copy strong, .product-copy small {
  display: block;
}

.product-copy strong {
  color: #283346;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px;
  font-weight: 620;
  line-height: 1.35;
  overflow: hidden;
}

.product-copy small {
  color: #a0a8b4;
  margin-top: 4px;
  font-size: 9.5px;
}

.product-copy small b {
  color: #5275bd;
  text-transform: uppercase;
  background: #eaf1ff;
  border-radius: 4px;
  margin-left: 7px;
  padding: 2px 5px;
  font-size: 8px;
  font-weight: 700;
}

.sku {
  color: #718096;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.inline-price {
  grid-template-columns: 1fr 15px;
  align-items: center;
  width: 99px;
  display: grid;
  position: relative;
}

.inline-price input {
  -moz-appearance: textfield;
  background: none;
  border: 1px solid #0000;
  border-radius: 6px;
  outline: 0;
  width: 78px;
  height: 30px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 630;
}

.inline-price input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.inline-price input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.inline-price input:hover, .inline-price input:focus {
  background: #fff;
  border-color: #dce3ec;
}

.inline-price span {
  color: #9aa4b3;
}

.inline-price small {
  color: #aab1bc;
  grid-column: 1 / -1;
  margin: -2px 0 0 6px;
  font-size: 8.5px;
  text-decoration: line-through;
}

.stock {
  color: #58677d;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 10.5px;
}

.stock:hover {
  background: #f0f3f7;
}

.stock.empty {
  color: #cb704e;
  background: #fff2ed;
}

.status-pill {
  white-space: nowrap;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  font-size: 9.5px;
  font-weight: 580;
  display: inline-flex;
}

.status-pill i {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.status-pill.positive {
  color: #338c6c;
  background: #eaf7f2;
}

.status-pill.positive i {
  background: #38b487;
}

.status-pill.neutral {
  color: #7e8795;
  background: #f0f2f5;
}

.status-pill.neutral i {
  background: #929aa7;
}

.status-pill.warning {
  color: #b06d38;
  background: #fff2e8;
}

.status-pill.warning i {
  background: #e08b45;
}

.collection-label {
  color: #68768a;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
  display: inline-block;
  overflow: hidden;
}

.row-action {
  color: #9aa4b2;
  opacity: 0;
  background: none;
  border: 1px solid #0000;
  border-radius: 7px;
  place-items: center;
  width: 31px;
  height: 31px;
  transition: all .12s;
  display: grid;
}

.product-table tr:hover .row-action {
  opacity: 1;
}

.row-action:hover {
  color: #4a74cd;
  background: #f4f7ff;
  border-color: #dce5f6;
}

.table-footer {
  border-top: 1px solid var(--soft-line);
  color: #9aa4b3;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 0 16px;
  font-size: 9.5px;
  display: flex;
}

.table-footer div {
  gap: 4px;
  display: flex;
}

.table-footer button {
  color: #798597;
  background: #fff;
  border: 1px solid #e4e8ed;
  border-radius: 6px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 10px;
  display: grid;
}

.table-footer button.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.empty-state {
  color: #8f9aaa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  display: flex;
}

.empty-state > div {
  color: #7d93bc;
  background: #edf2fa;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 11px;
  display: grid;
}

.empty-state strong {
  color: #465267;
  margin-bottom: 5px;
  font-size: 12px;
}

.empty-state span {
  font-size: 10.5px;
}

.publish-dock {
  z-index: 12;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #1c283ef5;
  border: 1px solid #758dbc3d;
  border-radius: 13px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px 10px 15px;
  display: flex;
  position: fixed;
  bottom: 22px;
  left: 279px;
  right: 27px;
  box-shadow: 0 14px 40px #141f334d;
}

.dock-icon {
  color: #b9cbf4;
  background: #5f89e22e;
  border-radius: 10px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.publish-dock > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.publish-dock strong, .publish-dock span {
  display: block;
}

.publish-dock strong {
  color: #f4f6fa;
  font-size: 11.5px;
}

.publish-dock span {
  color: #8996aa;
  margin-top: 3px;
  font-size: 9.5px;
}

.publish-dock .button.ghost {
  color: #a5afbd;
}

.overlay {
  z-index: 30;
  cursor: default;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #0d14206b;
  border: 0;
  width: 100%;
  height: 100%;
  animation: .16s fade-in;
  position: fixed;
  inset: 0;
}

.drawer {
  z-index: 35;
  background: #fff;
  flex-direction: column;
  width: min(480px, 94vw);
  height: 100vh;
  animation: .22s cubic-bezier(.2, .8, .2, 1) slide-in;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -18px 0 60px #111d3230;
}

.compact-drawer {
  width: min(430px, 94vw);
}

.changes-drawer, .import-drawer {
  width: min(540px, 94vw);
}

.drawer-header {
  border-bottom: 1px solid var(--soft-line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 83px;
  padding: 17px 21px;
  display: flex;
}

.drawer-header > div {
  min-width: 0;
}

.drawer-header span {
  color: #9aa4b2;
  letter-spacing: .65px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 680;
  display: block;
}

.drawer-header h2 {
  color: #222d40;
  letter-spacing: -.3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 17px;
  font-weight: 690;
  overflow: hidden;
}

.drawer-body {
  flex: 1;
  padding: 21px;
  overflow-y: auto;
}

.drawer-footer {
  border-top: 1px solid var(--soft-line);
  background: #fff;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  min-height: 70px;
  padding: 13px 21px;
  display: flex;
}

.drawer-footer .button {
  min-width: 110px;
}

.product-preview {
  color: #ffffffe6;
  text-shadow: 0 3px 12px #0000002e;
  border-radius: 12px;
  place-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 750;
  display: grid;
  position: relative;
  overflow: hidden;
}

.product-preview > span {
  z-index: 1;
  position: relative;
}

.product-preview button {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #141c2970;
  border: 1px solid #ffffff38;
  border-radius: 7px;
  align-items: center;
  gap: 6px;
  height: 31px;
  padding: 0 10px;
  font-size: 9.5px;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.field {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.field > span {
  color: #687489;
  margin: 0 0 6px 1px;
  font-size: 10px;
  font-weight: 620;
  display: block;
}

.field input, .field select, .field textarea, .input-suffix {
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 9px;
  outline: 0;
  width: 100%;
  font-size: 11.5px;
  transition: all .14s;
}

.field input, .field select {
  height: 40px;
  padding: 0 11px;
}

.field textarea {
  resize: vertical;
  min-height: 108px;
  padding: 10px 11px;
  line-height: 1.5;
}

.field input:focus, .field select:focus, .field textarea:focus, .input-suffix:focus-within {
  border-color: #9bb8f3;
  box-shadow: 0 0 0 3px #edf3ff;
}

.field > small {
  color: #afb6c0;
  font-size: 8.5px;
  position: absolute;
  bottom: 6px;
  right: 8px;
}

.field-row {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

.vk-link {
  color: #4878d8;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 580;
  text-decoration: none;
  display: inline-flex;
}

.segmented {
  background: #f0f2f6;
  border-radius: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
  padding: 3px;
  display: grid;
}

.segmented button {
  color: #7d8898;
  background: none;
  border: 0;
  border-radius: 7px;
  height: 33px;
  font-size: 10px;
  font-weight: 600;
}

.segmented button.active {
  color: #35445d;
  background: #fff;
  box-shadow: 0 1px 4px #1c283e17;
}

.input-suffix {
  align-items: center;
  display: flex;
}

.input-suffix input {
  border: 0;
  flex: 1;
  min-width: 0;
  box-shadow: none !important;
}

.input-suffix b {
  color: #8e98a7;
  padding: 0 13px;
  font-size: 11px;
}

.hint-card {
  color: #6682bd;
  background: #f5f8ff;
  border: 1px solid #e4eaf5;
  border-radius: 9px;
  gap: 10px;
  margin: -3px 0 20px;
  padding: 12px;
  display: flex;
}

.hint-card strong, .hint-card span {
  display: block;
}

.hint-card strong {
  color: #536b9e;
  margin-bottom: 3px;
  font-size: 10px;
}

.hint-card span {
  color: #8090ae;
  font-size: 9.5px;
  line-height: 1.4;
}

.bulk-preview {
  background: #fafbfc;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  margin-top: 25px;
  padding: 15px;
}

.bulk-preview > span, .bulk-preview > strong {
  display: block;
}

.bulk-preview > span {
  color: #919ba9;
  margin-bottom: 4px;
  font-size: 9.5px;
}

.bulk-preview > strong {
  color: #344158;
  font-size: 12px;
}

.avatar-stack {
  margin-top: 12px;
  padding-left: 7px;
  display: flex;
}

.avatar-stack i {
  color: #fff;
  text-shadow: 0 1px 2px #0003;
  background: #7284a3;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-left: -7px;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  display: grid;
}

.demo-notice {
  color: #c17e25;
  background: #fff9ed;
  border: 1px solid #f0dfbc;
  border-radius: 10px;
  gap: 10px;
  margin: 16px 20px 0;
  padding: 12px;
  display: flex;
}

.demo-notice strong, .demo-notice span {
  display: block;
}

.demo-notice strong {
  color: #8e622b;
  margin-bottom: 3px;
  font-size: 10.5px;
}

.demo-notice span {
  color: #9c825f;
  font-size: 9.5px;
  line-height: 1.45;
}

.change-list {
  padding-top: 18px;
}

.change-group-title {
  color: #929caa;
  letter-spacing: .55px;
  text-transform: uppercase;
  margin: 6px 0 9px;
  font-size: 9px;
  font-weight: 690;
}

.change-item {
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 10px;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
  padding: 11px;
  display: flex;
}

.mini-thumb {
  border-radius: 8px;
  width: 38px;
  height: 38px;
  font-size: 13px;
}

.change-item > div {
  flex: 1;
  min-width: 0;
}

.change-item strong, .change-item div > span {
  display: block;
}

.change-item strong {
  color: #354156;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 10.5px;
  overflow: hidden;
}

.change-item div > span {
  color: #8f99a8;
  margin-top: 2px;
  font-size: 9px;
}

.change-item div > span em {
  color: #68768b;
  font-style: normal;
  font-weight: 600;
}

.change-item div > span b {
  color: #7090cf;
  margin: 0 3px;
}

.change-new {
  color: #37846a;
  text-transform: uppercase;
  background: #e8f6f1;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 8px;
}

.drawer-footer.stacked {
  flex-direction: column;
  align-items: stretch;
  min-height: 87px;
}

.drawer-footer.stacked > div {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.drawer-footer.stacked > div:first-child {
  color: #909baa;
  justify-content: flex-start;
  font-size: 9px;
}

.spinner {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  animation: .7s linear infinite spin;
}

.import-summary {
  background: #f2faf5;
  border: 1px solid #dceddf;
  border-radius: 10px;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  padding: 13px;
  display: flex;
}

.success-mark {
  color: #fff;
  background: #32af7f;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 750;
  display: grid;
}

.import-summary strong, .import-summary span {
  display: block;
}

.import-summary strong {
  color: #34745d;
  margin-bottom: 3px;
  font-size: 10.5px;
}

.import-summary span {
  color: #729383;
  font-size: 9.5px;
}

.import-table {
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  overflow: hidden;
}

.import-table > div {
  color: #68758a;
  border-top: 1px solid #eef1f4;
  grid-template-columns: minmax(0, 1fr) 90px 60px;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 12px;
  font-size: 10px;
  display: grid;
}

.import-table > div:first-child {
  border-top: 0;
}

.import-table .import-table-head {
  color: #98a1ae;
  letter-spacing: .4px;
  text-transform: uppercase;
  background: #fafbfc;
  min-height: 35px;
  font-size: 8.5px;
  font-weight: 650;
}

.import-table strong, .import-table small {
  display: block;
}

.import-table strong {
  color: #3e4a5e;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 10px;
  overflow: hidden;
}

.import-table small {
  color: #9ca5b2;
  font-size: 8.5px;
}

.more-rows {
  color: #8c97a7;
  text-align: center;
  padding: 12px 0;
  font-size: 9.5px;
}

.import-error {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  display: flex;
}

.import-error > div {
  color: #c58442;
  background: #fff1e3;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  display: grid;
}

.import-error strong {
  color: #435067;
  margin-bottom: 6px;
  font-size: 12px;
}

.import-error span {
  color: #8d98a8;
  max-width: 310px;
  margin-bottom: 18px;
  font-size: 10px;
  line-height: 1.5;
}

.toast {
  z-index: 50;
  color: #425067;
  background: #fff;
  border: 1px solid #dce2e9;
  border-radius: 10px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 14px 9px 10px;
  font-size: 10.5px;
  font-weight: 570;
  animation: .22s toast-in;
  display: flex;
  position: fixed;
  bottom: 21px;
  right: 22px;
  box-shadow: 0 12px 34px #17233829;
}

.toast span {
  color: #fff;
  background: #33ae7e;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 750;
  display: grid;
}

.published-note {
  z-index: 5;
  color: #a0a8b4;
  font-size: 8.5px;
  position: fixed;
  bottom: 0;
  right: 14px;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .sidebar {
    width: 218px;
  }

  .main-area {
    margin-left: 218px;
  }

  .publish-dock {
    left: 245px;
  }

  .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .topbar {
    padding: 0 24px;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .search-field {
    width: 100%;
  }

  .filter-group {
    justify-content: flex-end;
  }
}

@media (max-width: 820px) {
  .sidebar {
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 11px 15px;
    position: static;
  }

  .brand {
    flex: 1;
  }

  .workspace-picker, .side-nav, .nav-section-label, .sidebar-spacer, .plan-card, .help-link {
    display: none;
  }

  .account-row {
    border: 0;
    padding: 0;
  }

  .account-row > div:nth-child(2), .account-row > svg {
    display: none;
  }

  .main-area {
    margin-left: 0;
  }

  .topbar {
    height: 62px;
    padding: 0 17px;
    position: static;
  }

  .sync-state {
    display: none;
  }

  .content {
    padding: 23px 16px 36px;
  }

  .page-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .heading-actions {
    width: 100%;
    overflow-x: auto;
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
  }

  .publish-dock {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .publish-dock .button.ghost {
    display: none;
  }
}

@media (max-width: 560px) {
  .community-picker div:nth-child(2) {
    min-width: 0;
  }

  .community-picker strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 175px;
    overflow: hidden;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .metric-card {
    min-height: 84px;
  }

  .filter-group {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .select-field {
    flex: none;
  }

  .publish-dock > div:nth-child(2) span, .dock-icon {
    display: none;
  }

  .publish-dock {
    gap: 8px;
  }

  .publish-dock .button.primary {
    padding: 0 11px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.vk-onboarding {
  min-height: 100dvh;
  padding: max(22px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  background: radial-gradient(circle at 14% 12%, #4485ff26, #0000 27%), radial-gradient(circle at 88% 78%, #5b6bef17, #0000 24%), linear-gradient(145deg, #f5f8fd, #eaf0f9);
  grid-template-rows: auto 1fr auto;
  align-items: center;
  display: grid;
}

.vk-onboarding-header, .vk-onboarding-footer {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.vk-onboarding-header {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 46px;
  display: flex;
}

.vk-product-brand {
  align-items: center;
  gap: 10px;
  display: flex;
}

.vk-product-mark {
  color: #fff;
  background: linear-gradient(145deg, #5d92ff, #356bdd);
  border-radius: 12px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 17px;
  font-weight: 800;
  display: grid;
  box-shadow: 0 8px 20px #2b67e040;
}

.vk-product-brand strong {
  color: #16233b;
  letter-spacing: -.6px;
  font-size: 20px;
}

.vk-product-brand > span:last-child {
  color: #78869b;
  border-left: 1px solid #ccd6e5;
  padding-left: 10px;
  font-size: 14px;
}

.vk-app-badge, .vk-mode-chip {
  color: #53637b;
  background: #ffffffb3;
  border: 1px solid #3771da24;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 620;
  display: inline-flex;
}

.vk-app-badge {
  border-radius: 12px;
  min-height: 38px;
  padding: 6px 12px 6px 7px;
}

.vk-app-badge span {
  color: #fff;
  background: #2688eb;
  border-radius: 8px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 10px;
  font-weight: 850;
  display: grid;
}

.vk-connect-card {
  background: #fff;
  border: 1px solid #2443761a;
  border-radius: 28px;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  width: min(100%, 1040px);
  min-height: 570px;
  margin: 34px auto;
  display: grid;
  overflow: hidden;
  box-shadow: 0 30px 80px #1b355d24, 0 4px 16px #1b355d0d;
}

.vk-connect-card.is-wide {
  min-height: 620px;
  display: block;
}

.vk-connect-copy, .vk-connect-action {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.vk-connect-copy {
  padding: 58px 64px;
}

.vk-connect-action {
  text-align: center;
  background: radial-gradient(circle at 50% 16%, #3a7eef1f, #0000 30%), #f7f9fd;
  border-left: 1px solid #e3e9f3;
  align-items: center;
  padding: 48px 42px;
}

.vk-step-label {
  color: #356bdc;
  letter-spacing: .2px;
  background: #edf3ff;
  border-radius: 9px;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 720;
  display: inline-flex;
}

.vk-connect-copy h1, .vk-state-panel h1, .vk-community-heading h1 {
  color: #17243a;
  letter-spacing: -1.4px;
  margin: 18px 0 12px;
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.08;
}

.vk-connect-copy > p, .vk-state-panel > p, .vk-community-heading p, .vk-connect-action > p {
  color: #697990;
  font-size: 16px;
  line-height: 1.55;
}

.vk-connect-copy > p {
  max-width: 520px;
  margin: 0;
}

.vk-permission-list {
  gap: 17px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.vk-permission-list li {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  display: grid;
}

.vk-permission-list li > span {
  color: #3975e5;
  background: #f7faff;
  border: 1px solid #d9e4f5;
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-weight: 750;
  display: grid;
}

.vk-permission-list strong, .vk-permission-list small {
  display: block;
}

.vk-permission-list strong {
  color: #29364b;
  margin: 1px 0 4px;
  font-size: 15px;
}

.vk-permission-list small {
  color: #7c899b;
  font-size: 14px;
  line-height: 1.45;
}

.vk-logo-tile {
  color: #fff;
  letter-spacing: -1px;
  background: linear-gradient(150deg, #38a0ff, #1877da);
  border-radius: 23px;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 850;
  display: grid;
  box-shadow: 0 16px 34px #2688eb45;
}

.vk-connect-action h2 {
  color: #1b2940;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 23px;
}

.vk-connect-action > p {
  max-width: 340px;
  margin: 11px 0 25px;
}

.vk-primary-button {
  color: #fff;
  background: linear-gradient(#4d8cf4, #3576df);
  border: 1px solid #3377df;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .15s, box-shadow .15s, background .15s;
  display: inline-flex;
  box-shadow: 0 9px 22px #2a69d738;
}

.vk-primary-button:hover:not(:disabled) {
  background: #2f6fd6;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px #2a69d747;
}

.vk-primary-button.compact {
  width: auto;
  min-width: 190px;
  min-height: 46px;
}

.vk-security-note {
  color: #8290a4;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  font-size: 13px;
  display: flex;
}

.vk-security-note span {
  color: #fff;
  background: #25ad7c;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: grid;
}

.vk-onboarding-loading, .vk-state-panel {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vk-onboarding-loading {
  color: #687991;
  gap: 13px;
  font-size: 16px;
}

.vk-state-panel {
  grid-column: 1 / -1;
  min-height: 570px;
  padding: 52px 24px;
}

.vk-state-panel h1 {
  margin-bottom: 8px;
  font-size: 31px;
}

.vk-state-panel > p {
  max-width: 480px;
  margin: 0 0 24px;
}

.vk-state-panel .vk-logo-tile {
  margin-bottom: 20px;
}

.vk-state-icon {
  color: #6280aa;
  background: #eef3fa;
  border-radius: 21px;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.vk-state-icon.error {
  color: #ce654f;
  background: #fff0ec;
}

.vk-spinner {
  border: 3px solid #3470da2e;
  border-top-color: #3978e6;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  animation: .7s linear infinite vk-spin;
}

.vk-spinner.dark {
  width: 23px;
  height: 23px;
  margin: -7px 0 0;
}

.vk-text-button {
  color: #567093;
  background: none;
  border: 0;
  min-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 650;
}

.vk-text-button:hover {
  color: #285fb4;
}

.vk-community-step {
  min-height: 620px;
  padding: 45px 52px 34px;
}

.vk-community-heading {
  border-bottom: 1px solid #e9edf3;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 24px;
  display: flex;
}

.vk-community-heading h1 {
  margin-top: 12px;
  margin-bottom: 7px;
  font-size: 32px;
}

.vk-community-heading p {
  margin: 0;
}

.vk-mode-chip {
  color: #227853;
  background: #edfaf4;
  border-color: #ccebdc;
  border-radius: 11px;
  flex: none;
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.vk-mode-chip.demo {
  color: #9b6c24;
  background: #fff8eb;
  border-color: #f0dfbf;
}

.vk-community-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  display: grid;
}

.vk-community-option {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e1e7f0;
  border-radius: 15px;
  grid-template-columns: 50px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  min-height: 84px;
  padding: 14px;
  transition: border-color .15s, background .15s, box-shadow .15s;
  display: grid;
  position: relative;
}

.vk-community-option:hover {
  background: #fbfcfe;
  border-color: #bfcde2;
}

.vk-community-option.selected {
  background: #f5f9ff;
  border-color: #7aa7ef;
  box-shadow: inset 0 0 0 1px #7aa7ef;
}

.vk-community-option > input {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.vk-community-avatar {
  color: #315f9f;
  background: linear-gradient(145deg, #dceaff, #c7dcfb) center / cover;
  border-radius: 15px;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 800;
  display: grid;
}

.vk-community-meta {
  min-width: 0;
}

.vk-community-meta strong, .vk-community-meta small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.vk-community-meta strong {
  color: #29374d;
  margin-bottom: 5px;
  font-size: 15px;
}

.vk-community-meta small {
  color: #7d8a9c;
  font-size: 13px;
}

.vk-checkbox {
  color: #fff;
  background: #fff;
  border: 1px solid #cad3df;
  border-radius: 8px;
  place-items: center;
  width: 23px;
  height: 23px;
  font-size: 13px;
  font-weight: 800;
  display: grid;
}

.vk-community-option.selected .vk-checkbox {
  background: #3978e8;
  border-color: #3978e8;
}

.vk-community-footer {
  border-top: 1px solid #e9edf3;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 21px;
  display: flex;
}

.vk-community-footer > div {
  align-items: center;
  gap: 18px;
  display: flex;
}

.vk-community-footer > div > span {
  color: #77869a;
  font-size: 14px;
}

.vk-empty-communities {
  color: #77869b;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 290px;
  display: flex;
}

.vk-empty-communities strong {
  color: #304058;
  font-size: 18px;
}

.vk-empty-communities p {
  max-width: 420px;
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.vk-onboarding-footer {
  color: #8190a5;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  display: flex;
}

.vk-onboarding :focus-visible {
  outline-offset: 3px;
  outline: 3px solid #3576df57;
}

@keyframes vk-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes vk-pulse {
  50% {
    transform: scale(1.04);
    box-shadow: 0 18px 42px #2688eb57;
  }
}

.vk-logo-tile.pulse {
  animation: 1.6s ease-in-out infinite vk-pulse;
}

@media (max-width: 760px) {
  .vk-onboarding {
    min-height: 100dvh;
    padding: max(14px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    flex-direction: column;
    display: flex;
  }

  .vk-onboarding-header {
    min-height: 42px;
  }

  .vk-product-brand > span:last-child, .vk-app-badge {
    display: none;
  }

  .vk-connect-card, .vk-connect-card.is-wide {
    border-radius: 22px;
    width: 100%;
    min-height: 0;
    margin: 18px 0;
    display: block;
  }

  .vk-connect-copy {
    padding: 34px 25px 28px;
  }

  .vk-connect-copy h1, .vk-community-heading h1 {
    font-size: 30px;
  }

  .vk-connect-action {
    border-top: 1px solid #e3e9f3;
    border-left: 0;
    padding: 32px 24px 35px;
  }

  .vk-logo-tile {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .vk-permission-list {
    margin-top: 27px;
  }

  .vk-state-panel {
    min-height: 490px;
    padding: 36px 22px;
  }

  .vk-community-step {
    min-height: 0;
    padding: 30px 20px 22px;
  }

  .vk-community-heading {
    display: block;
  }

  .vk-mode-chip {
    margin-top: 17px;
  }

  .vk-community-list {
    grid-template-columns: 1fr;
  }

  .vk-community-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .vk-community-footer > div {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .vk-community-footer .vk-primary-button {
    width: 100%;
  }

  .vk-community-footer > .vk-text-button {
    align-self: center;
  }

  .vk-onboarding-footer {
    text-align: center;
    justify-content: center;
    margin-top: auto;
  }

  .vk-onboarding-footer span:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vk-onboarding *, .vk-onboarding :before, .vk-onboarding :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/