:root,
:host {
  --pa-bg: #f4f7fb;
  --pa-text: #233047;
  --pa-primary: #286ec1;
  --pa-primary-hover: #205fa8;
  --pa-border: #e5eaf1;
  --pa-muted: #7c8797;
  --pa-radius: 18px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  color: var(--pa-text);
  background: var(--pa-bg);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  min-width: 280px;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
textarea {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.7;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  border: 0;
}
main {
  max-width: 1000px;
  margin: auto;
  padding: 32px 32px 0;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 650;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #1b2a3b;
  color: white;
  display: grid;
  place-items: center;
  position: relative;
}
.brand-mark span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #79c764;
  right: 6px;
  bottom: 7px;
}
.header-note {
  font-size: 12px;
  color: #8490a0;
}
.intro {
  margin: 40px 0 26px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #7589a7;
  font-weight: 650;
  margin-bottom: 9px;
}
h1 {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.intro > p:last-child {
  color: #7a8798;
  font-size: 14px;
}
h2 {
  font-size: 18px;
  font-weight: 650;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
.muted {
  color: var(--pa-muted);
}
.small {
  font-size: 12px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #edf3fc;
  color: #3c70bd;
  font-size: 17px;
  font-weight: 600;
}
.status {
  margin-left: auto;
  border-radius: 20px;
  background: #edf7f0;
  color: #398457;
  padding: 5px 12px;
  font-size: 12px;
  white-space: nowrap;
}
.status.limited {
  color: #ae6828;
  background: #fff4e5;
}
.primary {
  color: white;
  background: var(--pa-primary);
  box-shadow: 0 4px 9px #2469b71c;
  border-radius: 9px;
  padding: 14px 19px;
  font-weight: 550;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.primary:hover {
  background: var(--pa-primary-hover);
}
.text-button {
  display: block;
  margin: 10px auto 0;
  background: transparent;
  color: #71839c;
  font-size: 11px;
  padding: 4px 10px;
}
.text-button:hover {
  color: var(--pa-primary);
}
.secondary {
  background: white;
  border: 1px solid #dce5ef;
  color: #497096;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.secondary:hover {
  background: #f4f8fd;
  border-color: #abc6e6;
}
.page-footer {
  text-align: center;
  font-size: 11px;
  line-height: 1.9;
  color: #97a1b0;
  margin: 30px 0;
}
dialog {
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  padding: 25px;
  width: 360px;
  max-width: calc(100% - 32px);
  color: var(--pa-text);
  box-shadow: 0 20px 80px #172d4929;
}
dialog::backdrop {
  background: #182c4b66;
  backdrop-filter: blur(3px);
}
.dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}
.dialog-heading h2 {
  font-size: 18px;
}
.dialog-heading button {
  background: #f2f5f9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 22px;
  color: #77869a;
}
dialog p {
  font-size: 12px;
}
textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #d4dfec;
  border-radius: 8px;
  padding: 12px;
  margin-top: 14px;
  font-size: 14px;
  color: #466080;
  overflow-wrap: anywhere;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #85b2ec;
  outline-offset: 3px;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.danger {
  background: #fff2f1;
  border: 1px solid #f0d5d2;
  color: #ba5d54;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 12px;
}
.danger:hover {
  background: #ffe6e3;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 3px solid #85b2ec;
  outline-offset: 3px;
}
@media (max-width: 680px) {
  main {
    padding: 22px 16px 0;
  }
  .brand {
    font-size: 13px;
  }
  .intro {
    margin: 32px 0 22px;
  }
  h1 {
    font-size: 26px;
  }
  .header-note {
    font-size: 10px;
  }
  .page-footer {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
