﻿:root {
  --brand: #0ea5e9;
  --brand-dark: #0369a1;
  --danger: #dc2626;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.card {
  border-radius: 20px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
}

.label {
  display: block;
  font-size: 12px;
  color: #475569;
  margin-bottom: 6px;
}

.btn-primary,
.btn-secondary,
.btn-danger {
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), #14b8a6);
  color: #fff;
}

.btn-primary:disabled {
  opacity: 0.45;
}

.btn-secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.btn-danger {
  background: var(--danger);
  color: #fff;
}

.trust-chip {
  border-radius: 999px;
  background: #ecfeff;
  border: 1px solid #bae6fd;
  padding: 5px 10px;
}

.method-item {
  display: block;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  cursor: pointer;
}

.method-item:has(input:checked) {
  border-color: #0ea5e9;
  background: #f0f9ff;
}

.method-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.method-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}

.alert-error {
  border-radius: 12px;
  padding: 10px;
  background: #fee2e2;
  color: #991b1b;
  font-size: 13px;
}

.copy-link {
  color: #0369a1;
  font-size: 11px;
  font-weight: 700;
}

.guide-wrap {
  border-radius: 16px;
  border: 1px solid #bae6fd;
  background: linear-gradient(180deg, #f0f9ff, #ecfeff);
  padding: 10px;
}

.guide-method {
  margin-bottom: 8px;
  font-size: 12px;
  color: #0c4a6e;
}

.guide-step {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  background: #ffffff;
  padding: 8px;
  margin-bottom: 7px;
  animation: guideIn 0.45s ease both;
}

.guide-step:last-child {
  margin-bottom: 0;
}

.guide-dot {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.guide-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #0f172a;
}

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

.scan-guide-card {
  border-radius: 16px;
  border: 1px solid #fbcfe8;
  background: #fff1f2;
  padding: 10px;
}

.scan-guide-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #9d174d;
}

.scan-guide-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #f9a8d4;
}

.scan-guide-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #831843;
}

.receipt-warning {
  border-radius: 12px;
  border: 1px solid #fdba74;
  background: #fffbeb;
  padding: 10px;
  font-size: 12px;
  color: #9a3412;
}

.status-item {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 10px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid transparent;
}

.status-DRAFT { background: #eef2ff; color: #3730a3; border-color: #c7d2fe; }
.status-UNDER_REVIEW { background: #fff7ed; color: #9a3412; border-color: #fdba74; }
.status-VERIFIED { background: #ecfeff; color: #0f766e; border-color: #67e8f9; }
.status-IN_TRANSFER { background: #fef9c3; color: #854d0e; border-color: #fde047; }
.status-PAID { background: #dcfce7; color: #166534; border-color: #86efac; }
.status-REJECTED { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }

.status-btn {
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
}

.status-btn-accept {
  border-color: #22c55e;
  background: #22c55e;
  color: #ffffff;
}

.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
}

.status-inline-form {
  margin: 0;
  display: inline-flex;
}

.status-inline-form .status-btn {
  padding: 5px 10px;
  font-size: 11px;
  color: #ffffff;
}

.maintenance-bg {
  background:
    radial-gradient(1200px 500px at 50% -20%, #cffafe, transparent),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.maintenance-card {
  border: 1px solid #dbeafe;
}

.maintenance-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #fcd34d;
  background: #fffbeb;
  color: #92400e;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.maintenance-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 10px;
  font-size: 13px;
  color: #334155;
}

.maintenance-dot {
  margin-top: 6px;
  min-width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f59e0b;
}

.tab-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 14px;
  background: #f1f5f9;
  padding: 6px;
}

.tab-btn {
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.tab-btn.is-active {
  background: #ffffff;
  border-color: #bae6fd;
  color: #0c4a6e;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15);
}

.trust-guide {
  border-radius: 16px;
  border: 1px solid #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  padding: 10px;
  margin-bottom: 12px;
}

.trust-guide-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: #1e3a8a;
}

.trust-guide-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  padding: 7px 8px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #0f172a;
}

.trust-guide-row:last-of-type {
  margin-bottom: 0;
}

.trust-level-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e3a8a;
  min-width: 56px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
}

.trust-level-pill-l2 {
  background: #dcfce7;
  color: #166534;
}

.trust-level-pill-l3 {
  background: #fef3c7;
  color: #92400e;
}

.trust-guide-note {
  margin: 8px 0 0;
  font-size: 11px;
  color: #334155;
}
