
:root {
  --vlccm-page: #edf2f7;
  --vlccm-page-deep: #e3eaf2;
  --vlccm-navy: #071a33;
  --vlccm-navy-2: #0c2b50;
  --vlccm-blue: #155eef;
  --vlccm-blue-dark: #0b4bd4;
  --vlccm-surface: #ffffff;
  --vlccm-surface-soft: #f7f9fc;
  --vlccm-border: #dce4ee;
  --vlccm-border-strong: #cbd6e4;
  --vlccm-text: #12233b;
  --vlccm-muted: #64748b;
  --vlccm-success: #147d55;
  --vlccm-danger: #c43a4e;
  --vlccm-warning: #b7791f;
  --vlccm-silver: #d8e0ea;
  --vlccm-radius: 18px;
  --vlccm-shadow: 0 18px 45px rgba(22, 48, 78, 0.10);
}

body.vlccm-fullscreen {
  margin: 0 !important;
  background: var(--vlccm-page) !important;
}

body.vlccm-fullscreen #wpadminbar,
body.vlccm-fullscreen #site-header,
body.vlccm-fullscreen #site-footer,
body.vlccm-fullscreen .header-footer-group,
body.vlccm-fullscreen .footer-nav-widgets-wrapper,
body.vlccm-fullscreen .to-the-top,
body.vlccm-fullscreen .entry-header,
body.vlccm-fullscreen .entry-title,
body.vlccm-fullscreen .page-title,
body.vlccm-fullscreen .singular-title,
body.vlccm-fullscreen .post-meta-wrapper,
body.vlccm-fullscreen .comments-wrapper,
body.vlccm-fullscreen .pagination-single,
body.vlccm-fullscreen .featured-media,
body.vlccm-fullscreen .cover-header,
body.vlccm-fullscreen .section-inner.medium,
body.vlccm-fullscreen .site-header,
body.vlccm-fullscreen .site-footer,
body.vlccm-fullscreen header:not(.vlccm-hero),
body.vlccm-fullscreen footer:not(.vlccm-footer-note),
body.vlccm-fullscreen .entry-header *,
body.vlccm-fullscreen .archive-header,
body.vlccm-fullscreen .page-header,
body.vlccm-fullscreen .section-inner.small,
body.vlccm-fullscreen .intro-text,
body.vlccm-fullscreen h1.entry-title {
  display: none !important;
}

html:has(body.vlccm-fullscreen) {
  margin-top: 0 !important;
}

body.vlccm-fullscreen #site-content,
body.vlccm-fullscreen main,
body.vlccm-fullscreen #site-content > article,
body.vlccm-fullscreen .post-inner,
body.vlccm-fullscreen .entry-content,
body.vlccm-fullscreen .entry-content > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.vlccm-fullscreen .entry-content > .vlccm-app {
  display: block !important;
}

.vlccm-app,
.vlccm-app * {
  box-sizing: border-box;
}

.vlccm-app {
  min-height: 100vh;
  width: 100%;
  color: var(--vlccm-text);
  background:
    linear-gradient(180deg, var(--vlccm-navy) 0, var(--vlccm-navy) 224px, var(--vlccm-page) 224px, var(--vlccm-page) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.vlccm-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 42px;
}

.vlccm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 28px;
  align-items: center;
  min-height: 270px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035), rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #0b2b50 0%, #071a33 68%, #061426 100%);
  box-shadow: 0 24px 55px rgba(3, 16, 33, 0.28);
  position: relative;
  overflow: hidden;
}

.vlccm-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,0.025), 0 0 0 110px rgba(255,255,255,0.015);
}

.vlccm-hero-copy,
.vlccm-card-showcase {
  position: relative;
  z-index: 2;
}

.vlccm-hero h1,
.vlccm-panel h2,
.vlccm-empty-state h3 {
  margin: 0;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.vlccm-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  max-width: 13ch;
}

.vlccm-panel h2,
.vlccm-empty-state h3 {
  color: var(--vlccm-text);
}

