.pg-ms-entry {
    width: 100%;
    max-width: 320px;
    margin: 0 0 24px;
    font-family: inherit;
}

.pg-ms-entry .pg-ms-button,
.pg-ms-page button.pg-ms-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
}

.pg-ms-entry .pg-ms-button img,
.pg-ms-page button.pg-ms-button img {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
}

.pg-ms-entry .pg-ms-button:hover,
.pg-ms-page button.pg-ms-button:hover {
    background: #f5f7f9;
    border-color: #286090;
    color: #333;
}

.pg-ms-entry .pg-ms-button:focus-visible,
.pg-ms-page button.pg-ms-button:focus-visible {
    outline: 3px solid #286090;
    outline-offset: 3px;
}

.pg-ms-entry .pg-ms-help {
    margin: 10px 0 16px;
    color: #595959;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.pg-ms-entry .pg-ms-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #595959;
    font-size: 13px;
}

.pg-ms-entry .pg-ms-divider::before,
.pg-ms-entry .pg-ms-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8dfe5;
}

@font-face {
    font-family: "PG Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "PG Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "PG Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
.pg-ms-page {
    margin: 0;
    background: #f3f6f8;
    color: #243746;
    font-family: "PG Roboto", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
.pg-ms-page * { box-sizing: border-box; }
.pg-ms-page [hidden] { display: none !important; }
.pg-ms-header {
    padding: 20px 12px 8px;
    text-align: center;
}
.pg-ms-header a { display: inline-flex; align-items: center; min-height: 44px; }
.pg-ms-header img { display: block; width: 72px; height: auto; }
.pg-ms-main { padding: 20px 20px 32px; }
.pg-ms-card {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid #dfe6eb;
    border-top: 4px solid #286090;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgb(32 58 76 / 6%);
}
.pg-ms-page h1 {
    margin: 0 0 14px;
    color: #00659b;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.5px;
}
.pg-ms-page h2 { margin: 0 0 16px; font-size: 19px; line-height: 1.3; font-weight: 500; }
.pg-ms-page h3 { margin: 0 0 5px; font-size: 16px; font-weight: 500; }
.pg-ms-page p { margin: 0 0 20px; }
.pg-ms-page .pg-ms-eyebrow {
    margin-bottom: 10px;
    color: #526878;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.pg-ms-intro { color: #52616c; }
.pg-ms-page a { color: #286090; text-underline-offset: 3px; }
.pg-ms-page a:hover { color: #174569; }
.pg-ms-page :is(a, button, input, select):focus-visible {
    outline: 3px solid #286090;
    outline-offset: 3px;
}
.pg-ms-page .pg-ms-entry { max-width: none; margin-bottom: 16px; }
.pg-ms-page .pg-ms-field { margin-bottom: 18px; min-width: 0; }
.pg-ms-page .pg-ms-field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 500; }
.pg-ms-page .pg-ms-field-help { margin: -11px 0 18px; color: #52616c; font-size: 13px; }
.pg-ms-page .pg-ms-error {
    margin: 0 0 20px;
    padding: 12px 14px;
    border: 1px solid #b94a48;
    border-radius: 5px;
    color: #842029;
    background: #f8d7da;
}
.pg-ms-page .pg-ms-field :is(input, select) {
    width: 100%;
    min-height: 46px;
    border: 1px solid #aebcc7;
    border-radius: 5px;
    padding: 10px 12px;
    color: #243746;
    background: #fff;
    font: inherit;
    font-size: 16px;
}
.pg-ms-page .pg-ms-field input[readonly] {
    color: #52616c;
    background: #f5f8fa;
    cursor: default;
}
.pg-ms-page .pg-ms-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pg-ms-optional { color: #667680; font-weight: 400; font-size: 12px; }
.pg-ms-page .pg-ms-terms {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin: 4px 0 20px;
    padding: 8px 0;
    font-size: 14px;
    cursor: pointer;
}
.pg-ms-terms input { width: 20px; height: 20px; margin: 1px 0 0; flex: 0 0 20px; accent-color: #286090; }
.pg-ms-terms a { display: inline-flex; align-items: center; min-height: 44px; }
.pg-ms-page button { font: inherit; cursor: pointer; }
.pg-ms-primary {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #286090;
    border-radius: 5px;
    background: #286090;
    color: #fff;
    font-weight: 500;
}
.pg-ms-primary:hover { background: #204e76; }
.pg-ms-primary.pg-ms-create { background: #398439; border-color: #398439; }
.pg-ms-primary.pg-ms-create:hover { background: #2f702f; }
.pg-ms-page button:disabled { opacity: .6; cursor: wait; }
.pg-ms-page .pg-ms-separated { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e1e7ec; }
.pg-ms-page .pg-ms-footer-link { margin: 20px 0 0; font-size: 14px; text-align: center; }
.pg-ms-footer-link a { display: inline-flex; min-height: 44px; align-items: center; }
.pg-ms-page .pg-ms-footnote { font-size: 14px; color: #52616c; }
.pg-ms-page .pg-ms-progress,
.pg-ms-page .pg-ms-notice {
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid #cadce8;
    border-radius: 5px;
    color: #204e76;
    background: #f2f7fb;
    font-size: 14px;
}
.pg-ms-empty { padding: 20px; background: #f5f8fa; border: 1px dashed #c7d4dd; border-radius: 6px; }
.pg-ms-empty p { font-size: 14px; color: #52616c; margin-bottom: 0; }
.pg-ms-invitation { padding: 18px 0; border-bottom: 1px solid #e1e7ec; overflow-wrap: anywhere; }
.pg-ms-page .pg-ms-status { margin-bottom: 12px; color: #52616c; font-size: 14px; }
.pg-ms-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.pg-ms-actions form { flex: 1 1 150px; }
.pg-ms-secondary { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid #bbc9d3; border-radius: 5px; color: #286090; background: #fff; font-size: 14px; }
.pg-ms-secondary:hover { border-color: #286090; background: #f5f8fa; }
.pg-ms-brand-footer { padding: 0 20px 28px; color: #52616c; font-size: 12px; text-align: center; }
.pg-ms-skip { position: absolute; left: 16px; top: -80px; padding: 12px; background: #fff; z-index: 2; }
.pg-ms-skip:focus { top: 12px; }
@media (max-width: 480px) {
    .pg-ms-header { padding-top: 20px; }
    .pg-ms-header img { width: 64px; }
    .pg-ms-main { padding: 12px 12px 24px; }
    .pg-ms-card { padding: 24px 20px; border-radius: 8px; }
    .pg-ms-page h1 { font-size: 27px; }
    .pg-ms-page .pg-ms-fields { grid-template-columns: 1fr; gap: 0; }
}
