.passkey-help-widget {
    margin-bottom: 16px;
    text-align: left;
}

.passkey-help-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #c5d5e8;
    border-radius: 6px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
    color: #2c5282;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.passkey-help-toggle:hover,
.passkey-help-toggle:focus {
    background: #e8f2fb;
    border-color: #90b4d8;
    outline: none;
}

.passkey-help-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2c5282;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.passkey-help-toggle-chevron {
    margin-left: auto;
    font-size: 12px;
    color: #5a7a9a;
    transition: transform 0.2s ease;
}

.passkey-help-widget.is-open .passkey-help-toggle-chevron {
    transform: rotate(180deg);
}

.passkey-help-body {
    display: none;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
}

.passkey-help-widget.is-open .passkey-help-body {
    display: block;
}

.passkey-help-requirements {
    padding: 10px 12px;
    margin-bottom: 14px;
    border-left: 4px solid #ffb300;
    background: #fffaf0;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    color: #5d4e37;
    line-height: 1.5;
}

.passkey-help-requirements strong {
    display: block;
    margin-bottom: 4px;
    color: #3d3428;
}

.passkey-help-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.passkey-help-platforms-single {
    grid-template-columns: 1fr;
}

@media (max-width: 768px) {
    .passkey-help-platforms {
        grid-template-columns: 1fr;
    }
}

.passkey-help-platform {
    border: 1px solid #e8edf3;
    border-radius: 6px;
    padding: 12px;
    background: #fafbfd;
}

.passkey-help-actions {
    margin-top: 14px;
    text-align: right;
}

.passkey-help-close-btn {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #c5d5e8;
    border-radius: 4px;
    background: #f7fbff;
    color: #2c5282;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.passkey-help-close-btn:hover,
.passkey-help-close-btn:focus {
    background: #e8f2fb;
    border-color: #90b4d8;
    outline: none;
}

.passkey-help-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.passkey-help-step {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #4a5568;
}

.passkey-help-step:last-child {
    margin-bottom: 0;
}

.passkey-help-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #edf2f7;
    color: #2d3748;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.passkey-help-step strong {
    color: #2d3748;
}

.passkey-help-login-hint {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}

.passkey-help-login-hint a,
.passkey-help-login-hint button {
    color: #2c5282;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
}

.passkey-help-login-hint a:hover,
.passkey-help-login-hint button:hover {
    text-decoration: underline;
}

.passkey-help-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    padding: 0;
    border: 1px solid #c5d5e8;
    border-radius: 50%;
    background: #f7fbff;
    color: #2c5282;
    cursor: pointer;
    vertical-align: middle;
}

.passkey-help-profile-trigger:hover {
    background: #e8f2fb;
}

.passkey-help-profile-trigger .mdi,
.passkey-help-profile-trigger .glyphicon {
    font-size: 14px;
    line-height: 1;
}
