.vcf-form-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 12px 32px;
  font-family: "Inter", "Open Sans", system-ui, sans-serif;
}

.vcf-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0 0 12px;
  box-shadow: none;
  margin-bottom: 28px;
}

.vcf-hero-text h2 {
  font-size: 34px;
  margin: 0 0 14px;
  color: #1f1f1f;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 14px;
}

.vcf-hero-text h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #f98975;
  border-radius: 999px;
  margin-top: 10px;
}

.vcf-hero-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #3e3e3e;
  max-width: 520px;
}

.vcf-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.vcf-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vcf-form-compact {
  padding: 18px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.vcf-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.vcf-field input,
.vcf-field select,
.vcf-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 15px;
  background: #fafafa;
}

.vcf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.vcf-required {
  color: #d63638;
  font-weight: 700;
}

.vcf-info {
  background: #fff4f0;
  border-left: 4px solid #f98975;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
}

.vcf-checkbox,
.vcf-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 0;
}

.vcf-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.vcf-option input {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.vcf-option-box {
  width: 18px;
  height: 18px;
  border: 2px solid #f98975;
  border-radius: 4px;
  margin-top: 2px;
  box-sizing: border-box;
  background: #fff;
}

.vcf-option-radio .vcf-option-box {
  border-radius: 50%;
}

.vcf-option-text {
  display: block;
  font-weight: 400;
  line-height: 1.5;
}

.vcf-option input:checked + .vcf-option-box {
  background: #f98975;
  box-shadow: inset 0 0 0 3px #fff;
}

.vcf-option-checkbox input:checked + .vcf-option-box {
  box-shadow: inset 0 0 0 2px #fff;
}

.vcf-option input:focus + .vcf-option-box {
  outline: 2px solid rgba(249, 137, 117, 0.45);
  outline-offset: 2px;
}

.vcf-form .vcf-choice {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  justify-content: flex-start !important;
  white-space: normal !important;
}

.vcf-form .vcf-choice-text {
  display: block;
  flex: 1 1 auto;
}

.vcf-form .vcf-choice > input[type="checkbox"],
.vcf-form .vcf-choice > input[type="radio"] {
  margin: 4px 0 0 !important;
  float: none !important;
  flex: 0 0 auto !important;
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}

.vcf-form .vcf-choice-input {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

.vcf-form .vcf-checkbox label,
.vcf-form .vcf-radio label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  justify-content: flex-start !important;
  white-space: normal !important;
}

.vcf-form .vcf-checkbox input[type="checkbox"],
.vcf-form .vcf-radio input[type="radio"] {
  margin: 4px 0 0 !important;
  float: none !important;
  flex: 0 0 auto !important;
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}

.vcf-actions {
  display: flex;
  justify-content: flex-start;
}

.vcf-actions-inline {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vcf-submit {
  background: #f98975;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(249, 137, 117, 0.3);
}

.vcf-submit:hover {
  background: #f26d56;
}

.vcf-message {
  padding: 10px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.vcf-message--hidden {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.vcf-message.vcf-success {
  font-size: 16px;
  padding: 14px 16px;
  border: 1px solid #b7e4c7;
  box-shadow: 0 8px 18px rgba(30, 126, 52, 0.12);
}

.vcf-control-page {
  background: #f6f7fb;
}

.vcf-control {
  max-width: 980px;
  margin: 48px auto 80px;
  padding: 28px 18px 32px;
  background: radial-gradient(circle at top left, #fff7f3 0%, #ffffff 55%);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  font-size: 17px;
  font-family: "Inter", "Open Sans", system-ui, sans-serif;
}

.vcf-control-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vcf-control-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vcf-control-brand img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
}

.vcf-control-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f26d56;
  font-weight: 700;
}

.vcf-control-header-actions {
  display: flex;
  gap: 12px;
}

.vcf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f98975 0%, #f26d56 100%);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(249, 137, 117, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  appearance: none;
}

.vcf-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(249, 137, 117, 0.28);
}

.vcf-btn-light {
  background: #ffffff;
  color: #333;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 6px 16px rgba(0, 0, 0, 0.06);
  border: none;
}

.vcf-control .vcf-btn,
.vcf-control .vcf-btn-light {
  border-radius: 999px !important;
}

.vcf-btn-light:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08);
}

