body.checloli-confirm-page {
  background: #eef2f7;
  color: #253858;
  font-family: 'Segoe UI', 'Yu Gothic', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.checloli-confirm-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px #7ba9f322;
  padding: 44px 36px;
  min-width: 320px;
  max-width: 94vw;
  text-align: center;
}

.checloli-confirm-box h2 {
  color: #356aff;
  font-size: 1.3em;
  margin-bottom: 22px;
}

.checloli-confirm-box input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid #c6d3ee;
  border-radius: 7px;
  background: #f5f8ff;
  font-size: 1em;
  margin-top: 4px;
  box-sizing: border-box;
  outline: none;
  transition: border 0.2s;
}

.checloli-confirm-box input[type="text"]:focus {
  border: 1.5px solid #356aff;
  background: #eef4ff;
}

.checloli-btn {
  background: linear-gradient(90deg, #3578ff, #3ce2ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 42px;
  font-size: 1.13em;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(53, 122, 255, 0.13);
  cursor: pointer;
  margin-top: 22px;
  transition: background 0.16s;
}

.checloli-btn:hover {
  background: linear-gradient(90deg, #2560cc, #29b4d6);
}

.checloli-confirm-form {
  margin-top: 28px;
}

.checloli-confirm-note {
  margin-top: 24px;
  font-size: 0.95em;
  color: #888;
}