.vlccm-eyebrow,
.vlccm-panel-kicker {
  margin: 0 0 9px !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vlccm-eyebrow {
  color: #9fc2ff !important;
}

.vlccm-panel-kicker {
  color: var(--vlccm-blue) !important;
}

.vlccm-hero-lead,
.vlccm-hero p {
  max-width: 58ch;
  margin: 14px 0 0;
  color: #b8c7da;
  font-size: 0.98rem;
}

.vlccm-footer-note p,
.vlccm-security-note p,
.vlccm-empty-state p {
  margin: 8px 0 0;
  color: var(--vlccm-muted);
}

.vlccm-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vlccm-highlight-pill {
  min-width: 180px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 14px;
  background: rgba(255,255,255,0.055);
}

.vlccm-highlight-pill span,
.vlccm-card-balance-block span,
.vlccm-card-bottom span {
  display: block;
  color: #aebed1;
  font-size: 0.78rem;
  font-weight: 700;
}

.vlccm-highlight-pill strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 1.05rem;
}

.vlccm-card-showcase {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vlccm-card-visual {
  width: min(100%, 390px);
  min-height: 228px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 34%),
    linear-gradient(150deg, #1a4a82 0%, #0d315f 52%, #082344 100%);
  box-shadow: 0 24px 48px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.16);
  position: relative;
  overflow: hidden;
}

.vlccm-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 48%, rgba(255,255,255,0.045) 49%, transparent 52%),
    radial-gradient(circle at 88% 14%, rgba(255,255,255,0.12), transparent 26%);
  pointer-events: none;
}

.vlccm-card-top,
.vlccm-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.vlccm-card-brand,
.vlccm-card-tier {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vlccm-card-brand {
  color: #ffffff;
}

.vlccm-card-tier {
  color: #d8e7ff;
}

.vlccm-card-chip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 27px 0 21px;
  position: relative;
  z-index: 2;
}

.vlccm-card-chip {
  width: 50px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e6ebf1, #aeb8c5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  position: relative;
}

.vlccm-card-chip::before,
.vlccm-card-chip::after {
  content: "";
  position: absolute;
  background: rgba(76, 89, 105, 0.36);
}

.vlccm-card-chip::before {
  left: 8px;
  right: 8px;
  top: 11px;
  height: 2px;
}

.vlccm-card-chip::after {
  top: 7px;
  bottom: 7px;
  left: 19px;
  width: 2px;
}

.vlccm-card-contactless {
  width: 26px;
  height: 26px;
  position: relative;
  opacity: 0.88;
}

.vlccm-card-contactless::before,
.vlccm-card-contactless::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255,255,255,0.78);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 100% 0 0;
  transform: rotate(45deg);
}

.vlccm-card-contactless::before { inset: 7px 10px 7px 2px; }
.vlccm-card-contactless::after { inset: 2px 5px 2px -3px; }

.vlccm-card-balance-block {
  position: relative;
  z-index: 2;
  padding: 12px 0 22px;
}

.vlccm-card-balance-block strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.vlccm-card-bottom {
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.vlccm-card-bottom strong {
  display: block;
  margin-top: 3px;
  color: #ffffff;
  font-size: 0.94rem;
}

.vlccm-notice {
  margin-top: 18px;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.vlccm-notice-success {
  color: #0d5c3d;
  background: #e9f8f1;
  border: 1px solid #b9e7d1;
}

.vlccm-notice-error {
  color: #9f2738;
  background: #fff0f2;
  border: 1px solid #f3c1c9;
}

.vlccm-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.vlccm-stat-card,
.vlccm-panel {
  border: 1px solid var(--vlccm-border);
  background: var(--vlccm-surface);
  box-shadow: var(--vlccm-shadow);
}

.vlccm-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding: 16px 18px 16px 24px !important;
  border-radius: 16px;
  overflow: hidden;
}

.vlccm-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, var(--vlccm-blue), #79a9ff);
}

.vlccm-stat-card span,
.vlccm-live-calculation span,
.vlccm-field > span {
  color: var(--vlccm-muted);
  font-size: 0.79rem;
  font-weight: 700;
}

