/*
 * Layar Antrian — Unit Layanan Terpadu Universitas Mulawarman
 * Tema TERANG ELEGAN (Crisp White + Generated Campus Fluid Texture)
 * 100% Kompatibel Chrome 72+ (Android 10 STB, Smart TV, Display Totem).
 */

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

:root {
  --bg: #f8fafc;
  --panel: #ffffff;
  --panel-2: #f1f5f9;
  --panel-3: #e2e8f0;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;

  --ink: #0f172a;
  --ink-soft: #475569;
  --ink-faint: #94a3b8;

  /* Mulawarman Gold — Suar Panggilan (The Beacon Rule) */
  --accent: #d97706;
  --accent-ink: #ffffff;
  --accent-soft: #fef3c7;
  --accent-glow: rgba(217, 119, 6, 0.35);

  /* Unmul Emerald */
  --primary: #16a34a;
  --primary-soft: #dcfce7;

  --ok: #16a34a;
  --ok-soft: #dcfce7;
  --warn: #d97706;
  --danger: #dc2626;

  --shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.16);
}

html, body {
  height: 100%;
}

body {
  background-color: var(--bg);
  background-image: url("/layar-display/bg-display.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--ink);
  font-family: "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}

.app {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ── Topbar (Header) ─────────────────────────────────────── */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2vh 1.8vw;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid var(--line);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
}

.brand__logo {
  height: 6.5vh;
  width: auto;
  max-width: 12vw;
  object-fit: contain;
  margin-right: 1.2vw;
  border-radius: 10px;
  background: var(--panel-2);
  padding: 4px;
}

.brand__title {
  font-size: 2.2vh;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
}

.brand__sub {
  font-size: 1.6vh;
  font-weight: 700;
  color: var(--ink);
  margin-top: 0.2vh;
}

.brand__instansi {
  font-size: 1.4vh;
  color: var(--ink-soft);
  margin-top: 0.1vh;
}

.statusbar {
  display: flex;
  align-items: center;
}

.conn {
  display: flex;
  align-items: center;
  font-size: 1.5vh;
  font-weight: 700;
  padding: 0.6vh 1.2vw;
  border-radius: 9999px;
  margin-right: 1.6vw;
  border: 1px solid transparent;
}

.conn__dot {
  width: 1.1vh;
  height: 1.1vh;
  border-radius: 9999px;
  margin-right: 0.6vw;
  display: inline-block;
}

.conn--live {
  background: var(--ok-soft);
  color: var(--ok);
  border-color: #bbf7d0;
}
.conn--live .conn__dot {
  background: var(--ok);
  animation: beacon-pulse 1.8s ease-in-out infinite;
}

.conn--connecting {
  background: #fef3c7;
  color: var(--warn);
  border-color: #fde68a;
}
.conn--connecting .conn__dot {
  background: var(--warn);
  animation: beacon-pulse 1.4s ease-in-out infinite;
}

.conn--disconnected {
  background: #fee2e2;
  color: var(--danger);
  border-color: #fca5a5;
}
.conn--disconnected .conn__dot {
  background: var(--danger);
}

.clock {
  text-align: right;
}

.clock__time {
  font-size: 3.4vh;
  font-weight: 900;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.05em;
}

.clock__date {
  font-size: 1.4vh;
  color: var(--ink-soft);
}

/* ── Konten Utama (Split 75% : 25%) ─────────────────────── */
.content {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 26vw;
  grid-template-rows: minmax(0, 1fr);
  gap: 1.4vw;
  padding: 1.4vh 1.6vw;
  min-height: 0;
}

.board {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30vw, 1fr));
  grid-auto-rows: min-content;
  align-content: start;
  gap: 1.4vh 1.4vw;
}

