/* Kulit mesin anjungan: sentuh, kibot layar, tanpa hover. Bukan kulit HP/PC. */
body.anjungan {
  font-size: 1.2rem;
}

body.anjungan.kibot-open { padding-bottom: 17rem; }

.anjungan .wrap {
  max-width: 54rem;
  padding: 1.4rem 1.15rem 2.2rem;
}

.anjungan h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.anjungan .brand { font-size: 1.08rem; }

.anjungan .sub,
.anjungan .hint,
.anjungan .field-hint { font-size: 1.12rem; }

.anjungan label {
  margin: 1.05rem 0 0.25rem;
  font-size: 1.22rem;
}

.anjungan input,
.anjungan select,
.anjungan textarea,
.anjungan input.kibot-target,
.anjungan textarea.kibot-target,
.anjungan input[type="date"] {
  min-height: 3.8rem;
  font-size: 1.28rem;
  border-width: 2px;
  border-radius: 0.85rem;
}

.anjungan .btn,
.anjungan button.btn,
.anjungan button.pick,
.anjungan a.btn {
  min-height: 4.4rem;
  font-size: 1.35rem;
  border-radius: 1.05rem;
  margin-top: 0.9rem;
}

.anjungan .btn:hover,
.anjungan button.pick:hover,
.anjungan a.btn:hover,
.anjungan .sheet-item:hover,
.anjungan .kibot-key:hover { filter: none; }

.anjungan .btn:active,
.anjungan button.pick:active,
.anjungan .sheet-item:active,
.anjungan .kibot-key:active { filter: brightness(0.92); }

.anjungan .langkah li { font-size: 1rem; padding: 0.7rem 0.35rem; }

.anjungan .nomor { font-size: 2.5rem; }

.anjungan button.pick,
.anjungan .pick {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--rs-field);
  color: var(--rs-ink);
  border: 2px solid #c5d2cb;
  text-align: left;
  font-weight: 600;
  word-spacing: 0.16em;
}

.anjungan .sheet {
  position: fixed;
  inset: 0;
  background: var(--rs-bg-2);
  z-index: 40;
  overflow: auto;
  padding: 1.1rem 1.1rem 2rem;
}

.anjungan .sheet h2 {
  margin: 0 0 0.7rem;
  font-size: 1.6rem;
  word-spacing: 0.16em;
}

.anjungan .sheet-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 4rem;
  margin: 0.5rem 0;
  padding: 0.75rem 0.95rem;
  border: 2px solid var(--rs-line);
  border-radius: 0.8rem;
  background: #fff;
  color: var(--rs-ink);
  font: inherit;
  font-size: 1.22rem;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  word-spacing: 0.16em;
}

.anjungan .sheet-empty {
  margin: 1.2rem 0 1.4rem;
  padding: 1rem 0.85rem;
  border: 2px dashed var(--rs-line);
  border-radius: 0.8rem;
  background: var(--rs-warn, #fff6e5);
  color: var(--rs-ink);
  font-size: 1.2rem;
  line-height: 1.45;
  word-spacing: 0.16em;
}

.anjungan .scan {
  position: fixed;
  inset: 0;
  background: #17332e;
  color: #fff;
  z-index: 50;
  overflow: auto;
  padding: 1.1rem;
}

.anjungan .scan h2 {
  margin: 0 0 0.5rem;
  word-spacing: 0.16em;
}

.anjungan .scan p { word-spacing: 0.16em; }

.anjungan .scan video,
.anjungan .scan canvas,
.anjungan .scan img.preview {
  display: block;
  width: 100%;
  max-height: 42vh;
  object-fit: contain;
  background: #102420;
  border-radius: 0.7rem;
}

.anjungan .scan .file-btn {
  display: block;
  margin: 0.85rem 0 0.35rem;
  font-weight: 700;
  word-spacing: 0.16em;
}

.anjungan .scan input[type="file"] {
  font-size: 1.1rem;
  width: 100%;
  min-height: 3rem;
  background: transparent;
  color: #fff;
}

.kibot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #17332e;
  padding: 0.5rem 0.45rem 0.75rem;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.2);
}

.kibot-row {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin: 0.24rem 0;
}

.kibot-key {
  min-width: 2.7rem;
  min-height: 3.15rem;
  flex: 1 1 0;
  max-width: 5.5rem;
  border: 0;
  border-radius: 0.45rem;
  background: #2c6a5d;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.kibot-key.kibot-wide { max-width: 12rem; flex: 2 1 0; }
.kibot-key.kibot-action { background: #8a3d4a; max-width: 7rem; }