.vlccm-stat-card span {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.vlccm-stat-card strong {
  position: relative;
  z-index: 1;
  line-height: 1.15;
}

.vlccm-stat-card strong {
  display: block;
  margin-top: 6px;
  color: var(--vlccm-text);
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
  letter-spacing: -0.02em;
}

.vlccm-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(320px, 0.82fr);
  gap: 18px;
  margin-top: 18px;
}

.vlccm-panel {
  padding: 24px;
  border-radius: var(--vlccm-radius);
}

.vlccm-panel-heading {
  margin-bottom: 18px;
}

.vlccm-panel-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vlccm-panel h2 {
  font-size: clamp(1.28rem, 2vw, 1.8rem);
}

.vlccm-count {
  padding: 7px 11px;
  border: 1px solid var(--vlccm-border);
  border-radius: 999px;
  color: var(--vlccm-muted);
  background: var(--vlccm-surface-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.vlccm-form {
  display: grid;
  gap: 15px;
}

.vlccm-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vlccm-field-wide { grid-column: 1 / -1; }
.vlccm-field { display: grid; gap: 7px; }

.vlccm-field input,
.vlccm-field select,
.vlccm-field textarea,
.vlccm-login-required input[type="text"],
.vlccm-login-required input[type="email"],
.vlccm-login-required input[type="password"] {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  color: var(--vlccm-text);
  background: #ffffff;
  border: 1px solid var(--vlccm-border-strong);
  border-radius: 10px;
  outline: none;
  font: inherit;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vlccm-field input:focus,
.vlccm-field select:focus,
.vlccm-field textarea:focus,
.vlccm-login-required input[type="text"]:focus,
.vlccm-login-required input[type="email"]:focus,
.vlccm-login-required input[type="password"]:focus {
  border-color: #76a2f8;
  box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.10);
}

.vlccm-field input::placeholder { color: #9aa8ba; }

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

.vlccm-input-suffix input { border-radius: 10px 0 0 10px; }

.vlccm-input-suffix > span {
  display: grid;
  place-items: center;
  min-width: 46px;
  padding: 0 11px;
  color: var(--vlccm-navy-2);
  border: 1px solid var(--vlccm-border-strong);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #eef4ff;
  font-weight: 800;
}

.vlccm-type-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--vlccm-border);
  border-radius: 12px;
  background: var(--vlccm-surface-soft);
}

.vlccm-type-toggle label { position: relative; cursor: pointer; }
.vlccm-type-toggle input { position: absolute; opacity: 0; pointer-events: none; }

.vlccm-type-toggle span {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--vlccm-muted);
  background: transparent;
  font-size: 0.95rem;
  font-weight: 800;
}

