/* 키오스크 생성 플로우 스타일 */
.adv-guide-text {
  font-size: 16px;
  color: #10162f;
  text-align: center;
  margin: 20px 0;
}

.adv-guide-subtext {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 10px 0;
}

.adv-guide-materials {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 10px 0 20px 0;
  line-height: 1.4;
}

.guide-ghost {
  min-height: 42px;
  padding: 12px 20px;
  border: none;
  border-radius: 14px;
  background: transparent;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/* 메뉴 이미지 확인 */
.menu-image-preview {
  margin: 20px 0;
  text-align: center;
}

.menu-preview-image {
  width: 100%;
  max-height: 420px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(16, 22, 47, 0.08);
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.menu-ocr-fail-panel {
  margin-top: 20px;
  padding: 16px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.menu-ocr-fail-panel p {
  margin: 0 0 12px;
  color: #9a3412;
  line-height: 1.5;
}

.menu-ocr-fail-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.progress-step.is-done .progress-dot {
  background: #10b981;
  color: #fff;
}

.progress-step.is-active .progress-dot {
  background: #ef4388;
  color: #fff;
}

/* AI 키오스크 생성 진행 */
.kiosk-generating-visual {
  text-align: center;
  margin: 30px 0;
}

.coffee-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.progress-section {
  text-align: center;
}

.progress-text {
  font-size: 16px;
  color: #10162f;
  margin-bottom: 10px;
}

.progress-percent {
  font-size: 32px;
  font-weight: bold;
  color: #ef4388;
  margin-bottom: 5px;
}

.progress-time {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(135deg, #ef4388, #ff6aa8);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 15%;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.progress-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  font-size: 8px;
  color: transparent;
}

.progress-step.active .progress-dot {
  background: #ef4388;
  color: #ef4388;
}

.progress-step span {
  font-size: 12px;
  color: #666;
  text-align: center;
}

.progress-step.active span {
  color: #ef4388;
  font-weight: bold;
}

/* 키오스크 초안 완료 */
.kiosk-summary {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.summary-item {
  text-align: center;
}

.summary-number {
  font-size: 24px;
  font-weight: bold;
  color: #ef4388;
}

.summary-label {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.menu-preview-section {
  margin: 30px 0;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 8px;
}

.section-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.menu-preview-list {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-preview-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  white-space: normal;
}

.menu-preview-row:last-child {
  border-bottom: none;
}

.menu-preview-name {
  flex: 1;
  min-width: 0;
  word-break: keep-all;
  font-weight: 700;
  color: #10162f;
}

.menu-preview-price {
  flex-shrink: 0;
  white-space: nowrap;
  color: #ef4388;
  font-weight: 700;
}

.kiosk-review-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.kiosk-review-section[hidden],
.kiosk-industry-confirmed[hidden],
#kiosk-industry-block.is-collapsed .industry-options,
#kiosk-industry-block.is-collapsed .industry-confirm-btn {
  display: none !important;
}

.kiosk-industry-confirmed {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
}

.kiosk-industry-confirmed-label {
  font-size: 13px;
  color: #059669;
  font-weight: 700;
  margin: 0 0 6px;
}

.kiosk-industry-confirmed-value {
  font-size: 18px;
  font-weight: 700;
  color: #10162f;
  margin: 0;
}

.kiosk-store-header {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
}

.kiosk-store-title {
  font-size: 18px;
  font-weight: 700;
  color: #10162f;
  margin: 0 0 4px;
}

.kiosk-store-meta {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.menu-card-badge {
  display: inline-block;
  background: #ef4388;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.menu-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 12px;
}

.menu-card-tag {
  font-size: 11px;
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 4px 10px;
}

@media (min-width: 769px) {
  .menu-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-card.is-editing .menu-card-readonly {
  display: none;
}

.menu-card:not(.is-editing) .menu-card-edit-fields {
  display: none;
}

.menu-card-edit-fields input,
.menu-card-edit-fields textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
}

.product-quality-panel {
  margin: 14px 0;
  padding: 12px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.product-quality-title {
  font-size: 12px;
  color: #64748b;
  font-weight: 800;
  margin-bottom: 8px;
}

.product-quality-row,
.product-option-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #374151;
  padding: 4px 0;
}

.product-quality-row strong {
  color: #ef4388;
}

.product-options-panel {
  margin: 12px 0;
  padding: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
}

.product-option-row span:last-child {
  color: #9a3412;
  font-weight: 700;
  text-align: right;
}

.product-complete-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.product-complete-image {
  width: 86px;
  height: 86px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}

.product-complete-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-complete-label {
  margin: 0 0 4px;
  color: #ef4388;
  font-size: 12px;
  font-weight: 800;
}

.product-complete-name {
  margin: 0 0 6px;
  color: #111827;
  font-size: 20px;
}

.product-complete-meta {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

.product-json-box {
  max-height: 220px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 14px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.event-add-steps {
  margin: 16px 0;
  padding-left: 20px;
  color: #374151;
  line-height: 1.8;
}

.event-add-step.is-current {
  color: #ef4388;
  font-weight: 700;
}

/* Agentic AI Event Orchestrator — 단일 검수 화면 */
.ai-orchestrator-page {
  padding-bottom: 24px;
}

.ai-orchestrator-block {
  border-top: 1px solid #ececf1;
  padding: 16px 0;
}

.ai-orchestrator-block:first-of-type {
  border-top: none;
}

.ai-orchestrator-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ai-orchestrator-label {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 6px;
}

.ai-orchestrator-value {
  font-size: 16px;
  color: #111827;
  line-height: 1.5;
  white-space: pre-line;
  flex: 1;
}

.ai-orchestrator-rationale {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
}

.ai-orchestrator-edit-btn {
  flex-shrink: 0;
  padding: 6px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ai-orchestrator-features {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-orchestrator-metrics {
  background: #fff7fb;
  border: 1px solid #fce7f3;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.ai-orchestrator-stars {
  font-size: 20px;
  letter-spacing: 2px;
  color: #ef4388;
}

.ai-orchestrator-metric-label {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.ai-orchestrator-metric-value {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.ai-rec-card {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
}

.ai-rec-card__title {
  font-size: 12px;
  font-weight: 800;
  color: #0369a1;
  margin-bottom: 6px;
}

.ai-rec-card__message {
  font-size: 14px;
  color: #0f172a;
  line-height: 1.5;
  margin-bottom: 6px;
}

.ai-rec-card__rationale {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}

.ai-rec-card__apply {
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: #0284c7;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ai-orchestrator-banner {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffeaf4, #fff);
  padding: 16px;
  border: 1px solid #fbcfe8;
}

.ai-orchestrator-banner img {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.ai-orchestrator-range-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ai-orchestrator-range-btn {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.ai-orchestrator-range-btn.is-active {
  border-color: #ef4388;
  background: #fff0f6;
  color: #ef4388;
  font-weight: 700;
}

.ai-orchestrator-toolbar {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.ai-orchestrator-toolbar button {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ai-orchestrator-loading {
  text-align: center;
  padding: 40px 16px;
  color: #6b7280;
}

.ai-orchestrator-register-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  font-size: 14px;
}

/* AI 업종 추천 */
.ai-industry-recommendation {
  background: #f0f8ff;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}

.ai-section-title {
  font-size: 16px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 8px;
}

.ai-section-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.ai-analysis-desc {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
  line-height: 1.4;
}

.industry-result {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}

.industry-text {
  font-size: 16px;
  color: #10162f;
  margin: 0;
}

.category-label {
  font-size: 14px;
  color: #666;
  margin: 15px 0 10px 0;
}

.category-choices {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.category-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.category-option input[type="radio"] {
  margin: 0;
}

.category-option:hover {
  border-color: #ef4388;
}

.industry-confirm-btn {
  background: #2d3748;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

/* 메뉴 카드 그리드 */
.menu-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .menu-cards-grid {
    grid-template-columns: 1fr;
  }
}

.menu-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
}

.menu-card-image {
  width: 100%;
  height: 120px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.menu-card-image.has-image {
  background: #000;
  color: transparent;
}

.menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-ai-metrics {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px 0 12px;
  font-size: 12px;
}

.menu-ai-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.menu-ai-metric-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  color: #4b5563;
}

.menu-ai-metric-row strong {
  color: #10162f;
}

.menu-crop-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.menu-crop-modal[hidden] {
  display: none !important;
}

.menu-crop-dialog {
  width: min(100%, 360px);
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.menu-crop-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #10162f;
}

.menu-crop-preview-wrap {
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  margin-bottom: 12px;
}

#menu-crop-canvas {
  display: block;
  width: 100%;
  height: auto;
}

.menu-crop-actions {
  display: flex;
  gap: 10px;
}

.menu-crop-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.menu-crop-save-btn {
  background: #ef4388 !important;
  border-color: #ef4388 !important;
  color: #fff !important;
  font-weight: 700;
}

.event-register-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  margin-top: 8px;
}

.event-type-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 12px 0;
  font-size: 13px;
  color: #374151;
}

.event-menu-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}

.event-menu-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
}

.event-menu-check-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  cursor: pointer;
}

.event-menu-check-price {
  color: #ef4388;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.event-selected-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.event-selected-count {
  font-size: 14px;
  color: #374151;
  font-weight: 700;
}

.event-live-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 769px) {
  .event-live-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-card--event-live {
  border-color: #fbcfe8;
  box-shadow: 0 4px 14px rgba(239, 67, 136, 0.08);
}

.menu-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 5px;
}

.menu-card-price {
  font-size: 14px;
  color: #ef4388;
  font-weight: bold;
  margin-bottom: 8px;
}

.menu-card-category {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.menu-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
}

.menu-card-features {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 15px;
}

.menu-feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #666;
}

.menu-card-actions {
  display: flex;
  gap: 10px;
}

.menu-action-btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}

.menu-action-btn:hover {
  border-color: #ef4388;
  color: #ef4388;
}

/* AI 이벤트/전략/배너 카드 */
.ai-strategy-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-strategy-card,
.ai-banner-card,
.ai-completion-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
}

.ai-event-preview {
  background: #e6f3ff;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
}

.ai-event-badge {
  display: inline-block;
  background: #ef4388;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 8px;
}

.event-text {
  font-size: 16px;
  color: #10162f;
  margin: 8px 0;
}

.event-action-btn {
  background: #fff;
  color: #ef4388;
  border: 1px solid #ef4388;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
}

.ai-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ai-card-badge {
  background: #f0f8ff;
  color: #0066cc;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
}

.ai-card-category {
  font-size: 12px;
  color: #666;
}

.ai-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 15px;
}

.strategy-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.strategy-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.strategy-icon {
  font-size: 16px;
}

.strategy-label {
  font-size: 14px;
  font-weight: bold;
  color: #10162f;
}

.strategy-text {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.strategy-highlight {
  background: #f0f8ff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.highlight-icon {
  color: #00cc66;
  margin-right: 8px;
}

.highlight-text {
  font-size: 14px;
  font-weight: bold;
  color: #10162f;
}

.highlight-desc {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

.strategy-edit-btn,
.banner-edit-btn {
  background: #2d3748;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

/* 배너 미리보기 */
.banner-preview {
  background: linear-gradient(135deg, #ef4388, #ff6aa8);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.banner-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.banner-points {
  background: #fff;
  color: #ef4388;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.banner-desc {
  font-size: 14px;
  margin: 10px 0;
}

.banner-cta {
  background: #fff;
  color: #ef4388;
  border: 0;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.banner-info {
  margin-bottom: 20px;
}

.banner-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-icon {
  font-size: 16px;
}

.detail-label {
  font-size: 14px;
  font-weight: bold;
  color: #10162f;
}

.detail-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* 완료 체크리스트 */
.completion-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.check-item {
  font-size: 14px;
  color: #00cc66;
}

.completion-text {
  font-size: 14px;
  color: #666;
}

.featured-menu {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.featured-title {
  font-size: 14px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 10px;
}

.featured-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.featured-badge {
  background: #ef4388;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
}

.featured-name {
  font-size: 14px;
  color: #10162f;
  font-weight: bold;
}

.featured-price {
  font-size: 14px;
  color: #ef4388;
  font-weight: bold;
}

.featured-action {
  background: #00cc66;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}

/* 고객 주문 미리보기 */
.customer-order-preview {
  margin: 20px 0;
}

.store-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.store-icon {
  font-size: 32px;
}

.store-info {
  flex: 1;
}

.store-title {
  font-size: 18px;
  font-weight: bold;
  color: #10162f;
  margin: 0 0 5px 0;
}

.store-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.store-benefits {
  background: #2d3748;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.benefit-item {
  font-size: 14px;
  margin-bottom: 8px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.kiosk-completion-notice {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.notice-title {
  font-size: 16px;
  font-weight: bold;
  color: #10162f;
  margin-bottom: 10px;
}

.notice-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 20px;
}

.notice-action {
  background: #00cc88;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
}

.final-actions {
  margin-top: 30px;
}

.final-cta-btn {
  width: 100%;
  margin-bottom: 20px;
}

.additional-options {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.option-btn {
  background: transparent;
  color: #666;
  border: 0;
  padding: 8px 0;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.option-btn:hover {
  color: #ef4388;
}

.guide-save {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f0f0f0;
  color: #666;
  border: 0;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
}

.application-status-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  margin: 20px 0;
}

.application-status-badge {
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.application-status-badge.is-approved {
  background: #d1fae5;
  color: #047857;
}

.application-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0;
  font-size: 14px;
  color: #374151;
}

.review-progress-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

.review-progress-title {
  font-size: 14px;
  font-weight: 700;
  color: #10162f;
  margin: 0 0 8px;
}

.review-progress-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.review-progress-step {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: #e5e7eb;
}

.review-progress-step.is-done {
  background: #10b981;
}

.review-progress-step.is-active {
  background: #f59e0b;
}

.review-progress-label {
  font-size: 12px;
  color: #6b7280;
}

.application-menu-summary {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px;
  margin-top: 14px;
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
}

.admin-approval-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}

.admin-approval-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.admin-approval-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-approval-actions button {
  flex: 1;
  min-width: 90px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.admin-btn-approve {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}

/* M2 industry-aware kiosk review and customer preview */
#kiosk-ai-event-section .ai-event-preview,
#kiosk-ai-event-section .ai-strategy-card,
#kiosk-ai-event-section .ai-banner-card,
#kiosk-ai-event-section .ai-completion-card {
  display: none;
}

.kiosk-contract-controls {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.kiosk-control-label,
.kiosk-order-methods legend {
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.kiosk-control-select,
.menu-card-edit-fields select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}

.kiosk-order-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  border: 0;
}

.kiosk-order-methods legend {
  width: 100%;
  margin-bottom: 8px;
}

.kiosk-order-methods label,
.menu-soldout-control {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
}

#kiosk-category-order-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.kiosk-category-order-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
}

.kiosk-category-order-item span {
  flex: 1;
  font-weight: 700;
}

.kiosk-category-order-item button,
.menu-action-btn {
  min-height: 38px;
  padding: 8px 11px;
  font-size: 14px;
}

.menu-action-btn--danger {
  color: #b91c1c;
  border-color: #fecaca;
}

.menu-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.menu-card-badge--warning {
  background: #fff7ed;
  color: #9a3412;
}

.menu-card-badge--soldout {
  background: #f3f4f6;
  color: #4b5563;
}

.menu-card.is-soldout {
  opacity: .72;
}

.menu-card-image.is-placeholder img {
  object-fit: contain;
}

.menu-card-benefit {
  margin-top: 8px;
  color: #9a3412;
  font-weight: 700;
}

.menu-card-type-cta {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.customer-kiosk-search {
  width: 100%;
  min-height: 48px;
  margin: 14px 0;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  font-size: 16px;
}

.customer-kiosk-categories {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: thin;
}

.customer-kiosk-category {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.customer-kiosk-category.is-active {
  border-color: #ef4388;
  background: #fff1f6;
  color: #c02667;
}

.customer-kiosk-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.customer-product-card {
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.customer-product-card img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 12px;
  background: #f3f4f6;
}

.customer-product-card h3 {
  margin: 12px 0 5px;
  font-size: 19px;
}

.customer-product-options {
  margin: 10px 0;
  color: #4b5563;
  font-size: 14px;
}

.customer-quantity-row {
  display: grid;
  grid-template-columns: 44px 54px 44px 1fr;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.customer-quantity-row button {
  min-height: 42px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
}

.customer-quantity-value {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
}

.customer-kiosk-bottom {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 12px;
  border-top: 1px solid #e5e7eb;
  background: rgba(255,255,255,.96);
}

.customer-kiosk-total {
  font-size: 16px;
  font-weight: 800;
}

.customer-kiosk-submit {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: #ef4388;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
