/* FV-CMS-VENDORED v0.4.0 — DO NOT EDIT IN PLACE. Source: github.com/avidtech6/freshvibe-cms. To update, run: fvcms-update */
/* FreshVibe CMS — runtime styles
   Scoped via .oscar-* class names. No global pollution.
   Designed to work alongside Oscar's existing dev panel CSS. */

.oscar-editor {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.oscar-editor-header {
  font-weight: 700;
  font-size: 12px;
  color: #c0e0c0;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(120, 160, 120, 0.3);
}
.oscar-editor-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.oscar-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.oscar-field-label {
  font-size: 11px;
  color: #b0c0b0;
  font-weight: 600;
}
.oscar-required {
  color: #ff8060;
}
.oscar-field input[type=text],
.oscar-field input[type=url],
.oscar-field input[type=number],
.oscar-field textarea,
.oscar-field select {
  background: rgba(0, 0, 0, 0.3);
  color: #e8e8e0;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 4px;
  padding: 5px 7px;
  font: 12px ui-monospace, monospace;
  width: 100%;
  box-sizing: border-box;
}
.oscar-field input[type=color] {
  width: 36px;
  height: 28px;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.oscar-boolean-field {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 12px;
  color: #d0d8d0;
}
.oscar-editor-variants {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed rgba(120, 160, 120, 0.3);
}
.oscar-editor-label {
  font-size: 11px;
  color: #b0c0b0;
  margin-bottom: 4px;
}
.oscar-editor-variant-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.oscar-variant-btn {
  background: rgba(60, 100, 60, 0.4);
  border: 1px solid rgba(120, 160, 120, 0.4);
  color: #e8e8e0;
  padding: 3px 8px;
  border-radius: 4px;
  font: 11px ui-monospace, monospace;
  cursor: pointer;
}
.oscar-variant-btn:hover {
  background: rgba(80, 130, 80, 0.6);
}
.oscar-editor-actions {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.oscar-save-btn,
.oscar-reset-btn {
  flex: 1;
  padding: 6px 10px;
  border-radius: 5px;
  font: 12px ui-monospace, monospace;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid;
}
.oscar-save-btn {
  background: rgba(76, 175, 80, 0.6);
  border-color: rgba(120, 200, 120, 0.7);
  color: #fff;
}
.oscar-save-btn:hover {
  background: rgba(76, 175, 80, 0.85);
}
.oscar-reset-btn {
  background: rgba(80, 80, 80, 0.4);
  border-color: rgba(160, 160, 160, 0.4);
  color: #d0d0d0;
}
.oscar-reset-btn:hover {
  background: rgba(100, 100, 100, 0.5);
}

/* Region navigator */
.oscar-navigator {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.oscar-nav-region {
  border-left: 2px solid rgba(120, 160, 120, 0.4);
  padding-left: 8px;
  margin: 2px 0;
}
.oscar-nav-region-label {
  font-size: 11px;
  color: #c0e0c0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 2px 0;
}
.oscar-nav-group {
  margin-left: 8px;
  font-size: 11px;
  color: #b0c0b0;
}
.oscar-nav-module {
  display: inline-block;
  margin: 1px 3px 1px 0;
  padding: 2px 6px;
  background: rgba(60, 100, 60, 0.35);
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 3px;
  cursor: pointer;
  font: 10px ui-monospace, monospace;
}
.oscar-nav-module:hover {
  background: rgba(80, 130, 80, 0.6);
  border-color: rgba(180, 140, 80, 0.7);
}

/* Tab bar */
.oscar-tab-active {
  border-bottom: 2px solid rgba(180, 140, 80, 0.9) !important;
  color: #c0e0c0 !important;
}

/* Group toggle UI */
.oscar-group-toggle {
  display: flex; flex-direction: column; gap: 12px;
  padding: 8px 0;
}
.oscar-group-section {
  border-left: 2px solid rgba(120, 160, 120, 0.4);
  padding-left: 8px;
}
.oscar-group-section-head {
  font-size: 11px; color: #c0e0c0; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.oscar-group-row {
  display: flex; align-items: center; gap: 6px;
  padding: 3px 0; font-size: 10px;
}
.oscar-group-moduleselect {
  background: rgba(0, 0, 0, 0.3); color: #e8e8e0;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 3px; padding: 2px 4px;
  font: 10px ui-monospace, monospace;
}

/* Skin picker */
.oscar-skin-picker {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0;
}
.oscar-skin-picker-label {
  font-size: 11px; color: #b0c0b0; font-weight: 600;
}
.oscar-skin-select {
  flex: 1;
  background: rgba(0, 0, 0, 0.3); color: #e8e8e0;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 4px; padding: 4px 7px;
  font: 11px ui-monospace, monospace;
}

/* Module defaults */
.oscar-cta {
  display: inline-block;
  padding: 10px 22px;
  background: var(--cta-bg, #2d4f2d);
  color: var(--cta-color, #fff);
  border-radius: var(--cta-radius, 4px);
  text-decoration: none;
  font-weight: 600;
  transition: filter 0.15s ease, transform 0.1s ease;
}
.oscar-cta:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.oscar-variant-solid {
  background: var(--cta-bg, #2d4f2d);
  color: var(--cta-color, #fff);
  border: 1.5px solid var(--cta-bg, #2d4f2d);
}
.oscar-variant-outline {
  background: transparent;
  color: var(--cta-bg, #2d4f2d);
  border: 1.5px solid var(--cta-bg, #2d4f2d);
}
.oscar-variant-ghost {
  background: transparent;
  color: var(--cta-bg, #2d4f2d);
  border: 1.5px solid transparent;
}
.oscar-variant-link {
  background: transparent;
  color: var(--cta-bg, #2d4f2d);
  border: none;
  text-decoration: underline;
}
.oscar-radius-sharp   { border-radius: 0 !important; }
.oscar-radius-small   { border-radius: 4px !important; }
.oscar-radius-medium  { border-radius: 8px !important; }
.oscar-radius-large   { border-radius: 16px !important; }
.oscar-radius-pill    { border-radius: 999px !important; }
.oscar-size-small     { padding: 5px 12px !important; font-size: 11px !important; }
.oscar-size-medium    { padding: 10px 22px !important; font-size: 13px !important; }
.oscar-size-large     { padding: 14px 30px !important; font-size: 15px !important; }

/* Heading sizes via tokens */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font, inherit);
  color: var(--heading-color, inherit);
}

/* Paragraph sizes */
.oscar-paragraph-small  { font-size: 12px !important; }
.oscar-paragraph-medium { font-size: 14px !important; }
.oscar-paragraph-large  { font-size: 17px !important; line-height: 1.6; }

/* Menu */
.oscar-menu {
  list-style: none;
  margin: 0; padding: 0;
}
.oscar-menu li { padding: 4px 0; }
.oscar-menu li a {
  color: var(--heading-color, inherit);
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.oscar-menu li a:hover { opacity: 0.7; }
.oscar-menu-vertical   { display: block; }
.oscar-menu-horizontal { display: flex; gap: 16px; }

/* Social icons */
.oscar-social-icons {
  display: flex; gap: 12px;
  align-items: center;
}
.oscar-social-vertical { flex-direction: column; }
.oscar-social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(120, 160, 120, 0.3);
  color: inherit;
  text-decoration: none;
  font-size: 10px;
  transition: background 0.15s ease;
}
.oscar-social-icon:hover {
  background: rgba(120, 160, 120, 0.7);
}

/* Accordion */
.oscar-accordion-item {
  margin: 4px 0;
  border-radius: 4px;
}
.oscar-accordion-separated .oscar-accordion-item {
  background: rgba(60, 100, 60, 0.15);
  border: 1px solid rgba(120, 160, 120, 0.3);
}
.oscar-accordion-bordered .oscar-accordion-item {
  border: 1px solid rgba(120, 160, 120, 0.4);
}
.oscar-accordion-flush .oscar-accordion-item {
  border-bottom: 1px solid rgba(120, 160, 120, 0.3);
}
.oscar-accordion-item summary {
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
}
.oscar-accordion-content {
  padding: 0 14px 10px;
  color: rgba(232, 232, 224, 0.85);
}

/* Icon list */
.oscar-icon-list {
  list-style: none; padding: 0; margin: 0;
}
.oscar-icon-list li {
  padding: 4px 0;
  display: flex; align-items: center; gap: 6px;
}
.oscar-icon-list li::before {
  content: '✓';
  color: var(--heading-color, inherit);
  opacity: 0.7;
}

/* Region navigator region-hover highlight */
.oscar-region-hovered {
  outline: 2px solid rgba(255, 220, 100, 0.9);
  outline-offset: 2px;
}

/* On-page REGION: X tag (pinned to each region's top-left corner
   while region overlays are active). position:fixed + rAF
   reposition so it follows the region as the user scrolls. */
.oscar-region-tag {
  position: fixed;
  z-index: 2147483645;
  background: rgba(40, 50, 25, 0.96);
  color: #ffdc64;
  border: 1px solid rgba(255, 220, 100, 0.7);
  border-radius: 4px;
  padding: 5px 10px;
  font: 600 11px ui-monospace, Menlo, monospace;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

/* Sub-tags for individual modules within a focused region. Smaller,
   distinct colour so the operator can tell them apart from the
   region tag at a glance. Click to open that module in the
   inspector. */
.oscar-module-subtag {
  position: fixed;
  z-index: 2147483646;
  background: rgba(20, 28, 20, 0.95);
  color: #d0e8d0;
  border: 1px solid rgba(180, 220, 140, 0.6);
  border-radius: 3px;
  padding: 2px 6px;
  font: 10px ui-monospace, Menlo, monospace;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  user-select: none;
  pointer-events: auto;
  max-width: 240px;
}
.oscar-module-subtag:hover {
  background: rgba(255, 220, 100, 0.2);
  color: #ffdc64;
  border-color: rgba(255, 220, 100, 0.9);
}
.oscar-module-subtag .ost {
  background: rgba(255, 220, 100, 0.25);
  color: #ffdc64;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.3px;
}
.oscar-module-subtag .osl {
  color: #d0e8d0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
  pointer-events: auto;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.oscar-region-tag::before {
  content: '◆';
  color: #ffdc64;
  font-size: 9px;
}
.oscar-region-tag:hover {
  background: rgba(60, 80, 35, 0.98);
  border-color: rgba(255, 220, 100, 1);
}

/* Region being edited — yellow tag pinned to the top-left corner
   of the region, plus a glowing outline. The tag follows the
   region as the page scrolls because it's position:fixed and
   repositioned via rAF against the region element's rect. */
.oscar-editing-region {
  outline: 3px solid rgba(255, 220, 100, 0.95);
  outline-offset: 2px;
  box-shadow: 0 0 24px rgba(255, 220, 100, 0.35);
}
.oscar-editing-region-tag {
  position: fixed;
  z-index: 2147483646;
  background: rgba(40, 50, 25, 0.96);
  color: #ffdc64;
  border: 1px solid rgba(255, 220, 100, 0.7);
  border-radius: 4px;
  padding: 5px 10px;
  font: 600 11px ui-monospace, Menlo, monospace;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
  pointer-events: none;       /* don't block clicks on the page */
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.oscar-editing-region-tag::before {
  content: '◆';
  color: #ffdc64;
  font-size: 9px;
}
.oscar-editing-region-tag .oscar-editing-region-back {
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 220, 100, 0.6);
  color: #ffdc64;
  font: 600 10px ui-monospace, Menlo, monospace;
  padding: 2px 8px;
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0;
}
.oscar-editing-region-tag .oscar-editing-region-back:hover {
  background: rgba(255, 220, 100, 0.18);
}

/* Info box */
.oscar-info-box {
  display: flex; gap: 12px;
  padding: 14px 16px;
  margin: 10px 0;
  border-radius: 8px;
  background: rgba(100, 140, 200, 0.12);
  border-left: 4px solid rgba(100, 140, 200, 0.6);
}
.oscar-info-info    { background: rgba(100, 140, 200, 0.12); border-left-color: rgba(100, 140, 200, 0.6); }
.oscar-info-success { background: rgba(80, 160, 80, 0.12); border-left-color: rgba(80, 160, 80, 0.7); }
.oscar-info-warning { background: rgba(200, 160, 60, 0.12); border-left-color: rgba(200, 160, 60, 0.7); }
.oscar-info-tip     { background: rgba(180, 120, 200, 0.12); border-left-color: rgba(180, 120, 200, 0.6); }
.oscar-info-icon {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-weight: 700;
  text-transform: uppercase;
}
.oscar-info-body { flex: 1; }
.oscar-info-title { font-weight: 700; font-size: 13px; margin-bottom: 4px; }
.oscar-info-content { font-size: 12px; opacity: 0.85; }
.oscar-info-link { display: inline-block; margin-top: 6px; font-size: 11px; color: rgba(180, 140, 80, 1); }

/* Forms */
.oscar-form {
  display: flex; flex-direction: column; gap: 10px;
  padding: 12px 0;
}
.oscar-form-inline {
  flex-direction: row; flex-wrap: wrap; gap: 8px;
  align-items: end;
}
.oscar-form-field {
  display: flex; flex-direction: column; gap: 3px;
  flex: 1 1 200px;
}
.oscar-form-field label { font-size: 11px; color: #b0c0b0; font-weight: 600; }
.oscar-form-field input,
.oscar-form-field textarea,
.oscar-form-field select {
  background: rgba(0, 0, 0, 0.3); color: #e8e8e0;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 4px; padding: 6px 8px;
  font: 12px ui-monospace, monospace;
}
.oscar-form-field textarea { min-height: 80px; resize: vertical; }
.oscar-form-submit {
  background: var(--cta-bg, #2d4f2d); color: var(--cta-color, #fff);
  border: none; padding: 10px 22px; border-radius: 8px;
  font: 13px ui-monospace, monospace; font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
}
.oscar-form-success {
  background: rgba(80, 160, 80, 0.7); color: #fff;
  padding: 8px 12px; border-radius: 4px;
  font-size: 12px;
  margin-top: 4px;
}

/* Breadcrumb */
.oscar-breadcrumb { font-size: 12px; }
.oscar-breadcrumb-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap;
}
.oscar-breadcrumb-list li { display: inline-flex; align-items: center; }
.oscar-breadcrumb-list li a {
  color: var(--heading-color, inherit);
  text-decoration: none;
  opacity: 0.7;
}
.oscar-breadcrumb-list li a:hover { opacity: 1; }
.oscar-breadcrumb-sep {
  padding: 0 8px;
  opacity: 0.4;
}

/* Testimonial */
.oscar-testimonial {
  padding: 16px;
  margin: 10px 0;
}
.oscar-testimonial-card { background: rgba(60, 100, 60, 0.15); border-radius: 8px; border: 1px solid rgba(120, 160, 120, 0.3); }
.oscar-testimonial-bordered {
  border-left: 4px solid rgba(180, 140, 80, 0.8);
  background: rgba(180, 140, 80, 0.06);
}
.oscar-testimonial-plain {
  font-style: italic;
}
.oscar-testimonial-stars {
  color: rgba(220, 180, 60, 1);
  margin-bottom: 6px;
  font-size: 16px;
}
.oscar-testimonial-quote {
  margin: 0; padding: 0;
  font-size: 14px; line-height: 1.6;
  font-style: italic;
}
.oscar-testimonial-attribution {
  display: flex; align-items: center; gap: 10px;
  margin-top: 10px;
  font-size: 11px;
}
.oscar-testimonial-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.oscar-testimonial-name { font-weight: 700; }
.oscar-testimonial-role { opacity: 0.7; }

/* CTA Box */
.oscar-cta-box {
  padding: 24px 20px;
  margin: 16px 0;
  background: rgba(45, 79, 45, 0.4);
  border-radius: 10px;
}
.oscar-cta-box-inner {
  display: flex; flex-direction: column; gap: 10px;
  align-items: flex-start;
}
.oscar-cta-box-centered { text-align: center; align-items: center; }
.oscar-cta-box-side-by-side {
  flex-direction: row; justify-content: space-between; align-items: center;
}
.oscar-cta-box-title { font-size: 20px; margin: 0; }
.oscar-cta-box-body { font-size: 13px; opacity: 0.85; margin: 0; }
/* 'All widgets' toggle — every Elementor widget on the page gets
   a tag. Bright blue so it visually distinguishes from the
   curated region tags (yellow) and module sub-tags (green). */
.oscar-allwidget-tag {
  position: fixed;
  z-index: 2147483644;
  background: rgba(60, 90, 140, 0.95);
  color: #d0e4f5;
  border: 1px solid rgba(140, 180, 220, 0.7);
  border-radius: 3px;
  padding: 2px 6px;
  font: 10px ui-monospace, monospace;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  user-select: none;
  pointer-events: auto;
  max-width: 280px;
}
.oscar-allwidget-tag:hover {
  background: rgba(140, 180, 220, 0.3);
  border-color: #c0d8e8;
}
.oscar-allwidget-tag .oaw-type {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.3px;
}
.oscar-allwidget-tag .oaw-label {
  color: #d0e4f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}


/* ---- Stage F: visual feedback when an element gets re-rendered ----
   Briefly highlights the updated element with a yellow glow that
   fades out. Helps the operator see exactly which DOM node changed
   in response to their Inspector edit. */
.oscar-just-updated {
  outline: 3px solid #ffd84d !important;
  outline-offset: 2px !important;
  animation: oscar-flash 0.8s ease-out forwards;
  position: relative;
  z-index: 1;
}
@keyframes oscar-flash {
  0%   { background-color: rgba(255, 216, 77, 0.30); outline-color: #ffd84d; }
  50%  { background-color: rgba(255, 216, 77, 0.15); outline-color: #ffd84d; }
  100% { background-color: transparent; outline-color: rgba(255, 216, 77, 0); }
}

/* ============================================================================
   editor-outline feature — yellow tag overlays on the page
   (Per app-fragments/editor-outline/fragment.md)
   ============================================================================ */

.fvcms-region-tag {
  position: fixed;
  z-index: 2147483645;
  background: rgba(60, 40, 25, 0.96);
  color: #f0d8b8;
  border: 1px solid rgba(160, 106, 58, 0.9);
  border-radius: 4px;
  padding: 5px 10px;
  font: 600 11px ui-monospace, Menlo, monospace;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
  pointer-events: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fvcms-region-tag:hover {
  background: rgba(80, 55, 35, 0.98);
  border-color: rgba(180, 120, 70, 1);
}
.fvcms-region-tag .fvcms-tag-prefix {
  color: #c89060;
  font-size: 10px;
}
.fvcms-region-tag.is-selected {
  /* Region selected: brown highlight + glow + white inner ring */
  background: rgba(80, 50, 30, 0.98);
  border-color: rgba(200, 140, 80, 1);
  color: #ffe8c8;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 12px 1px rgba(160, 106, 58, 0.65), 0 4px 16px rgba(0, 0, 0, 0.6);
}
.fvcms-region-tag.is-selected .fvcms-tag-prefix {
  color: #f0b878;
}

/* Module tags (inside the selected region only) — smaller, purple per I-015 */
.fvcms-module-tag {
  position: fixed;
  z-index: 2147483646;
  background: rgba(45, 30, 65, 0.95);
  color: #e0d0f0;
  border: 1px solid rgba(168, 120, 232, 0.7);
  border-radius: 3px;
  padding: 2px 6px;
  font: 10px ui-monospace, Menlo, monospace;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 240px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fvcms-module-tag:hover {
  background: rgba(70, 45, 100, 0.98);
  color: #f0e0ff;
  border-color: rgba(180, 130, 240, 0.95);
}
.fvcms-module-tag .fvcms-tag-type {
  background: rgba(168, 120, 232, 0.4);
  color: #f0e0ff;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.3px;
}
.fvcms-module-tag .fvcms-tag-label {
  color: #e0d0f0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.fvcms-module-tag.is-selected {
  background: rgba(80, 50, 120, 0.98);
  border-color: rgba(200, 150, 255, 1);
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 0 10px 1px rgba(168, 120, 232, 0.65);
}
.fvcms-module-tag.is-selected .fvcms-tag-type {
  background: rgba(200, 150, 255, 0.5);
  color: #ffffff;
}

/* ============================================================================
   editor-navigator feature — structure tree of the page
   (Per app-fragments/editor-navigator/fragment.md)
   ============================================================================ */

.fvcms-navigator-tree {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: #c8e0c8;
  padding: 6px 0;
}
.fvcms-navigator-empty {
  color: #7a8a7a;
  font-style: italic;
  padding: 8px 12px;
}
.fvcms-tree-node .row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
}
.fvcms-tree-node .row:hover {
  background: rgba(255, 220, 100, 0.10);
}
.fvcms-tree-node .row.is-current {
  background: rgba(255, 220, 100, 0.20);
}
.fvcms-tree-node .chev {
  color: #a0c0a0;
  width: 10px;
  display: inline-block;
  font-size: 10px;
}
.fvcms-tree-node .icon {
  color: #c0d8e0;
  font-size: 11px;
  width: 14px;
  text-align: center;
}
.fvcms-tree-node .pill {
  background: rgba(60, 90, 140, 0.4);
  color: #d0e4f5;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fvcms-tree-node .label {
  flex: 1;
  color: #d0e8d0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fvcms-tree-children {
  /* child container — display:none when collapsed */
}

/* ============================================================================
   editor-inspector feature — the panel that edits one module instance
   (Per app-fragments/editor-inspector/fragment.md)
   ============================================================================ */

.fvcms-editor-body {
  padding: 12px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: #c8e0c8;
}
.fvcms-editor-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #b0c0b0;
}
.fvcms-editor-id {
  flex: 1;
}
.fvcms-editor-flash {
  color: #80c080;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
.fvcms-editor-tabs {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(120, 160, 120, 0.2);
}
.fvcms-editor-tab {
  flex: 0 0 auto;
  background: transparent;
  color: #b0c0b0;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font: 11px ui-monospace, monospace;
}
.fvcms-editor-tab:hover {
  color: #e8e8e0;
}
.fvcms-editor-tab.fvcms-tab-active {
  color: #ffdc64;
  border-bottom-color: #ffdc64;
}
.fvcms-editor-tab-content {
  /* Active tab content area */
}
.fvcms-editor-empty {
  color: #888;
  padding: 8px;
}
.fvcms-editor-variants {
  /* Variants section */
}
.fvcms-variant-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin: 4px 0;
  background: rgba(60, 100, 60, 0.3);
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 6px;
}
.fvcms-variant-label {
  flex: 1;
  font-weight: 600;
}
.fvcms-variant-preview {
  font-size: 10px;
  color: #b0c0b0;
  font-family: monospace;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fvcms-variant-apply {
  background: rgba(180, 140, 80, 0.7);
  color: #fff;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  font: 11px ui-monospace, monospace;
}
.fvcms-variant-apply:hover {
  background: rgba(180, 140, 80, 0.9);
}
.fvcms-editor-raw {
  /* Raw JSON section */
}
.fvcms-editor-raw-textarea {
  width: 100%;
  height: 320px;
  background: rgba(0, 0, 0, 0.4);
  color: #e8e8e0;
  border: 1px solid rgba(120, 160, 120, 0.3);
  border-radius: 4px;
  padding: 8px;
  font: 11px ui-monospace, monospace;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.fvcms-editor-raw-textarea.fvcms-editor-raw-invalid {
  border-color: rgba(255, 80, 80, 0.7);
}

/* ============================================================================
   editor-context-menu feature — right-click menu
   (Per app-fragments/editor-context-menu/fragment.md)
   ============================================================================ */

.fvcms-context-menu {
  position: fixed;
  z-index: 2147483647;
  background: rgba(20, 28, 20, 0.98);
  border: 1px solid rgba(255, 220, 100, 0.5);
  border-radius: 6px;
  padding: 4px 0;
  min-width: 180px;
  font: 11px ui-monospace, Menlo, monospace;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fvcms-context-menu-item {
  display: block;
  width: 100%;
  background: transparent;
  color: #d0e8d0;
  border: none;
  padding: 6px 14px;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.fvcms-context-menu-item:hover {
  background: rgba(255, 220, 100, 0.15);
  color: #ffdc64;
}
.fvcms-context-menu-divider {
  height: 1px;
  background: rgba(120, 160, 120, 0.2);
  margin: 4px 0;
}
.fvcms-context-menu-danger {
  color: #ff8866;
}
.fvcms-context-menu-danger:hover {
  background: rgba(255, 80, 80, 0.15);
  color: #ff6644;
}

/* ============================================================================
   editor-breadcrumb feature — bottom-bar path
   (Per app-fragments/editor-breadcrumb/fragment.md)
   ============================================================================ */

.fvcms-breadcrumb {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483644;
  background: rgba(20, 28, 20, 0.95);
  border-top: 1px solid rgba(255, 220, 100, 0.3);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font: 11px ui-monospace, Menlo, monospace;
  color: #c8e0c8;
}
.fvcms-breadcrumb-segment {
  background: transparent;
  border: 1px solid transparent;
  color: #b0c0b0;
  padding: 3px 8px;
  border-radius: 3px;
  cursor: pointer;
  font: inherit;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fvcms-breadcrumb-segment:hover {
  background: rgba(255, 220, 100, 0.15);
  color: #ffdc64;
  border-color: rgba(255, 220, 100, 0.4);
}
.fvcms-breadcrumb-segment.is-current {
  background: rgba(255, 220, 100, 0.25);
  color: #ffdc64;
  border-color: rgba(255, 220, 100, 0.7);
}
.fvcms-breadcrumb-separator {
  color: #6a8a6a;
  font-size: 12px;
  user-select: none;
}