.vcf-control-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 16px;
}

.vcf-control-hero p {
  margin: 8px 0 0;
  color: #5a5a5a;
}

.vcf-control-badge {
  background: #f98975;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 10px 18px rgba(249, 137, 117, 0.35);
}

.vcf-control-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.vcf-control-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 16px;
  z-index: 10;
}

.vcf-control-nav-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.vcf-control-meta {
  font-size: 12px;
  color: #6b6b6b;
  margin-left: 4px;
}

.vcf-control-nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.vcf-control .vcf-control-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #f26d56 !important;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid rgba(249, 137, 117, 0.25);
  box-shadow: 0 8px 18px rgba(249, 137, 117, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-size: 13px;
  line-height: 1.2;
}

.vcf-control .vcf-control-chip:hover,
.vcf-control .vcf-control-chip:focus {
  background: #fff4f0;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(249, 137, 117, 0.18);
}

.vcf-control .vcf-control-chip:visited {
  color: #f26d56 !important;
}

.vcf-stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.vcf-stat-card strong {
  display: block;
  font-size: 20px;
}

.vcf-stat-card small {
  color: #6b6b6b;
}

.vcf-stat-card .dashicons {
  font-size: 28px;
  color: #f98975;
}

.vcf-control h2 {
  margin-top: 0;
  font-size: 32px;
  color: #1f1f1f;
}

.vcf-control-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.vcf-control-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 28px;
}

.vcf-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.vcf-section-header h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.vcf-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vcf-section-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: none;
  background: #f3f4f6;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.vcf-section-toggle .dashicons {
  font-size: 18px;
}

.vcf-section-body {
  margin-top: 12px;
}

.vcf-section.is-collapsed .vcf-section-body {
  display: none;
}

.vcf-section-header p {
  margin: 0 0 18px;
  color: #5a5a5a;
}
.vcf-section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f6f7fb;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}

.vcf-inscripciones-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
.vcf-field-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}
  align-items: flex-end;
  margin-bottom: 16px;
}

.vcf-field-inline {
  min-width: 220px;
  max-width: 320px;
}

.vcf-inscripciones-summary {
  margin-left: auto;
  font-size: 13px;
  color: #6b6b6b;
}

.vcf-accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.vcf-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vcf-accordion-item + .vcf-accordion-item {
  margin-top: 12px;
}

.vcf-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff4f0;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
  color: #1f1f1f;
}

.vcf-accordion-action {
  margin-right: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #f26d56;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(249, 137, 117, 0.35);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.vcf-accordion-action:hover {
  background: #fff4f0;
}

.vcf-accordion-title {
  font-size: 16px;
  font-weight: 700;
}

.vcf-accordion-meta {
  font-size: 12px;
  color: #6b6b6b;
}

.vcf-accordion-count {
  margin-left: auto;
  font-size: 13px;
  color: #333;
}

.vcf-accordion-icon {
  font-size: 18px;
  color: #f26d56;
  transition: transform 0.2s ease;
}

.vcf-accordion-toggle[aria-expanded="true"] .vcf-accordion-icon {
  transform: rotate(180deg);
}

.vcf-accordion-panel {
  padding: 0 0 8px;
}

.vcf-accordion-panel .vcf-table {
  margin-top: 0;
  border-radius: 0;
  border: none;
}

.vcf-table-compact .vcf-table-head,
.vcf-table-compact .vcf-table-row {
  grid-template-columns: 2fr 1fr;
}

