@charset "UTF-8";
.strip[data-id=f6cbe9] {
  --section-id: "f6cbe9";
  --storage-url: "https://nase-slany.proweb.cz/_section/f6cbe9";
  --public-url: "https://nase-slany.proweb.cz/_section/f6cbe9";
}
.strip[data-id=f6cbe9] .candidates-manager {
  padding: 60px 0;
  background-color: #f9fafb;
  font-family: sans-serif;
}
.strip[data-id=f6cbe9] .candidates-manager .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f6cbe9] .candidates-manager .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id=f6cbe9] .candidates-manager .section-header h2 {
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 10px;
}
.strip[data-id=f6cbe9] .candidates-manager .section-header p {
  color: #6b7280;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.strip[data-id=f6cbe9] .candidates-manager .section-header .actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.strip[data-id=f6cbe9] .candidates-manager .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-primary {
  background-color: #3b82f6;
  color: white;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-primary:hover {
  background-color: #2563eb;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-secondary {
  background-color: #e5e7eb;
  color: #374151;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-secondary:hover {
  background-color: #d1d5db;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-cancel {
  background-color: #f3f4f6;
  color: #6b7280;
}
.strip[data-id=f6cbe9] .candidates-manager .btn-cancel:hover {
  background-color: #e5e7eb;
}
.strip[data-id=f6cbe9] .candidates-manager .manager-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .strip[data-id=f6cbe9] .candidates-manager .manager-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=f6cbe9] .candidates-manager .column {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 24px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
.strip[data-id=f6cbe9] .candidates-manager .column h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #374151;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 10px;
}
.strip[data-id=f6cbe9] .candidates-manager .drag-list {
  flex-grow: 1;
  min-height: 200px;
  background: #fdfdfd;
  border: 2px dashed #e5e7eb;
  border-radius: 8px;
  padding: 10px;
}
.strip[data-id=f6cbe9] .candidates-manager .drag-list.overflow {
  border-color: #ef4444;
  background-color: #fef2f2;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: grab;
  transition: transform 0.1s, box-shadow 0.1s;
  user-select: none;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-color: #3b82f6;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card:hover .edit-icon {
  opacity: 1;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .handle {
  color: #9ca3af;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .rank {
  font-weight: bold;
  color: #3b82f6;
  min-width: 25px;
  flex-shrink: 0;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .name-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: text;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .name {
  color: #1f2937;
  font-weight: 500;
  min-width: 50px;
  display: inline-block;
  outline: none;
  padding: 2px 4px;
  border-radius: 4px;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .name:focus {
  background: #f3f4f6;
  box-shadow: inset 0 0 0 1px #3b82f6;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .name:empty::before {
  content: "Zadejte jméno...";
  color: #9ca3af;
  font-style: italic;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .edit-icon {
  color: #9ca3af;
  font-size: 0.9rem;
  opacity: 0.3;
  transition: opacity 0.2s;
  cursor: pointer;
  flex-shrink: 0;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .edit-icon:hover {
  color: #3b82f6;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .assignee-toggle {
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  background: #f3f4f6;
  color: #6b7280;
  padding: 2px 6px;
  border-radius: 4px;
  min-width: 38px;
  text-align: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .assignee-toggle:hover {
  background: #e5e7eb;
  color: #374151;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .assignee-toggle[data-assignee=JCH], .strip[data-id=f6cbe9] .candidates-manager .candidate-card .assignee-toggle[data-assignee=MC] {
  background: #dbeafe;
  color: #1e40af;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .status-toggle {
  cursor: pointer;
  font-size: 1.2rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.1s;
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card .status-toggle:hover {
  transform: scale(1.2);
}
.strip[data-id=f6cbe9] .candidates-manager .candidate-card.ghost {
  opacity: 0.4;
  background: #dbeafe;
}
.strip[data-id=f6cbe9] .candidates-manager .status-info {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f3f4f6;
  font-weight: 600;
  color: #4b5563;
  text-align: right;
}
.strip[data-id=f6cbe9] .candidates-manager .status-info #current-count {
  color: #3b82f6;
  font-size: 1.2rem;
}
.strip[data-id=f6cbe9] .candidates-manager .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.strip[data-id=f6cbe9] .candidates-manager .modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.strip[data-id=f6cbe9] .candidates-manager .modal-content h3 {
  margin-top: 0;
}
.strip[data-id=f6cbe9] .candidates-manager .modal-content p {
  color: #6b7280;
  margin-bottom: 15px;
}
.strip[data-id=f6cbe9] .candidates-manager .modal-content textarea {
  width: 100%;
  height: 200px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 20px;
  font-family: inherit;
  resize: vertical;
}
.strip[data-id=f6cbe9] .candidates-manager .modal-content .modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}