/* ===========================
   KissPOS Beta Feedback Portal
   =========================== */

:root {
  --primary: #e91e63;
  --primary-dark: #c2185b;
  --primary-light: #fce4ec;
  --secondary: #0f172a;
  --accent: #ff6b9d;
  --bg: #f4f6fb;
  --card: #ffffff;
  --border: #e2e8f0;
  --text: #1e293b;
  --text-muted: #64748b;
  --success: #10b981;
  --error: #ef4444;
  --warning: #f59e0b;
  --info: #3b82f6;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.07);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.09);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.13);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ---- Access Gate ---- */
.gate-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
}

.gate-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.gate-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.75rem;
}

.gate-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  letter-spacing: -0.3px;
}

.gate-sub {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.gate-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.gate-input {
  width: 100%;
  padding: 0.85rem 1.1rem;
  min-height: 48px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 1rem;
  font-family: inherit;
  text-align: center;
  letter-spacing: 2px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gate-input::placeholder {
  color: rgba(255,255,255,0.35);
  letter-spacing: 0;
}

.gate-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(233,30,99,0.25);
}

.gate-btn {
  width: 100%;
  justify-content: center;
}

.gate-error {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #fca5a5;
  font-weight: 500;
}

/* ---- Hero ---- */
.hero {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 3rem 1.5rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
}

.hero-blob-1 {
  width: 500px;
  height: 500px;
  background: var(--primary);
  top: -150px;
  right: -100px;
}

.hero-blob-2 {
  width: 350px;
  height: 350px;
  background: #6366f1;
  bottom: -80px;
  left: -80px;
}

.hero-inner {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  z-index: 1;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.3px;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--primary);
  color: white;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 7px;
  flex-shrink: 0;
  line-height: 1;
}

.beta-badge {
  display: inline-block;
  background: var(--primary);
  color: white;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  letter-spacing: 1.5px;
  vertical-align: middle;
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}

.hero-sub {
  font-size: 1rem;
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.hero-chip {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1;
}

.hero-wave svg {
  width: 100%;
  height: 100%;
}

/* ---- Main ---- */
.main {
  flex: 1;
  padding: 2.5rem 1rem 3rem;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ---- Form Card ---- */
.form-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  overflow: hidden;
}

.form-card-header {
  padding: 2rem 2rem 0;
  margin-bottom: 1.75rem;
}

.form-card-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 0.25rem;
}

.form-card-header p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.req-star {
  color: var(--primary);
  font-weight: 700;
}

form {
  padding: 0 2rem 2rem;
}

/* ---- Divider ---- */
.form-divider {
  height: 1px;
  background: var(--border);
  margin: 1.75rem 0;
}

/* ---- Form Basics ---- */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.form-label.required::after {
  content: ' *';
  color: var(--primary);
}