.vcf-table {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.vcf-table-clinics .vcf-table-head,
.vcf-table-clinics .vcf-table-row {
  grid-template-columns: 2fr 1.2fr auto;
  align-items: center;
}

.vcf-table-head,
.vcf-table-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 12px;
  padding: 14px 16px;
}

.vcf-table-head {
  background: #fff4f0;
  font-weight: 600;
}

.vcf-table-row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
}

.vcf-table-meta {
  color: #6b6b6b;
  font-size: 13px;
  margin-top: 4px;
}

.vcf-code-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f6f7fb;
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vcf-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vcf-status-pendiente {
  background: #fff7e6;
  color: #a95c00;
}

.vcf-status-aceptada {
  background: #e9f7ef;
  color: #1e7e34;
}

.vcf-status-denegada {
  background: #fdecea;
  color: #b02a37;
}

.vcf-status-closed {
  background: #f3f4f6;
  color: #6b6b6b;
}

.vcf-status-open {
  background: #eaf6ff;
  color: #1d4ed8;
}

.vcf-row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.vcf-action-btn {
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.vcf-action-accept {
  color: #1e7e34;
  border: 1px solid rgba(30, 126, 52, 0.2);
}

.vcf-action-deny {
  color: #b02a37;
  border: 1px solid rgba(176, 42, 55, 0.2);
}

.vcf-action-delete {
  color: #b02a37;
  border: 1px solid rgba(176, 42, 55, 0.2);
  background: #fff4f4;
}

.vcf-table-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vcf-link {
  color: #f26d56;
  font-weight: 600;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.vcf-link-danger {
  color: #d63638;
}

.vcf-size-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.vcf-size-row input {
  flex: 1;
}

.vcf-export-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.vcf-control-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-radius: 14px;
  background: #fff4f0;
  color: #1f1f1f;
  text-align: center;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vcf-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.vcf-control-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}

.vcf-control-card-text strong {
  font-size: 18px;
}

.vcf-control-card-text small {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 400;
}

.vcf-control-cta {
  margin-left: auto;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f26d56;
  font-weight: 700;
}

.vcf-control-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.vcf-control-card .dashicons {
  font-size: 20px;
}

@media (max-width: 720px) {
  .vcf-control-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .vcf-control-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .vcf-control-header-actions {
    width: 100%;
    flex-direction: column;
  }

  .vcf-control-nav {
    position: static;
  }

  .vcf-control-nav-actions,
  .vcf-control-nav-links {
    width: 100%;
  }

  .vcf-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .vcf-table-head,
  .vcf-table-row {
    grid-template-columns: 1fr;
  }

  .vcf-inscripciones-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .vcf-inscripciones-summary {
    margin-left: 0;
  }

  .vcf-accordion-toggle {
    flex-direction: column;
    align-items: flex-start;
  }

  .vcf-accordion-header {
    flex-direction: column;
    align-items: stretch;
  }

  .vcf-accordion-action {
    align-self: flex-start;
    margin: 0 0 12px 12px;
  }

  .vcf-accordion-count {
    margin-left: 0;
  }
}

.vcf-success {
  background: #e9f7ef;
  color: #1e7e34;
}

.vcf-error {
  background: #fdecea;
  color: #b02a37;
}

.vcf-inline-warning {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #b02a37;
}

.vcf-inline-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #b02a37;
}

.vcf-inline-error.is-active {
  display: block;
}

.vcf-form-alert {
  display: none;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff4f0;
  border: 1px solid #f4b4a6;
  color: #b02a37;
  font-size: 13px;
}

.vcf-form-alert.vcf-form-alert--active {
  display: block;
}

.vcf-field-error input,
.vcf-field-error select,
.vcf-field-error textarea {
  border-color: #d63638;
  box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.12);
}

.vcf-submit.is-loading {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 720px) {
  .vcf-hero {
    grid-template-columns: 1fr;
  }
  .vcf-grid {
    grid-template-columns: 1fr;
  }
}
