:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #142f43;
  background: #eef4f6;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: radial-gradient(ellipse at top right, #d8eef5, transparent 60%);
  min-height: 100dvh;
}
.portal-shell {
  max-width: 480px;
  margin: auto;
  padding: 40px 20px;
}
.brand {
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -1px;
  text-decoration: none;
  color: #005f91;
  display: block;
  margin-bottom: 30px;
}
.brand span {
  color: #008361;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 3px;
  color: #506978;
}
.card {
  padding: 30px;
  background: white;
  border: 1px solid #d5e3e9;
  border-radius: 18px;
  box-shadow: 0 16px 40px #15344b0b;
}
.eyebrow {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 2px;
  color: #008361;
}
h1 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.7px;
  margin: 12px 0;
}
h2 {
  font-size: 21px;
}
.intro,
details,
p {
  font-size: 14px;
  line-height: 1.65;
  color: #516778;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #dbe5eb;
  margin: 24px 0;
  gap: 24px;
}
.tabs button {
  border: 0;
  border-radius: 0;
  background: none;
  color: #738896;
  padding: 10px 0;
  box-shadow: none;
  width: auto;
}
.tabs button[aria-pressed="true"] {
  color: #005f91;
  border-bottom: 2px solid #005f91;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin-top: 16px;
}
input {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #c7d7e0;
  border-radius: 7px;
  font: inherit;
  font-size: 16px;
  margin-top: 6px;
  background: #fafcfd;
}
input:focus {
  outline: 2px solid #6ec4e9;
  outline-offset: 2px;
}
button {
  background: #005f91;
  color: white;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  width: 100%;
  margin-top: 18px;
}
button:disabled {
  opacity: 0.55;
  cursor: default;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 400;
  line-height: 1.5;
}
.check input {
  width: 16px;
  min-width: 16px;
  margin-top: 1px;
}
.text-button {
  background: none;
  color: #005f91;
  font-size: 12px;
  padding: 8px;
}
.feedback:empty {
  display: none;
}
.feedback {
  padding: 10px 12px;
  border-radius: 6px;
  background: #eaf7f2;
  color: #006a4e;
}
.error {
  background: #fff1f1;
  color: #a52d31;
}
.notice {
  background: #e9f2f7;
  color: #31586f;
  padding: 14px;
  border-radius: 8px;
  font-size: 13px;
  margin: 15px 0;
}
details {
  margin-top: 22px;
  font-size: 12px;
  border-top: 1px solid #edf0f2;
  padding-top: 16px;
}
summary {
  cursor: pointer;
  color: #31586f;
}
.terms {
  white-space: pre-wrap;
  max-height: 220px;
  overflow: auto;
  margin-top: 12px;
}
footer {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #728593;
  margin: 20px 0;
}
footer span {
  text-align: right;
}
[hidden] {
  display: none !important;
}
@media (max-width: 380px) {
  .portal-shell {
    padding: 24px 12px;
  }
  .card {
    padding: 22px;
  }
}
