/* KINVA TOOLS V4.2 CSS - HELPER SUITE */
.kinva-tool, .kinva-card { box-sizing: border-box; }
.kinva-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 1.5rem;
  margin: 1.5rem 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.kinva-card h3, .kinva-card h4 { margin-top: 0; margin-bottom: 0.5rem; }
.kinva-card h4 {
  font-size: 1rem;
  color: #333;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 0.5rem;
}
.kinva-lite-banner {
  background: linear-gradient(135deg, #fff3cd, #fff8e1);
  border-left: 4px solid #e0a800;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
}
.kinva-lite-price-info {
  background: rgba(31, 143, 102, 0.08);
  border-left: 3px solid #1f8f66;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
}
.kinva-lock-hint { font-size: 0.8rem; color: #666; margin-top: 0.4rem; }
.kinva-help { font-size: 0.75rem; color: #666; margin-top: 0.25rem; }
.kinva-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s;
  font-family: inherit;
}
.kinva-btn--primary { background: #1f8f66; color: #fff; }
.kinva-btn--primary:hover { background: #15654a; }
.kinva-btn--secondary { background: #f0f0f0; color: #555; }
.kinva-btn--secondary:hover { background: #e0e0e0; }
.kinva-btn--outline {
  background: transparent;
  border-color: #1f8f66;
  color: #1f8f66;
}
.kinva-btn--outline:hover { background: #1f8f66; color: #fff; }
.kinva-btn--small { padding: 0.35rem 0.8rem; font-size: 0.85rem; }

/* V4.0: INACTIVE (динамikus toggle) */
.kinva-inactive {
  opacity: 0.4;
  pointer-events: none;
}

/* V4.1: PRO FEATURE DISABLED STATE */
.kinva-pro-feature {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

/* V4.1: PRO BADGE */
.kinva-pro-badge {
  background: #e0a800;
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  font-weight: bold;
  display: inline-block;
}

/* V4.1: DIMMED TEXT */
.kinva-dimmed {
  color: #999;
}

/* V4.1: GALLERY BREAKDOWN */
.kinva-gallery-breakdown {
  margin-top: 1rem;
  padding: 0.75rem;
  background: rgba(31,143,102,0.05);
  border-radius: 6px;
  border-left: 3px solid #1f8f66;
}

.kinva-gallery-breakdown p {
  margin: 0.4rem 0;
  font-size: 0.9rem;
}

/* V4.1: VAT TOGGLE */
.kinva-vat-toggle {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #fff8e1;
  border-left: 3px solid #e0a800;
  border-radius: 6px;
}

/* V4.1: GALLERY OPTIONS */
.kinva-gallery-options {
  margin-top: 1rem;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
}

.kinva-gallery-label {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 600;
  color: #1f8f66;
}


.kinva-blur {
  filter: blur(6px);
  user-select: none;
}
.kinva-field { margin-bottom: 0.9rem; }
.kinva-field label { font-size: 0.85rem; margin-bottom: 0.25rem; font-weight: 600; }
.kinva-field input[type="number"],
.kinva-field input[type="text"],
.kinva-field select {
  width: 100%;
  padding: 0.45rem 0.65rem;
  font-size: 0.95rem;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.16);
  box-sizing: border-box;
}
.kinva-field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.kinva-field-group .kinva-field { flex: 1 1 140px; }
.kinva-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.kinva-radio-group label {
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.kinva-toggle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: normal;
}
.kinva-pricing__body--split {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .kinva-pricing__body--split { flex-direction: row; }
}

/* V4.0: 4 Result cards (RAW + Min + Rec + Prem) */
.kinva-result-card {
  margin-bottom: 1rem;
  padding: 1.1rem;
  border-radius: 8px;
  background: #fff;
}
.kinva-result-card__title {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #555;
}
.kinva-result-card__price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.kinva-result-card__desc {
  font-size: 0.85rem;
  color: #555;
}

/* V4.0: RAW card */
.kinva-result-card--raw {
  border-left: 4px solid #666;
  background: #f9f9f9;
}
.kinva-result-card--min {
  border-left: 4px solid #d9534f;
  background: #fff5f5;
}
.kinva-result-card--recommended {
  border-left: 4px solid #1f8f66;
  background: #f0fff4;
}
.kinva-result-card--premium {
  border-left: 4px solid #e0a800;
  background: #fff8e1;
}
.kinva-pricing__gallery-summary {
  margin-top: 1rem;
  padding: 0.85rem;
  background: rgba(31,143,102,0.05);
  border-radius: 6px;
  border-left: 3px solid #1f8f66;
}

/* Progress bar */
.kinva-progress {
  width: 100%;
  height: 5px;
  background: rgba(0,0,0,0.08);
  border-radius: 999px;
  overflow: hidden;
  margin: 0.75rem 0 1rem;
}
.kinva-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1f8f66, #4CAF50);
  transition: width 0.3s;
}

/* Diagnózis */
.kinva-diagnosis__question-card { text-align: left; }
.kinva-diagnosis__step-label { font-size: 0.75rem; color: #777; }
.kinva-diagnosis__question-text { font-size: 1rem; margin-bottom: 0.85rem; }
.kinva-diagnosis__buttons { display: flex; gap: 0.6rem; }
.kinva-diagnosis__result-card,
.kinva-diagnosis__phantom {
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
}
.kinva-diagnosis__result-card--alert {
  background: linear-gradient(135deg, #fff5f5, #ffe5e5);
  border-left: 4px solid #d9534f;
}
.kinva-diagnosis__result-card--success {
  background: linear-gradient(135deg, #f0fff4, #e8f5e9);
  border-left: 4px solid #1f8f66;
}
.kinva-diagnosis__result-card--conscious {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-left: 4px solid #3b82f6;
}
.kinva-diagnosis__phantom {
  background: linear-gradient(135deg, #fff8e1, #fff3cd);
  border-left: 4px solid #e0a800;
  text-align: center;
}
.kinva-diagnosis__coupon {
  margin: 0.85rem 0;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  background: rgba(31,143,102,0.1);
  border: 2px dashed #1f8f66;
}

/* Mobil */
@media (max-width: 768px) {
  .kinva-pricing__body--split { flex-direction: column; }
}
@media (max-width: 480px) {
  .kinva-diagnosis__buttons { flex-direction: column; }
  .kinva-btn { width: 100%; }
}

/* V4.2: HELPER SUITE STYLES */

/* Helper panel base */
.kinva-helper-panel {
  margin-top: 1rem;
  padding: 1.25rem;
  background: #f0f9ff;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.kinva-helper-panel h5 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #1e40af;
}

.kinva-helper-result {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(59,130,246,0.1);
  border-radius: 6px;
  border: 2px dashed #3b82f6;
}

.kinva-helper-result p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.kinva-helper-result strong {
  font-size: 1.3rem;
  color: #1e40af;
}

/* Preset buttons */
.kinva-preset-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

/* Tab system */
.kinva-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.kinva-tab {
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 0.9rem;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
}

.kinva-tab.active {
  color: #1e40af;
  border-bottom-color: #3b82f6;
  font-weight: 600;
}

.kinva-tab:hover {
  color: #3b82f6;
}

.kinva-tab-content {
  display: none;
}

.kinva-tab-content.active {
  display: block;
}

/* History entry */
.kinva-history-entry {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #d1d5db;
}

.kinva-history-entry:last-child {
  border-bottom: none;
}

/* Benchmark options */
.kinva-benchmark-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.kinva-radio-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.kinva-radio-option:hover {
  border-color: #3b82f6;
  background: rgba(59,130,246,0.05);
}

/* Helper icons */
.kinva-helper-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.kinva-helper-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
}

.kinva-helper-icon:hover {
  background: #1e40af;
  transform: scale(1.1);
}

/* Toast notification */
.kinva-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  padding: 1rem 1.5rem;
  background: #1e40af;
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  animation: toastIn 0.3s ease;
  z-index: 9999;
}

@keyframes toastIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Comparison panel */
.kinva-cm2-comparison {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 6px;
  animation: slideDown 0.3s ease;
}

.kinva-cm2-comparison h6 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  color: #1e40af;
}

.kinva-cm2-comparison hr {
  margin: 0.75rem 0;
  border: none;
  border-top: 1px solid #d1d5db;
}

/* Mobile responsive */
@media (max-width: 640px) {
  .kinva-helper-panel {
    padding: 1rem;
  }
  
  .kinva-preset-buttons {
    flex-direction: column;
  }
  
  .kinva-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  
  .kinva-helper-icons {
    justify-content: center;
  }
}

/* ============================================
   V4.4: DIAGNOSIS TOAST & BANNER
   ============================================ */

.kinva-diagnosis-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #fff;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 16px 20px;
  max-width: 400px;
  z-index: 10000;
  animation: kinva-toast-slide-in 0.3s ease-out;
}

.kinva-diagnosis-toast__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.kinva-diagnosis-toast__content strong {
  color: #065f46;
  font-size: 14px;
  font-weight: 600;
}

.kinva-diagnosis-toast__content div {
  color: #374151;
  font-size: 13px;
}

.kinva-diagnosis-toast--fade-out {
  animation: kinva-toast-fade-out 0.3s ease-out forwards;
}

@keyframes kinva-toast-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes kinva-toast-fade-out {
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

.kinva-diagnosis-prompt {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #93c5fd;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.kinva-diagnosis-prompt__icon {
  font-size: 32px;
  flex-shrink: 0;
}

.kinva-diagnosis-prompt__content {
  flex: 1;
}

.kinva-diagnosis-prompt__content h4 {
  margin: 0 0 8px 0;
  color: #1e40af;
  font-size: 18px;
  font-weight: 600;
}

.kinva-diagnosis-prompt__content p {
  margin: 0;
  color: #1e3a8a;
  font-size: 14px;
  line-height: 1.5;
}

.kinva-diagnosis-prompt .kinva-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 640px) {
  .kinva-diagnosis-toast {
    left: 20px;
    right: 20px;
    max-width: none;
  }
  
  .kinva-diagnosis-prompt {
    flex-direction: column;
    text-align: center;
  }
  
  .kinva-diagnosis-prompt .kinva-btn {
    width: 100%;
  }
}

/* ============================================
   V4.4: WORK TYPE SELECTOR
   ============================================ */

.kinva-field--work-type {
  margin-top: 16px;
}

.kinva-field--work-type label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
}

.kinva-work-type {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.2s;
}

.kinva-work-type:hover:not(:disabled) {
  border-color: #9ca3af;
}

.kinva-work-type:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.kinva-work-type:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
  opacity: 0.6;
}

.kinva-work-type option {
  padding: 8px;
}

.kinva-help {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.kinva-help--pro-only {
  color: #f59e0b;
  font-weight: 500;
}

/* ============================================
   V4.5: UX POLISH - HELPER BUTTONS WITH TEXT
   ============================================ */

.kinva-helper-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.kinva-btn--helper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
}

.kinva-btn--helper:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.kinva-btn--helper:disabled,
.kinva-btn--helper.kinva-btn--locked {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.7;
}

.kinva-btn__icon {
  font-size: 18px;
  line-height: 1;
}

.kinva-btn__text {
  white-space: nowrap;
}

/* ============================================
   V4.5: SLIDER WITH BACKGROUND
   ============================================ */

.kinva-slider-wrapper {
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
  margin: 8px 0;
}

.kinva-confidence-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #d1d5db;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.kinva-confidence-slider::-webkit-slider-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #ef4444 0%, #f59e0b 50%, #10b981 100%);
  border-radius: 4px;
}

.kinva-confidence-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.kinva-confidence-slider::-webkit-slider-thumb:hover {
  background: #2563eb;
  transform: scale(1.1);
}

.kinva-confidence-slider::-moz-range-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #ef4444 0%, #f59e0b 50%, #10b981 100%);
  border-radius: 4px;
}

.kinva-confidence-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3b82f6;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ============================================
   V4.5: PRO BADGE STYLES
   ============================================ */

.kinva-pro-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #78350f;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(251, 191, 36, 0.3);
}

.kinva-pro-badge-inline {
  display: inline;
  font-size: 14px;
  margin-left: 6px;
  opacity: 0.7;
}

/* ============================================
   V4.5: PRO OVERLAY FOR LOCKED FEATURES
   ============================================ */

.kinva-gallery-breakdown--locked {
  position: relative;
}

.kinva-pro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 2px dashed #fbbf24;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: all;
  z-index: 10;
  backdrop-filter: blur(2px);
}