/* ── Kartu Kategori ─────────────────────────────────────── */
.cat {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.cat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1vh 1.4vw;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.cat__name {
  display: flex;
  align-items: center;
  font-size: 2.1vh;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: 0.02em;
  word-break: break-word;
  overflow-wrap: break-word;
}

.cat__swatch {
  width: 1.3vh;
  height: 1.3vh;
  border-radius: 6px;
  margin-right: 0.7vw;
  display: inline-block;
}

.cat__stats {
  display: flex;
  align-items: center;
  font-size: 1.5vh;
  color: var(--ink-soft);
}

.cat__stat {
  margin-left: 1.4vw;
}

.cat__stat b {
  color: var(--ink);
}

.cat__stat--sisa {
  background: #e0f2fe;
  padding: 0.4vh 0.8vw;
  border-radius: 10px;
  border: 1px solid #bae6fd;
}

.cat__stat--sisa b {
  color: #0284c7;
  font-size: 2vh;
}

/* Progress bar */
.cat__bar {
  height: 4px;
  background: var(--panel-3);
}

.cat__bar-fill {
  height: 100%;
  background: var(--primary);
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Grid Loket ─────────────────────────────────────────── */
.lokets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10vw, 1fr));
  gap: 1vw;
  padding: 1.4vh 1.4vw;
}

