/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Plus Jakarta Sans", Arial, ui-sans-serif, system-ui, sans-serif;
    --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, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --vg-primary: #F45A07;
  --vg-primary-hover: #D94A00;
  --vg-primary-soft: #FFF7ED;
  --vg-brand-navy: #04184D;
  --vg-bg: #F8FAFC;
  --vg-surface: #FFFFFF;
  --vg-surface-raised: #FFFFFF;
  --vg-text-primary: #0F172A;
  --vg-text-secondary: #475569;
  --vg-text-muted: #64748B;
  --vg-border: #E2E8F0;
  --vg-success: #16A34A;
  --vg-warning: #D97706;
  --vg-danger: #DC2626;
  --vg-info: #2563EB;
  --vg-focus: rgba(244, 90, 7, .18);
}
@media (prefers-color-scheme: dark) {
  :root {
    --vg-bg: #080E1C;
    --vg-surface: #0F172A;
    --vg-surface-raised: #182235;
    --vg-text-primary: #F8FAFC;
    --vg-text-secondary: #CBD5E1;
    --vg-text-muted: #94A3B8;
    --vg-border: #263449;
  }
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: var(--vg-bg);
}
body.vg-body {
  min-height: 100vh;
  margin: 0;
  background: var(--vg-bg);
  color: var(--vg-text-primary);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button, input {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--vg-focus);
  outline-offset: 2px;
}
.vg-logo {
  display: block;
  width: 154px;
  height: 52px;
  object-fit: contain;
}
.vg-logo--sm {
  width: 132px;
  height: 46px;
}
.vg-logo--lg {
  width: 190px;
  height: 66px;
}
.vg-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px 72px;
  position: relative;
  overflow: hidden;
}
.vg-auth::before, .vg-auth::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}
.vg-auth::before {
  width: 520px;
  height: 520px;
  background: rgba(244, 90, 7, .08);
  top: -260px;
  right: -180px;
}
.vg-auth::after {
  width: 460px;
  height: 460px;
  background: rgba(4, 24, 77, .08);
  left: -240px;
  bottom: -230px;
}
.vg-auth__card {
  width: min(100%, 460px);
  position: relative;
  z-index: 1;
  border: 1px solid var(--vg-border);
  border-radius: 20px;
  background: var(--vg-surface);
  box-shadow: 0 20px 60px rgba(2, 6, 23, .10);
  padding: 32px;
}
.vg-auth__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.vg-auth__header {
  margin-bottom: 28px;
  text-align: center;
}
.vg-auth__header h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.025em;
}
.vg-auth__header p {
  margin: 10px auto 0;
  max-width: 360px;
  color: var(--vg-text-secondary);
  font-size: 14px;
  line-height: 1.6;
}
.vg-auth__tagline {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  margin: 0;
  color: var(--vg-text-muted);
  font-size: 12px;
  text-align: center;
}
.vg-form {
  display: grid;
  gap: 18px;
}
.vg-form--compact {
  margin-top: 22px;
}
.vg-form__meta {
  display: flex;
  justify-content: flex-end;
  margin-top: -4px;
}
.vg-field {
  display: grid;
  gap: 7px;
}
.vg-field__label {
  font-size: 13px;
  font-weight: 650;
  color: var(--vg-text-primary);
}
.vg-field__required {
  color: var(--vg-danger);
}
.vg-field__help, .vg-field__error {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.vg-field__help {
  color: var(--vg-text-muted);
}
.vg-field__error {
  color: var(--vg-danger);
}
.vg-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--vg-border);
  border-radius: 10px;
  background: var(--vg-surface);
  color: var(--vg-text-primary);
  padding: 10px 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.vg-input::placeholder {
  color: var(--vg-text-muted);
}
.vg-input:focus {
  border-color: var(--vg-primary);
  box-shadow: 0 0 0 3px var(--vg-focus);
  outline: none;
}
.vg-input--error {
  border-color: var(--vg-danger);
}
.vg-password {
  position: relative;
}
.vg-password__input {
  padding-right: 62px;
}
.vg-password__toggle {
  min-width: 52px;
  min-height: 36px;
  position: absolute;
  right: 4px;
  top: 4px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--vg-text-secondary);
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.vg-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-weight: 650;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, background .15s ease, border-color .15s ease;
}
.vg-button:active {
  transform: translateY(1px);
}
.vg-button:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.vg-button--primary {
  background: var(--vg-primary);
  color: white;
}
.vg-button--primary:hover {
  background: var(--vg-primary-hover);
}
.vg-button--secondary {
  background: var(--vg-surface);
  color: var(--vg-text-primary);
  border-color: var(--vg-border);
}
.vg-button--danger {
  background: var(--vg-danger);
  color: white;
}
.vg-button--ghost {
  background: transparent;
  color: var(--vg-text-secondary);
}
.vg-button--full {
  width: 100%;
}
.vg-button--compact {
  min-height: 40px;
  padding: 8px 13px;
}
.vg-link {
  color: var(--vg-primary);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.vg-link:hover {
  text-decoration: underline;
}
.vg-link--center {
  display: block;
  text-align: center;
}
.vg-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  animation: vg-spin .7s linear infinite;
}
@keyframes vg-spin {
  to {
    transform: rotate(360deg);
  }
}
.vg-toast-region {
  position: fixed;
  z-index: 100;
  top: 16px;
  right: 16px;
  width: min(calc(100vw - 32px), 390px);
}
.vg-toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--vg-surface-raised);
  color: var(--vg-text-primary);
  border: 1px solid var(--vg-border);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(2, 6, 23, .18);
  padding: 13px 14px;
}
.vg-toast__body {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vg-toast__body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.vg-toast__indicator {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--vg-info);
}
.vg-toast--success .vg-toast__indicator {
  background: var(--vg-success);
}
.vg-toast--warning .vg-toast__indicator {
  background: var(--vg-warning);
}
.vg-toast--error .vg-toast__indicator {
  background: var(--vg-danger);
}
.vg-toast__close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--vg-text-muted);
  font-size: 22px;
  cursor: pointer;
}
.vg-notice {
  border: 1px solid var(--vg-border);
  border-radius: 14px;
  padding: 16px;
  color: var(--vg-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  background: var(--vg-info);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vg-info) 5%, var(--vg-surface));
  }
}
.vg-notice--warning {
  background: var(--vg-warning);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vg-warning) 7%, var(--vg-surface));
  }
}
.vg-notice__title {
  display: block;
  margin-bottom: 4px;
  color: var(--vg-text-primary);
}
.vg-selection-list {
  display: grid;
  gap: 12px;
}
.vg-selection-card {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--vg-border);
  border-radius: 14px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.vg-selection-card:hover {
  border-color: var(--vg-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}
.vg-selection-card strong, .vg-selection-card span {
  display: block;
}
.vg-selection-card span {
  margin-top: 4px;
  color: var(--vg-text-muted);
  font-size: 12px;
}
.vg-selection-card__arrow {
  color: var(--vg-primary) !important;
  font-size: 20px !important;
}
.vg-app {
  min-height: 100vh;
}
.vg-sidebar {
  width: 256px;
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  background: var(--vg-brand-navy);
  color: white;
  padding: 20px 16px;
}
.vg-sidebar__brand {
  min-height: 56px;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 12px;
  padding: 5px 10px;
  text-decoration: none;
}
.vg-sidebar__context {
  display: grid;
  gap: 3px;
  margin: 18px 4px 24px;
}
.vg-sidebar__context span {
  font-size: 13px;
  font-weight: 700;
}
.vg-sidebar__context small {
  color: #CBD5E1;
  font-size: 11px;
}
.vg-sidebar__nav {
  display: grid;
  gap: 8px;
}
.vg-sidebar__link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 600;
}
.vg-sidebar__link--active {
  background: rgba(244, 90, 7, .15);
  color: white;
}
.vg-sidebar__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vg-primary);
}
.vg-sidebar__coming {
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 12px 0;
  color: #94A3B8;
  font-size: 11px;
  line-height: 1.55;
}
.vg-app__main {
  min-height: 100vh;
  margin-left: 256px;
}
.vg-topbar {
  min-height: 72px;
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--vg-border);
  background: var(--vg-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--vg-surface) 94%, transparent);
  }
  backdrop-filter: blur(12px);
  padding: 12px 28px;
}
.vg-topbar h1 {
  margin: 2px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.vg-topbar__eyebrow {
  color: var(--vg-text-muted);
  font-size: 11px;
}
.vg-topbar__account {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vg-topbar__user {
  display: grid;
  text-align: right;
}
.vg-topbar__user strong {
  font-size: 12px;
}
.vg-topbar__user span {
  color: var(--vg-text-muted);
  font-size: 11px;
}
.vg-app__content {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 28px;
}
.vg-hero-panel {
  border: 1px solid var(--vg-primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--vg-primary) 24%, var(--vg-border));
  }
  border-radius: 18px;
  padding: 28px;
  background: radial-gradient(circle at 90% 0%, rgba(244,90,7,.12), transparent 34%), var(--vg-surface);
}
.vg-hero-panel__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: var(--vg-primary-soft);
  color: #B83D00;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
}
.vg-hero-panel h2 {
  margin: 15px 0 8px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
}
.vg-hero-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--vg-text-secondary);
  line-height: 1.7;
}
.vg-hero-panel code {
  color: var(--vg-primary);
  font-size: .9em;
}
.vg-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.vg-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vg-metric-card, .vg-section-card {
  border: 1px solid var(--vg-border);
  background: var(--vg-surface);
  border-radius: 14px;
  padding: 18px;
}
.vg-metric-card {
  display: grid;
  gap: 6px;
}
.vg-metric-card span {
  color: var(--vg-text-muted);
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.vg-metric-card strong {
  font-size: 20px;
}
.vg-metric-card small {
  color: var(--vg-text-secondary);
  font-size: 12px;
}
.vg-section-card {
  margin-top: 18px;
}
.vg-section-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.vg-section-card p {
  margin: 0;
  color: var(--vg-text-secondary);
  font-size: 13px;
  line-height: 1.7;
}
.vg-mobile-nav {
  display: none;
}
.vg-error-code {
  margin: 4px 0 20px;
  color: var(--vg-primary);
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -.05em;
}
@media (max-width: 1023px) {
  .vg-sidebar {
    display: none;
  }
  .vg-app__main {
    margin-left: 0;
    padding-bottom: 82px;
  }
  .vg-topbar {
    min-height: 64px;
    padding: 10px 16px;
  }
  .vg-topbar__user {
    display: none;
  }
  .vg-app__content {
    padding: 18px 16px 24px;
  }
  .vg-mobile-nav {
    min-height: 66px;
    position: fixed;
    z-index: 30;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--vg-border);
    background: var(--vg-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--vg-surface) 97%, transparent);
    }
    backdrop-filter: blur(14px);
    padding: 6px max(12px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }
  .vg-mobile-nav__item {
    min-height: 50px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    border-radius: 12px;
    color: var(--vg-text-muted);
    font-size: 10px;
    font-weight: 650;
    text-decoration: none;
  }
  .vg-mobile-nav__item--active {
    color: var(--vg-primary);
    background: var(--vg-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--vg-primary) 7%, transparent);
    }
  }
  .vg-mobile-nav__icon {
    font-size: 20px;
    line-height: 1;
  }
  .vg-grid--3 {
    grid-template-columns: 1fr;
  }
  .vg-hero-panel {
    padding: 22px 18px;
  }
}
@media (max-width: 639px) {
  .vg-auth {
    align-items: start;
    padding: 18px 12px 64px;
  }
  .vg-auth__card {
    width: 100%;
    min-height: calc(100vh - 92px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    padding: 24px 18px;
  }
  .vg-auth__tagline {
    bottom: 16px;
  }
  .vg-logo--lg {
    width: 164px;
    height: 58px;
  }
  .vg-auth__header h1 {
    font-size: 24px;
  }
  .vg-button, .vg-input {
    min-height: 48px;
  }
  .vg-password__toggle {
    min-height: 40px;
  }
  .vg-toast-region {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .vg-topbar__account .vg-button {
    min-height: 44px;
  }
  .vg-hero-panel h2 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
.vg-page-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.vg-page-header h2 {
  margin: 0;
  font-size: 25px;
}
.vg-page-header p {
  margin: 7px 0 0;
  color: var(--vg-text-secondary);
  font-size: 13px;
}
.vg-page-header__actions {
  display: flex;
  gap: 10px;
}
.vg-filter-bar {
  display: grid;
  grid-template-columns: minmax(220px,1fr) minmax(170px,220px) auto;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--vg-border);
  border-radius: 14px;
  background: var(--vg-surface);
}
.vg-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.vg-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
}
.vg-form-card {
  max-width: 1000px;
}
.vg-textarea {
  min-height: 104px;
  resize: vertical;
}
.vg-table-wrap {
  overflow: hidden;
  border: 1px solid var(--vg-border);
  border-radius: 14px;
  background: var(--vg-surface);
}
.vg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.vg-table th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--vg-border);
  background: var(--vg-bg);
  color: var(--vg-text-muted);
  font-size: 11px;
  text-align: left;
}
.vg-table td {
  padding: 14px;
  border-bottom: 1px solid var(--vg-border);
  color: var(--vg-text-secondary);
}
.vg-table tr:last-child td {
  border-bottom: 0;
}
.vg-table td strong,.vg-table td small {
  display: block;
}
.vg-table td strong {
  color: var(--vg-text-primary);
}
.vg-table td small {
  margin-top: 3px;
  color: var(--vg-text-muted);
}
.vg-table__actions {
  text-align: right;
}
.vg-table__actions a,.vg-link-button {
  color: var(--vg-primary);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.vg-link-button {
  border: 0;
  background: transparent;
  padding: 7px;
  cursor: pointer;
}
.vg-link-button--danger {
  color: var(--vg-danger);
}
.vg-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 9px;
  border: 1px solid var(--vg-border);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.vg-status__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vg-text-muted);
}
.vg-status--success .vg-status__dot {
  background: var(--vg-success);
}
.vg-status--info .vg-status__dot {
  background: var(--vg-info);
}
.vg-status--danger .vg-status__dot {
  background: var(--vg-danger);
}
.vg-mobile-only {
  display: none;
}
.vg-mobile-card-list {
  display: grid;
  gap: 12px;
}
.vg-entity-card {
  display: block;
  padding: 15px;
  border: 1px solid var(--vg-border);
  border-radius: 15px;
  background: var(--vg-surface);
  color: inherit;
  text-decoration: none;
}
.vg-entity-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.vg-entity-card__head strong,.vg-entity-card__head span {
  display: block;
}
.vg-entity-card__head span {
  margin-top: 4px;
  color: var(--vg-text-muted);
  font-size: 11px;
}
.vg-entity-card__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 13px;
  color: var(--vg-text-secondary);
  font-size: 11px;
}
.vg-card-action {
  display: inline-flex;
  margin-top: 14px;
  color: var(--vg-primary);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.vg-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.vg-card-actions .vg-button {
  flex: 1;
}
.vg-pagination {
  margin-top: 16px;
}
.vg-empty-state {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 42px 20px;
  border: 1px dashed var(--vg-border);
  border-radius: 16px;
  background: var(--vg-surface);
}
.vg-empty-state__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--vg-primary-soft);
  color: var(--vg-primary);
  font-size: 24px;
}
.vg-empty-state h3 {
  margin: 14px 0 5px;
}
.vg-empty-state p {
  max-width: 460px;
  margin: 0;
  color: var(--vg-text-secondary);
  font-size: 13px;
}
.vg-empty-state__action {
  margin-top: 16px;
}
.vg-grid--4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.vg-detail-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
}
.vg-detail-grid>div {
  display: grid;
  gap: 5px;
}
.vg-detail-grid span {
  color: var(--vg-text-muted);
  font-size: 11px;
  text-transform: uppercase;
}
.vg-detail-grid small {
  color: var(--vg-text-secondary);
}
.vg-check-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin-top: 8px;
}
.vg-check-card {
  display: flex;
  gap: 10px;
  min-height: 54px;
  padding: 11px 12px;
  border: 1px solid var(--vg-border);
  border-radius: 11px;
  background: var(--vg-surface);
  cursor: pointer;
}
.vg-check-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--vg-primary);
}
.vg-check-card strong,.vg-check-card small {
  display: block;
}
.vg-check-card strong {
  font-size: 12px;
}
.vg-check-card small {
  margin-top: 3px;
  color: var(--vg-text-muted);
  font-size: 10px;
}
.vg-scope-panel {
  padding: 14px;
  border: 1px solid var(--vg-border);
  border-radius: 13px;
}
.vg-scope-panel[hidden] {
  display: none;
}
.vg-subnav {
  display: flex;
  gap: 7px;
  overflow: auto;
  margin-bottom: 16px;
}
.vg-subnav__item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--vg-border);
  border-radius: 10px;
  color: var(--vg-text-secondary);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.vg-subnav__item--active {
  color: var(--vg-primary);
  background: var(--vg-primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--vg-primary) 7%,var(--vg-surface));
  }
}
.vg-permission-groups {
  display: grid;
  gap: 14px;
}
.vg-permission-group {
  padding: 14px;
  border: 1px solid var(--vg-border);
  border-radius: 14px;
}
.vg-permission-group>header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.vg-definition-list>div {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid var(--vg-border);
}
.vg-definition-list span {
  color: var(--vg-text-secondary);
  font-size: 12px;
}
.vg-modal[hidden] {
  display: none;
}
.vg-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
}
.vg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,.64);
  backdrop-filter: blur(4px);
}
.vg-modal__panel {
  position: relative;
  width: min(100%,560px);
  max-height: 86vh;
  overflow: auto;
  border: 1px solid var(--vg-border);
  border-radius: 18px;
  background: var(--vg-surface-raised);
  box-shadow: 0 28px 80px rgba(2,6,23,.32);
}
.vg-modal__panel--sm {
  width: min(100%,430px);
}
.vg-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--vg-border);
}
.vg-modal__header h2 {
  margin: 0;
  font-size: 17px;
}
.vg-modal__header p {
  margin: 6px 0 0;
  color: var(--vg-text-secondary);
  font-size: 12px;
}
.vg-modal__close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--vg-text-muted);
  font-size: 24px;
}
.vg-modal__body {
  padding: 18px;
}
.vg-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
.vg-mobile-menu-list {
  display: grid;
  gap: 8px;
}
.vg-mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--vg-border);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.vg-menu-logout {
  margin-top: 8px;
}
.vg-modal-open {
  overflow: hidden;
}
@media (max-width:1023px) {
  .vg-mobile-nav--dynamic {
    grid-template-columns: repeat(auto-fit,minmax(56px,1fr));
  }
  .vg-desktop-only {
    display: none !important;
  }
  .vg-mobile-only {
    display: grid;
  }
  .vg-grid--4 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:639px) {
  .vg-page-header {
    display: grid;
  }
  .vg-page-header__actions,.vg-page-header__actions .vg-button {
    width: 100%;
  }
  .vg-filter-bar,.vg-form-grid,.vg-detail-grid,.vg-check-grid,.vg-grid--4 {
    grid-template-columns: 1fr;
  }
  .vg-form-actions {
    position: sticky;
    bottom: 74px;
    z-index: 8;
    background: var(--vg-bg);
    padding: 10px 0;
  }
  .vg-form-actions .vg-button {
    flex: 1;
    min-height: 50px;
  }
  .vg-modal {
    align-items: end;
    padding: 0;
  }
  .vg-modal__panel,.vg-modal__panel--sm {
    width: 100%;
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
  }
  .vg-modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .vg-definition-list>div {
    grid-template-columns: 1fr;
  }
}
.vg-section-actions {
  margin-top: 14px;
}