.kinva-gallery-breakdown--locked:hover .kinva-pro-overlay {
  opacity: 1;
}

.kinva-pro-overlay p {
  margin: 0 0 16px 0;
  color: #374151;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}

.kinva-upgrade-link {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #78350f;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgba(251, 191, 36, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.kinva-upgrade-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(251, 191, 36, 0.4);
}

/* ============================================
   V4.5: TOAST RECOMMENDATION STYLE
   ============================================ */

.kinva-toast-recommendation {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #d1fae5;
  color: #065f46;
  font-size: 13px;
  font-weight: 500;
}

/* ============================================
   V4.5: IMPROVED HELP TEXT
   ============================================ */

.kinva-help strong {
  color: #374151;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 640px) {
  .kinva-helper-buttons {
    flex-direction: column;
  }
  
  .kinva-btn--helper {
    width: 100%;
    justify-content: center;
  }
  
  .kinva-pro-overlay {
    padding: 16px;
  }
}

/* ============================================
   V4.5.1: HELPER PANEL LITE LOCK
   ============================================ */

.kinva-helper--locked {
  position: relative;
}

.kinva-helper--locked input,
.kinva-helper--locked button:not(.kinva-upgrade-link),
.kinva-helper--locked select,
.kinva-helper--locked textarea {
  background: #f3f4f6 !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

.kinva-pro-overlay--helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.98);
  border: 2px dashed #fbbf24;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  z-index: 100;
  min-width: 300px;
  max-width: 400px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
}