.loket {
  border: 2px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  padding: 1.4vh 0.8vw;
  text-align: center;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.loket--active {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 16px var(--accent-glow);
}

.loket--flash {
  animation: loket-call-flash 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.loket__tujuan {
  font-size: 1.5vh;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  margin-bottom: 0.8vh;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loket--active .loket__tujuan {
  color: var(--accent);
}

.loket__nomor {
  font-size: 5.4vh;
  font-weight: 900;
  color: var(--ink);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-family: "Courier New", Courier, monospace;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.loket--active .loket__nomor {
  color: #b45309;
  text-shadow: 0 0 10px rgba(217, 119, 6, 0.2);
}

.loket__nomor--empty {
  color: var(--ink-faint);
  font-weight: 700;
}

.loket__status {
  font-size: 1.2vh;
  font-weight: 600;
  margin-top: 0.8vh;
  color: var(--ink-faint);
}

.loket--active .loket__status {
  color: var(--ok);
  font-weight: 700;
}

.board__empty {
  grid-column: 1 / -1;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ink-soft);
  border: 2px dashed var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.board__empty h2 {
  font-size: 2.6vh;
  color: var(--ink);
  margin-bottom: 0.8vh;
}

/* ── Riwayat Panggilan (Sidebar Kanan) ──────────────────── */
.history {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.history__head {
  display: flex;
  align-items: center;
  padding: 1.2vh 1.2vw;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.history__dot {
  width: 1vh;
  height: 1vh;
  border-radius: 9999px;
  background: var(--primary);
  margin-right: 0.7vw;
  animation: beacon-pulse 1.8s ease-in-out infinite;
}

.history__title {
  font-size: 2vh;
  font-weight: 800;
  color: var(--ink);
}

.history__list {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 1vh 1vw;
}

.history__item {
  display: flex;
  align-items: center;
  padding: 1vh 1vw;
  margin-bottom: 0.8vh;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.history__item--new {
  border-color: var(--accent);
  background: var(--accent-soft);
  animation: history-slide-in 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.history__badge {
  flex: 0 0 auto;
  width: 5.5vh;
  height: 5.5vh;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2vh;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-family: "Courier New", Courier, monospace;
  background: var(--panel-2);
  color: var(--ink);
  border: 1px solid var(--line);
  margin-right: 0.8vw;
}

.history__item--new .history__badge {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}

.history__meta {
  min-width: 0;
}

.history__tujuan {
  font-size: 1.7vh;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history__kat {
  font-size: 1.3vh;
  color: var(--ink-soft);
  margin-top: 0.2vh;
}

.history__empty {
  text-align: center;
  color: var(--ink-faint);
  padding-top: 5vh;
  font-size: 1.6vh;
}

.history__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2vh 1.2vw;
  border-top: 1px solid var(--line);
  font-size: 1.5vh;
  color: var(--ink-soft);
  background: #f8fafc;
}

.history__total {
  font-weight: 900;
  color: var(--primary);
  font-size: 2.2vh;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-family: "Courier New", Courier, monospace;
}

/* ── Marquee & Footer ───────────────────────────────────── */
.marquee {
  background: #ecfdf5;
  border-top: 1px solid #a7f3d0;
  overflow: hidden;
}

.marquee__track {
  display: inline-block;
  white-space: nowrap;
  padding: 0.9vh 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.6vh;
  animation: marquee 35s linear infinite;
}

.marquee__track span {
  padding: 0 4vw;
}

.footer {
  text-align: center;
  padding: 0.8vh 0;
  font-size: 1.3vh;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
}

/* ── Overlay: Hero Callout (Panggilan Aktif Raksasa) ──────── */
.hero {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.75);
}

.hero--open {
  display: flex;
  animation: hero-backdrop-in 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__card {
  background: #ffffff;
  border-radius: 28px;
  padding: 6vh 8vw;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 5px solid var(--accent);
  animation: hero-card-enter 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 80vw;
}

.hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8vh;
  height: 8vh;
  border-radius: 20px;
  background: var(--accent-soft);
  color: var(--accent);
  border: 2px solid #fde68a;
  margin-bottom: 2vh;
  animation: hero-icon-pulse 1.8s ease-in-out infinite;
}

.hero__icon svg {
  width: 4.5vh;
  height: 4.5vh;
}

.hero__label {
  font-size: 2.6vh;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero__nomor {
  font-size: 20vh;
  font-weight: 900;
  color: var(--ink);
  line-height: 1;
  margin: 1.5vh 0;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum" 1;
  font-feature-settings: "tnum" 1;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.04em;
  animation: hero-nomor-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero__tujuan {
  font-size: 5vh;
  font-weight: 900;
  color: var(--primary);
  word-break: break-word;
  overflow-wrap: break-word;
}

.hero__kategori {
  font-size: 2.6vh;
  color: var(--ink-soft);
  margin-top: 0.8vh;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ── Chip Audio Unlock (Non-blocking) ────────────────────── */
.audio-unlock {
  position: fixed;
  right: 2vw;
  bottom: 2.8vh;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
  border: 2px solid var(--primary);
  border-radius: 9999px;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  color: var(--primary);
  padding: 1.2vh 1.8vw;
  font-family: inherit;
  outline: none;
  animation: audio-chip-glow 2.5s ease-in-out infinite;
  transition: transform 0.15s ease;
}

.audio-unlock:focus-visible {
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.audio-unlock:active {
  transform: scale(0.96);
}

.audio-unlock[hidden] {
  display: none;
}

.audio-unlock__icon {
  width: 4.2vh;
  height: 4.2vh;
  border-radius: 9999px;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
  flex: 0 0 auto;
}

.audio-unlock__title {
  font-size: 1.8vh;
  font-weight: 800;
  color: var(--ink);
}

/* ── Overlay: Gerbang Password Akses Publik ──────────────── */
.gate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.65);
  padding: 4vh;
}

.gate[hidden] {
  display: none;
}

.gate__card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  padding: 5vh 4vw;
  width: 92vw;
  max-width: 520px;
  text-align: center;
  animation: hero-card-enter 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gate__title {
  font-size: 3vh;
  font-weight: 800;
  color: var(--ink);
}

.gate__hint {
  font-size: 1.8vh;
  color: var(--ink-soft);
  margin-top: 1vh;
}

.gate__input {
  width: 100%;
  margin-top: 2.6vh;
  padding: 1.6vh 1.2vw;
  font-size: 2.2vh;
  border: 2px solid var(--line-strong);
  border-radius: 14px;
  color: var(--ink);
  background: var(--panel-2);
  font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gate__input:focus {
  outline: none;
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px var(--primary-soft);
}

.gate__show {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.8vh;
  font-size: 1.7vh;
  color: var(--ink-soft);
  cursor: pointer;
  user-select: none;
}

.gate__show-cb {
  width: 2.4vh;
  height: 2.4vh;
  margin-right: 0.8vw;
  cursor: pointer;
}

.gate__error {
  color: var(--danger);
  font-size: 1.6vh;
  margin-top: 1.4vh;
  font-weight: 700;
  animation: history-slide-in 0.25s ease-out;
}

.gate__error[hidden] {
  display: none;
}

.gate__btn {
  width: 100%;
  margin-top: 2.4vh;
  padding: 1.8vh 1vw;
  font-size: 2.2vh;
  font-weight: 800;
  color: #ffffff;
  background: var(--primary);
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.15s ease, transform 0.1s ease;
}

.gate__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.gate__btn:active {
  opacity: 0.85;
  transform: scale(0.98);
}

/* ── Motion System: Keyframes (Hardware Accelerated) ──────── */
@keyframes beacon-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.15);
  }
}

@keyframes loket-call-flash {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.8);
  }
  30% {
    transform: scale(1.05);
    box-shadow: 0 0 0 16px rgba(217, 119, 6, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(217, 119, 6, 0);
  }
}

@keyframes hero-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-card-enter {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hero-nomor-pop {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  60% {
    transform: scale(1.06);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hero-icon-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes history-slide-in {
  from {
    transform: translateY(-12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes audio-chip-glow {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
  }
  50% {
    box-shadow: 0 0 20px rgba(22, 163, 74, 0.35);
  }
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ── Accessibility: Prefers Reduced Motion (WCAG AA) ─────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ── Media Queries: Adaptasi Resolusi & Orientasi Layar ── */

/* 1. Layar HD Ready / 4:3 Ratio (Resolusi 1280x720, 1024x768) */
@media (max-width: 1200px) and (orientation: landscape) {
  .lokets {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.8vw;
    padding: 1.2vh 1vw;
  }
  .content {
    grid-template-columns: 1fr 28vw;
    gap: 1.2vw;
  }
  .loket__nomor {
    font-size: 4.8vh;
  }
}

/* 2. Layar Tablet Landscape (≤ 1024px) */
@media (max-width: 1024px) and (orientation: landscape) {
  .lokets {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .content {
    grid-template-columns: 1fr 32vw;
  }
  .brand__title {
    font-size: 2vh;
  }
  .clock__time {
    font-size: 3vh;
  }
}

/* 3. Layar Vertikal / Standing Totem Display (Orientation: Portrait) */
@media (orientation: portrait) {
  .topbar {
    padding: 1.6vh 3vw;
  }
  .brand__logo {
    height: 5vh;
    max-width: 16vw;
  }
  .brand__title {
    font-size: 2.2vh;
  }
  .brand__sub {
    font-size: 1.6vh;
  }
  .clock__time {
    font-size: 3.2vh;
  }
  .clock__date {
    font-size: 1.3vh;
  }

  /* Susun vertikal: Papan di atas, Riwayat di bawah */
  .content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 1.6vh;
    padding: 1.6vh 2.4vw;
  }

  .board {
    grid-template-columns: 1fr;
    gap: 1.6vh;
  }

  .lokets {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1.6vw;
    padding: 1.6vh 2vw;
  }

  .loket__nomor {
    font-size: 5vh;
  }

  /* History tampil sebagai kartu kompak di bawah */
  .history {
    display: flex;
    max-height: 26vh;
    min-height: 18vh;
  }

  .history__head {
    padding: 1vh 2vw;
  }

  .history__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1vw;
    padding: 0.8vh 1.4vw;
    overflow-y: auto;
  }

  .history__item {
    margin-bottom: 0;
    padding: 0.8vh 1.2vw;
  }

  .history__badge {
    width: 4.5vh;
    height: 4.5vh;
    font-size: 1.8vh;
  }

  /* Hero Callout di layar potret */
  .hero__card {
    padding: 5vh 6vw;
    max-width: 90vw;
  }

  .hero__nomor {
    font-size: 14vh;
    margin: 1vh 0;
  }

  .hero__tujuan {
    font-size: 4.2vh;
  }

  .hero__kategori {
    font-size: 2.2vh;
  }
}

/* 4. Layar Ponsel / Narrow Mobile (≤ 640px) */
@media (max-width: 640px) {
  .topbar {
    padding: 1.4vh 3vw;
  }
  .brand__title {
    font-size: 1.8vh;
  }
  .brand__sub,
  .brand__instansi {
    display: none;
  }
  .clock__time {
    font-size: 2.6vh;
  }
  .clock__date {
    display: none;
  }
  .conn {
    margin-right: 2vw;
    padding: 0.4vh 2vw;
  }
  .history {
    display: none;
  }
  .lokets {
    grid-template-columns: repeat(2, 1fr);
  }
  .loket__nomor {
    font-size: 4.2vh;
  }
  .audio-unlock {
    right: 3vw;
    bottom: 2vh;
    padding: 1vh 3vw;
  }
  .audio-unlock__title {
    font-size: 1.5vh;
  }
}
