.staerkensieb-ai-results.staerkensieb-ai-wait {
  font-style: italic;
  opacity: 0.85;
  color: var(--ss-text, #222222) !important;
}

.staerkensieb-ai-results .ai-result-title {
  margin: 0 0 12px;
}

.staerkensieb-ai-results .ai-result-title strong {
  font-weight: 700;
}

.staerkensieb-drop-instruction {
  margin: 0 0 12px;
  font-size: var(--ss-font-body, 1rem);
  line-height: 1.5;
  color: var(--ss-text, #222222);
}



.staerkensieb-ai-results .staerkensieb-drop-instruction {

  color: var(--ss-text, #222222) !important;

}



.staerkensieb-drop-wrap {

  position: relative;

  margin: 0;

  max-width: 100%;

}



.staerkensieb-drop-stage {

  position: relative;

  width: 100%;

  min-height: 280px;

  height: 42vh;

  max-height: 420px;

  overflow: hidden;

  border-radius: 12px;

  background: var(--ss-blue-verylight, #e8f4fc);

  border: 1px solid var(--ss-border, rgba(0, 0, 0, 0.08));

  touch-action: manipulation;

  user-select: none;

}



/* Höhere Spezifität als .staerkensieb-ai-results *:not(button) in staerkensieb-digital.css */

.staerkensieb-ai-results .staerkensieb-drop-stage .staerkensieb-drop-chip,

.staerkensieb-drop-stage .staerkensieb-drop-chip {

  position: absolute;

  left: 0;

  top: 0;

  display: inline-block;

  padding: 10px 16px;

  min-height: 36px;

  box-sizing: border-box;

  border-radius: 999px;

  font-size: 0.9rem;

  line-height: 1.25;

  font-weight: 600;

  white-space: nowrap;

  max-width: none;

  overflow: visible;

  text-overflow: clip;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);

  cursor: pointer;

  touch-action: manipulation;

  pointer-events: auto;

  -webkit-tap-highlight-color: transparent;

  z-index: 2;

}

.staerkensieb-drop-stage .staerkensieb-drop-chip.is-collected {
  transition: opacity 0.2s ease, transform 0.15s ease;
}



.staerkensieb-ai-results .staerkensieb-drop-stage .staerkensieb-drop-chip:hover,

.staerkensieb-ai-results .staerkensieb-drop-stage .staerkensieb-drop-chip:focus,

.staerkensieb-drop-stage .staerkensieb-drop-chip:hover,

.staerkensieb-drop-stage .staerkensieb-drop-chip:focus {

  filter: brightness(1.05);

}



.staerkensieb-ai-results .staerkensieb-drop-stage .staerkensieb-drop-chip.is-collected,

.staerkensieb-drop-stage .staerkensieb-drop-chip.is-collected {

  opacity: 0;

  pointer-events: none;

  transform: scale(0.6);

}



.staerkensieb-drop-toolbar {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  margin-top: 12px;

  width: 100%;

}



.staerkensieb-drop-hud {

  flex: 1 1 auto;

  min-width: 0;

  text-align: left;

  font-size: 0.95rem;

  font-weight: 600;

  line-height: 1.4;

  white-space: nowrap;

  color: var(--ss-text, #222222) !important;

}



.staerkensieb-ai-results .staerkensieb-drop-hud {

  color: var(--ss-text, #222222) !important;

}



.staerkensieb-drop-action.button {

  flex: 0 0 auto;

  margin: 0;

  min-height: 40px;

  font-weight: 600;

  display: inline-block !important;

  visibility: visible !important;

}

.staerkensieb-drop-wrap--finished .staerkensieb-drop-action[data-drop-phase="finished"],
.staerkensieb-drop-action.staerkensieb-drop-action--replay {
  font-weight: 700;
}

.staerkensieb-drop-wrap--finished .staerkensieb-drop-action[data-drop-phase="finished"] .staerkensieb-drop-action__label {
  display: none !important;
}

.staerkensieb-drop-wrap--finished .staerkensieb-drop-action[data-drop-phase="finished"]::after {
  content: attr(aria-label);
  display: inline;
  font-size: inherit;
  font-weight: 700;
  line-height: normal;
}

.staerkensieb-drop-action__label {
  pointer-events: none;
}

.staerkensieb-drop-stage-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  color: var(--accent-color, #1e5a8a);
  z-index: 5;
  pointer-events: none;
}

.staerkensieb-drop-wrap--loading .staerkensieb-drop-action {
  opacity: 0.65;
  pointer-events: none;
}



.staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button,

.staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"],

body.staerkensieb-add-btn-dark-light .staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button,

body.staerkensieb-add-btn-dark-light .staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"] {

  background-color: var(--accent-light) !important;

  color: var(--accent-color) !important;

  border-color: var(--accent-color) !important;

}



.staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button:hover,

.staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"]:hover,

body.staerkensieb-add-btn-dark-light .staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button:hover,

body.staerkensieb-add-btn-dark-light .staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"]:hover {

  background-color: var(--accent-color) !important;

  color: var(--ss-white) !important;

  border-color: var(--accent-color) !important;

}

.staerkensieb-ai-results .staerkensieb-drop-action.button,
.staerkensieb-ai-results .staerkensieb-drop-action.button .staerkensieb-drop-action__label {
  color: var(--accent-color) !important;
}

.staerkensieb-ai-results .staerkensieb-drop-action.button:hover,
.staerkensieb-ai-results .staerkensieb-drop-action.button:hover .staerkensieb-drop-action__label,
.staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button:hover,
.staerkensieb-ai-button-host[data-ai-button-style="light_hover_dark"] .staerkensieb-drop-action.button:hover .staerkensieb-drop-action__label,
.staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"]:hover,
.staerkensieb-drop-action.button[data-ai-button-style="light_hover_dark"]:hover .staerkensieb-drop-action__label {
  color: var(--ss-white) !important;
}



.staerkensieb-ai-button-host[data-ai-button-style="dark_hover_light"] .staerkensieb-drop-action.button,

.staerkensieb-drop-action.button[data-ai-button-style="dark_hover_light"] {

  background-color: var(--accent-color) !important;

  color: var(--ss-white) !important;

  border-color: var(--accent-color) !important;

}



.staerkensieb-ai-button-host[data-ai-button-style="dark_hover_light"] .staerkensieb-drop-action.button:hover,

.staerkensieb-drop-action.button[data-ai-button-style="dark_hover_light"]:hover {

  background-color: var(--accent-light) !important;

  color: var(--accent-color) !important;

  border-color: var(--accent-color) !important;

}



.staerkensieb-drop-debug {

  margin-top: 16px;

  padding: 12px;

  background: #f6f8fa;

  border: 1px solid #d0d7de;

  border-radius: 8px;

  font-family: ui-monospace, monospace;

  font-size: 12px;

  white-space: pre-wrap;

  word-break: break-word;

  max-height: 400px;

  overflow: auto;

}

