.access-container {
    max-width: 520px;
}

.access-card-content {
    padding: 8px 36px 32px;
}

.access-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 18px 0 4px;
    text-align: center;
}

.access-subtitle,
.access-hint {
    color: rgba(255, 255, 255, .9);
    text-align: center;
}

.access-hint {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
}

.access-label-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.access-card-content label {
    color: #fff;
}

.access-inline-link {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.access-register {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin: 26px auto 0;
    max-width: 300px;
    padding-top: 20px;
    text-align: center;
}

.access-register p {
    color: #fff;
    margin: 0 0 10px;
}

.access-register-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    width: 100%;
}

.access-register-button:hover,
.access-register-button:focus {
    background: #fff;
    color: #176849;
}

.password-toggle {
    min-width: 68px;
}

.signup-page {
    background: #f3f6f4;
    color: #27352e;
    min-height: 100vh;
}

.signup-header {
    align-items: center;
    background: #255625;
    display: flex;
    min-height: 80px;
}

.signup-container {
    max-width: 820px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.signup-card {
    background: #fff;
    border: 1px solid #dce5df;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(27, 62, 43, .08);
    padding: 32px;
}

.signup-card-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.signup-card-header h1 {
    font-size: 25px;
    margin: 3px 0 0;
}

.signup-eyebrow {
    color: #34734d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.signup-progress {
    align-items: center;
    display: flex;
}

.signup-progress span {
    align-items: center;
    background: #e4ebe6;
    border-radius: 50%;
    color: #6e7f75;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.signup-progress span.active {
    background: #2f7048;
    color: #fff;
}

.signup-progress i {
    background: #d3ded6;
    height: 2px;
    width: 28px;
}

.signup-form-row {
    margin-left: -8px;
    margin-right: -8px;
}

.signup-form-row > div {
    padding-left: 8px;
    padding-right: 8px;
}

.required,
.field-error {
    color: #b62929;
}

.field-error {
    font-weight: 600;
}

.form-help {
    color: #627169;
    margin-bottom: 16px;
}

.activation-notice,
.signup-summary {
    background: #edf6f0;
    border-left: 4px solid #34734d;
    border-radius: 4px;
    display: flex;
    gap: 12px;
    margin: 20px 0;
    padding: 14px 16px;
}

.activation-notice i {
    color: #34734d;
    font-size: 20px;
    margin-top: 2px;
}

.signup-summary {
    flex-direction: column;
    gap: 2px;
}

.signup-summary span {
    color: #59685f;
}

.username-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 14px;
}

.username-option {
    border: 1px solid #ccd9d0;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 9px;
    margin: 0;
    min-height: 64px;
    padding: 12px;
}

.username-option:has(input:checked) {
    background: #edf6f0;
    border-color: #34734d;
}

.username-option span {
    display: flex;
    flex-direction: column;
    overflow-wrap: anywhere;
}

.username-option small {
    color: #34734d;
    margin-top: 3px;
}

.username-custom-option {
    grid-column: 1 / -1;
    min-height: auto;
}

#custom-username-group {
    display: none;
}

#custom-username-group.is-visible {
    display: block;
}

.password-requirements {
    color: #6a7770;
    font-size: 12px;
    list-style: none;
    padding-left: 0;
}

.password-requirements li::before {
    content: '○';
    margin-right: 6px;
}

.password-requirements li.valid {
    color: #2f7048;
}

.password-requirements li.valid::before {
    content: '✓';
}

.signup-actions {
    align-items: center;
    border-top: 1px solid #e4ebe6;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 20px;
}

.signup-actions .btn-success {
    background: #2f7048;
    border-color: #28613e;
    min-width: 150px;
}

.signup-login-link {
    color: #59685f;
    margin-top: 18px;
    text-align: center;
}

.signup-login-link a {
    color: #255625;
    font-weight: 600;
}

.activation-success {
    background: #fff;
    border: 1px solid #dce5df;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(27, 62, 43, .08);
    margin: 55px auto;
    max-width: 680px;
    padding: 38px;
    text-align: center;
}

.activation-success .fa-envelope-o {
    color: #34734d;
    font-size: 48px;
}

.activation-success .username-reminder {
    background: #edf6f0;
    border-radius: 5px;
    font-size: 18px;
    margin: 24px 0;
    padding: 16px;
}

@media (max-width: 767px) {
    .access-card-content {
        padding-left: 22px;
        padding-right: 22px;
    }

    .signup-container {
        padding: 18px 12px 30px;
    }

    .signup-card {
        padding: 22px 18px;
    }

    .signup-card-header {
        align-items: flex-start;
    }

    .signup-card-header h1 {
        font-size: 21px;
    }

    .username-options {
        grid-template-columns: 1fr;
    }

    .username-custom-option {
        grid-column: auto;
    }
}