/* VoucherGratis 004 — Campaign Management */
.vg-desktop-only{display:block}.vg-wizard{display:grid;gap:18px}.vg-wizard__steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.vg-wizard__steps li{display:grid;justify-items:center;gap:7px;color:var(--vg-text-muted);font-size:11px;text-align:center}.vg-wizard__steps li span{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--vg-border);border-radius:50%;background:var(--vg-surface);font-weight:800}.vg-wizard__steps li.is-active{color:var(--vg-primary)}.vg-wizard__steps li.is-active span{border-color:var(--vg-primary);background:var(--vg-primary);color:#fff}.vg-wizard__steps li.is-done span{border-color:var(--vg-success);background:var(--vg-success);color:#fff}.vg-wizard__content{padding:22px;border:1px solid var(--vg-border);border-radius:16px;background:var(--vg-surface)}.vg-wizard__mobile-progress{display:none}.vg-wizard-actions{position:sticky;bottom:0;z-index:5;display:flex;justify-content:flex-end;gap:10px;margin:22px -22px -22px;padding:14px 22px;border-top:1px solid var(--vg-border);background:color-mix(in srgb,var(--vg-surface) 94%,transparent);backdrop-filter:blur(10px)}
.vg-group-label{display:block;margin-bottom:8px;font-size:13px}.vg-check-card--single{margin-top:8px}.vg-branding-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:22px}.vg-branding-preview{position:sticky;top:82px;align-self:start;overflow:hidden;border:1px solid var(--vg-border);border-radius:18px;background:var(--vg-surface);box-shadow:0 14px 40px rgba(2,6,23,.08)}.vg-branding-preview__banner{min-height:150px;display:grid;place-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--preview-primary) 20%,#fff),color-mix(in srgb,var(--preview-primary) 7%,var(--vg-bg)));color:var(--vg-text-muted);font-size:12px;background-size:cover;background-position:center}.vg-branding-preview__banner.has-image span{display:none}.vg-branding-preview__body{padding:20px}.vg-branding-preview__brand{font-size:11px;font-weight:800;color:var(--preview-primary)}.vg-branding-preview h3{margin:8px 0;font-size:22px}.vg-branding-preview p{min-height:48px;margin:0;color:var(--vg-text-secondary);font-size:13px;line-height:1.6}.vg-branding-preview__cta{display:flex;justify-content:center;margin-top:18px;padding:12px;border-radius:10px;background:var(--preview-primary);color:white;font-size:13px;font-weight:800}.vg-delivery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vg-delivery-card{display:flex;gap:12px;padding:18px;border:1px solid var(--vg-border);border-radius:15px;background:var(--vg-surface);cursor:pointer}.vg-delivery-card input{width:20px;height:20px;accent-color:var(--vg-primary)}.vg-delivery-card strong{font-size:14px}.vg-delivery-card p{margin:6px 0;color:var(--vg-text-secondary);font-size:12px;line-height:1.5}.vg-mini-status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.vg-mini-status.is-ok{background:color-mix(in srgb,var(--vg-success) 12%,transparent);color:var(--vg-success)}.vg-mini-status.is-warning{background:color-mix(in srgb,var(--vg-warning) 12%,transparent);color:var(--vg-warning)}.vg-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vg-summary-card{padding:16px;border:1px solid var(--vg-border);border-radius:14px}.vg-summary-card h3{margin:0 0 12px;font-size:14px}.vg-summary-card dl{display:grid;gap:9px;margin:0}.vg-summary-card dl div{display:grid;grid-template-columns:130px 1fr;gap:12px}.vg-summary-card dt{color:var(--vg-text-muted);font-size:11px}.vg-summary-card dd{margin:0;font-size:12px;font-weight:650}.vg-error-list{margin:8px 0 0;padding-left:18px;color:var(--vg-text-secondary);font-size:12px}.vg-campaign-hero{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px;padding:20px;border:1px solid var(--vg-border);border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--vg-primary) 8%,var(--vg-surface)),var(--vg-surface))}.vg-campaign-hero h2{margin:10px 0 3px;font-size:23px}.vg-campaign-hero p{margin:0;color:var(--vg-text-muted);font-size:12px}.vg-campaign-hero__metrics{display:flex;gap:10px}.vg-campaign-hero__metrics div{min-width:92px;padding:11px;border:1px solid var(--vg-border);border-radius:12px;background:var(--vg-surface)}.vg-campaign-hero__metrics span,.vg-campaign-hero__metrics strong{display:block}.vg-campaign-hero__metrics span{color:var(--vg-text-muted);font-size:10px}.vg-campaign-hero__metrics strong{margin-top:4px;font-size:18px}.vg-detail-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.vg-copy-line{display:flex;align-items:center;justify-content:space-between;gap:10px}.vg-copy-line code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vg-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vg-chip-list span{padding:7px 10px;border:1px solid var(--vg-border);border-radius:999px;font-size:11px}.vg-settings-actions{max-width:720px}
.vg-public-body{min-height:100vh;margin:0;background:linear-gradient(180deg,color-mix(in srgb,var(--campaign-primary) 7%,#f8fafc),#f8fafc 42%);color:#0f172a;font-family:"Plus Jakarta Sans",Arial,sans-serif}.vg-public-shell{width:min(100%,620px);margin:0 auto;padding:24px 16px 48px}.vg-public-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(2,6,23,.10)}.vg-public-card--compact{margin-top:10vh}.vg-public-logo{display:block;max-width:150px;max-height:70px;margin:24px auto 16px;object-fit:contain}.vg-public-brand-text{padding:24px 22px 10px;font-size:14px;font-weight:800;color:var(--campaign-secondary)}.vg-public-banner{display:block;width:100%;max-height:280px;object-fit:cover}.vg-public-content{padding:24px}.vg-public-content h1{margin:12px 0 8px;font-size:30px;line-height:1.18;letter-spacing:-.03em}.vg-public-description{margin:0;color:#475569;font-size:14px;line-height:1.7}.vg-public-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.vg-public-info div{padding:13px;border:1px solid #e2e8f0;border-radius:13px}.vg-public-info span,.vg-public-info strong{display:block}.vg-public-info span{font-size:10px;color:#64748b;text-transform:uppercase}.vg-public-info strong{margin-top:5px;font-size:12px}.vg-public-cta{display:flex;justify-content:center;margin-top:22px;padding:14px 18px;border-radius:12px;background:var(--campaign-primary);color:var(--campaign-foreground,#fff);font-size:14px;font-weight:800;text-decoration:none}.vg-public-secondary{display:flex;justify-content:center;margin-top:16px;color:var(--campaign-primary);font-size:13px;font-weight:800;text-decoration:none}.vg-public-state{display:grid;gap:5px;margin-top:22px;padding:15px;border-radius:13px;background:#f8fafc}.vg-public-state strong{font-size:14px}.vg-public-state span{color:#64748b;font-size:12px;line-height:1.5}.vg-public-terms{margin-top:20px;border-top:1px solid #e2e8f0;padding-top:16px}.vg-public-terms summary{cursor:pointer;font-size:13px;font-weight:800}.vg-public-terms p{white-space:pre-line;color:#475569;font-size:12px;line-height:1.7}.vg-powered-by{padding:16px 24px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:10px;text-align:center}.vg-powered-by strong{color:#475569}.vg-public-step{font-size:11px;font-weight:800;color:var(--campaign-primary)}
.vg-status--warning .vg-status__dot{background:var(--vg-warning)}
@media(max-width:767px){.vg-desktop-only{display:none!important}.vg-wizard__steps{display:none}.vg-wizard__mobile-progress{display:grid;gap:6px}.vg-wizard__mobile-progress span{font-size:10px;color:var(--vg-text-muted);text-transform:uppercase}.vg-wizard__mobile-progress strong{font-size:18px}.vg-wizard__bar{height:6px;overflow:hidden;border-radius:999px;background:var(--vg-border)}.vg-wizard__bar i{display:block;height:100%;border-radius:inherit;background:var(--vg-primary)}.vg-wizard__content{padding:16px;border-radius:15px}.vg-wizard-actions{bottom:72px;margin:20px -16px -16px;padding:12px 16px}.vg-wizard-actions .vg-button{flex:1}.vg-form-grid,.vg-branding-grid,.vg-delivery-grid,.vg-summary-grid,.vg-detail-columns{grid-template-columns:1fr}.vg-branding-preview{position:static;order:-1}.vg-summary-card dl div{grid-template-columns:110px 1fr}.vg-campaign-hero{display:grid}.vg-campaign-hero__metrics{display:grid;grid-template-columns:repeat(3,1fr)}.vg-campaign-hero__metrics div{min-width:0}.vg-public-shell{padding:12px 0 30px}.vg-public-card{border-radius:0;border-left:0;border-right:0}.vg-public-content h1{font-size:26px}.vg-public-info{grid-template-columns:1fr}.vg-public-card--compact{margin-top:4vh}}
/* VoucherGratis 007 — Redeem Engine */
.vg-redeem-outlet-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:14px 16px;border:1px solid var(--vg-border);border-radius:14px;background:var(--vg-surface)}.vg-redeem-outlet-card span,.vg-redeem-outlet-card strong{display:block}.vg-redeem-outlet-card span{color:var(--vg-text-muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.vg-redeem-outlet-card strong{margin-top:3px;font-size:14px}.vg-redeem-outlet-card small{max-width:520px;color:var(--vg-text-secondary);font-size:11px;text-align:right}
.vg-redeem-launch-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.vg-redeem-launch-card{display:grid;align-content:start;gap:15px;padding:20px;border:1px solid var(--vg-border);border-radius:18px;background:var(--vg-surface)}.vg-redeem-launch-card.is-primary{border-color:color-mix(in srgb,var(--vg-primary) 45%,var(--vg-border));box-shadow:0 12px 36px color-mix(in srgb,var(--vg-primary) 8%,transparent)}.vg-redeem-launch-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--vg-primary-soft);color:var(--vg-primary);font-size:25px;font-weight:800}.vg-redeem-launch-card__eyebrow{color:var(--vg-primary);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.vg-redeem-launch-card h2{margin:4px 0 6px;font-size:20px}.vg-redeem-launch-card p{margin:0;color:var(--vg-text-secondary);font-size:12px;line-height:1.6}.vg-redeem-code-form{display:grid;gap:12px}.vg-scanner-stage{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:16px;background:#020617}.vg-scanner-stage video{width:100%;height:100%;display:block;object-fit:cover}.vg-scanner-frame{position:absolute;inset:16%;border:3px solid rgba(255,255,255,.92);border-radius:18px;box-shadow:0 0 0 999px rgba(2,6,23,.28)}.vg-scanner-status{min-height:20px!important;padding:0 2px;color:var(--vg-text-secondary)!important;font-size:11px!important}
.vg-section-card__heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.vg-section-card__heading h3{margin:0}.vg-section-card__heading p{margin-top:4px}.vg-section-card__heading a{color:var(--vg-primary);font-size:12px;font-weight:750;text-decoration:none}
.vg-redeem-result-screen{width:min(100%,720px);margin:4vh auto}.vg-redeem-result{display:grid;justify-items:center;text-align:center;padding:30px 22px;border:1px solid var(--vg-border);border-radius:20px;background:var(--vg-surface)}.vg-redeem-result__icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--vg-success) 12%,transparent);color:var(--vg-success);font-size:30px;font-weight:900}.vg-redeem-result--warning .vg-redeem-result__icon{background:color-mix(in srgb,var(--vg-warning) 12%,transparent);color:var(--vg-warning)}.vg-redeem-result--danger .vg-redeem-result__icon{background:color-mix(in srgb,var(--vg-danger) 12%,transparent);color:var(--vg-danger)}.vg-redeem-result__eyebrow{margin-top:14px;color:var(--vg-text-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.vg-redeem-result h2{margin:6px 0;font-size:26px}.vg-redeem-result p{max-width:520px;margin:0;color:var(--vg-text-secondary);font-size:13px;line-height:1.6}.vg-redeem-receipt{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:14px;overflow:hidden;border:1px solid var(--vg-border);border-radius:16px;background:var(--vg-border)}.vg-redeem-receipt div{display:grid;gap:5px;padding:15px;background:var(--vg-surface)}.vg-redeem-receipt span{color:var(--vg-text-muted);font-size:10px;text-transform:uppercase}.vg-redeem-result-actions{display:flex;justify-content:center;gap:10px;margin-top:16px}.vg-redeem-preview-card{margin-top:16px;padding:22px;border:1px solid var(--vg-border);border-radius:18px;background:var(--vg-surface)}.vg-redeem-preview-card__benefit{display:grid;gap:4px;padding-bottom:18px;border-bottom:1px solid var(--vg-border)}.vg-redeem-preview-card__benefit span,.vg-redeem-preview-grid dt{color:var(--vg-text-muted);font-size:10px;font-weight:750;text-transform:uppercase}.vg-redeem-preview-card__benefit strong{font-size:24px}.vg-redeem-preview-card__benefit small{color:var(--vg-text-secondary)}.vg-redeem-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0 0}.vg-redeem-preview-grid div{display:grid;gap:5px}.vg-redeem-preview-grid dd{margin:0;font-size:13px;font-weight:700}.vg-code-text{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.vg-redeem-preview-actions{position:sticky;bottom:0;z-index:8;display:flex;justify-content:flex-end;gap:10px;margin-top:16px;padding:12px;border:1px solid var(--vg-border);border-radius:14px;background:color-mix(in srgb,var(--vg-surface) 95%,transparent);backdrop-filter:blur(12px)}.vg-confirm-summary{display:grid;gap:5px;margin-bottom:16px;padding:13px;border:1px solid var(--vg-border);border-radius:12px;background:var(--vg-bg)}.vg-confirm-summary span{color:var(--vg-text-secondary);font-size:11px}.vg-filter-bar--redeem{grid-template-columns:minmax(180px,1fr) minmax(150px,220px) 150px 150px auto}
@media(max-width:1023px){.vg-redeem-launch-grid{grid-template-columns:1fr}.vg-redeem-launch-card{padding:18px}.vg-redeem-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vg-filter-bar--redeem{grid-template-columns:1fr 1fr}}
@media(max-width:639px){.vg-redeem-outlet-card{display:grid}.vg-redeem-outlet-card small{text-align:left}.vg-redeem-launch-grid{margin:0 -4px}.vg-redeem-launch-card{min-height:0;border-radius:20px;padding:18px}.vg-redeem-launch-card__icon{width:52px;height:52px}.vg-redeem-launch-card h2{font-size:22px}.vg-scanner-stage{margin:0 -6px;aspect-ratio:3/4}.vg-scanner-frame{inset:23% 10%}.vg-redeem-result-screen{margin:0}.vg-redeem-result{border-radius:20px;padding:28px 18px}.vg-redeem-result h2{font-size:24px}.vg-redeem-receipt,.vg-redeem-preview-grid,.vg-filter-bar--redeem{grid-template-columns:1fr}.vg-redeem-result-actions{display:grid}.vg-redeem-result-actions .vg-button{width:100%;min-height:50px}.vg-redeem-preview-actions{bottom:72px;margin-left:-4px;margin-right:-4px}.vg-redeem-preview-actions .vg-button{flex:1;min-height:50px}.vg-redeem-preview-card{padding:18px}.vg-redeem-preview-card__benefit strong{font-size:22px}}
