*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body.ct {
  min-height: 100%;
  height: 100%;
  background: #fcfaf5;
  color: #1c1c1c;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.ct-page {
  width: 100%;
  max-width: 480px;
  min-height: 100%;
  margin: 0 auto;
  background: #fcfaf5;
  display: flex;
  flex-direction: column;
  padding: 4px 20px calc(20px + env(safe-area-inset-bottom));
}

.ct-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  min-height: 52px;
  margin-bottom: 36px;
}

.ct-back {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #1c1c1c;
  text-decoration: none;
}

.ct-head h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.ct-amt-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 8px 0 26px;
}

.ct-step {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #de6a24;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0 0 2px;
}

.ct-amt {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.04em;
  min-width: 6.8ch;
  text-align: center;
}

.ct-slider {
  position: relative;
  height: 32px;
  margin: 6px 0 44px;
}

.ct-bar {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 6px;
  margin-top: -3px;
  background: #e8e4de;
  border-radius: 999px;
  pointer-events: none;
}

.ct-fill {
  display: block;
  height: 100%;
  width: 0;
  background: #de6a24;
  border-radius: 999px;
}

.ct-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  background: #de6a24;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
  font-weight: 400;
}

.ct-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.ct-resumo-tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ct-resumo { display: grid; }

.ct-resumo > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eceae4;
  font-size: 15px;
}

.ct-resumo dt {
  color: #2a2a2a;
  font-weight: 400;
}

.ct-resumo dd {
  font-weight: 700;
  color: #1c1c1c;
}

.ct-go {
  margin-top: auto;
  display: grid;
  place-items: center;
  height: 48px;
  border-radius: 999px;
  background: #de6a24;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