.label-optional {
  font-weight: 400;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  min-height: 44px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(233,30,99,0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

.version-input {
  max-width: 220px;
}

.char-counter {
  float: right;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  form {
    padding: 0 1rem 1.5rem;
  }
  .form-card-header {
    padding: 1.25rem 1rem 0;
  }
  .version-input {
    max-width: 100%;
  }
  .form-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ---- Type Selection ---- */
.type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (max-width: 480px) {
  .type-grid {
    grid-template-columns: 1fr;
  }
  .star-rating label {
    font-size: 2rem;
  }
  .hero {
    padding: 2.5rem 1rem 3.5rem;
  }
}

.type-card {
  cursor: pointer;
  display: block;
}

.type-card input[type="radio"] {
  display: none;
}

.type-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  transition: all 0.18s;
  background: var(--bg);
}

.type-card:hover .type-content {
  border-color: var(--primary);
  background: var(--primary-light);
}

.type-card input[type="radio"]:checked + .type-content {
  border-color: var(--primary);
  background: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(233,30,99,0.12);
}

.type-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.type-name {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--text);
}

.type-desc {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ---- Star Rating ---- */
.star-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.1rem;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 2.2rem;
  color: #d1d5db;
  cursor: pointer;
  transition: color 0.12s;
  line-height: 1;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f59e0b;
}

.rating-label {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* ---- Tags ---- */
.tag-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag-chip {
  cursor: pointer;
}

.tag-chip input {
  display: none;
}

.tag-chip span {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  transition: all 0.18s;
  background: var(--bg);
  user-select: none;
}

.tag-chip:hover span {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.tag-chip:has(input:checked) span {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

/* ---- Upload ---- */
.upload-area {
  border: 2px dashed var(--border);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  background: var(--bg);
}

.upload-area:hover,
.upload-area.drag-over {
  border-color: var(--primary);
  background: var(--primary-light);
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.upload-content {
  pointer-events: none;
}

.upload-icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 0.4rem;
}

.upload-area p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.upload-link {
  color: var(--primary);
  font-weight: 600;
}

.upload-hint {
  font-size: 0.75rem !important;
  margin-top: 0.2rem;
  opacity: 0.75;
}

.upload-preview {
  position: relative;
  z-index: 3;
  display: inline-block;
}

.upload-preview img {
  max-width: 200px;
  max-height: 150px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  border: 2px solid var(--border);
}

.remove-upload {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: var(--error);
  color: white;
  font-size: 0.7rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  text-decoration: none;
  font-family: inherit;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  box-shadow: 0 2px 8px rgba(233,30,99,0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(233,30,99,0.35);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background: var(--bg);
  color: var(--text);
  border: 1.5px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.75rem;
}

.privacy-note {
  font-size: 0.77rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ---- Spinner ---- */
.spinner {
  width: 17px;
  height: 17px;
  border: 2.5px solid rgba(255,255,255,0.4);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ---- Messages ---- */
.success-message {
  background: var(--card);
  border-radius: var(--radius);
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid #bbf7d0;
  box-shadow: var(--shadow-md);
}

.success-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
}

.success-message h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--success);
  margin-bottom: 0.5rem;
}

.success-message p {
  color: var(--text-muted);
  margin-bottom: 1.75rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  background: #fee2e2;
  color: var(--error);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  margin-top: 1rem;
  border: 1px solid #fecaca;
}

/* ---- Hidden ---- */
.hidden {
  display: none !important;
}

/* ---- Footer ---- */
.footer {
  text-align: center;
  padding: 1.5rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  border-top: 1px solid var(--border);
  background: var(--card);
}

/* ===========================
   Admin Dashboard
   =========================== */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform 0.2s;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.stat-icon {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

.stat-bug { border-top: 3px solid var(--error); }
.stat-feature { border-top: 3px solid var(--info); }
.stat-suggestion { border-top: 3px solid var(--warning); }
.stat-feedback { border-top: 3px solid var(--success); }
.stat-rating { border-top: 3px solid #f59e0b; }

/* ---- Controls ---- */
.controls-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--card);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  flex-wrap: wrap;
}

.filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.filter-select {
  padding: 0.5rem 0.9rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--text);
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}

.filter-select:focus {
  border-color: var(--primary);
}

/* ---- Feedback List ---- */
.feedback-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.loading {
  text-align: center;
  padding: 3rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.empty-state {
  text-align: center;
  padding: 3rem;
  color: var(--text-muted);
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.empty-state-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* ---- Feedback Card ---- */
.feedback-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  border-left: 4px solid var(--border);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.feedback-card:hover {
  box-shadow: var(--shadow-md);
}

.feedback-card.type-bug { border-left-color: var(--error); }
.feedback-card.type-feature { border-left-color: var(--info); }
.feedback-card.type-suggestion { border-left-color: var(--warning); }
.feedback-card.type-feedback { border-left-color: var(--success); }

.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.card-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
  flex: 1;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.type-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
}

.type-badge.bug { background: #fee2e2; color: var(--error); }
.type-badge.feature { background: #dbeafe; color: var(--info); }
.type-badge.suggestion { background: #fef3c7; color: var(--warning); }
.type-badge.feedback { background: #d1fae5; color: var(--success); }

.status-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
}

.status-badge.offen { background: #f3f4f6; color: #6b7280; }
.status-badge.in_bearbeitung { background: #dbeafe; color: var(--info); }
.status-badge.erledigt { background: #d1fae5; color: var(--success); }
.status-badge.abgelehnt { background: #fee2e2; color: var(--error); }

.card-description {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.card-info {
  display: flex;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.card-stars {
  color: #f59e0b;
  font-size: 0.85rem;
}

.card-actions {
  display: flex;
  gap: 0.5rem;
}

.btn-sm {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.btn-danger {
  background: #fee2e2;
  color: var(--error);
  border: none;
}

.btn-danger:hover {
  background: #fca5a5;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}

.mini-tag {
  font-size: 0.72rem;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.15rem 0.5rem;
  border-radius: 50px;
}

/* ---- Modal ---- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
}

.modal-box {
  position: relative;
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 640px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--bg);
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-close:hover {
  background: var(--border);
}

.modal-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  padding-right: 2rem;
}

.modal-badges {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.modal-section {
  margin-bottom: 1.25rem;
}

.modal-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 0.3rem;
}

.modal-text {
  font-size: 0.92rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.modal-screenshot {
  max-width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  margin-top: 0.5rem;
}

.modal-status-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  margin-top: 1rem;
}

.status-select {
  padding: 0.45rem 0.9rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: var(--text);
  background: #fff;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}

.status-select:focus {
  border-color: var(--primary);
}

/* ---- Customer Banner & Prefilled Fields ---- */
.customer-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
  border: 1.5px solid #f48fb1;
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  margin-bottom: 0.5rem;
}

.customer-banner-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.customer-banner-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #880e4f;
}

.customer-banner-sub {
  font-size: 0.78rem;
  color: #ad1457;
  margin-top: 0.15rem;
}

input.prefilled,
input.prefilled:focus {
  background: #fff9fb;
  border-color: #f48fb1;
  color: #880e4f;
  cursor: default;
}