.kinva-pro-overlay--helper p {
  margin: 0 0 16px 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}

.kinva-pro-overlay--helper p strong {
  color: #78350f;
  font-size: 18px;
}

.kinva-pro-feature-desc {
  font-size: 14px !important;
  color: #6b7280 !important;
}

.kinva-pro-overlay--helper .kinva-upgrade-link {
  display: inline-block;
  margin-top: 8px;
}

/* ============================================
   V5.0: PRINT CALCULATOR MODULE
   ============================================ */

.kinva-print-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid #e5e7eb;
}

.kinva-print-section--lite {
  opacity: 0.7;
}

.kinva-btn--helper-print {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.kinva-btn--helper-print:hover:not(:disabled) {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

.kinva-print-helper {
  background: #faf5ff;
  border: 2px solid #e9d5ff;
  padding: 24px;
  border-radius: 12px;
  margin-top: 16px;
}

.kinva-print-helper h5 {
  margin: 0 0 16px 0;
  color: #6d28d9;
  font-size: 18px;
}

.kinva-print-options {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 0;
  border: 1px solid #e9d5ff;
}

.kinva-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kinva-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.kinva-radio:hover {
  border-color: #8b5cf6;
  background: #faf5ff;
}

.kinva-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.kinva-radio input[type="radio"]:checked + span {
  font-weight: 600;
  color: #6d28d9;
}

.kinva-rarity-multiplier {
  color: #8b5cf6;
  font-weight: 700;
}

/* Print Breakdown */
.kinva-print-breakdown {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #86efac;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
}

.kinva-print-breakdown h6 {
  margin: 0 0 16px 0;
  color: #065f46;
  font-size: 16px;
  font-weight: 700;
}

.kinva-breakdown-content p {
  margin: 8px 0;
  color: #374151;
  font-size: 14px;
}

.kinva-breakdown-content hr {
  border: none;
  border-top: 2px dashed #86efac;
  margin: 16px 0;
}

.kinva-breakdown-result {
  font-size: 16px !important;
  color: #065f46 !important;
  font-weight: 700 !important;
}

/* Value Ladder */
.kinva-value-ladder {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #93c5fd;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
}

.kinva-value-ladder h6 {
  margin: 0 0 16px 0;
  color: #1e40af;
  font-size: 16px;
  font-weight: 700;
}

.kinva-ladder-list {
  list-style: none;
  counter-reset: ladder-counter;
  padding: 0;
  margin: 0;
}

.kinva-ladder-list li {
  counter-increment: ladder-counter;
  padding: 12px 16px;
  margin: 8px 0;
  background: white;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s;
}

.kinva-ladder-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.kinva-ladder-list li::before {
  content: counter(ladder-counter) ". ";
  font-weight: 700;
  color: #3b82f6;
  margin-right: 8px;
}

.kinva-ladder-list li strong {
  color: #1e40af;
  font-weight: 700;
}

/* Helper Actions */
.kinva-helper-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

/* Responsive */
@media (max-width: 640px) {
  .kinva-print-helper {
    padding: 16px;
  }
  
  .kinva-radio-group {
    gap: 8px;
  }
  
  .kinva-ladder-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
