.page-withdraw {
  background: linear-gradient(180deg, #eef5ff 0%, #f9fcff 100%);
  min-height: 100vh;
}

.withdraw-main {
  padding: 14px 16px calc(28px + env(safe-area-inset-bottom, 0px));
}

.withdraw-balance-card {
  padding: 20px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #095dff 0%, #0039d8 72%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 57, 216, 0.22);
  margin-bottom: 14px;
}

.withdraw-balance-card p {
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.withdraw-balance-card strong {
  display: block;
  margin: 8px 0 4px;
  font-size: 32px;
  font-weight: 800;
}

.withdraw-balance-card small {
  font-size: 12px;
  opacity: 0.85;
}

.withdraw-form {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(8, 21, 55, 0.06);
}

.withdraw-form .field {
  display: block;
  margin-bottom: 14px;
}

.withdraw-form .field > span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #081537;
}

.withdraw-form .field b {
  color: #c41e22;
}

.withdraw-form .input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #d8e3f5;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fbff;
}

.withdraw-form .input-wrap:focus-within {
  border-color: #0052d9;
  box-shadow: 0 0 0 2px rgba(0, 82, 217, 0.12);
}

.withdraw-form input,
.withdraw-form select {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
}

.withdraw-form .input-wrap em {
  padding: 0 12px;
  color: #5a6f94;
  font-style: normal;
}

.withdraw-tip {
  margin: 0 0 14px;
  font-size: 12px;
  color: #5a6f94;
  line-height: 1.5;
}

.withdraw-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #095dff, #0039d8);
  cursor: pointer;
}

.withdraw-submit:disabled {
  opacity: 0.55;
}

.withdraw-history {
  margin-top: 18px;
}

.withdraw-history h2 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #081537;
}

.withdraw-history ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(8, 21, 55, 0.06);
}

.withdraw-history li {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(13, 59, 151, 0.06);
}

.withdraw-history li:last-child {
  border-bottom: none;
}

.wh-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-top strong {
  font-size: 16px;
  color: #081537;
}

.wh-status {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
}

.wh-status.pending {
  background: rgba(230, 122, 46, 0.12);
  color: #e67a2e;
}

.wh-status.approved {
  background: rgba(45, 157, 107, 0.12);
  color: #2d9d6b;
}

.wh-status.rejected {
  background: rgba(196, 30, 34, 0.1);
  color: #c41e22;
}

.wh-meta {
  margin: 6px 0 0;
  font-size: 12px;
  color: #5a6f94;
}

.wh-empty {
  text-align: center;
  color: #5a6f94;
}

.page-profile .btn-checkin.is-done {
  opacity: 0.72;
  background: #5a6f94;
}