.vlccm-type-toggle input:checked + span {
  color: #ffffff;
  border-color: #0e4fcf;
  background: linear-gradient(180deg, #2469f1, #155eef);
  box-shadow: 0 8px 18px rgba(21, 94, 239, 0.20);
}

.vlccm-live-calculation {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid var(--vlccm-border);
  border-radius: 12px;
  background: var(--vlccm-surface-soft);
}

.vlccm-live-calculation > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vlccm-live-calculation strong { color: var(--vlccm-text); }

.vlccm-total-line {
  margin-top: 3px;
  padding-top: 11px;
  border-top: 1px solid var(--vlccm-border);
}

.vlccm-total-line strong {
  color: var(--vlccm-blue-dark);
  font-size: 1.16rem;
}

.vlccm-button,
.vlccm-delete-button,
.vlccm-login-required input[type="submit"] {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.vlccm-button {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 9px;
  font-size: 0.95rem;
}

.vlccm-button:hover,
.vlccm-delete-button:hover,
.vlccm-login-required input[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.vlccm-button-primary,
.vlccm-login-required input[type="submit"] {
  color: #ffffff;
  background: linear-gradient(180deg, #2167f0, #155eef);
  box-shadow: 0 10px 22px rgba(21, 94, 239, 0.22);
}

.vlccm-button-secondary {
  color: #ffffff;
  background: linear-gradient(180deg, #173b67, #0c2b50);
  box-shadow: 0 10px 22px rgba(7, 26, 51, 0.18);
}

.vlccm-security-note {
  margin-top: 17px;
  padding: 15px;
  border: 1px solid #ecd9a8;
  border-radius: 12px;
  background: #fffaf0;
}

.vlccm-security-note strong {
  color: #8b6417;
  font-size: 1.05rem;
}

.vlccm-transactions-panel { margin-top: 18px; }

.vlccm-transactions-panel .vlccm-panel-heading {
  margin-bottom: 14px;
}

.vlccm-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--vlccm-border);
  border-radius: 12px;
}

.vlccm-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: var(--vlccm-text);
  background: #ffffff;
}

.vlccm-table th,
.vlccm-table td {
  padding: 9px 12px;
  border-bottom: 1px solid #e8edf3;
  text-align: left;
  vertical-align: middle;
  font-size: 0.92rem;
  line-height: 1.35;
}

.vlccm-table th {
  color: #5f6f83;
  background: #f4f7fb;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vlccm-table tbody tr:last-child td { border-bottom: 0; }
.vlccm-table tbody tr:hover { background: #f8fbff; }

.vlccm-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vlccm-badge.is-expense { color: #a3293c; background: #fff0f2; }
.vlccm-badge.is-deposit { color: #0f6f4a; background: #eaf8f1; }
.vlccm-negative { color: var(--vlccm-danger); font-weight: 800; }
.vlccm-positive { color: var(--vlccm-success); font-weight: 800; }

.vlccm-delete-button {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #a3293c;
  background: #fff0f2;
  font-size: 0.84rem;
  line-height: 1.1;
}

.vlccm-empty-state {
  padding: 36px 18px;
  border: 1px dashed var(--vlccm-border-strong);
  border-radius: 12px;
  text-align: center;
  background: var(--vlccm-surface-soft);
}

.vlccm-footer-note {
  display: block !important;
  margin-top: 15px;
  padding: 2px 6px 8px;
  text-align: center;
}

.vlccm-footer-note code {
  color: #1c4f9b;
  background: #e9f1ff;
  border-radius: 5px;
  padding: 4px 7px;
}

.vlccm-login-screen {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(71, 132, 246, 0.16), transparent 28%),
    linear-gradient(135deg, #061426, #0b2b50);
}

.vlccm-login-required {
  width: min(460px, 100%);
  margin: 0;
  padding: clamp(24px, 5vw, 36px);
  color: var(--vlccm-text);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.vlccm-login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--vlccm-border);
}

.vlccm-login-brand h1 {
  margin: 0;
  color: var(--vlccm-text);
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.vlccm-login-mark {
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(180deg, #2167f0, #155eef);
  box-shadow: 0 10px 25px rgba(21, 94, 239, 0.28);
  font-size: 1.4rem;
  font-weight: 900;
}

.vlccm-login-required h2 {
  margin: 0;
  color: var(--vlccm-text);
  font-size: clamp(1.25rem, 4vw, 1.65rem);
}

.vlccm-login-required > p { margin: 8px 0 22px; color: var(--vlccm-muted); }
.vlccm-login-required form,
.vlccm-login-required form p { margin: 0; }
.vlccm-login-required form { display: grid; gap: 15px; }
.vlccm-login-required form p { display: grid; gap: 7px; }

.vlccm-login-required label {
  display: block;
  margin: 0;
  color: var(--vlccm-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.vlccm-login-required .login-remember { display: flex; align-items: center; }
.vlccm-login-required .login-remember label { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; }

.vlccm-login-required input[type="checkbox"] {
  appearance: none;
  display: inline-grid;
  place-content: center;
  flex: 0 0 19px;
  width: 19px !important;
  min-width: 19px;
  height: 19px;
  min-height: 19px !important;
  margin: 0;
  padding: 0;
  border: 1px solid var(--vlccm-border-strong);
  border-radius: 5px;
  background: #ffffff;
}

.vlccm-login-required input[type="checkbox"]::before {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg);
}

.vlccm-login-required input[type="checkbox"]:checked {
  border-color: var(--vlccm-blue);
  background: var(--vlccm-blue);
}

.vlccm-login-required input[type="checkbox"]:checked::before { opacity: 1; }

.vlccm-login-required input[type="submit"] {
  width: 100%;
  min-height: 44px;
  margin: 2px 0 0;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 0.96rem;
}

.vlccm-in-admin {
  min-height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.vlccm-admin-wrap .vlccm-shell {
  width: 100%;
  padding: 20px;
}

@media (max-width: 1120px) {
  .vlccm-hero { grid-template-columns: 1fr; }
  .vlccm-card-showcase { justify-content: flex-start; }
  .vlccm-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vlccm-main-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .vlccm-app {
    background: linear-gradient(180deg, var(--vlccm-navy) 0, var(--vlccm-navy) 190px, var(--vlccm-page) 190px, var(--vlccm-page) 100%);
  }

  .vlccm-shell {
    width: min(100%, calc(100% - 24px));
    padding: 16px 0 24px;
  }

  .vlccm-hero,
  .vlccm-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .vlccm-hero { min-height: 0; }
  .vlccm-hero h1 { max-width: none; }
  .vlccm-card-showcase { justify-content: stretch; }
  .vlccm-card-visual { width: 100%; }
  .vlccm-stat-grid,
  .vlccm-field-grid { grid-template-columns: 1fr; }
  .vlccm-field-wide { grid-column: auto; }
  .vlccm-panel-heading-row { align-items: flex-start; flex-direction: column; }

  .vlccm-table-wrap { overflow: visible; border: 0; }
  .vlccm-table,
  .vlccm-table tbody,
  .vlccm-table tr,
  .vlccm-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .vlccm-table thead { display: none; }
  .vlccm-table { background: transparent; }

  .vlccm-table tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--vlccm-border);
    border-radius: 12px;
    background: #ffffff;
  }

  .vlccm-table td {
    display: grid;
    grid-template-columns: minmax(110px, 0.85fr) minmax(0, 1.15fr);
    gap: 12px;
    padding: 12px 13px;
    text-align: right;
  }

  .vlccm-table td::before {
    content: attr(data-label);
    color: var(--vlccm-muted);
    text-align: left;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .vlccm-delete-form { display: flex; justify-content: flex-end; }
}

@media (max-width: 440px) {
  .vlccm-login-screen { padding: 12px; }
  .vlccm-login-required { padding: 22px 18px; border-radius: 16px; }
  .vlccm-type-toggle,
  .vlccm-stat-grid { grid-template-columns: 1fr; }
  .vlccm-hero-highlights { flex-direction: column; }
  .vlccm-highlight-pill { min-width: 0; }
  .vlccm-card-visual { min-height: 218px; padding: 19px; }
  .vlccm-table td { grid-template-columns: 1fr; text-align: left; }
  .vlccm-delete-form { justify-content: flex-start; }
}


/* v1.2.5 - WordPress-style system typography */
.vlccm-app,
.vlccm-app input,
.vlccm-app select,
.vlccm-app textarea,
.vlccm-app button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  font-style: normal;
}

.vlccm-app {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.vlccm-hero h1,
.vlccm-panel h2,
.vlccm-empty-state h3,
.vlccm-login-brand h1,
.vlccm-login-required h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vlccm-eyebrow,
.vlccm-panel-kicker,
.vlccm-card-brand,
.vlccm-card-tier,
.vlccm-table th {
  font-weight: 600;
}

.vlccm-field > span,
.vlccm-stat-card span,
.vlccm-highlight-pill span,
.vlccm-card-balance-block span,
.vlccm-card-bottom span,
.vlccm-live-calculation span,
.vlccm-login-required label {
  font-weight: 600;
}

.vlccm-stat-card strong,
.vlccm-highlight-pill strong,
.vlccm-card-balance-block strong,
.vlccm-card-bottom strong,
.vlccm-live-calculation strong,
.vlccm-negative,
.vlccm-positive {
  font-weight: 500;
}

.vlccm-button,
.vlccm-delete-button,
.vlccm-login-required input[type="submit"],
.vlccm-type-toggle span,
.vlccm-badge,
.vlccm-count {
  font-weight: 600;
}

.vlccm-table td {
  font-weight: 400;
}
