body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
}

#title-2, #title-3 {
  font-size: x-large;
  font-weight: 700;
}

#title {
  font-size: 28pt;
  font-weight: 900;
}

#title-3 {
  color: #FFDE59;
}

.main, .main-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: aquamarine;
}

.kupon-bg {
  background: url(../img/bg.jpg) center / cover no-repeat;
  background-color: #0a0a0a;
  background-size: auto 100%;
  /* full height */
  background-repeat: no-repeat;
  background-position: center center;
  /* centered horizontally and vertically */
  background-attachment: fixed;
  /* optional: keeps background fixed while scrolling */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.kupon-bottom {
  position: absolute;
  bottom: 13vh;
}

.kupon-gosok-content.kupon-content-small {
  padding: 15px;
}

.kupon-content-small .scratch-container {
  margin-top: 5px;
  margin-bottom: 0px;
}

.kupon-content-small p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.kupon-content-small .countdown-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
}

.card-head {
  padding: 10px;
  color: white;
  font-weight: bold;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff7cc;
  color: #7c2d12;
  border: 1px solid #ffd54d;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.title {
  margin: 10px 0 0;
  font-size: 22px;
}

.subtitle {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.card-body {
  padding-top: 0px;
  margin-left: 22px;
  margin-right: 22px;
}

/* List simple */
.list {
  display: grid;
  gap: 10px;
  margin: 8px 0 6px;
  padding: 0;
}

.item {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #f1f5f9;
  padding: 12px;
  border-radius: 14px;
}

.num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #7c2d12;
  background: radial-gradient(circle at 30% 30%, #ffe799, #ffc107);
  border: 1px solid #ffdb6d;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

nav {
  padding: 30px;
}

nav a {
  font-weight: bold;
  color: #2c3e50;
}

nav a.router-link-exact-active {
  color: #42b983;
}

.not-found {
  text-align: center;
  padding: 100px 20px;
}

button,
.btn {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

.main {
  background: url(../img/kameaam_back_blur60.webp) center / cover no-repeat;
  background-color: #0a0a0a;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.main.welcome {
  background: url(../img/wlc.webp) center / cover no-repeat;
  background-color: #0a0a0a;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.main.welcome2 {
  background: url(../img/wlc-2.webp) center / cover no-repeat;
  background-color: #0a0a0a;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.main.welcome3 {
  background: url(../img/wlc-3.webp) center / cover no-repeat;
  background-color: #0a0a0a;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}