/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #f3f5f8;
  --card: #ffffff;
  --ink: #122033;
  --muted: #5a6573;
  --line: #dce3eb;
  --accent: #163a5f;
  --accent-2: #1f5a8a;
  --ok: #1f6b4a;
  --warn: #8a4b12;
  --danger: #9f1239;
  --shadow: 0 8px 24px rgba(18, 32, 51, 0.06);
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", Calibri, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.field-head a { font-weight: 600; }

.shell { max-width: 480px; margin: 0 auto; min-height: 100dvh; padding: 16px 16px 96px; }
.top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--accent);
  text-transform: uppercase;
}
.card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px; margin-bottom: 12px; }
h1 { font-size: 1.4rem; letter-spacing: -0.02em; margin: 0 0 6px; }
h2 { font-size: 1.02rem; margin: 0 0 10px; }
.muted { color: var(--muted); font-size: 0.88rem; line-height: 1.45; }
.row { display: flex; gap: 8px; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.field input, .field select, .field textarea {
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 500;
}
.field select.placeholder { color: #9aa3ad; }
.kusur-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}
.kusur-field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 500;
}
.kusur-field select.placeholder { color: #9aa3ad; }
.btn {
  border: 0;
  border-radius: 10px;
  padding: 11px 16px;
  background: var(--accent);
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.01em;
}
.btn.secondary { background: #fff; color: var(--accent); border: 1px solid var(--accent); }
.btn.ghost { background: transparent; color: var(--accent); border: 1px solid var(--line); }
.btn.photo-cta {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  font-size: 1.05rem;
}
.ai-card.photo-ask { border-color: var(--accent); }
.btn.danger { background: var(--danger); }
.btn:disabled { opacity: 0.5; }
.list { display: grid; grid-gap: 10px; gap: 10px; }
.item { display: flex; justify-content: space-between; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.item.empty { color: var(--muted); }
.item.done { color: var(--ok); }
.item.current { background: #eef3f8; margin: 0 -12px; padding: 12px; border-radius: 10px; border-bottom: none; color: var(--ink); font-weight: 600; }
.item .say { flex: 1 0 100%; color: var(--accent); font-size: 0.88rem; font-weight: 600; margin-top: 4px; }
.check { color: var(--ok); }
.open { color: var(--muted); }
.mic-wrap { position: -webkit-sticky; position: sticky; bottom: 12px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mic { width: 88px; height: 88px; border-radius: 50%; background: var(--accent); color: #fff; border: 0; font-weight: 700; box-shadow: var(--shadow); }
.mic.rec { background: var(--danger); }
.progress { height: 6px; background: #e4e9ef; border-radius: 99px; overflow: hidden; margin: 10px 0 8px; }
.progress > span { display: block; height: 100%; background: var(--accent-2); }
.badge { font-size: 0.72rem; padding: 3px 9px; border-radius: 6px; background: #e8eef5; color: var(--accent); font-weight: 700; letter-spacing: 0.02em; }
.error { color: var(--danger); font-size: 0.9rem; }
.suggestion { border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin: 10px 0; background: #f7f9fb; }

.field-screen {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100dvh;
  padding: 18px 16px 240px;
  background: var(--bg);
  box-shadow: inset 0 3px 0 var(--accent);
}
.field-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 0.85rem; }
.status-line { margin: 0 0 4px; color: var(--muted); font-size: 0.85rem; }
.check-list { list-style: none; padding: 0; margin: 20px 0 12px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 6px 14px; }
.check-list li { display: flex; justify-content: space-between; padding: 8px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.check-list li:last-child { border-bottom: 0; }
.check-list li.done { color: var(--ok); font-weight: 600; }
.check-list li.done.selected { background: #eef6f1; margin: 0 -14px; padding-left: 14px; padding-right: 14px; }
.check-list li.open { color: var(--muted); }
.check-list li.blocker { color: var(--ink); }
.check-list .item-open {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-align: left;
}
.check-list .item-open em { font-style: normal; font-weight: 700; }
.item-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(18, 32, 51, 0.38);
  padding: 16px 12px 24px;
}
.item-detail-sheet {
  width: 100%;
  max-width: 430px;
  max-height: min(82dvh, 640px);
  overflow: auto;
  margin: 0;
}
.item-photo { margin: 0 0 8px; }
.photo-thumb.photo-full { max-height: 280px; }
.ai-line {
  font-size: 1.08rem;
  line-height: 1.45;
  margin: 16px 0 8px;
  color: var(--ink);
  font-weight: 500;
}
.you-said { color: var(--muted); font-size: 0.92rem; margin: 8px 0 0; }
.voice-guide { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin: 8px 0 16px; }
.voice-guide-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.voice-guide .btn { padding: 8px 14px; font-size: 0.86rem; }
.voice-pick { display: flex; flex-direction: column; gap: 4px; font-size: 0.8rem; color: var(--muted); font-weight: 600; }
.voice-pick select { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 500; }
.ai-card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px; box-shadow: var(--shadow); margin: 14px 0; }
.ai-kicker { letter-spacing: 0.1em; font-size: 0.68rem; color: var(--accent); margin: 0 0 8px; font-weight: 700; text-transform: uppercase; }
.ai-card h2 { margin: 0 0 4px; }
.cond { font-size: 1.08rem; font-weight: 700; margin: 4px 0 8px; }
.report-line { margin: 8px 0; line-height: 1.5; color: var(--ink); }
.defect { font-style: italic; }
.login-mark { margin-top: 48px; }
.login-mark .brand { display: block; margin-bottom: 10px; }
.dock {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  padding: 12px 16px 18px;
  background: linear-gradient(transparent, var(--bg) 28%);
  text-align: center;
}
.hold-mic {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 10px 22px rgba(22, 58, 95, 0.28);
  touch-action: none;
}
.hold-mic.rec { background: var(--danger); transform: scale(1.04); }
.hold-hint { margin: 8px 0 4px; font-weight: 600; font-size: 0.88rem; color: var(--muted); }
.hold-live { margin: 0 0 8px; font-size: 0.95rem; color: var(--ink); line-height: 1.4; }
.dock-actions { display: flex; justify-content: center; gap: 8px; }
.start-cta { display: block; text-align: center; margin-top: 16px; width: 100%; }
.method-pick { display: grid; grid-gap: 12px; gap: 12px; margin-top: 16px; }
.method-pick .start-cta { margin-top: 0; padding: 16px 18px; line-height: 1.25; }
.method-pick a.btn { display: block; width: 100%; }
.method-hint { display: block; margin-top: 6px; font-size: 0.82rem; font-weight: 500; opacity: 0.88; }
a.btn { display: inline-block; text-align: center; }
a.ai-card { display: block; color: inherit; }
.photo-thumb { display: block; width: 100%; max-height: 180px; object-fit: cover; border-radius: 10px; margin: 8px 0; }
.type-fallback { display: flex; gap: 8px; margin: 8px 0; }
.type-fallback input { flex: 1 1; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); }

