.qqlr-login-wrap {
    margin: 12px 0;
}

.qqlr-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    border-radius: 10px;
    color: #fff !important;
    background: #12b7f5;
    box-shadow: 0 8px 18px rgba(18, 183, 245, 0.22);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.qqlr-login-btn:hover {
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(18, 183, 245, 0.28);
    text-decoration: none;
    transform: translateY(-1px);
}

.qqlr-login-btn i {
    font-size: 18px;
}

.qqlr-bind-box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid rgba(18, 183, 245, 0.18);
    border-radius: 14px;
    background: linear-gradient(0deg, #fff, rgba(18, 183, 245, 0.06));
}

.aset-panel-item[data-panel="quick"] .qqlr-bind-box {
    grid-column: 1 / -1;
}

.qqlr-bind-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.qqlr-bind-avatar {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: #12b7f5;
    box-shadow: 0 8px 18px rgba(18, 183, 245, 0.18);
}

.qqlr-bind-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qqlr-bind-title {
    overflow: hidden;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qqlr-bind-sub {
    margin-top: 3px;
    color: #6b7280;
    font-size: 12px;
}

.qqlr-bind-actions {
    display: flex;
    flex: none;
    gap: 8px;
}

.qqlr-bind-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border: none;
    border-radius: 10px;
    color: #fff !important;
    background: #12b7f5;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.qqlr-bind-btn:hover {
    color: #fff !important;
    text-decoration: none;
}

.qqlr-bind-btn.ghost {
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #ef4444 !important;
    background: #fff;
}

.qqlr-error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background: #f6f8fb;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.qqlr-error-card {
    width: min(420px, 92vw);
    padding: 36px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.12);
    text-align: center;
}

.qqlr-error-icon {
    margin-bottom: 12px;
    font-size: 46px;
}

.qqlr-error-message {
    color: #334155;
    font-size: 15px;
    line-height: 1.8;
}

.qqlr-error-button {
    display: inline-flex;
    align-items: center;
    height: 38px;
    margin-top: 22px;
    padding: 0 20px;
    border-radius: 10px;
    color: #fff;
    background: #12b7f5;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 640px) {
    .qqlr-bind-box {
        gap: 10px;
        padding: 12px;
    }

    .qqlr-bind-avatar {
        width: 40px;
        height: 40px;
    }

    .qqlr-bind-title {
        font-size: 13px;
    }

    .qqlr-bind-actions {
        margin-left: auto;
    }

    .qqlr-bind-btn {
        height: 32px;
        padding: 0 12px;
    }
}
